configs: Add coreboot64-no-spl_defconfig for 64-bit X86 without SPL
Create a new defconfig file called `coreboot64-no-spl_defconfig`, tailored specifically for 64-bit X86 architecture systems that operate without the Secondary Program Loader (SPL). This configuration takes its inspiration from `coreboot64_defconfig`.. Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:

committed by
Tom Rini

parent
33d84771e9
commit
e892c98f7b
62
configs/coreboot64-no-spl_defconfig
Normal file
62
configs/coreboot64-no-spl_defconfig
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
CONFIG_X86=y
|
||||||
|
CONFIG_TEXT_BASE=0x1110000
|
||||||
|
CONFIG_SYS_MALLOC_LEN=0x2000000
|
||||||
|
CONFIG_NR_DRAM_BANKS=8
|
||||||
|
CONFIG_ENV_SIZE=0x1000
|
||||||
|
CONFIG_DEFAULT_DEVICE_TREE="coreboot"
|
||||||
|
CONFIG_PRE_CON_BUF_ADDR=0x100000
|
||||||
|
CONFIG_X86_RUN_64BIT_NO_SPL=y
|
||||||
|
CONFIG_VENDOR_COREBOOT=y
|
||||||
|
CONFIG_TARGET_COREBOOT=y
|
||||||
|
CONFIG_FIT=y
|
||||||
|
CONFIG_FIT_SIGNATURE=y
|
||||||
|
CONFIG_BOOTSTD_FULL=y
|
||||||
|
CONFIG_BOOTSTD_DEFAULTS=y
|
||||||
|
CONFIG_SYS_MONITOR_BASE=0x01110000
|
||||||
|
CONFIG_SHOW_BOOT_PROGRESS=y
|
||||||
|
CONFIG_USE_BOOTARGS=y
|
||||||
|
CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro"
|
||||||
|
CONFIG_BOOTCOMMAND="bootflow scan -l; if bootflow menu; then bootflow boot; fi"
|
||||||
|
CONFIG_PRE_CONSOLE_BUFFER=y
|
||||||
|
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||||
|
CONFIG_LOG=y
|
||||||
|
CONFIG_LOGF_LINE=y
|
||||||
|
CONFIG_LOGF_FUNC=y
|
||||||
|
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
||||||
|
CONFIG_CMD_IDE=y
|
||||||
|
CONFIG_CMD_MMC=y
|
||||||
|
CONFIG_CMD_SATA=y
|
||||||
|
CONFIG_CMD_USB=y
|
||||||
|
# CONFIG_CMD_SETEXPR is not set
|
||||||
|
CONFIG_BOOTP_BOOTFILESIZE=y
|
||||||
|
CONFIG_CMD_TIME=y
|
||||||
|
CONFIG_CMD_SOUND=y
|
||||||
|
CONFIG_CMD_EXT4_WRITE=y
|
||||||
|
CONFIG_MAC_PARTITION=y
|
||||||
|
CONFIG_ENV_OVERWRITE=y
|
||||||
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
||||||
|
CONFIG_USE_BOOTFILE=y
|
||||||
|
CONFIG_BOOTFILE="bzImage"
|
||||||
|
CONFIG_TFTP_TSIZE=y
|
||||||
|
CONFIG_USE_ROOTPATH=y
|
||||||
|
CONFIG_REGMAP=y
|
||||||
|
CONFIG_SYSCON=y
|
||||||
|
# CONFIG_ACPIGEN is not set
|
||||||
|
CONFIG_SYS_IDE_MAXDEVICE=4
|
||||||
|
CONFIG_SYS_ATA_DATA_OFFSET=0
|
||||||
|
CONFIG_SYS_ATA_REG_OFFSET=0
|
||||||
|
CONFIG_SYS_ATA_ALT_OFFSET=0
|
||||||
|
CONFIG_ATAPI=y
|
||||||
|
CONFIG_LBA48=y
|
||||||
|
CONFIG_SYS_64BIT_LBA=y
|
||||||
|
CONFIG_NVME_PCI=y
|
||||||
|
# CONFIG_PCI_PNP is not set
|
||||||
|
CONFIG_SYS_NS16550_MEM32=y
|
||||||
|
CONFIG_SOUND=y
|
||||||
|
CONFIG_SOUND_I8254=y
|
||||||
|
CONFIG_VIDEO_COPY=y
|
||||||
|
CONFIG_CONSOLE_TRUETYPE=y
|
||||||
|
CONFIG_CONSOLE_SCROLL_LINES=5
|
||||||
|
CONFIG_CMD_DHRYSTONE=y
|
||||||
|
# CONFIG_GZIP is not set
|
||||||
|
CONFIG_SMBIOS_PARSER=y
|
Reference in New Issue
Block a user