mainboard/intel/cannonlake_rvp: enable eMMC
Set SCS emmc enable FSP parameter. Change-Id: Ib3d7a305c3bede439249204cf14d50e3eb8b6915 Signed-off-by: Bora Guvendik <bora.guvendik@intel.com> Reviewed-on: https://review.coreboot.org/21409 Reviewed-by: Lijian Zhao <lijian.zhao@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Pratikkumar V Prajapati <pratikkumar.v.prajapati@intel.com>
This commit is contained in:
parent
2d1e0eb8a7
commit
0a712c3337
|
@ -8,6 +8,7 @@ chip soc/intel/cannonlake
|
|||
register "SaGv" = "3"
|
||||
register "FspSkipMpInit" = "1"
|
||||
register "SmbusEnable" = "1"
|
||||
register "ScsEmmcEnabled" = "1"
|
||||
|
||||
device domain 0 on
|
||||
device pci 00.0 on end # Host Bridge
|
||||
|
|
|
@ -8,6 +8,7 @@ chip soc/intel/cannonlake
|
|||
register "SaGv" = "3"
|
||||
register "FspSkipMpInit" = "1"
|
||||
register "SmbusEnable" = "1"
|
||||
register "ScsEmmcEnabled" = "1"
|
||||
|
||||
device domain 0 on
|
||||
device pci 00.0 on end # Host Bridge
|
||||
|
|
Loading…
Reference in New Issue