skylake,kabylake: Add support to set eMMC tuning param from dev tree
Add support to set eMMC tuning params from the device tree so that it can be configured per board. BUG=b:112718426,b:112690628 BRANCH=none TEST=Build nocturne image and checked values passed in dev tree is set by FSP. Change-Id: Ic71934dce9a1c380a057e579ca3fda41983b9385 Signed-off-by: Pratik Prajapati <pratikkumar.v.prajapati@intel.com> Reviewed-on: https://review.coreboot.org/28274 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
This commit is contained in:
committed by
Duncan Laurie
parent
a5fbd140d0
commit
e072247e6e
@ -291,6 +291,9 @@ struct soc_intel_skylake_config {
|
||||
u8 ScsEmmcEnabled;
|
||||
u8 ScsEmmcHs400Enabled;
|
||||
u8 ScsSdCardEnabled;
|
||||
u8 EmmcHs400DllNeed;
|
||||
u8 ScsEmmcHs400RxStrobeDll1;
|
||||
u8 ScsEmmcHs400TxDataDll;
|
||||
|
||||
u8 PttSwitch;
|
||||
u8 HeciTimeouts;
|
||||
|
Reference in New Issue
Block a user