mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
u-boot-libre: Add support for deblobbing U-Boot v2022.07
Add a 'v2022.07' pseudo-board for the U-Boot download script with the default blobs list, and mark the version as supported in u-boot-libre release script. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
This commit is contained in:
@@ -28,6 +28,7 @@ revision="r2"
|
||||
|
||||
supported_uboot_versions=" \
|
||||
2021.07 \
|
||||
2022.07 \
|
||||
"
|
||||
|
||||
topdir="$(realpath $(dirname $(realpath $0))/../../../../)"
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
ubtree="v2022.07"
|
||||
ubrevision="e092e3250270a1016c877da7bdd9384f14b1321e" # v2022.07
|
||||
Reference in New Issue
Block a user