2024-07-17 18:10:11 +00:00
|
|
|
#
|
|
|
|
# Automatically generated file; DO NOT EDIT.
|
|
|
|
# coreboot configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# General setup
|
|
|
|
#
|
|
|
|
CONFIG_COREBOOT_BUILD=y
|
|
|
|
CONFIG_LOCALVERSION=""
|
|
|
|
CONFIG_CBFS_PREFIX="fallback"
|
|
|
|
CONFIG_COMPILER_GCC=y
|
|
|
|
# CONFIG_COMPILER_LLVM_CLANG is not set
|
|
|
|
# CONFIG_ANY_TOOLCHAIN is not set
|
|
|
|
# CONFIG_CCACHE is not set
|
|
|
|
# CONFIG_FMD_GENPARSER is not set
|
|
|
|
# CONFIG_UTIL_GENPARSER is not set
|
Activate dual console by default and restructure board config
Changing CONFIG_USB_BOOT_DEV to sdc1, adding back CONFIG_BOOT_STATIC_IP to 192.168.2.3, adding dual console to OpenBMC and tty0 in attempt to have QubesOS graphic installer which complains with no networking when attempting to start VNC
Adding dual console to OpenBmc and tty0
putting kgpe-d16-coreboot.conf in defconfig format
NO_HZ wasn't included in kernel config. Adding it.
Wasn't able to have both console firing up QubesOS gui installer, complaining about hvc1 console errors. Splitting up Workstation and server config. This one works for Worstation
Removing serial configuration and static IP stuff since we have a workstation here.
Seperate Workstation and Server board configurations until dual console truely works through QubesOS gui installation. kgpe-d16 board config removed until then.
Placing files in good directories
Corrrect flashrom options for kgpe-d16 server and workstation boards
kgpe-d16 linux: NO_HZ_IDLE instead of NO_HZ
kgpe-d16: seperate board for workstation to be AST and gui-init based, while kgpe-d16-> kgpe-d16_server
kgpe-d16_server: boots, shows ASpeed text on VGA, controllable through BMC via SSH.
kgpe-d16_workstation on ASpeed console. WIP. (Includes CIs configs to build server and workstation)
kgpe-d16_workstation in defconfig format
kgpe-d16 boards: pass from GPG to GPG2 board definitions
kgpe-d16_workstation : Adding Cairo and FbWhpitail in board config for gui-init to work in FB mode
kgpe-d16: removing plymouth.ignore-serial-consoles to fix server terminal output
kgpe-d16: bring par with staging branch https://gitlab.com/tlaurion/heads/commits/kgpe-d16_staging
kgpe-d16 : expressively export CONFIG_TPM=n
kgpe-d16_wokstation gui-init variables were missing
kgpe-d16 boards: add CONFIG_LINUX_USB_COMPANION_CONTROLLER so that usb is recognized
linux-kgpe-d16*: add support for Pike
kgpe-d16_workstation-usb_keyboard board support addition
kgpe-d16_server-whiptail: Add board and dependencies to have gui-init in whiptail (console mode, not FbWhiptail based
GitlabCI: kgpe-d16 fixes and upstream merge of change
kgpe-d16* board: add statement to fixate coreboot version to 4.8.1 for the moment
kgpe-d16: add missing config/linux-kgpe-d16_server-whiptail.config file
KGPE-D16: community work migration to coreboot 4.11 to fix issue #740
KGPE-D16 boards: Adding VBOOT+measured boot, musl-cross patch and 4.11 patch brought up per https://github.com/osresearch/heads/pull/709
kgpe-d16* boards: add VBOOT Kconfig patch per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
KGPE-D16* coreboot configs: Add S3NV as a Runtime data whitelist (so that it is not measured at term) per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
kgpe-d16 coreboot 4.11: add https://review.coreboot.org/c/coreboot/+/36908 patch
kgpe-d16 boards: add Linux kernel version where missing.
CircleCI: Add debug output on fail for kgpe-d16 board builds to bring par with upstream after rebasing on master
coreboot module: typo correction (tabs vs spaces)
CircleCI: trying to address "g++: fatal error: Killed signal terminated program cc1plus." happening under coreboot 4.11 and coreboot 4.12 builds
CircleCI: remove past addition to test recommendation from CircleCI: "resource_class: large"
CircleCi: Ok.... lets output dmesg content prior of other logs.... I'm out of ideas. Next step, ask CircleCI for support
At this stage:
- job's "make --load" is supposed to guarantee that the number of thread doesn't exhaust pass of a load of 2 (medium, free class, CircleCI has 32 cores so possibility of a load of 32)
- "--max_old_space_size=4096" in CircleCI environement is supposed to limit memory consumption to 4096Mb of memory, the max of a medium class free tier CircleCI node
CircleCI: remove verbose build (no more V=1), in case of failed build, find all logs modified in last minute and output each of them on console.
coreboot module: implement load average respect inside of problematic CI build for coreboot 4.11+ being killed in the action (32 cores with 4Gb ram get gcc OOM)
coreboot module: replace nproc by number of Gb actually available as number of CPUs, since each thread is expected to have 1Gb of ram.
CircleCI & coreboot config: fix merge conflict rebasing on master
coreboot 4.11 kgpe-d16 vboot patches addendum, credits goes to @Tonux599
Fix merge conflicts and make sure all boards are inside of CircleCI builds. PoC build for #867
2018-10-23 12:43:36 +00:00
|
|
|
CONFIG_USE_OPTION_TABLE=y
|
2024-07-17 18:10:11 +00:00
|
|
|
# CONFIG_STATIC_OPTION_TABLE is not set
|
|
|
|
CONFIG_COMPRESS_RAMSTAGE=y
|
|
|
|
CONFIG_INCLUDE_CONFIG_FILE=y
|
|
|
|
CONFIG_COLLECT_TIMESTAMPS=y
|
|
|
|
# CONFIG_TIMESTAMPS_ON_CONSOLE is not set
|
|
|
|
# CONFIG_USE_BLOBS is not set
|
|
|
|
# CONFIG_COVERAGE is not set
|
|
|
|
# CONFIG_UBSAN is not set
|
|
|
|
CONFIG_NO_RELOCATABLE_RAMSTAGE=y
|
|
|
|
# CONFIG_RELOCATABLE_RAMSTAGE is not set
|
|
|
|
# CONFIG_UPDATE_IMAGE is not set
|
|
|
|
# CONFIG_BOOTSPLASH_IMAGE is not set
|
2023-07-13 18:03:40 +00:00
|
|
|
CONFIG_MEASURED_BOOT=y
|
2024-07-17 18:10:11 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Mainboard
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Important: Run 'make distclean' before switching boards
|
|
|
|
#
|
|
|
|
# CONFIG_VENDOR_ADI is not set
|
|
|
|
# CONFIG_VENDOR_ADLINK is not set
|
|
|
|
# CONFIG_VENDOR_ADVANSUS is not set
|
|
|
|
# CONFIG_VENDOR_AMD is not set
|
|
|
|
# CONFIG_VENDOR_AOPEN is not set
|
|
|
|
# CONFIG_VENDOR_APPLE is not set
|
|
|
|
# CONFIG_VENDOR_ASROCK is not set
|
Activate dual console by default and restructure board config
Changing CONFIG_USB_BOOT_DEV to sdc1, adding back CONFIG_BOOT_STATIC_IP to 192.168.2.3, adding dual console to OpenBMC and tty0 in attempt to have QubesOS graphic installer which complains with no networking when attempting to start VNC
Adding dual console to OpenBmc and tty0
putting kgpe-d16-coreboot.conf in defconfig format
NO_HZ wasn't included in kernel config. Adding it.
Wasn't able to have both console firing up QubesOS gui installer, complaining about hvc1 console errors. Splitting up Workstation and server config. This one works for Worstation
Removing serial configuration and static IP stuff since we have a workstation here.
Seperate Workstation and Server board configurations until dual console truely works through QubesOS gui installation. kgpe-d16 board config removed until then.
Placing files in good directories
Corrrect flashrom options for kgpe-d16 server and workstation boards
kgpe-d16 linux: NO_HZ_IDLE instead of NO_HZ
kgpe-d16: seperate board for workstation to be AST and gui-init based, while kgpe-d16-> kgpe-d16_server
kgpe-d16_server: boots, shows ASpeed text on VGA, controllable through BMC via SSH.
kgpe-d16_workstation on ASpeed console. WIP. (Includes CIs configs to build server and workstation)
kgpe-d16_workstation in defconfig format
kgpe-d16 boards: pass from GPG to GPG2 board definitions
kgpe-d16_workstation : Adding Cairo and FbWhpitail in board config for gui-init to work in FB mode
kgpe-d16: removing plymouth.ignore-serial-consoles to fix server terminal output
kgpe-d16: bring par with staging branch https://gitlab.com/tlaurion/heads/commits/kgpe-d16_staging
kgpe-d16 : expressively export CONFIG_TPM=n
kgpe-d16_wokstation gui-init variables were missing
kgpe-d16 boards: add CONFIG_LINUX_USB_COMPANION_CONTROLLER so that usb is recognized
linux-kgpe-d16*: add support for Pike
kgpe-d16_workstation-usb_keyboard board support addition
kgpe-d16_server-whiptail: Add board and dependencies to have gui-init in whiptail (console mode, not FbWhiptail based
GitlabCI: kgpe-d16 fixes and upstream merge of change
kgpe-d16* board: add statement to fixate coreboot version to 4.8.1 for the moment
kgpe-d16: add missing config/linux-kgpe-d16_server-whiptail.config file
KGPE-D16: community work migration to coreboot 4.11 to fix issue #740
KGPE-D16 boards: Adding VBOOT+measured boot, musl-cross patch and 4.11 patch brought up per https://github.com/osresearch/heads/pull/709
kgpe-d16* boards: add VBOOT Kconfig patch per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
KGPE-D16* coreboot configs: Add S3NV as a Runtime data whitelist (so that it is not measured at term) per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
kgpe-d16 coreboot 4.11: add https://review.coreboot.org/c/coreboot/+/36908 patch
kgpe-d16 boards: add Linux kernel version where missing.
CircleCI: Add debug output on fail for kgpe-d16 board builds to bring par with upstream after rebasing on master
coreboot module: typo correction (tabs vs spaces)
CircleCI: trying to address "g++: fatal error: Killed signal terminated program cc1plus." happening under coreboot 4.11 and coreboot 4.12 builds
CircleCI: remove past addition to test recommendation from CircleCI: "resource_class: large"
CircleCi: Ok.... lets output dmesg content prior of other logs.... I'm out of ideas. Next step, ask CircleCI for support
At this stage:
- job's "make --load" is supposed to guarantee that the number of thread doesn't exhaust pass of a load of 2 (medium, free class, CircleCI has 32 cores so possibility of a load of 32)
- "--max_old_space_size=4096" in CircleCI environement is supposed to limit memory consumption to 4096Mb of memory, the max of a medium class free tier CircleCI node
CircleCI: remove verbose build (no more V=1), in case of failed build, find all logs modified in last minute and output each of them on console.
coreboot module: implement load average respect inside of problematic CI build for coreboot 4.11+ being killed in the action (32 cores with 4Gb ram get gcc OOM)
coreboot module: replace nproc by number of Gb actually available as number of CPUs, since each thread is expected to have 1Gb of ram.
CircleCI & coreboot config: fix merge conflict rebasing on master
coreboot 4.11 kgpe-d16 vboot patches addendum, credits goes to @Tonux599
Fix merge conflicts and make sure all boards are inside of CircleCI builds. PoC build for #867
2018-10-23 12:43:36 +00:00
|
|
|
CONFIG_VENDOR_ASUS=y
|
2024-07-17 18:10:11 +00:00
|
|
|
# CONFIG_VENDOR_AVALUE is not set
|
|
|
|
# CONFIG_VENDOR_BAP is not set
|
|
|
|
# CONFIG_VENDOR_BIOSTAR is not set
|
|
|
|
# CONFIG_VENDOR_CAVIUM is not set
|
|
|
|
# CONFIG_VENDOR_COMPULAB is not set
|
|
|
|
# CONFIG_VENDOR_ELMEX is not set
|
|
|
|
# CONFIG_VENDOR_EMULATION is not set
|
|
|
|
# CONFIG_VENDOR_ESD is not set
|
|
|
|
# CONFIG_VENDOR_FACEBOOK is not set
|
|
|
|
# CONFIG_VENDOR_FOXCONN is not set
|
|
|
|
# CONFIG_VENDOR_GETAC is not set
|
|
|
|
# CONFIG_VENDOR_GIGABYTE is not set
|
|
|
|
# CONFIG_VENDOR_GIZMOSPHERE is not set
|
|
|
|
# CONFIG_VENDOR_GOOGLE is not set
|
|
|
|
# CONFIG_VENDOR_HP is not set
|
|
|
|
# CONFIG_VENDOR_IBASE is not set
|
|
|
|
# CONFIG_VENDOR_IEI is not set
|
|
|
|
# CONFIG_VENDOR_INTEL is not set
|
|
|
|
# CONFIG_VENDOR_JETWAY is not set
|
|
|
|
# CONFIG_VENDOR_KONTRON is not set
|
|
|
|
# CONFIG_VENDOR_LENOVO is not set
|
|
|
|
# CONFIG_VENDOR_LIPPERT is not set
|
|
|
|
# CONFIG_VENDOR_MSI is not set
|
|
|
|
# CONFIG_VENDOR_OCP is not set
|
|
|
|
# CONFIG_VENDOR_OPENCELLULAR is not set
|
|
|
|
# CONFIG_VENDOR_PACKARDBELL is not set
|
|
|
|
# CONFIG_VENDOR_PCENGINES is not set
|
|
|
|
# CONFIG_VENDOR_PORTWELL is not set
|
|
|
|
# CONFIG_VENDOR_PURISM is not set
|
|
|
|
# CONFIG_VENDOR_RAZER is not set
|
|
|
|
# CONFIG_VENDOR_RODA is not set
|
|
|
|
# CONFIG_VENDOR_SAMSUNG is not set
|
|
|
|
# CONFIG_VENDOR_SAPPHIRE is not set
|
|
|
|
# CONFIG_VENDOR_SCALEWAY is not set
|
|
|
|
# CONFIG_VENDOR_SIEMENS is not set
|
|
|
|
# CONFIG_VENDOR_SIFIVE is not set
|
|
|
|
# CONFIG_VENDOR_SUPERMICRO is not set
|
|
|
|
# CONFIG_VENDOR_TI is not set
|
|
|
|
# CONFIG_VENDOR_TYAN is not set
|
|
|
|
# CONFIG_VENDOR_UP is not set
|
|
|
|
# CONFIG_VENDOR_VIA is not set
|
|
|
|
CONFIG_BOARD_SPECIFIC_OPTIONS=y
|
|
|
|
CONFIG_MAINBOARD_DIR="asus/kgpe-d16"
|
|
|
|
CONFIG_MAINBOARD_PART_NUMBER="KGPE-D16"
|
|
|
|
CONFIG_MAX_CPUS=32
|
|
|
|
CONFIG_CBFS_SIZE=0x1000000
|
Activate dual console by default and restructure board config
Changing CONFIG_USB_BOOT_DEV to sdc1, adding back CONFIG_BOOT_STATIC_IP to 192.168.2.3, adding dual console to OpenBMC and tty0 in attempt to have QubesOS graphic installer which complains with no networking when attempting to start VNC
Adding dual console to OpenBmc and tty0
putting kgpe-d16-coreboot.conf in defconfig format
NO_HZ wasn't included in kernel config. Adding it.
Wasn't able to have both console firing up QubesOS gui installer, complaining about hvc1 console errors. Splitting up Workstation and server config. This one works for Worstation
Removing serial configuration and static IP stuff since we have a workstation here.
Seperate Workstation and Server board configurations until dual console truely works through QubesOS gui installation. kgpe-d16 board config removed until then.
Placing files in good directories
Corrrect flashrom options for kgpe-d16 server and workstation boards
kgpe-d16 linux: NO_HZ_IDLE instead of NO_HZ
kgpe-d16: seperate board for workstation to be AST and gui-init based, while kgpe-d16-> kgpe-d16_server
kgpe-d16_server: boots, shows ASpeed text on VGA, controllable through BMC via SSH.
kgpe-d16_workstation on ASpeed console. WIP. (Includes CIs configs to build server and workstation)
kgpe-d16_workstation in defconfig format
kgpe-d16 boards: pass from GPG to GPG2 board definitions
kgpe-d16_workstation : Adding Cairo and FbWhpitail in board config for gui-init to work in FB mode
kgpe-d16: removing plymouth.ignore-serial-consoles to fix server terminal output
kgpe-d16: bring par with staging branch https://gitlab.com/tlaurion/heads/commits/kgpe-d16_staging
kgpe-d16 : expressively export CONFIG_TPM=n
kgpe-d16_wokstation gui-init variables were missing
kgpe-d16 boards: add CONFIG_LINUX_USB_COMPANION_CONTROLLER so that usb is recognized
linux-kgpe-d16*: add support for Pike
kgpe-d16_workstation-usb_keyboard board support addition
kgpe-d16_server-whiptail: Add board and dependencies to have gui-init in whiptail (console mode, not FbWhiptail based
GitlabCI: kgpe-d16 fixes and upstream merge of change
kgpe-d16* board: add statement to fixate coreboot version to 4.8.1 for the moment
kgpe-d16: add missing config/linux-kgpe-d16_server-whiptail.config file
KGPE-D16: community work migration to coreboot 4.11 to fix issue #740
KGPE-D16 boards: Adding VBOOT+measured boot, musl-cross patch and 4.11 patch brought up per https://github.com/osresearch/heads/pull/709
kgpe-d16* boards: add VBOOT Kconfig patch per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
KGPE-D16* coreboot configs: Add S3NV as a Runtime data whitelist (so that it is not measured at term) per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
kgpe-d16 coreboot 4.11: add https://review.coreboot.org/c/coreboot/+/36908 patch
kgpe-d16 boards: add Linux kernel version where missing.
CircleCI: Add debug output on fail for kgpe-d16 board builds to bring par with upstream after rebasing on master
coreboot module: typo correction (tabs vs spaces)
CircleCI: trying to address "g++: fatal error: Killed signal terminated program cc1plus." happening under coreboot 4.11 and coreboot 4.12 builds
CircleCI: remove past addition to test recommendation from CircleCI: "resource_class: large"
CircleCi: Ok.... lets output dmesg content prior of other logs.... I'm out of ideas. Next step, ask CircleCI for support
At this stage:
- job's "make --load" is supposed to guarantee that the number of thread doesn't exhaust pass of a load of 2 (medium, free class, CircleCI has 32 cores so possibility of a load of 32)
- "--max_old_space_size=4096" in CircleCI environement is supposed to limit memory consumption to 4096Mb of memory, the max of a medium class free tier CircleCI node
CircleCI: remove verbose build (no more V=1), in case of failed build, find all logs modified in last minute and output each of them on console.
coreboot module: implement load average respect inside of problematic CI build for coreboot 4.11+ being killed in the action (32 cores with 4Gb ram get gcc OOM)
coreboot module: replace nproc by number of Gb actually available as number of CPUs, since each thread is expected to have 1Gb of ram.
CircleCI & coreboot config: fix merge conflict rebasing on master
coreboot 4.11 kgpe-d16 vboot patches addendum, credits goes to @Tonux599
Fix merge conflicts and make sure all boards are inside of CircleCI builds. PoC build for #867
2018-10-23 12:43:36 +00:00
|
|
|
CONFIG_UART_FOR_CONSOLE=1
|
2024-07-17 18:10:11 +00:00
|
|
|
CONFIG_MAINBOARD_VENDOR="ASUS"
|
|
|
|
CONFIG_APIC_ID_OFFSET=0x0
|
|
|
|
CONFIG_HW_MEM_HOLE_SIZEK=0x100000
|
|
|
|
CONFIG_MAX_PHYSICAL_CPUS=4
|
|
|
|
CONFIG_HT_CHAIN_END_UNITID_BASE=0x20
|
|
|
|
CONFIG_HT_CHAIN_UNITID_BASE=0x0
|
|
|
|
CONFIG_IRQ_SLOT_COUNT=13
|
|
|
|
CONFIG_VGA_BIOS_ID="1a03,2000"
|
|
|
|
CONFIG_ONBOARD_VGA_IS_PRIMARY=y
|
|
|
|
CONFIG_DIMM_SPD_SIZE=256
|
|
|
|
# CONFIG_VGA_BIOS is not set
|
|
|
|
CONFIG_MAINBOARD_SERIAL_NUMBER="123456789"
|
|
|
|
CONFIG_C_ENV_BOOTBLOCK_SIZE=0x10000
|
|
|
|
CONFIG_MAINBOARD_SMBIOS_MANUFACTURER="ASUS"
|
|
|
|
CONFIG_DEVICETREE="devicetree.cb"
|
|
|
|
CONFIG_PRERAM_CBMEM_CONSOLE_SIZE=0xc00
|
|
|
|
# CONFIG_BOARD_ASUS_AM1I_A is not set
|
|
|
|
# CONFIG_BOARD_ASUS_F2A85_M is not set
|
|
|
|
# CONFIG_BOARD_ASUS_F2A85_M_PRO is not set
|
|
|
|
# CONFIG_BOARD_ASUS_F2A85_M_LE is not set
|
|
|
|
# CONFIG_BOARD_ASUS_H61M_CS is not set
|
|
|
|
# CONFIG_BOARD_ASUS_KCMA_D8 is not set
|
|
|
|
# CONFIG_BOARD_ASUS_KFSN4_DRE is not set
|
Activate dual console by default and restructure board config
Changing CONFIG_USB_BOOT_DEV to sdc1, adding back CONFIG_BOOT_STATIC_IP to 192.168.2.3, adding dual console to OpenBMC and tty0 in attempt to have QubesOS graphic installer which complains with no networking when attempting to start VNC
Adding dual console to OpenBmc and tty0
putting kgpe-d16-coreboot.conf in defconfig format
NO_HZ wasn't included in kernel config. Adding it.
Wasn't able to have both console firing up QubesOS gui installer, complaining about hvc1 console errors. Splitting up Workstation and server config. This one works for Worstation
Removing serial configuration and static IP stuff since we have a workstation here.
Seperate Workstation and Server board configurations until dual console truely works through QubesOS gui installation. kgpe-d16 board config removed until then.
Placing files in good directories
Corrrect flashrom options for kgpe-d16 server and workstation boards
kgpe-d16 linux: NO_HZ_IDLE instead of NO_HZ
kgpe-d16: seperate board for workstation to be AST and gui-init based, while kgpe-d16-> kgpe-d16_server
kgpe-d16_server: boots, shows ASpeed text on VGA, controllable through BMC via SSH.
kgpe-d16_workstation on ASpeed console. WIP. (Includes CIs configs to build server and workstation)
kgpe-d16_workstation in defconfig format
kgpe-d16 boards: pass from GPG to GPG2 board definitions
kgpe-d16_workstation : Adding Cairo and FbWhpitail in board config for gui-init to work in FB mode
kgpe-d16: removing plymouth.ignore-serial-consoles to fix server terminal output
kgpe-d16: bring par with staging branch https://gitlab.com/tlaurion/heads/commits/kgpe-d16_staging
kgpe-d16 : expressively export CONFIG_TPM=n
kgpe-d16_wokstation gui-init variables were missing
kgpe-d16 boards: add CONFIG_LINUX_USB_COMPANION_CONTROLLER so that usb is recognized
linux-kgpe-d16*: add support for Pike
kgpe-d16_workstation-usb_keyboard board support addition
kgpe-d16_server-whiptail: Add board and dependencies to have gui-init in whiptail (console mode, not FbWhiptail based
GitlabCI: kgpe-d16 fixes and upstream merge of change
kgpe-d16* board: add statement to fixate coreboot version to 4.8.1 for the moment
kgpe-d16: add missing config/linux-kgpe-d16_server-whiptail.config file
KGPE-D16: community work migration to coreboot 4.11 to fix issue #740
KGPE-D16 boards: Adding VBOOT+measured boot, musl-cross patch and 4.11 patch brought up per https://github.com/osresearch/heads/pull/709
kgpe-d16* boards: add VBOOT Kconfig patch per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
KGPE-D16* coreboot configs: Add S3NV as a Runtime data whitelist (so that it is not measured at term) per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
kgpe-d16 coreboot 4.11: add https://review.coreboot.org/c/coreboot/+/36908 patch
kgpe-d16 boards: add Linux kernel version where missing.
CircleCI: Add debug output on fail for kgpe-d16 board builds to bring par with upstream after rebasing on master
coreboot module: typo correction (tabs vs spaces)
CircleCI: trying to address "g++: fatal error: Killed signal terminated program cc1plus." happening under coreboot 4.11 and coreboot 4.12 builds
CircleCI: remove past addition to test recommendation from CircleCI: "resource_class: large"
CircleCi: Ok.... lets output dmesg content prior of other logs.... I'm out of ideas. Next step, ask CircleCI for support
At this stage:
- job's "make --load" is supposed to guarantee that the number of thread doesn't exhaust pass of a load of 2 (medium, free class, CircleCI has 32 cores so possibility of a load of 32)
- "--max_old_space_size=4096" in CircleCI environement is supposed to limit memory consumption to 4096Mb of memory, the max of a medium class free tier CircleCI node
CircleCI: remove verbose build (no more V=1), in case of failed build, find all logs modified in last minute and output each of them on console.
coreboot module: implement load average respect inside of problematic CI build for coreboot 4.11+ being killed in the action (32 cores with 4Gb ram get gcc OOM)
coreboot module: replace nproc by number of Gb actually available as number of CPUs, since each thread is expected to have 1Gb of ram.
CircleCI & coreboot config: fix merge conflict rebasing on master
coreboot 4.11 kgpe-d16 vboot patches addendum, credits goes to @Tonux599
Fix merge conflicts and make sure all boards are inside of CircleCI builds. PoC build for #867
2018-10-23 12:43:36 +00:00
|
|
|
CONFIG_BOARD_ASUS_KGPE_D16=y
|
2024-07-17 18:10:11 +00:00
|
|
|
# CONFIG_BOARD_ASUS_M4A78_EM is not set
|
|
|
|
# CONFIG_BOARD_ASUS_M4A785M is not set
|
|
|
|
# CONFIG_BOARD_ASUS_M4A785TM is not set
|
|
|
|
# CONFIG_BOARD_ASUS_M5A88_V is not set
|
|
|
|
# CONFIG_BOARD_ASUS_MAXIMUS_IV_GENE_Z is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P2B_D is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P2B_DS is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P2B_F is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P2B_LS is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P2B is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P3B_F is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P5GC_MX is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P5QC is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P5Q_PRO is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P5QL_PRO is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P5QL_EM is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P5QPL_AM is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P5G41T_M_LX is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P8H61_M_LX is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P8H61_M_PRO is not set
|
|
|
|
# CONFIG_BOARD_ASUS_P8Z77_M_PRO is not set
|
|
|
|
CONFIG_POST_IO=y
|
|
|
|
CONFIG_BOOTBLOCK_MAINBOARD_INIT="mainboard/asus/kgpe-d16/bootblock.c"
|
|
|
|
CONFIG_DCACHE_RAM_BASE=0xc2000
|
|
|
|
CONFIG_DCACHE_RAM_SIZE=0x1e000
|
|
|
|
CONFIG_SOUTHBRIDGE_AMD_SB700_SATA_PORT_COUNT_BITFIELD=0x3f
|
|
|
|
CONFIG_MAX_REBOOT_CNT=10
|
|
|
|
CONFIG_OVERRIDE_DEVICETREE=""
|
|
|
|
CONFIG_BOOT_DEVICE_SPI_FLASH_BUS=0
|
|
|
|
CONFIG_FMDFILE=""
|
|
|
|
# CONFIG_VBOOT is not set
|
|
|
|
CONFIG_MMCONF_BASE_ADDRESS=0xc0000000
|
|
|
|
CONFIG_POST_DEVICE=y
|
|
|
|
CONFIG_SPI_FLASH_INCLUDE_ALL_DRIVERS=y
|
|
|
|
CONFIG_SPI_FLASH_WINBOND=y
|
|
|
|
CONFIG_TPM_INIT=y
|
2024-07-26 21:39:18 +00:00
|
|
|
# CONFIG_DRIVERS_INTEL_WIFI is not set
|
2024-07-17 18:10:11 +00:00
|
|
|
CONFIG_DRIVERS_UART_8250IO=y
|
|
|
|
CONFIG_DIMM_MAX=4
|
|
|
|
CONFIG_TPM_PIRQ=0x0
|
|
|
|
CONFIG_TTYS0_LCS=3
|
|
|
|
CONFIG_MAINBOARD_SMBIOS_PRODUCT_NAME="KGPE-D16"
|
2024-10-14 23:21:52 +00:00
|
|
|
CONFIG_DEFAULT_CONSOLE_LOGLEVEL=7
|
2024-07-19 21:44:30 +00:00
|
|
|
# CONFIG_USBDEBUG is not set
|
2024-07-17 18:10:11 +00:00
|
|
|
CONFIG_IPMI_KCS_REGISTER_SPACING=1
|
|
|
|
CONFIG_MAINBOARD_VERSION="1.0"
|
Activate dual console by default and restructure board config
Changing CONFIG_USB_BOOT_DEV to sdc1, adding back CONFIG_BOOT_STATIC_IP to 192.168.2.3, adding dual console to OpenBMC and tty0 in attempt to have QubesOS graphic installer which complains with no networking when attempting to start VNC
Adding dual console to OpenBmc and tty0
putting kgpe-d16-coreboot.conf in defconfig format
NO_HZ wasn't included in kernel config. Adding it.
Wasn't able to have both console firing up QubesOS gui installer, complaining about hvc1 console errors. Splitting up Workstation and server config. This one works for Worstation
Removing serial configuration and static IP stuff since we have a workstation here.
Seperate Workstation and Server board configurations until dual console truely works through QubesOS gui installation. kgpe-d16 board config removed until then.
Placing files in good directories
Corrrect flashrom options for kgpe-d16 server and workstation boards
kgpe-d16 linux: NO_HZ_IDLE instead of NO_HZ
kgpe-d16: seperate board for workstation to be AST and gui-init based, while kgpe-d16-> kgpe-d16_server
kgpe-d16_server: boots, shows ASpeed text on VGA, controllable through BMC via SSH.
kgpe-d16_workstation on ASpeed console. WIP. (Includes CIs configs to build server and workstation)
kgpe-d16_workstation in defconfig format
kgpe-d16 boards: pass from GPG to GPG2 board definitions
kgpe-d16_workstation : Adding Cairo and FbWhpitail in board config for gui-init to work in FB mode
kgpe-d16: removing plymouth.ignore-serial-consoles to fix server terminal output
kgpe-d16: bring par with staging branch https://gitlab.com/tlaurion/heads/commits/kgpe-d16_staging
kgpe-d16 : expressively export CONFIG_TPM=n
kgpe-d16_wokstation gui-init variables were missing
kgpe-d16 boards: add CONFIG_LINUX_USB_COMPANION_CONTROLLER so that usb is recognized
linux-kgpe-d16*: add support for Pike
kgpe-d16_workstation-usb_keyboard board support addition
kgpe-d16_server-whiptail: Add board and dependencies to have gui-init in whiptail (console mode, not FbWhiptail based
GitlabCI: kgpe-d16 fixes and upstream merge of change
kgpe-d16* board: add statement to fixate coreboot version to 4.8.1 for the moment
kgpe-d16: add missing config/linux-kgpe-d16_server-whiptail.config file
KGPE-D16: community work migration to coreboot 4.11 to fix issue #740
KGPE-D16 boards: Adding VBOOT+measured boot, musl-cross patch and 4.11 patch brought up per https://github.com/osresearch/heads/pull/709
kgpe-d16* boards: add VBOOT Kconfig patch per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
KGPE-D16* coreboot configs: Add S3NV as a Runtime data whitelist (so that it is not measured at term) per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
kgpe-d16 coreboot 4.11: add https://review.coreboot.org/c/coreboot/+/36908 patch
kgpe-d16 boards: add Linux kernel version where missing.
CircleCI: Add debug output on fail for kgpe-d16 board builds to bring par with upstream after rebasing on master
coreboot module: typo correction (tabs vs spaces)
CircleCI: trying to address "g++: fatal error: Killed signal terminated program cc1plus." happening under coreboot 4.11 and coreboot 4.12 builds
CircleCI: remove past addition to test recommendation from CircleCI: "resource_class: large"
CircleCi: Ok.... lets output dmesg content prior of other logs.... I'm out of ideas. Next step, ask CircleCI for support
At this stage:
- job's "make --load" is supposed to guarantee that the number of thread doesn't exhaust pass of a load of 2 (medium, free class, CircleCI has 32 cores so possibility of a load of 32)
- "--max_old_space_size=4096" in CircleCI environement is supposed to limit memory consumption to 4096Mb of memory, the max of a medium class free tier CircleCI node
CircleCI: remove verbose build (no more V=1), in case of failed build, find all logs modified in last minute and output each of them on console.
coreboot module: implement load average respect inside of problematic CI build for coreboot 4.11+ being killed in the action (32 cores with 4Gb ram get gcc OOM)
coreboot module: replace nproc by number of Gb actually available as number of CPUs, since each thread is expected to have 1Gb of ram.
CircleCI & coreboot config: fix merge conflict rebasing on master
coreboot 4.11 kgpe-d16 vboot patches addendum, credits goes to @Tonux599
Fix merge conflicts and make sure all boards are inside of CircleCI builds. PoC build for #867
2018-10-23 12:43:36 +00:00
|
|
|
CONFIG_DRIVERS_PS2_KEYBOARD=y
|
2024-07-17 18:10:11 +00:00
|
|
|
CONFIG_PCIEXP_L1_SUB_STATE=y
|
|
|
|
# CONFIG_NO_POST is not set
|
|
|
|
CONFIG_SMBIOS_ENCLOSURE_TYPE=0x03
|
|
|
|
CONFIG_HEAP_SIZE=0xc0000
|
|
|
|
# CONFIG_CONSOLE_POST is not set
|
|
|
|
CONFIG_SUBSYSTEM_VENDOR_ID=0x0000
|
|
|
|
CONFIG_SUBSYSTEM_DEVICE_ID=0x0000
|
2023-11-09 16:26:38 +00:00
|
|
|
CONFIG_LINUX_COMMAND_LINE="nohz=on console=tty0 earlyprintk=tty0 quiet loglevel=2"
|
2024-07-17 18:10:11 +00:00
|
|
|
CONFIG_BOARD_ROMSIZE_KB_2048=y
|
|
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_64 is not set
|
|
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_128 is not set
|
|
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_256 is not set
|
|
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_512 is not set
|
|
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_1024 is not set
|
|
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_2048 is not set
|
|
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_4096 is not set
|
|
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_6144 is not set
|
|
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_8192 is not set
|
|
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_10240 is not set
|
|
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_12288 is not set
|
Activate dual console by default and restructure board config
Changing CONFIG_USB_BOOT_DEV to sdc1, adding back CONFIG_BOOT_STATIC_IP to 192.168.2.3, adding dual console to OpenBMC and tty0 in attempt to have QubesOS graphic installer which complains with no networking when attempting to start VNC
Adding dual console to OpenBmc and tty0
putting kgpe-d16-coreboot.conf in defconfig format
NO_HZ wasn't included in kernel config. Adding it.
Wasn't able to have both console firing up QubesOS gui installer, complaining about hvc1 console errors. Splitting up Workstation and server config. This one works for Worstation
Removing serial configuration and static IP stuff since we have a workstation here.
Seperate Workstation and Server board configurations until dual console truely works through QubesOS gui installation. kgpe-d16 board config removed until then.
Placing files in good directories
Corrrect flashrom options for kgpe-d16 server and workstation boards
kgpe-d16 linux: NO_HZ_IDLE instead of NO_HZ
kgpe-d16: seperate board for workstation to be AST and gui-init based, while kgpe-d16-> kgpe-d16_server
kgpe-d16_server: boots, shows ASpeed text on VGA, controllable through BMC via SSH.
kgpe-d16_workstation on ASpeed console. WIP. (Includes CIs configs to build server and workstation)
kgpe-d16_workstation in defconfig format
kgpe-d16 boards: pass from GPG to GPG2 board definitions
kgpe-d16_workstation : Adding Cairo and FbWhpitail in board config for gui-init to work in FB mode
kgpe-d16: removing plymouth.ignore-serial-consoles to fix server terminal output
kgpe-d16: bring par with staging branch https://gitlab.com/tlaurion/heads/commits/kgpe-d16_staging
kgpe-d16 : expressively export CONFIG_TPM=n
kgpe-d16_wokstation gui-init variables were missing
kgpe-d16 boards: add CONFIG_LINUX_USB_COMPANION_CONTROLLER so that usb is recognized
linux-kgpe-d16*: add support for Pike
kgpe-d16_workstation-usb_keyboard board support addition
kgpe-d16_server-whiptail: Add board and dependencies to have gui-init in whiptail (console mode, not FbWhiptail based
GitlabCI: kgpe-d16 fixes and upstream merge of change
kgpe-d16* board: add statement to fixate coreboot version to 4.8.1 for the moment
kgpe-d16: add missing config/linux-kgpe-d16_server-whiptail.config file
KGPE-D16: community work migration to coreboot 4.11 to fix issue #740
KGPE-D16 boards: Adding VBOOT+measured boot, musl-cross patch and 4.11 patch brought up per https://github.com/osresearch/heads/pull/709
kgpe-d16* boards: add VBOOT Kconfig patch per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
KGPE-D16* coreboot configs: Add S3NV as a Runtime data whitelist (so that it is not measured at term) per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
kgpe-d16 coreboot 4.11: add https://review.coreboot.org/c/coreboot/+/36908 patch
kgpe-d16 boards: add Linux kernel version where missing.
CircleCI: Add debug output on fail for kgpe-d16 board builds to bring par with upstream after rebasing on master
coreboot module: typo correction (tabs vs spaces)
CircleCI: trying to address "g++: fatal error: Killed signal terminated program cc1plus." happening under coreboot 4.11 and coreboot 4.12 builds
CircleCI: remove past addition to test recommendation from CircleCI: "resource_class: large"
CircleCi: Ok.... lets output dmesg content prior of other logs.... I'm out of ideas. Next step, ask CircleCI for support
At this stage:
- job's "make --load" is supposed to guarantee that the number of thread doesn't exhaust pass of a load of 2 (medium, free class, CircleCI has 32 cores so possibility of a load of 32)
- "--max_old_space_size=4096" in CircleCI environement is supposed to limit memory consumption to 4096Mb of memory, the max of a medium class free tier CircleCI node
CircleCI: remove verbose build (no more V=1), in case of failed build, find all logs modified in last minute and output each of them on console.
coreboot module: implement load average respect inside of problematic CI build for coreboot 4.11+ being killed in the action (32 cores with 4Gb ram get gcc OOM)
coreboot module: replace nproc by number of Gb actually available as number of CPUs, since each thread is expected to have 1Gb of ram.
CircleCI & coreboot config: fix merge conflict rebasing on master
coreboot 4.11 kgpe-d16 vboot patches addendum, credits goes to @Tonux599
Fix merge conflicts and make sure all boards are inside of CircleCI builds. PoC build for #867
2018-10-23 12:43:36 +00:00
|
|
|
CONFIG_COREBOOT_ROMSIZE_KB_16384=y
|
2024-07-17 18:10:11 +00:00
|
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_32768 is not set
|
|
|
|
# CONFIG_COREBOOT_ROMSIZE_KB_65536 is not set
|
|
|
|
CONFIG_COREBOOT_ROMSIZE_KB=16384
|
|
|
|
CONFIG_ROM_SIZE=0x1000000
|
|
|
|
CONFIG_HAVE_POWER_STATE_AFTER_FAILURE=y
|
|
|
|
CONFIG_HAVE_POWER_STATE_PREVIOUS_AFTER_FAILURE=y
|
|
|
|
CONFIG_POWER_STATE_DEFAULT_ON_AFTER_FAILURE=y
|
|
|
|
# CONFIG_POWER_STATE_OFF_AFTER_FAILURE is not set
|
|
|
|
CONFIG_POWER_STATE_ON_AFTER_FAILURE=y
|
|
|
|
# CONFIG_POWER_STATE_PREVIOUS_AFTER_FAILURE is not set
|
|
|
|
CONFIG_MAINBOARD_POWER_FAILURE_STATE=1
|
|
|
|
# CONFIG_SYSTEM_TYPE_LAPTOP is not set
|
|
|
|
# CONFIG_SYSTEM_TYPE_TABLET is not set
|
|
|
|
# CONFIG_SYSTEM_TYPE_DETACHABLE is not set
|
|
|
|
# CONFIG_SYSTEM_TYPE_CONVERTIBLE is not set
|
|
|
|
# CONFIG_CBFS_AUTOGEN_ATTRIBUTES is not set
|
|
|
|
|
|
|
|
#
|
|
|
|
# Chipset
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# SoC
|
|
|
|
#
|
|
|
|
CONFIG_HAVE_BOOTBLOCK=y
|
|
|
|
CONFIG_CPU_ADDR_BITS=48
|
|
|
|
CONFIG_MMCONF_BUS_NUMBER=256
|
|
|
|
CONFIG_EHCI_BAR=0xfef00000
|
|
|
|
CONFIG_SMM_MODULE_STACK_SIZE=0x400
|
|
|
|
CONFIG_ACPI_CPU_STRING="\\_PR.CP%02d"
|
|
|
|
# CONFIG_SOC_CAVIUM_CN81XX is not set
|
|
|
|
CONFIG_ARCH_ARMV8_EXTENSION=0
|
|
|
|
CONFIG_STACK_SIZE=0x1000
|
|
|
|
# CONFIG_SOC_CAVIUM_COMMON is not set
|
|
|
|
# CONFIG_SOC_INTEL_GLK is not set
|
|
|
|
CONFIG_X86_TOP4G_BOOTMEDIA_MAP=y
|
|
|
|
CONFIG_ROMSTAGE_ADDR=0x2000000
|
|
|
|
CONFIG_VERSTAGE_ADDR=0x2000000
|
|
|
|
CONFIG_PCIEXP_ASPM=y
|
|
|
|
CONFIG_PCIEXP_COMMON_CLOCK=y
|
|
|
|
CONFIG_PCIEXP_CLK_PM=y
|
|
|
|
CONFIG_TTYS0_BASE=0x2f8
|
|
|
|
CONFIG_HPET_MIN_TICKS=0x14
|
|
|
|
CONFIG_UART_PCI_ADDR=0x0
|
|
|
|
# CONFIG_SOC_MEDIATEK_MT8173 is not set
|
|
|
|
# CONFIG_SOC_MEDIATEK_MT8183 is not set
|
|
|
|
# CONFIG_SOC_NVIDIA_TEGRA124 is not set
|
|
|
|
# CONFIG_SOC_NVIDIA_TEGRA210 is not set
|
|
|
|
# CONFIG_SOC_QUALCOMM_COMMON is not set
|
|
|
|
# CONFIG_SOC_QC_IPQ40XX is not set
|
|
|
|
# CONFIG_SOC_QC_IPQ806X is not set
|
|
|
|
# CONFIG_SOC_QUALCOMM_QCS405 is not set
|
|
|
|
# CONFIG_SOC_QUALCOMM_SC7180 is not set
|
|
|
|
# CONFIG_SOC_QUALCOMM_SDM845 is not set
|
|
|
|
# CONFIG_SOC_ROCKCHIP_RK3288 is not set
|
|
|
|
# CONFIG_SOC_ROCKCHIP_RK3399 is not set
|
|
|
|
# CONFIG_CPU_SAMSUNG_EXYNOS5250 is not set
|
|
|
|
# CONFIG_CPU_SAMSUNG_EXYNOS5420 is not set
|
|
|
|
# CONFIG_SOC_UCB_RISCV is not set
|
|
|
|
|
|
|
|
#
|
|
|
|
# CPU
|
|
|
|
#
|
|
|
|
CONFIG_CPU_SOCKET_TYPE=0x15
|
|
|
|
# CONFIG_EXT_RT_TBL_SUPPORT is not set
|
|
|
|
CONFIG_CBB=0x0
|
|
|
|
CONFIG_CDB=0x18
|
|
|
|
CONFIG_XIP_ROM_SIZE=0x80000
|
|
|
|
CONFIG_CPU_AMD_SOCKET_G34_NON_AGESA=y
|
|
|
|
CONFIG_CPU_AMD_MODEL_10XXX=y
|
|
|
|
CONFIG_USE_LARGE_DCACHE=y
|
|
|
|
CONFIG_NUM_IPI_STARTS=1
|
|
|
|
CONFIG_DCACHE_BSP_TOP_STACK_SIZE=0x4000
|
|
|
|
CONFIG_DCACHE_BSP_TOP_STACK_SLUSH=0x4000
|
|
|
|
CONFIG_DCACHE_AP_STACK_SIZE=0x500
|
|
|
|
CONFIG_SET_FIDVID=y
|
|
|
|
CONFIG_LIFT_BSP_APIC_ID=y
|
|
|
|
CONFIG_SET_FIDVID_DEBUG=y
|
|
|
|
CONFIG_SET_FIDVID_STORE_AP_APICID_AT_FIRST=y
|
|
|
|
# CONFIG_SET_FIDVID_CORE0_ONLY is not set
|
|
|
|
CONFIG_SET_FIDVID_CORE_RANGE=0
|
|
|
|
CONFIG_UDELAY_LAPIC_FIXED_FSB=200
|
|
|
|
# CONFIG_CPU_AMD_AGESA is not set
|
|
|
|
# CONFIG_CPU_AMD_PI is not set
|
|
|
|
# CONFIG_CPU_ARMLTD_CORTEX_A9 is not set
|
|
|
|
CONFIG_SSE2=y
|
|
|
|
# CONFIG_CPU_INTEL_FIRMWARE_INTERFACE_TABLE is not set
|
|
|
|
# CONFIG_CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED is not set
|
|
|
|
# CONFIG_CPU_TI_AM335X is not set
|
|
|
|
CONFIG_PARALLEL_CPU_INIT=y
|
|
|
|
# CONFIG_PARALLEL_MP is not set
|
|
|
|
CONFIG_UDELAY_LAPIC=y
|
|
|
|
# CONFIG_LAPIC_MONOTONIC_TIMER is not set
|
|
|
|
# CONFIG_UDELAY_TSC is not set
|
|
|
|
CONFIG_TSC_SYNC_LFENCE=y
|
|
|
|
# CONFIG_TSC_SYNC_MFENCE is not set
|
|
|
|
# CONFIG_NO_FIXED_XIP_ROM_SIZE is not set
|
|
|
|
CONFIG_LOGICAL_CPUS=y
|
|
|
|
# CONFIG_HAVE_SMI_HANDLER is not set
|
|
|
|
# CONFIG_NO_SMM is not set
|
|
|
|
# CONFIG_SMM_ASEG is not set
|
|
|
|
CONFIG_SMM_TSEG=y
|
|
|
|
CONFIG_SMM_MODULE_HEAP_SIZE=0x4000
|
|
|
|
CONFIG_SMM_STUB_STACK_SIZE=0x400
|
|
|
|
# CONFIG_SMM_LAPIC_REMAP_MITIGATION is not set
|
|
|
|
# CONFIG_SERIALIZED_SMM_INITIALIZATION is not set
|
|
|
|
CONFIG_X86_AMD_FIXED_MTRRS=y
|
|
|
|
# CONFIG_X86_AMD_INIT_SIPI is not set
|
|
|
|
# CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING is not set
|
|
|
|
# CONFIG_SOC_SETS_MSRS is not set
|
|
|
|
CONFIG_CAR_GLOBAL_MIGRATION=y
|
|
|
|
CONFIG_SMP=y
|
|
|
|
CONFIG_SSE=y
|
|
|
|
CONFIG_SUPPORT_CPU_UCODE_IN_CBFS=y
|
|
|
|
# CONFIG_USES_MICROCODE_HEADER_FILES is not set
|
|
|
|
# CONFIG_CPU_MICROCODE_CBFS_DEFAULT_BINS is not set
|
2023-07-13 18:03:40 +00:00
|
|
|
CONFIG_CPU_MICROCODE_CBFS_NONE=y
|
2024-07-17 18:10:11 +00:00
|
|
|
CONFIG_CPU_MICROCODE_MULTIPLE_FILES=y
|
|
|
|
|
|
|
|
#
|
|
|
|
# Northbridge
|
|
|
|
#
|
|
|
|
# CONFIG_NORTHBRIDGE_AMD_AGESA is not set
|
|
|
|
CONFIG_NORTHBRIDGE_AMD_AMDFAM10=y
|
|
|
|
CONFIG_AGP_APERTURE_SIZE=0x4000000
|
|
|
|
CONFIG_BOOTBLOCK_NORTHBRIDGE_INIT="northbridge/amd/amdfam10/bootblock.c"
|
|
|
|
CONFIG_SB_HT_CHAIN_UNITID_OFFSET_ONLY=y
|
|
|
|
# CONFIG_HT_CHAIN_DISTRIBUTE is not set
|
|
|
|
# CONFIG_DIMM_DDR2 is not set
|
|
|
|
CONFIG_DIMM_DDR3=y
|
|
|
|
CONFIG_DIMM_REGISTERED=y
|
|
|
|
CONFIG_DIMM_VOLTAGE_SET_SUPPORT=y
|
|
|
|
# CONFIG_SVI_HIGH_FREQ is not set
|
|
|
|
|
|
|
|
#
|
|
|
|
# HyperTransport setup
|
|
|
|
#
|
|
|
|
# CONFIG_LIMIT_HT_DOWN_WIDTH_8 is not set
|
|
|
|
CONFIG_LIMIT_HT_DOWN_WIDTH_16=y
|
|
|
|
# CONFIG_LIMIT_HT_UP_WIDTH_8 is not set
|
|
|
|
CONFIG_LIMIT_HT_UP_WIDTH_16=y
|
|
|
|
# CONFIG_NORTHBRIDGE_AMD_PI is not set
|
|
|
|
|
|
|
|
#
|
|
|
|
# Southbridge
|
|
|
|
#
|
|
|
|
CONFIG_SOUTHBRIDGE_SPECIFIC_OPTIONS=y
|
|
|
|
CONFIG_BOOTBLOCK_SOUTHBRIDGE_INIT="southbridge/amd/sb700/bootblock.c"
|
|
|
|
# CONFIG_AMD_SB_CIMX is not set
|
|
|
|
# CONFIG_SOUTHBRIDGE_AMD_CIMX_SB800 is not set
|
|
|
|
# CONFIG_SOUTHBRIDGE_AMD_CIMX_SB900 is not set
|
|
|
|
CONFIG_SOUTHBRIDGE_AMD_SB700=y
|
Activate dual console by default and restructure board config
Changing CONFIG_USB_BOOT_DEV to sdc1, adding back CONFIG_BOOT_STATIC_IP to 192.168.2.3, adding dual console to OpenBMC and tty0 in attempt to have QubesOS graphic installer which complains with no networking when attempting to start VNC
Adding dual console to OpenBmc and tty0
putting kgpe-d16-coreboot.conf in defconfig format
NO_HZ wasn't included in kernel config. Adding it.
Wasn't able to have both console firing up QubesOS gui installer, complaining about hvc1 console errors. Splitting up Workstation and server config. This one works for Worstation
Removing serial configuration and static IP stuff since we have a workstation here.
Seperate Workstation and Server board configurations until dual console truely works through QubesOS gui installation. kgpe-d16 board config removed until then.
Placing files in good directories
Corrrect flashrom options for kgpe-d16 server and workstation boards
kgpe-d16 linux: NO_HZ_IDLE instead of NO_HZ
kgpe-d16: seperate board for workstation to be AST and gui-init based, while kgpe-d16-> kgpe-d16_server
kgpe-d16_server: boots, shows ASpeed text on VGA, controllable through BMC via SSH.
kgpe-d16_workstation on ASpeed console. WIP. (Includes CIs configs to build server and workstation)
kgpe-d16_workstation in defconfig format
kgpe-d16 boards: pass from GPG to GPG2 board definitions
kgpe-d16_workstation : Adding Cairo and FbWhpitail in board config for gui-init to work in FB mode
kgpe-d16: removing plymouth.ignore-serial-consoles to fix server terminal output
kgpe-d16: bring par with staging branch https://gitlab.com/tlaurion/heads/commits/kgpe-d16_staging
kgpe-d16 : expressively export CONFIG_TPM=n
kgpe-d16_wokstation gui-init variables were missing
kgpe-d16 boards: add CONFIG_LINUX_USB_COMPANION_CONTROLLER so that usb is recognized
linux-kgpe-d16*: add support for Pike
kgpe-d16_workstation-usb_keyboard board support addition
kgpe-d16_server-whiptail: Add board and dependencies to have gui-init in whiptail (console mode, not FbWhiptail based
GitlabCI: kgpe-d16 fixes and upstream merge of change
kgpe-d16* board: add statement to fixate coreboot version to 4.8.1 for the moment
kgpe-d16: add missing config/linux-kgpe-d16_server-whiptail.config file
KGPE-D16: community work migration to coreboot 4.11 to fix issue #740
KGPE-D16 boards: Adding VBOOT+measured boot, musl-cross patch and 4.11 patch brought up per https://github.com/osresearch/heads/pull/709
kgpe-d16* boards: add VBOOT Kconfig patch per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
KGPE-D16* coreboot configs: Add S3NV as a Runtime data whitelist (so that it is not measured at term) per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
kgpe-d16 coreboot 4.11: add https://review.coreboot.org/c/coreboot/+/36908 patch
kgpe-d16 boards: add Linux kernel version where missing.
CircleCI: Add debug output on fail for kgpe-d16 board builds to bring par with upstream after rebasing on master
coreboot module: typo correction (tabs vs spaces)
CircleCI: trying to address "g++: fatal error: Killed signal terminated program cc1plus." happening under coreboot 4.11 and coreboot 4.12 builds
CircleCI: remove past addition to test recommendation from CircleCI: "resource_class: large"
CircleCi: Ok.... lets output dmesg content prior of other logs.... I'm out of ideas. Next step, ask CircleCI for support
At this stage:
- job's "make --load" is supposed to guarantee that the number of thread doesn't exhaust pass of a load of 2 (medium, free class, CircleCI has 32 cores so possibility of a load of 32)
- "--max_old_space_size=4096" in CircleCI environement is supposed to limit memory consumption to 4096Mb of memory, the max of a medium class free tier CircleCI node
CircleCI: remove verbose build (no more V=1), in case of failed build, find all logs modified in last minute and output each of them on console.
coreboot module: implement load average respect inside of problematic CI build for coreboot 4.11+ being killed in the action (32 cores with 4Gb ram get gcc OOM)
coreboot module: replace nproc by number of Gb actually available as number of CPUs, since each thread is expected to have 1Gb of ram.
CircleCI & coreboot config: fix merge conflict rebasing on master
coreboot 4.11 kgpe-d16 vboot patches addendum, credits goes to @Tonux599
Fix merge conflicts and make sure all boards are inside of CircleCI builds. PoC build for #867
2018-10-23 12:43:36 +00:00
|
|
|
CONFIG_SOUTHBRIDGE_AMD_SB700_33MHZ_SPI=y
|
2024-07-17 18:10:11 +00:00
|
|
|
CONFIG_SOUTHBRIDGE_AMD_SUBTYPE_SP5100=y
|
|
|
|
# CONFIG_SOUTHBRIDGE_AMD_SB700_SKIP_ISA_DMA_INIT is not set
|
|
|
|
CONFIG_SOUTHBRIDGE_AMD_SB700_DISABLE_ISA_DMA=y
|
|
|
|
CONFIG_SOUTHBRIDGE_AMD_SR5650=y
|
|
|
|
CONFIG_EXT_CONF_SUPPORT=y
|
|
|
|
# CONFIG_SOUTHBRIDGE_INTEL_COMMON_RESET is not set
|
|
|
|
# CONFIG_SOUTHBRIDGE_INTEL_COMMON_RTC is not set
|
|
|
|
# CONFIG_SOUTHBRIDGE_INTEL_COMMON_PMBASE is not set
|
|
|
|
# CONFIG_SOUTHBRIDGE_INTEL_COMMON_GPIO is not set
|
|
|
|
# CONFIG_SOUTHBRIDGE_INTEL_COMMON_SMBUS is not set
|
|
|
|
# CONFIG_SOUTHBRIDGE_INTEL_COMMON_SPI is not set
|
|
|
|
# CONFIG_SOUTHBRIDGE_INTEL_COMMON_PIRQ_ACPI_GEN is not set
|
|
|
|
# CONFIG_SOUTHBRIDGE_INTEL_COMMON_RCBA_PIRQ is not set
|
|
|
|
# CONFIG_HAVE_INTEL_CHIPSET_LOCKDOWN is not set
|
|
|
|
# CONFIG_SOUTHBRIDGE_INTEL_COMMON_SMM is not set
|
|
|
|
# CONFIG_SOUTHBRIDGE_INTEL_COMMON_USB_DEBUG is not set
|
|
|
|
# CONFIG_INTEL_DESCRIPTOR_MODE_CAPABLE is not set
|
|
|
|
|
|
|
|
#
|
|
|
|
# Super I/O
|
|
|
|
#
|
|
|
|
# CONFIG_SUPERIO_ASPEED_AST2400 is not set
|
|
|
|
# CONFIG_SUPERIO_ASPEED_COMMON_PRE_RAM is not set
|
|
|
|
# CONFIG_SUPERIO_ASPEED_HAS_UART_DELAY_WORKAROUND is not set
|
|
|
|
# CONFIG_SUPERIO_FINTEK_FAN_CONTROL is not set
|
|
|
|
CONFIG_SUPERIO_WINBOND_COMMON_PRE_RAM=y
|
|
|
|
CONFIG_SUPERIO_WINBOND_W83667HG_A=y
|
|
|
|
|
|
|
|
#
|
|
|
|
# Embedded Controllers
|
|
|
|
#
|
|
|
|
# CONFIG_EC_GOOGLE_WILCO is not set
|
|
|
|
# CONFIG_CAVIUM_BDK is not set
|
|
|
|
# CONFIG_MAINBOARD_HAS_CHROMEOS is not set
|
|
|
|
# CONFIG_GOOGLE_SMBIOS_MAINBOARD_VERSION is not set
|
|
|
|
# CONFIG_UEFI_2_4_BINDING is not set
|
|
|
|
# CONFIG_UDK_2015_BINDING is not set
|
|
|
|
# CONFIG_UDK_2017_BINDING is not set
|
|
|
|
# CONFIG_USE_SIEMENS_HWILIB is not set
|
|
|
|
# CONFIG_ARM_LPAE is not set
|
|
|
|
CONFIG_ARCH_X86=y
|
|
|
|
CONFIG_ARCH_BOOTBLOCK_X86_32=y
|
|
|
|
CONFIG_ARCH_VERSTAGE_X86_32=y
|
|
|
|
CONFIG_ARCH_ROMSTAGE_X86_32=y
|
|
|
|
# CONFIG_ARCH_POSTCAR_X86_32 is not set
|
|
|
|
CONFIG_ARCH_RAMSTAGE_X86_32=y
|
|
|
|
# CONFIG_ARCH_BOOTBLOCK_X86_64 is not set
|
|
|
|
# CONFIG_ARCH_VERSTAGE_X86_64 is not set
|
|
|
|
# CONFIG_ARCH_ROMSTAGE_X86_64 is not set
|
|
|
|
# CONFIG_ARCH_POSTCAR_X86_64 is not set
|
|
|
|
# CONFIG_ARCH_RAMSTAGE_X86_64 is not set
|
|
|
|
# CONFIG_USE_MARCH_586 is not set
|
|
|
|
# CONFIG_AP_IN_SIPI_WAIT is not set
|
|
|
|
# CONFIG_SIPI_VECTOR_IN_ROM is not set
|
|
|
|
CONFIG_RAMBASE=0xe00000
|
|
|
|
CONFIG_RAMTOP=0x1000000
|
|
|
|
# CONFIG_CBMEM_TOP_BACKUP is not set
|
|
|
|
CONFIG_PC80_SYSTEM=y
|
|
|
|
# CONFIG_BOOTBLOCK_DEBUG_SPINLOOP is not set
|
|
|
|
CONFIG_HAVE_CMOS_DEFAULT=y
|
|
|
|
CONFIG_CMOS_DEFAULT_FILE="src/mainboard/$(MAINBOARDDIR)/cmos.default"
|
|
|
|
CONFIG_IOAPIC_INTERRUPTS_ON_FSB=y
|
|
|
|
# CONFIG_IOAPIC_INTERRUPTS_ON_APIC_SERIAL_BUS is not set
|
|
|
|
# CONFIG_HPET_ADDRESS_OVERRIDE is not set
|
|
|
|
CONFIG_HPET_ADDRESS=0xfed00000
|
|
|
|
CONFIG_ID_SECTION_OFFSET=0x80
|
|
|
|
# CONFIG_VERSTAGE_DEBUG_SPINLOOP is not set
|
|
|
|
# CONFIG_ROMSTAGE_DEBUG_SPINLOOP is not set
|
|
|
|
CONFIG_BOOTBLOCK_SIMPLE=y
|
|
|
|
# CONFIG_BOOTBLOCK_NORMAL is not set
|
|
|
|
CONFIG_BOOTBLOCK_SOURCE="bootblock_simple.c"
|
|
|
|
CONFIG_ACPI_HAVE_PCAT_8259=y
|
|
|
|
# CONFIG_COLLECT_TIMESTAMPS_NO_TSC is not set
|
|
|
|
CONFIG_COLLECT_TIMESTAMPS_TSC=y
|
|
|
|
# CONFIG_PAGING_IN_CACHE_AS_RAM is not set
|
|
|
|
# CONFIG_IDT_IN_EVERY_STAGE is not set
|
|
|
|
# CONFIG_PIRQ_ROUTE is not set
|
|
|
|
|
|
|
|
#
|
|
|
|
# Devices
|
|
|
|
#
|
|
|
|
CONFIG_HAVE_VGA_TEXT_FRAMEBUFFER=y
|
|
|
|
CONFIG_MAINBOARD_HAS_NATIVE_VGA_INIT=y
|
|
|
|
CONFIG_MAINBOARD_FORCE_NATIVE_VGA_INIT=y
|
|
|
|
# CONFIG_MAINBOARD_HAS_LIBGFXINIT is not set
|
|
|
|
CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT=y
|
|
|
|
# CONFIG_MULTIPLE_VGA_ADAPTERS is not set
|
|
|
|
|
|
|
|
#
|
|
|
|
# Display
|
|
|
|
#
|
|
|
|
CONFIG_VGA_TEXT_FRAMEBUFFER=y
|
|
|
|
CONFIG_SMBUS_HAS_AUX_CHANNELS=y
|
|
|
|
CONFIG_PCI=y
|
|
|
|
# CONFIG_NO_MMCONF_SUPPORT is not set
|
|
|
|
CONFIG_MMCONF_SUPPORT=y
|
|
|
|
CONFIG_HYPERTRANSPORT_PLUGIN_SUPPORT=y
|
|
|
|
CONFIG_PCIX_PLUGIN_SUPPORT=y
|
|
|
|
CONFIG_CARDBUS_PLUGIN_SUPPORT=y
|
|
|
|
# CONFIG_AZALIA_PLUGIN_SUPPORT is not set
|
|
|
|
CONFIG_PCIEXP_PLUGIN_SUPPORT=y
|
|
|
|
# CONFIG_EARLY_PCI_BRIDGE is not set
|
|
|
|
# CONFIG_SOFTWARE_I2C is not set
|
|
|
|
|
|
|
|
#
|
|
|
|
# Generic Drivers
|
|
|
|
#
|
|
|
|
# CONFIG_DRIVERS_AS3722_RTC is not set
|
|
|
|
CONFIG_CRB_TPM_BASE_ADDRESS=0xfed40000
|
|
|
|
# CONFIG_MAINBOARD_HAS_CRB_TPM is not set
|
|
|
|
# CONFIG_GIC is not set
|
|
|
|
CONFIG_IPMI_KCS=y
|
|
|
|
# CONFIG_DRIVERS_LENOVO_WACOM is not set
|
|
|
|
# CONFIG_RT8168_GET_MAC_FROM_VPD is not set
|
|
|
|
# CONFIG_RT8168_SET_LED_MODE is not set
|
|
|
|
# CONFIG_SMMSTORE_IN_CBFS is not set
|
|
|
|
CONFIG_SPI_FLASH=y
|
|
|
|
# CONFIG_SPI_SDCARD is not set
|
|
|
|
CONFIG_BOOT_DEVICE_SPI_FLASH_RW_NOMMAP=y
|
|
|
|
# CONFIG_BOOT_DEVICE_SPI_FLASH_RW_NOMMAP_EARLY is not set
|
|
|
|
# CONFIG_SPI_FLASH_NO_FAST_READ is not set
|
|
|
|
CONFIG_SPI_FLASH_ADESTO=y
|
|
|
|
CONFIG_SPI_FLASH_AMIC=y
|
|
|
|
CONFIG_SPI_FLASH_ATMEL=y
|
|
|
|
CONFIG_SPI_FLASH_EON=y
|
|
|
|
CONFIG_SPI_FLASH_GIGADEVICE=y
|
|
|
|
CONFIG_SPI_FLASH_MACRONIX=y
|
|
|
|
CONFIG_SPI_FLASH_SPANSION=y
|
|
|
|
CONFIG_SPI_FLASH_SST=y
|
|
|
|
CONFIG_SPI_FLASH_STMICRO=y
|
|
|
|
# CONFIG_SPI_FLASH_FAST_READ_DUAL_OUTPUT_3B is not set
|
|
|
|
# CONFIG_SPI_FLASH_HAS_VOLATILE_GROUP is not set
|
|
|
|
# CONFIG_HAVE_SPI_CONSOLE_SUPPORT is not set
|
|
|
|
CONFIG_DRIVERS_UART=y
|
|
|
|
# CONFIG_DRIVERS_UART_8250IO_SKIP_INIT is not set
|
|
|
|
# CONFIG_NO_UART_ON_SUPERIO is not set
|
|
|
|
# CONFIG_UART_OVERRIDE_INPUT_CLOCK_DIVIDER is not set
|
|
|
|
# CONFIG_UART_OVERRIDE_REFCLK is not set
|
|
|
|
# CONFIG_DRIVERS_UART_8250MEM is not set
|
|
|
|
# CONFIG_DRIVERS_UART_8250MEM_32 is not set
|
|
|
|
# CONFIG_HAVE_UART_SPECIAL is not set
|
|
|
|
# CONFIG_DRIVERS_UART_OXPCIE is not set
|
|
|
|
# CONFIG_DRIVERS_UART_PL011 is not set
|
|
|
|
# CONFIG_UART_USE_REFCLK_AS_INPUT_CLOCK is not set
|
|
|
|
CONFIG_HAVE_USBDEBUG=y
|
|
|
|
CONFIG_HAVE_USBDEBUG_OPTIONS=y
|
|
|
|
# CONFIG_VPD is not set
|
2024-07-26 21:39:18 +00:00
|
|
|
# CONFIG_DRIVERS_GENERIC_WIFI is not set
|
2024-07-17 18:10:11 +00:00
|
|
|
# CONFIG_DRIVERS_AMD_PI is not set
|
|
|
|
CONFIG_DRIVERS_ASPEED_AST2050=y
|
|
|
|
CONFIG_DRIVERS_ASPEED_AST_COMMON=y
|
|
|
|
# CONFIG_DRIVERS_GENERIC_CBFS_SERIAL is not set
|
|
|
|
# CONFIG_DRIVERS_I2C_MAX98373 is not set
|
|
|
|
# CONFIG_DRIVERS_I2C_MAX98927 is not set
|
|
|
|
# CONFIG_DRIVERS_I2C_PCA9538 is not set
|
|
|
|
# CONFIG_DRIVERS_I2C_PCF8523 is not set
|
|
|
|
# CONFIG_DRIVERS_I2C_PTN3460 is not set
|
|
|
|
# CONFIG_DRIVERS_I2C_RT1011 is not set
|
|
|
|
# CONFIG_DRIVERS_I2C_RT5663 is not set
|
|
|
|
# CONFIG_DRIVERS_I2C_RTD2132 is not set
|
|
|
|
# CONFIG_DRIVERS_I2C_RX6110SA is not set
|
|
|
|
# CONFIG_DRIVERS_I2C_SX9310 is not set
|
|
|
|
# CONFIG_MAINBOARD_HAS_I2C_TPM_ATMEL is not set
|
|
|
|
# CONFIG_MAINBOARD_HAS_I2C_TPM_CR50 is not set
|
|
|
|
# CONFIG_MAINBOARD_HAS_I2C_TPM_GENERIC is not set
|
|
|
|
CONFIG_DRIVERS_I2C_W83795=y
|
|
|
|
# CONFIG_PLATFORM_USES_FSP1_0 is not set
|
|
|
|
# CONFIG_PLATFORM_USES_FSP2_0 is not set
|
|
|
|
# CONFIG_PLATFORM_USES_FSP2_1 is not set
|
|
|
|
# CONFIG_INTEL_DDI is not set
|
|
|
|
# CONFIG_INTEL_EDID is not set
|
|
|
|
# CONFIG_INTEL_INT15 is not set
|
|
|
|
# CONFIG_INTEL_GMA_ACPI is not set
|
|
|
|
# CONFIG_INTEL_GMA_SSC_ALTERNATE_REF is not set
|
|
|
|
# CONFIG_INTEL_GMA_SWSMISCI is not set
|
|
|
|
# CONFIG_DRIVER_INTEL_I210 is not set
|
|
|
|
# CONFIG_DRIVERS_INTEL_MIPI_CAMERA is not set
|
|
|
|
# CONFIG_HAVE_INTEL_PTT is not set
|
|
|
|
# CONFIG_DRIVERS_LENOVO_HYBRID_GRAPHICS is not set
|
|
|
|
# CONFIG_DRIVER_MAXIM_MAX77686 is not set
|
|
|
|
# CONFIG_DRIVER_PARADE_PS8625 is not set
|
|
|
|
# CONFIG_DRIVER_PARADE_PS8640 is not set
|
|
|
|
CONFIG_DRIVERS_MC146818=y
|
|
|
|
CONFIG_LPC_TPM=y
|
|
|
|
CONFIG_TPM_TIS_BASE_ADDRESS=0xfed40000
|
|
|
|
CONFIG_MAINBOARD_HAS_LPC_TPM=y
|
|
|
|
CONFIG_VGA=y
|
|
|
|
# CONFIG_DRIVERS_RICOH_RCE822 is not set
|
|
|
|
# CONFIG_DRIVER_SIEMENS_NC_FPGA is not set
|
|
|
|
# CONFIG_NC_FPGA_NOTIFY_CB_READY is not set
|
|
|
|
# CONFIG_DRIVERS_SIL_3114 is not set
|
|
|
|
# CONFIG_MAINBOARD_HAS_SPI_TPM_CR50 is not set
|
|
|
|
# CONFIG_DRIVER_TI_TPS65090 is not set
|
|
|
|
# CONFIG_DRIVERS_TI_TPS65913 is not set
|
|
|
|
# CONFIG_DRIVERS_TI_TPS65913_RTC is not set
|
|
|
|
# CONFIG_DRIVERS_USB_ACPI is not set
|
|
|
|
# CONFIG_COMMONLIB_STORAGE is not set
|
|
|
|
|
|
|
|
#
|
|
|
|
# Security
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verified Boot (vboot)
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Trusted Platform Module
|
|
|
|
#
|
|
|
|
CONFIG_TPM1=y
|
|
|
|
# CONFIG_USER_NO_TPM is not set
|
Activate dual console by default and restructure board config
Changing CONFIG_USB_BOOT_DEV to sdc1, adding back CONFIG_BOOT_STATIC_IP to 192.168.2.3, adding dual console to OpenBMC and tty0 in attempt to have QubesOS graphic installer which complains with no networking when attempting to start VNC
Adding dual console to OpenBmc and tty0
putting kgpe-d16-coreboot.conf in defconfig format
NO_HZ wasn't included in kernel config. Adding it.
Wasn't able to have both console firing up QubesOS gui installer, complaining about hvc1 console errors. Splitting up Workstation and server config. This one works for Worstation
Removing serial configuration and static IP stuff since we have a workstation here.
Seperate Workstation and Server board configurations until dual console truely works through QubesOS gui installation. kgpe-d16 board config removed until then.
Placing files in good directories
Corrrect flashrom options for kgpe-d16 server and workstation boards
kgpe-d16 linux: NO_HZ_IDLE instead of NO_HZ
kgpe-d16: seperate board for workstation to be AST and gui-init based, while kgpe-d16-> kgpe-d16_server
kgpe-d16_server: boots, shows ASpeed text on VGA, controllable through BMC via SSH.
kgpe-d16_workstation on ASpeed console. WIP. (Includes CIs configs to build server and workstation)
kgpe-d16_workstation in defconfig format
kgpe-d16 boards: pass from GPG to GPG2 board definitions
kgpe-d16_workstation : Adding Cairo and FbWhpitail in board config for gui-init to work in FB mode
kgpe-d16: removing plymouth.ignore-serial-consoles to fix server terminal output
kgpe-d16: bring par with staging branch https://gitlab.com/tlaurion/heads/commits/kgpe-d16_staging
kgpe-d16 : expressively export CONFIG_TPM=n
kgpe-d16_wokstation gui-init variables were missing
kgpe-d16 boards: add CONFIG_LINUX_USB_COMPANION_CONTROLLER so that usb is recognized
linux-kgpe-d16*: add support for Pike
kgpe-d16_workstation-usb_keyboard board support addition
kgpe-d16_server-whiptail: Add board and dependencies to have gui-init in whiptail (console mode, not FbWhiptail based
GitlabCI: kgpe-d16 fixes and upstream merge of change
kgpe-d16* board: add statement to fixate coreboot version to 4.8.1 for the moment
kgpe-d16: add missing config/linux-kgpe-d16_server-whiptail.config file
KGPE-D16: community work migration to coreboot 4.11 to fix issue #740
KGPE-D16 boards: Adding VBOOT+measured boot, musl-cross patch and 4.11 patch brought up per https://github.com/osresearch/heads/pull/709
kgpe-d16* boards: add VBOOT Kconfig patch per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
KGPE-D16* coreboot configs: Add S3NV as a Runtime data whitelist (so that it is not measured at term) per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
kgpe-d16 coreboot 4.11: add https://review.coreboot.org/c/coreboot/+/36908 patch
kgpe-d16 boards: add Linux kernel version where missing.
CircleCI: Add debug output on fail for kgpe-d16 board builds to bring par with upstream after rebasing on master
coreboot module: typo correction (tabs vs spaces)
CircleCI: trying to address "g++: fatal error: Killed signal terminated program cc1plus." happening under coreboot 4.11 and coreboot 4.12 builds
CircleCI: remove past addition to test recommendation from CircleCI: "resource_class: large"
CircleCi: Ok.... lets output dmesg content prior of other logs.... I'm out of ideas. Next step, ask CircleCI for support
At this stage:
- job's "make --load" is supposed to guarantee that the number of thread doesn't exhaust pass of a load of 2 (medium, free class, CircleCI has 32 cores so possibility of a load of 32)
- "--max_old_space_size=4096" in CircleCI environement is supposed to limit memory consumption to 4096Mb of memory, the max of a medium class free tier CircleCI node
CircleCI: remove verbose build (no more V=1), in case of failed build, find all logs modified in last minute and output each of them on console.
coreboot module: implement load average respect inside of problematic CI build for coreboot 4.11+ being killed in the action (32 cores with 4Gb ram get gcc OOM)
coreboot module: replace nproc by number of Gb actually available as number of CPUs, since each thread is expected to have 1Gb of ram.
CircleCI & coreboot config: fix merge conflict rebasing on master
coreboot 4.11 kgpe-d16 vboot patches addendum, credits goes to @Tonux599
Fix merge conflicts and make sure all boards are inside of CircleCI builds. PoC build for #867
2018-10-23 12:43:36 +00:00
|
|
|
CONFIG_USER_TPM1=y
|
2024-07-17 18:10:11 +00:00
|
|
|
# CONFIG_USER_TPM2 is not set
|
|
|
|
# CONFIG_TPM_DEACTIVATE is not set
|
|
|
|
# CONFIG_DEBUG_TPM is not set
|
2020-09-22 22:54:57 +00:00
|
|
|
CONFIG_TPM_RDRESP_NEED_DELAY=y
|
2024-07-17 18:10:11 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Memory initialization
|
|
|
|
#
|
|
|
|
# CONFIG_ACPI_SATA_GENERATOR is not set
|
|
|
|
# CONFIG_ACPI_INTEL_HARDWARE_SLEEP_VALUES is not set
|
|
|
|
# CONFIG_ACPI_AMD_HARDWARE_SLEEP_VALUES is not set
|
|
|
|
# CONFIG_BOOT_DEVICE_NOT_SPI_FLASH is not set
|
|
|
|
CONFIG_BOOT_DEVICE_SPI_FLASH=y
|
|
|
|
CONFIG_BOOT_DEVICE_MEMORY_MAPPED=y
|
|
|
|
# CONFIG_BOOT_DEVICE_SUPPORTS_WRITES is not set
|
|
|
|
# CONFIG_RTC is not set
|
|
|
|
|
|
|
|
#
|
|
|
|
# Console
|
|
|
|
#
|
|
|
|
CONFIG_SQUELCH_EARLY_SMP=y
|
|
|
|
CONFIG_CONSOLE_SERIAL=y
|
|
|
|
|
|
|
|
#
|
|
|
|
# I/O mapped, 8250-compatible
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Serial port base address = 0x2f8
|
|
|
|
#
|
|
|
|
# CONFIG_CONSOLE_SERIAL_921600 is not set
|
|
|
|
# CONFIG_CONSOLE_SERIAL_460800 is not set
|
|
|
|
# CONFIG_CONSOLE_SERIAL_230400 is not set
|
|
|
|
CONFIG_CONSOLE_SERIAL_115200=y
|
|
|
|
# CONFIG_CONSOLE_SERIAL_57600 is not set
|
|
|
|
# CONFIG_CONSOLE_SERIAL_38400 is not set
|
|
|
|
# CONFIG_CONSOLE_SERIAL_19200 is not set
|
|
|
|
# CONFIG_CONSOLE_SERIAL_9600 is not set
|
|
|
|
CONFIG_TTYS0_BAUD=115200
|
|
|
|
# CONFIG_SPKMODEM is not set
|
|
|
|
# CONFIG_CONSOLE_NE2K is not set
|
|
|
|
CONFIG_CONSOLE_CBMEM=y
|
|
|
|
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000
|
|
|
|
# CONFIG_CONSOLE_SPI_FLASH is not set
|
2024-10-14 23:21:52 +00:00
|
|
|
# CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8 is not set
|
|
|
|
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_7=y
|
2024-07-17 18:10:11 +00:00
|
|
|
# CONFIG_DEFAULT_CONSOLE_LOGLEVEL_6 is not set
|
|
|
|
# CONFIG_DEFAULT_CONSOLE_LOGLEVEL_5 is not set
|
|
|
|
# CONFIG_DEFAULT_CONSOLE_LOGLEVEL_4 is not set
|
|
|
|
# CONFIG_DEFAULT_CONSOLE_LOGLEVEL_3 is not set
|
|
|
|
# CONFIG_DEFAULT_CONSOLE_LOGLEVEL_2 is not set
|
|
|
|
# CONFIG_DEFAULT_CONSOLE_LOGLEVEL_1 is not set
|
|
|
|
# CONFIG_DEFAULT_CONSOLE_LOGLEVEL_0 is not set
|
|
|
|
# CONFIG_CMOS_POST is not set
|
|
|
|
CONFIG_POST_DEVICE_NONE=y
|
|
|
|
# CONFIG_POST_DEVICE_LPC is not set
|
|
|
|
# CONFIG_POST_DEVICE_PCI_PCIE is not set
|
|
|
|
CONFIG_POST_IO_PORT=0x80
|
|
|
|
# CONFIG_NO_EARLY_BOOTBLOCK_POSTCODES is not set
|
|
|
|
CONFIG_HWBASE_DEBUG_CB=y
|
|
|
|
CONFIG_HAVE_ROMSTAGE_CONSOLE_SPINLOCK=y
|
|
|
|
CONFIG_HAVE_ROMSTAGE_NVRAM_CBFS_SPINLOCK=y
|
|
|
|
CONFIG_HAVE_ROMSTAGE_MICROCODE_CBFS_SPINLOCK=y
|
|
|
|
# CONFIG_NO_MONOTONIC_TIMER is not set
|
|
|
|
CONFIG_HAVE_MONOTONIC_TIMER=y
|
|
|
|
# CONFIG_TIMER_QUEUE is not set
|
|
|
|
CONFIG_HAVE_OPTION_TABLE=y
|
|
|
|
CONFIG_PCI_IO_CFG_EXT=y
|
|
|
|
CONFIG_IOAPIC=y
|
|
|
|
# CONFIG_USE_WATCHDOG_ON_BOOT is not set
|
|
|
|
# CONFIG_GFXUMA is not set
|
|
|
|
CONFIG_HAVE_ACPI_TABLES=y
|
|
|
|
CONFIG_HAVE_MP_TABLE=y
|
|
|
|
CONFIG_HAVE_PIRQ_TABLE=y
|
|
|
|
# CONFIG_COMMON_FADT is not set
|
|
|
|
# CONFIG_ACPI_NHLT is not set
|
|
|
|
|
|
|
|
#
|
|
|
|
# System tables
|
|
|
|
#
|
|
|
|
CONFIG_GENERATE_MP_TABLE=y
|
|
|
|
CONFIG_GENERATE_PIRQ_TABLE=y
|
|
|
|
CONFIG_GENERATE_SMBIOS_TABLES=y
|
|
|
|
# CONFIG_SMBIOS_PROVIDED_BY_MOBO is not set
|
|
|
|
|
|
|
|
#
|
|
|
|
# Payload
|
|
|
|
#
|
|
|
|
# CONFIG_PAYLOAD_NONE is not set
|
|
|
|
# CONFIG_PAYLOAD_ELF is not set
|
|
|
|
# CONFIG_PAYLOAD_BAYOU is not set
|
|
|
|
# CONFIG_PAYLOAD_FILO is not set
|
|
|
|
# CONFIG_PAYLOAD_GRUB2 is not set
|
|
|
|
# CONFIG_PAYLOAD_LINUXBOOT is not set
|
|
|
|
# CONFIG_PAYLOAD_SEABIOS is not set
|
|
|
|
# CONFIG_PAYLOAD_UBOOT is not set
|
|
|
|
# CONFIG_PAYLOAD_YABITS is not set
|
Activate dual console by default and restructure board config
Changing CONFIG_USB_BOOT_DEV to sdc1, adding back CONFIG_BOOT_STATIC_IP to 192.168.2.3, adding dual console to OpenBMC and tty0 in attempt to have QubesOS graphic installer which complains with no networking when attempting to start VNC
Adding dual console to OpenBmc and tty0
putting kgpe-d16-coreboot.conf in defconfig format
NO_HZ wasn't included in kernel config. Adding it.
Wasn't able to have both console firing up QubesOS gui installer, complaining about hvc1 console errors. Splitting up Workstation and server config. This one works for Worstation
Removing serial configuration and static IP stuff since we have a workstation here.
Seperate Workstation and Server board configurations until dual console truely works through QubesOS gui installation. kgpe-d16 board config removed until then.
Placing files in good directories
Corrrect flashrom options for kgpe-d16 server and workstation boards
kgpe-d16 linux: NO_HZ_IDLE instead of NO_HZ
kgpe-d16: seperate board for workstation to be AST and gui-init based, while kgpe-d16-> kgpe-d16_server
kgpe-d16_server: boots, shows ASpeed text on VGA, controllable through BMC via SSH.
kgpe-d16_workstation on ASpeed console. WIP. (Includes CIs configs to build server and workstation)
kgpe-d16_workstation in defconfig format
kgpe-d16 boards: pass from GPG to GPG2 board definitions
kgpe-d16_workstation : Adding Cairo and FbWhpitail in board config for gui-init to work in FB mode
kgpe-d16: removing plymouth.ignore-serial-consoles to fix server terminal output
kgpe-d16: bring par with staging branch https://gitlab.com/tlaurion/heads/commits/kgpe-d16_staging
kgpe-d16 : expressively export CONFIG_TPM=n
kgpe-d16_wokstation gui-init variables were missing
kgpe-d16 boards: add CONFIG_LINUX_USB_COMPANION_CONTROLLER so that usb is recognized
linux-kgpe-d16*: add support for Pike
kgpe-d16_workstation-usb_keyboard board support addition
kgpe-d16_server-whiptail: Add board and dependencies to have gui-init in whiptail (console mode, not FbWhiptail based
GitlabCI: kgpe-d16 fixes and upstream merge of change
kgpe-d16* board: add statement to fixate coreboot version to 4.8.1 for the moment
kgpe-d16: add missing config/linux-kgpe-d16_server-whiptail.config file
KGPE-D16: community work migration to coreboot 4.11 to fix issue #740
KGPE-D16 boards: Adding VBOOT+measured boot, musl-cross patch and 4.11 patch brought up per https://github.com/osresearch/heads/pull/709
kgpe-d16* boards: add VBOOT Kconfig patch per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
KGPE-D16* coreboot configs: Add S3NV as a Runtime data whitelist (so that it is not measured at term) per @miczyg1 recommendation under https://github.com/osresearch/heads/pull/795#issuecomment-671214637
kgpe-d16 coreboot 4.11: add https://review.coreboot.org/c/coreboot/+/36908 patch
kgpe-d16 boards: add Linux kernel version where missing.
CircleCI: Add debug output on fail for kgpe-d16 board builds to bring par with upstream after rebasing on master
coreboot module: typo correction (tabs vs spaces)
CircleCI: trying to address "g++: fatal error: Killed signal terminated program cc1plus." happening under coreboot 4.11 and coreboot 4.12 builds
CircleCI: remove past addition to test recommendation from CircleCI: "resource_class: large"
CircleCi: Ok.... lets output dmesg content prior of other logs.... I'm out of ideas. Next step, ask CircleCI for support
At this stage:
- job's "make --load" is supposed to guarantee that the number of thread doesn't exhaust pass of a load of 2 (medium, free class, CircleCI has 32 cores so possibility of a load of 32)
- "--max_old_space_size=4096" in CircleCI environement is supposed to limit memory consumption to 4096Mb of memory, the max of a medium class free tier CircleCI node
CircleCI: remove verbose build (no more V=1), in case of failed build, find all logs modified in last minute and output each of them on console.
coreboot module: implement load average respect inside of problematic CI build for coreboot 4.11+ being killed in the action (32 cores with 4Gb ram get gcc OOM)
coreboot module: replace nproc by number of Gb actually available as number of CPUs, since each thread is expected to have 1Gb of ram.
CircleCI & coreboot config: fix merge conflict rebasing on master
coreboot 4.11 kgpe-d16 vboot patches addendum, credits goes to @Tonux599
Fix merge conflicts and make sure all boards are inside of CircleCI builds. PoC build for #867
2018-10-23 12:43:36 +00:00
|
|
|
CONFIG_PAYLOAD_LINUX=y
|
2024-07-17 18:10:11 +00:00
|
|
|
# CONFIG_PAYLOAD_TIANOCORE is not set
|
2022-08-16 16:39:33 +00:00
|
|
|
CONFIG_PAYLOAD_FILE="@BOARD_BUILD_DIR@/bzImage"
|
|
|
|
CONFIG_LINUX_INITRD="@BOARD_BUILD_DIR@/initrd.cpio.xz"
|
2024-07-17 18:10:11 +00:00
|
|
|
CONFIG_PAYLOAD_OPTIONS=""
|
|
|
|
# CONFIG_PXE is not set
|
|
|
|
# CONFIG_PAYLOAD_IS_FLAT_BINARY is not set
|
|
|
|
CONFIG_COMPRESS_SECONDARY_PAYLOAD=y
|
|
|
|
|
|
|
|
#
|
|
|
|
# Secondary Payloads
|
|
|
|
#
|
|
|
|
# CONFIG_COREINFO_SECONDARY_PAYLOAD is not set
|
|
|
|
# CONFIG_MEMTEST_SECONDARY_PAYLOAD is not set
|
|
|
|
# CONFIG_NVRAMCUI_SECONDARY_PAYLOAD is not set
|
|
|
|
# CONFIG_TINT_SECONDARY_PAYLOAD is not set
|
|
|
|
|
|
|
|
#
|
|
|
|
# Debugging
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# CPU Debug Settings
|
|
|
|
#
|
|
|
|
CONFIG_HAVE_DEBUG_CAR=y
|
|
|
|
# CONFIG_DEBUG_CAR is not set
|
|
|
|
|
|
|
|
#
|
|
|
|
# BLOB Debug Settings
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# General Debug Settings
|
|
|
|
#
|
|
|
|
# CONFIG_GDB_STUB is not set
|
|
|
|
# CONFIG_FATAL_ASSERTS is not set
|
|
|
|
# CONFIG_DEBUG_CBFS is not set
|
|
|
|
CONFIG_HAVE_DEBUG_RAM_SETUP=y
|
|
|
|
# CONFIG_DEBUG_RAM_SETUP is not set
|
|
|
|
# CONFIG_DEBUG_PIRQ is not set
|
|
|
|
CONFIG_HAVE_DEBUG_SMBUS=y
|
|
|
|
# CONFIG_DEBUG_SMBUS is not set
|
|
|
|
# CONFIG_DEBUG_MALLOC is not set
|
|
|
|
# CONFIG_DEBUG_CONSOLE_INIT is not set
|
|
|
|
# CONFIG_DEBUG_SPI_FLASH is not set
|
|
|
|
# CONFIG_TRACE is not set
|
|
|
|
# CONFIG_DEBUG_BOOT_STATE is not set
|
|
|
|
# CONFIG_DEBUG_ADA_CODE is not set
|
|
|
|
# CONFIG_HAVE_EM100_SUPPORT is not set
|
|
|
|
CONFIG_ENABLE_APIC_EXT_ID=y
|
|
|
|
CONFIG_WARNINGS_ARE_ERRORS=y
|
|
|
|
# CONFIG_POWER_BUTTON_DEFAULT_ENABLE is not set
|
|
|
|
# CONFIG_POWER_BUTTON_DEFAULT_DISABLE is not set
|
|
|
|
# CONFIG_POWER_BUTTON_FORCE_ENABLE is not set
|
|
|
|
# CONFIG_POWER_BUTTON_FORCE_DISABLE is not set
|
|
|
|
# CONFIG_POWER_BUTTON_IS_OPTIONAL is not set
|
|
|
|
# CONFIG_REG_SCRIPT is not set
|
|
|
|
# CONFIG_NO_XIP_EARLY_STAGES is not set
|
|
|
|
# CONFIG_EARLY_CBMEM_LIST is not set
|
|
|
|
CONFIG_RELOCATABLE_MODULES=y
|
|
|
|
CONFIG_NO_STAGE_CACHE=y
|
|
|
|
CONFIG_BOOTBLOCK_CUSTOM=y
|
|
|
|
CONFIG_HAVE_ROMSTAGE=y
|
|
|
|
CONFIG_HAVE_RAMSTAGE=y
|