bonw15-b: Increase hotplug memory
Table 4-6 states that BIOS should reserve: - 96 MiB non-prefetchable memory - 2x16 GiB prefetchable memory So increase to 96 MiB and 16 GiB. Ref: Barlow Ridge BIOS Implementation Guide (#782921) Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
da25c9d28d
commit
7265ca3579
@@ -9,8 +9,8 @@ CONFIG_IFD_BIN_PATH="$(FIRMWARE_OPEN_MODEL_DIR)/fd.rom"
|
||||
CONFIG_ME_BIN_PATH="$(FIRMWARE_OPEN_MODEL_DIR)/me.rom"
|
||||
CONFIG_PAYLOAD_ELF=y
|
||||
CONFIG_PAYLOAD_FILE="$(FIRMWARE_OPEN_UEFIPAYLOAD)"
|
||||
CONFIG_PCIEXP_HOTPLUG_MEM=0x2000000
|
||||
CONFIG_PCIEXP_HOTPLUG_PREFETCH_MEM=0x20000000
|
||||
CONFIG_PCIEXP_HOTPLUG_MEM=0x6000000
|
||||
CONFIG_PCIEXP_HOTPLUG_PREFETCH_MEM=0x400000000
|
||||
CONFIG_POST_IO=n
|
||||
CONFIG_SMMSTORE=y
|
||||
CONFIG_SMMSTORE_V2=y
|
||||
|
Reference in New Issue
Block a user