blob: 192425c4a0c7a2c45f07828c778a148d8b00e5f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
config SOC_INTEL_COMMON_BLOCK_SCS
bool
help
Intel Processor common storage and communication subsystem support
config SOC_INTEL_COMMON_EARLY_MMC_WAKE
bool
default n
select COMMONLIB_STORAGE
select COMMONLIB_STORAGE_MMC
select SDHCI_CONTROLLER
help
Send CMD1 early in romstage to improve boot time. It requires emmc
DLL tuning parameters to be added to devicetree.cb
config SOC_INTEL_COMMON_MMC_OVERRIDE
bool
default n
help
Override the MMC settings after FSP-S.
It should be used only when there is no FSP UPDs for certain setting.
|