summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2024-02-09 17:00:17 +0100
committerQuentin Schulz <quentin.schulz@theobroma-systems.com>2024-02-09 17:00:17 +0100
commitff8c713452c96f2c680b0285374379e1611e4bf2 (patch)
tree6f6267a6bebb12e243bff7ad301cc6a385a1c04a
parentf9c17d0cd4a4bc4937ff0451c498e16c59fd170c (diff)
jaguar: Bump U-Boot to v2024.01
Bump jaguar u-boot to b40ccb72 @ job214475. Changes: Change branch to pub/jaguar/v2024.01 Generated-by: bump-binaries.py Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
-rwxr-xr-xbuild.sh4
-rw-r--r--jaguar/jaguar-bookworm.yaml10
-rwxr-xr-xmaintainer-scripts/bump-binaries.py2
3 files changed, 5 insertions, 11 deletions
diff --git a/build.sh b/build.sh
index 549f16f..cad1c70 100755
--- a/build.sh
+++ b/build.sh
@@ -113,8 +113,8 @@ case "$build_board" in
LINUX_BINARIES_URL="https://gitlab.lan/products/linux/-/jobs/214482/artifacts/download?file_type=archive" ###tiger###
;;
jaguar)
- UBOOT_BINARIES_URL="https://gitlab.lan/products/u-boot/-/jobs/197417/artifacts/download?file_type=archive" ###jaguar###
- UBOOT_BINARIES="idbloader.img u-boot.itb" ###jaguar###
+ UBOOT_BINARIES_URL="https://gitlab.lan/products/u-boot/-/jobs/214475/artifacts/download?file_type=archive" ###jaguar###
+ UBOOT_BINARIES="u-boot-rockchip.bin" ###jaguar###
LINUX_BINARIES_URL="https://gitlab.lan/products/linux/-/jobs/203407/artifacts/download?file_type=archive" ###jaguar###
;;
*)
diff --git a/jaguar/jaguar-bookworm.yaml b/jaguar/jaguar-bookworm.yaml
index d47e85d..2ed25ed 100644
--- a/jaguar/jaguar-bookworm.yaml
+++ b/jaguar/jaguar-bookworm.yaml
@@ -35,13 +35,7 @@ actions:
setup-kernel-cmdline: false
- action: raw
- description: write idbloader.img to offset 32768
+ description: write u-boot-rockchip.bin to offset 32768
origin: recipe
- source: idbloader.img
+ source: u-boot-rockchip.bin
offset: 32768
-
- - action: raw
- description: write u-boot.itb to offset 8388608
- origin: recipe
- source: u-boot.itb
- offset: 8388608
diff --git a/maintainer-scripts/bump-binaries.py b/maintainer-scripts/bump-binaries.py
index e22b987..140a039 100755
--- a/maintainer-scripts/bump-binaries.py
+++ b/maintainer-scripts/bump-binaries.py
@@ -55,7 +55,7 @@ class DoneSpec(EntrySpec):
todos = [
EntrySpec("products/linux", "pub/jaguar/linux-5.10-gen-rkr4.1",
"jaguar", "LINUX_BINARIES_URL"),
- EntrySpec("products/u-boot", "pub/jaguar/linux-5.10-gen-rkr4.1",
+ EntrySpec("products/u-boot", "pub/jaguar/v2024.01",
"jaguar", "UBOOT_BINARIES_URL"),
EntrySpec("products/linux", "pub/puma/v6.0.2",