From 764a439a8cbad7d55455494f025f3e77c9fa52c0 Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Thu, 25 Aug 2022 21:59:16 +0300 Subject: 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 --- resources/scripts/build/release/u-boot-libre | 1 + resources/u-boot/v2022.07/board.cfg | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 resources/u-boot/v2022.07/board.cfg (limited to 'resources') 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 -- cgit v1.2.1