Openwrt/package/boot
BERENYI Balazs 03d66d6b8f kirkwood: Add support for Sheevaplug
Globalscale SheevaPlug:
* Marvell Kirkwood 88F6281
* 512 MB SDRAM
* 512 MB Flash
* Gigabit Network
* USB 2.0
* SD slot
* Serial console

The device is supported in mainline uboot/linux the commit adds only
some openwrt config for building an image.

Installation:
1 - Update uboot:
setenv ipaddr '192.168.0.111'
setenv serverip '192.168.0.1'
tftpboot u-boot.kwb
nand erase 0x0 0x100000
nand write 0x800000 0x0 0x100000
reset
2 - Install OpenWRT:
setenv ethaddr 00:50:43:01:xx:xx
saveenv
setenv ipaddr '192.168.0.111'
setenv serverip '192.168.0.1'
tftpboot openwrt-kirkwood-globalscale_sheevaplug-squashfs-factory.bin
nand erase.part ubi
nand write 0x800000 ubi 0x600000
reset

Signed-off-by: BERENYI Balazs <balazs@wee.hu>
Reviewed-by: Pawel Dembicki <paweldembicki@gmail.com>
[add vendor name for uboot-kirkwood, merge patches, copy to 5.10,
add AUTORELEASE for uboot-kirkwood, refresh patches]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-06-06 19:05:07 +02:00
..
arm-trusted-firmware-mediatek arm-trusted-firmware-mediatek: update to git HEAD 2021-05-08 23:27:38 +01:00
arm-trusted-firmware-mvebu
arm-trusted-firmware-rockchip
arm-trusted-firmware-sunxi sunxi: add support for H6 boards and OrangePiOnePlus 2021-04-11 23:14:55 +02:00
arm-trusted-firmware-tools
at91bootstrap
fconfig
grub2 grub2: disable liblzma dependency 2021-05-21 09:17:59 +01:00
imx-bootlets
kexec-tools kexec-tools: add patch to fix issue with appended DTB and zImage on ARM 2021-05-23 15:11:38 +02:00
kobs-ng
mt7623n-preloader
tfa-layerscape
uboot-at91
uboot-envtools kirkwood: Add support for Sheevaplug 2021-06-06 19:05:07 +02:00
uboot-fritz4040
uboot-imx6 uboot-imx6: update BUILD_DEVICES values 2021-05-20 13:45:12 +02:00
uboot-kirkwood kirkwood: Add support for Sheevaplug 2021-06-06 19:05:07 +02:00
uboot-lantiq
uboot-layerscape
uboot-mediatek uboot-mediaktek: add support for PSTORE and check it on boot 2021-05-08 23:35:38 +01:00
uboot-mvebu
uboot-mxs
uboot-omap
uboot-oxnas
uboot-ramips
uboot-rockchip uboot-rockchip: update to v2021.04 2021-04-20 13:15:45 +02:00
uboot-sunxi uboot-sunxi: update ATF dependencies for 3 boards 2021-04-15 00:24:50 +02:00
uboot-tegra
uboot-zynq