heads/patches/coreboot-4.11
Thomas Clarke 572f5b3414
On KGPE-D16 boards, ensure linux-kgpe-d16*.config are up-to-date by:
cp config/linux.. ./build/linux*/.config
	cd build/linux*
	make savedefconfig
	cp defconfig ../../config/linux..

Resulting in only linux-kgpe-d16_workstation.config being updated.

For KGPE-D16 workstation boards:
Remove `console=tty0` from `CONFIG_BOOT_KERNEL_ADD` as was blocking Qubes graphical installer (CLI installer was launched).
Comment out `export CONFIG_BOOT_KERNEL_REMOVE="plymouth.ignore-serial-consoles"` to provide a more desktop like experience.

Removed 0001-cpu-x86-smm-Use-PRIxPTR-to-print-uintptr_t.patch as already exists as 0000-cpu-x86-smm-Use-PRIxPTR-to-print-uintptr_t.patch

Added 0020-kgpe-d16_measured-boot-support.patch for coreboot 4.11

Fix TPM errors when microcode is measured by initialising TPM earlier and loading the microcode later.
Thanks to Michał Żygowski <miczyg1> for condition suggestion: `if (CONFIG(MEASURED_BOOT) && CONFIG(LPC_TPM) && boot_cpu())`

Locate bootblock location and size with CBFS API. Credit to: Michał Żygowski <miczyg1>
2020-12-02 15:56:42 +00:00
..
0000-cpu-x86-smm-Use-PRIxPTR-to-print-uintptr_t.patch Add new board: Purism Librem Server L1UM (#858) 2020-10-18 14:48:25 -04:00
0001-Add-Heads-TPM-measured-boot-support.patch Add new board: Purism Librem Server L1UM (#858) 2020-10-18 14:48:25 -04:00
0002-soc-intel-broadwell_de-Add-measured-boot-support.patch Add new board: Purism Librem Server L1UM (#858) 2020-10-18 14:48:25 -04:00
0003-drivers-generic-cbfs-serial-Add-driver-to-read-seria.patch Add new board: Purism Librem Server L1UM (#858) 2020-10-18 14:48:25 -04:00
0004-mb-purism-librem_l1um-Add-new-board.patch Add new board: Purism Librem Server L1UM (#858) 2020-10-18 14:48:25 -04:00
0010-cross-compiler-support.patch Better vboot-rwa.fmd for KGPE-D16. 2020-12-02 15:56:41 +00:00
0020-kgpe-d16_measured-boot-support.patch On KGPE-D16 boards, ensure linux-kgpe-d16*.config are up-to-date by: 2020-12-02 15:56:42 +00:00
0021-kgpe-d16_c-environment_bootblock.patch Activate dual console by default and restructure board config 2020-12-02 15:56:34 +00:00