diff options
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2022-08-25 21:59:16 +0300 |
---|---|---|
committer | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2022-08-27 17:35:55 +0300 |
commit | 764a439a8cbad7d55455494f025f3e77c9fa52c0 (patch) | |
tree | 503f4d3007c574d3bfe45eed1592e3aff649ca9a /resources | |
parent | 270272eb61083f0bfa3d3899fe1dc62718123028 (diff) |
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>
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/scripts/build/release/u-boot-libre | 1 | ||||
-rw-r--r-- | resources/u-boot/v2022.07/board.cfg | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/resources/scripts/build/release/u-boot-libre b/resources/scripts/build/release/u-boot-libre index 39767bc5..8e0ce17c 100755 --- a/resources/scripts/build/release/u-boot-libre +++ b/resources/scripts/build/release/u-boot-libre @@ -28,6 +28,7 @@ revision="r2" supported_uboot_versions=" \ 2021.07 \ + 2022.07 \ " topdir="$(realpath $(dirname $(realpath $0))/../../../../)" diff --git a/resources/u-boot/v2022.07/board.cfg b/resources/u-boot/v2022.07/board.cfg new file mode 100644 index 00000000..244e7202 --- /dev/null +++ b/resources/u-boot/v2022.07/board.cfg @@ -0,0 +1,2 @@ +ubtree="v2022.07" +ubrevision="e092e3250270a1016c877da7bdd9384f14b1321e" # v2022.07 |