uboot-mediatek: add support for Bananapi BPi-R3
authorDaniel Golle <daniel@makrotopia.org>
Wed, 13 Jul 2022 03:29:34 +0000 (04:29 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 30 Aug 2022 12:36:28 +0000 (13:36 +0100)
commitc2bc1bd99aabe1298c93cebc0a434c91c754f3ca
tree8fb6c142637ec63b1a72cec9de24b07dfdfd723e
parente504fdae4e1d0e7ae112828ec9f71db6f9821c71
uboot-mediatek: add support for Bananapi BPi-R3

The Bananapi BPi-R3 board can boot from eMMC, SD card, SPI-NAND and
SPI-NOR, depending on the position of switches controlling the BOOTSEL
bootstrap pins as we as hard-wired chip-select lines. The position of the
chip-select switch SW6 decides whether either SD card or eMMC can be
accessed, SW5 selects either SPI-NAND or SPI-NOR.

Generate U-Boot for all 4 boot options. The SD card version allows
installation to SPI-NAND and SPI-NOR (eMMC cannot be accessed
simultanously with the SD card), the SPI-NAND version allows installation
to eMMC.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/boot/uboot-mediatek/Makefile
package/boot/uboot-mediatek/patches/430-add-bpi-r3.patch [new file with mode: 0644]