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 ## unreleased
- Updated coreboot to 4.22 - Updated coreboot to 24.02
- adl: Updated FSP to C.1.75.10 - adl-p: Updated FSP to C.1.75.10
- adl: Updated microcode to revision 0x42c - adl-s: Updated FSP to C.0.75.10
- rpl: Updated FSP to C.1.BD.40 - adl: Updated microcode to revision 0x430
- rpl: Updated microcode to revision 0x4119 - 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: Updated FSP to A.0.7E.70
- tgl-u: Update microcode to revision 0xac - tgl-u: Updated microcode to revision 0xb4
- tgl-h: Update microcode to revision 0x46 - 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 ## 2024-01-18

View File

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