uboot-bcm53xx: Add U-Boot for NorthStar BCM53xx
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 19 Jun 2023 06:36:15 +0000 (08:36 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Sun, 20 Aug 2023 16:08:13 +0000 (18:08 +0200)
commitf2a8763587fb98862dd36ee05bd5e17e46155422
tree08fa3123e3e12ca913442b87bbba00815c0876b7
parentac68fbf526d1b7145d611d5cbc4eb0cbc8a82094
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>
.github/labeler.yml
package/boot/uboot-bcm53xx/Makefile [new file with mode: 0644]
package/boot/uboot-bcm53xx/patches/0001-nand-brcmnand-add-iproc-support.patch [new file with mode: 0644]
package/boot/uboot-bcm53xx/patches/0002-mtd-rawnand-nand_base-Handle-algorithm-selection.patch [new file with mode: 0644]
package/boot/uboot-bcm53xx/patches/0003-arm-dts-Import-device-tree-for-Broadcom-Northstar.patch [new file with mode: 0644]
package/boot/uboot-bcm53xx/patches/0004-arm-Add-support-for-the-Broadcom-Northstar-SoCs.patch [new file with mode: 0644]
package/boot/uboot-bcm53xx/patches/0005-board-Add-new-Broadcom-Northstar-board.patch [new file with mode: 0644]