diff options
author | Maulik V Vaghela <maulik.v.vaghela@intel.com> | 2021-02-05 12:03:19 +0530 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-07 21:52:02 +0000 |
commit | 996bab4a2096d47be0a60e9930f0b10d62eec5ed (patch) | |
tree | 92698331d74955c3b4be509187276b1325c6152f /src/soc/intel/alderlake | |
parent | f462b3d379198c968467053f570d6a40c9c8a715 (diff) |
soc/intel/alderlake: Increase VBT size to 9 KiB
Alderlake includes latest VBT (version 237 onwards),which has size of
8.5 KiB. This change is specific to alderlake so utilizing Kconfig option
to increase VBT size specifically for ADL platforms.
BUG=None
BRANCH=None
TEST=Include new VBT and boot the platform. Able to see firmware screen
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
Change-Id: I438f4bce0a2dfa208e1cd59d1cd5dd1c5ad50833
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50299
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Ronak Kanabar <ronak.kanabar@intel.com>
Diffstat (limited to 'src/soc/intel/alderlake')
-rw-r--r-- | src/soc/intel/alderlake/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index ec79855074..1c694544b0 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -198,6 +198,10 @@ config CONSOLE_UART_BASE_ADDRESS default 0xfe03e000 depends on INTEL_LPSS_UART_FOR_CONSOLE +config VBT_DATA_SIZE_KB + int + default 9 + # Clock divider parameters for 115200 baud rate # Baudrate = (UART source clcok * M) /(N *16) # ADL UART source clock: 120MHz |