aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-06-19 08:36:15 +0200
committerRafał Miłecki <rafal@milecki.pl>2023-08-20 18:08:13 +0200
commitf2a8763587fb98862dd36ee05bd5e17e46155422 (patch)
tree08fa3123e3e12ca913442b87bbba00815c0876b7 /.github
parentac68fbf526d1b7145d611d5cbc4eb0cbc8a82094 (diff)
downloadupstream-f2a8763587fb98862dd36ee05bd5e17e46155422.tar.gz
upstream-f2a8763587fb98862dd36ee05bd5e17e46155422.tar.bz2
upstream-f2a8763587fb98862dd36ee05bd5e17e46155422.zip
uboot-bcm53xx: Add U-Boot for NorthStar BCM53xx
I recently added support for the NorthStar ARM BCM53xx SoCs to the upstream U-Boot. This is a back port on top of the 2023.04 version already imported to OpenWrt with the 5 necessary upstream patches. This is needed to create a small U-Boot for the BCM53xx-based D-Link DIR-890L and I think also the DIR-885L, so that a recent (bigger) kernel can be loaded and executed from the SEAMA partitions on these devices. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index e22f074604f..c8f8466d4a6 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -25,6 +25,7 @@
- "package/boot/uboot-bcm4908/**"
"target/bcm53xx":
- "target/linux/bcm53xx/**"
+ - "package/boot/uboot-bcm53xx/**"
"target/bcm63xx":
- "target/linux/bcm63xx/**"
- "package/kernel/bcm63xx-cfe/**"