mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 15:34:55 +00:00
x86: emulation: Enable bloblist
Add bloblist support so that tables can be generated and placed in a bloblist, then passed to a payload using UPL Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
cfb4aa2a75
commit
d5bc5c6cb0
2 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
CONFIG_X86=y
|
||||
CONFIG_TEXT_BASE=0x1110000
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x1000
|
||||
CONFIG_BLOBLIST_SIZE_RELOC=0x20000
|
||||
CONFIG_NR_DRAM_BANKS=8
|
||||
CONFIG_ENV_SIZE=0x40000
|
||||
CONFIG_MAX_CPUS=2
|
||||
|
@ -33,6 +34,7 @@ CONFIG_LOGF_FUNC=y
|
|||
CONFIG_SPL_LOG=y
|
||||
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
||||
CONFIG_PCI_INIT_R=y
|
||||
CONFIG_BLOBLIST=y
|
||||
CONFIG_BLOBLIST_FIXED=y
|
||||
CONFIG_BLOBLIST_ADDR=0x10000
|
||||
CONFIG_SPL_NO_BSS_LIMIT=y
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
CONFIG_X86=y
|
||||
CONFIG_TEXT_BASE=0xFFF00000
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x1000
|
||||
CONFIG_BLOBLIST_SIZE_RELOC=0x20000
|
||||
CONFIG_NR_DRAM_BANKS=8
|
||||
CONFIG_ENV_SIZE=0x40000
|
||||
CONFIG_MAX_CPUS=2
|
||||
|
@ -23,6 +24,9 @@ CONFIG_LOG=y
|
|||
CONFIG_LOGF_FUNC=y
|
||||
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
||||
CONFIG_PCI_INIT_R=y
|
||||
CONFIG_BLOBLIST=y
|
||||
CONFIG_BLOBLIST_FIXED=y
|
||||
CONFIG_BLOBLIST_ADDR=0x10000
|
||||
CONFIG_CMD_CPU=y
|
||||
CONFIG_CMD_BOOTEFI_SELFTEST=y
|
||||
CONFIG_CMD_NVEDIT_EFI=y
|
||||
|
|
Loading…
Add table
Reference in a new issue