Update coreboot to 24.02

Since 4.19-based releases took so long, we are already at the next
coreboot release. Update to this release for the slew of MTL fixes.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2024-02-27 13:06:37 -07:00
committed by Jeremy Soller
parent 77581d11fc
commit b2416c4d01
3 changed files with 16 additions and 8 deletions

View File

@ -8,14 +8,19 @@ features apply to your model and firmware version, see the
## unreleased
- Updated coreboot to 4.22
- adl: Updated FSP to C.1.75.10
- adl: Updated microcode to revision 0x42c
- rpl: Updated FSP to C.1.BD.40
- rpl: Updated microcode to revision 0x4119
- Updated coreboot to 24.02
- adl-p: Updated FSP to C.1.75.10
- adl-s: Updated FSP to C.0.75.10
- adl: Updated microcode to revision 0x430
- rpl-p: Updated FSP to C.1.BD.40
- rpl-s: Updated FSP to C.0.BD.40
- rpl: Updated microcode to revision 0x411c
- tgl: Updated FSP to A.0.7E.70
- tgl-u: Update microcode to revision 0xac
- tgl-h: Update microcode to revision 0x46
- tgl-u: Updated microcode to revision 0xb4
- tgl-h: Updated microcode to revision 0x4e
- adl: Fixed PCIe 4.0 drives in PCIe 3.0 slot failing to initialize on resume
- rpl: Fixed PCIe 4.0 drives in PCIe 3.0 slot failing to initialize on resume
- rpl: Fixed TCSS ACPI access
## 2024-01-18

View File

@ -18,6 +18,7 @@ if [ "$ID" = "arch" ] || [[ "$ID_LIKE" =~ "arch" ]]; then
gcc \
gcc-ada \
make \
nss \
patch \
tar \
xz \
@ -33,6 +34,7 @@ elif [ "$ID" = "fedora" ] || [[ "$ID_LIKE" =~ "fedora" ]]; then
gcc-c++ \
gcc-gnat \
make \
nss-devel \
patch \
tar \
xz \
@ -48,6 +50,7 @@ elif [ "$ID" = "ubuntu" ] || [[ "$ID_LIKE" =~ "debian" ]]; then
g++ \
gcc \
gnat \
libnss3-dev \
make \
patch \
tar \