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

@ -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 \