lbmk/config/coreboot/haswell/patches
Leah Rowe 401c0882aa NEW MAINBOARD: HP EliteBook 820 G2
This is of Broadwell platform, one generation above Haswell.

Of note: this uses HP Sure Start. Although the flash is 16MB,
our CBFS section (and IFD configuration) assumes 12MB flash,
so the final 4MB will be left unflashed on installation,
after blanking the private flash. The coreboot documents have
more information about this.

Some minor design changes in lbmk were made, to accomodate
this port:

Support for extracting refcode binaries added (pulled from
Google recovery images). The refcode file is an ELF that
initialises the MRC and the PCH. It is also responsible for
enabling or disabling the Intel GbE device, where Google
does not enable it, but lbmk modifies it per the instructions
on the coreboot documentation, so as to enable Intel GbE.

Google's recovery image stores the refcode as a stage file,
but coreboot changed the format (for CBFS files) after 4.13
so coreboot 4.13's cbfstool is used to extract refcode. This
realisation made me also change the script logic to use a
cbfstool and ifdtool version matching the coreboot tree, for
all parts of lbmk, whereas lbmk previously used only the
default tree for cbfstool/ifdtool, on insertion and deletion
of vendor files - it was 81dc20e744 that broke extraction of
refcode on google's recovery images, where google used an older
version of cbfstool to insert the files in their coreboot ROMs.
A further backported patch has been added, copying coreboot
revision f22f408956 which is a build fix from Nico Huber.

Iru Cai submitted an ACPI bugfix after the revision lbmk
currently uses, for coreboot/default, and this fix is
needed for rebooting to work on Linux 6.1 or higher. This
patch has been backported to lbmk, while it still uses the
same October 2023 revision of coreboot.

Broadwell MRC is inserted at the same offset as Haswell,
so I didn't need to tweak that.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-01-10 00:50:29 +00:00
..
0001-commonlib-clamp.h-Add-more-clamping-functions.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0002-nb-intel-haswell-Introduce-option-to-not-use-MRC.bin.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0003-haswell-lynxpoint-Add-native-DMI-init.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0004-haswell-lynxpoint-Add-native-early-ME-init.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0005-sb-intel-lynxpoint-Add-native-USB-init.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0006-sb-intel-lynxpoint-Add-native-thermal-init.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0007-sb-intel-lynxpoint-Add-native-PCH-init.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0008-nb-intel-haswell-Add-native-raminit-scaffolding.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0009-nb-intel-haswell-nri-Only-do-CPU-replacement-check-o.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0010-haswell-NRI-Collect-SPD-info.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0011-haswell-NRI-Initialise-MPLL.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0012-haswell-NRI-Post-process-selected-timings.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0013-haswell-NRI-Configure-initial-MC-settings.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0014-haswell-NRI-Add-timings-refresh-programming.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0015-haswell-NRI-Program-memory-map.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0016-haswell-NRI-Add-DDR3-JEDEC-reset-and-init.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0017-haswell-NRI-Add-pre-training-steps.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0018-haswell-NRI-Add-REUT-I-O-test-library.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0019-haswell-NRI-Add-range-tracking-library.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0020-haswell-NRI-Add-library-to-change-margins.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0021-haswell-NRI-Add-RcvEn-training.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0022-haswell-NRI-Add-function-to-change-margins.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0023-haswell-NRI-Add-read-MPR-training.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0024-haswell-NRI-Add-write-leveling.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0025-haswell-NRI-Add-final-raminit-steps.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0026-Remove-warning-for-coreboot-images-built-without-a-p.patch merge config/ and resources/ 2023-09-04 02:47:25 +01:00
0027-coreboot-haswell-fix-acpica-downloads.patch use mirrorservice.org for acpica downloads 2023-10-25 10:38:46 +01:00
0028-use-mirrorservice.org-for-gcc-downloads.patch use mirrorservice.org for gcc downloads 2023-11-05 23:21:13 +00:00
0029-ifdtool-nuke-option.patch NEW MAINBOARD: HP EliteBook 820 G2 2024-01-10 00:50:29 +00:00