From 4613123086758519fa89475910814af13e5db62b Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Thu, 23 Aug 2018 11:48:47 -0400 Subject: [PATCH] copy tioga pass file to hpe3100 --- boards/hpe3100/hpe3100.config | 49 +++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 boards/hpe3100/hpe3100.config diff --git a/boards/hpe3100/hpe3100.config b/boards/hpe3100/hpe3100.config new file mode 100644 index 00000000..52e66a57 --- /dev/null +++ b/boards/hpe3100/hpe3100.config @@ -0,0 +1,49 @@ +# Configuration for a HPe CL3100 "OCP" node +# and it uses LinuxBoot, not coreboot. +CONFIG_LINUXBOOT=y +CONFIG_LINUXBOOT_ROM=blobs/hpe3100.rom +CONFIG_LINUX_CONFIG=config/linux-linuxboot.config + +# If you want to build with the go-based u-root instead of Heads +CONFIG_UROOT ?= n + +ifeq "$(CONFIG_UROOT)" "y" +# The busybox will likely be redundant and can be trimmed for space. +CONFIG_BUSYBOX=n +CONFIG_ZLIB=n +CONFIG_MUSL=n +else +# These don't fit if u-root is turned on +CONFIG_CRYPTSETUP=y +CONFIG_FLASHROM=y +CONFIG_FLASHTOOLS=y +CONFIG_GPG=y +CONFIG_KEXEC=y +CONFIG_UTIL_LINUX=y +CONFIG_LVM2=y +CONFIG_MBEDTLS=y +CONFIG_PCIUTILS=y +CONFIG_POPT=y +CONFIG_QRENCODE=y +CONFIG_TPMTOTP=y +CONFIG_DROPBEAR=y +endif + +# Linux modules will still be linked into the u-root tree +CONFIG_LINUX_USB=y +CONFIG_LINUX_MLX4=y +#CONFIG_LINUX_ATA=y +#CONFIG_LINUX_AHCI=y +#CONFIG_LINUX_E1000E=y +CONFIG_LINUX_NVME=y +CONFIG_LINUX_BCM=y + +export CONFIG_BOOTSCRIPT=/bin/generic-init +export CONFIG_TPM=n +export CONFIG_BOOT_REQ_HASH=n +export CONFIG_BOOT_REQ_ROLLBACK=n +export CONFIG_BOOT_DEV="/dev/sda1" +export CONFIG_USB_BOOT_DEV="/dev/sdb1" + +#$(build)/$(BOARD)/linuxboot.rom: linuxboot.intermediate +