uboot-kirkwood: add uboot for pogoplug v4
authorAlberto Bursi <alberto.bursi@outlook.it>
Tue, 2 Jan 2018 14:54:07 +0000 (15:54 +0100)
committerMathias Kresin <dev@kresin.me>
Tue, 9 Jan 2018 21:06:55 +0000 (22:06 +0100)
commitf5d267df638d7adc6654f4a1a3d7c7557cafd759
treef79267471e7da23f52d622a5836e3d8019a00cac
parentf5df635ccf5162872044b2ade03f0879735e76fb
uboot-kirkwood: add uboot for pogoplug v4

add an uboot able to boot a kernel in an ubi partition

This uboot also has a "recovery" feature, before
booting from flash it will try to boot a initramfs
image called "initramfs.bin" from a FAT32-formatted
USB drive connected to the USB 2.0 port.
(u-boot lacks drivers for usb 3.0 controllers)

Just rename the initramfs image and place it on
the usb drive, the uboot will load it.

In case there is no USB drive or no such file
is found, the uboot will boot from internal flash.

The whole check takes less than a second, boot times
are not impacted.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
package/boot/uboot-kirkwood/Makefile
package/boot/uboot-kirkwood/patches/010-pogoplug_v4.patch [new file with mode: 0644]