boot: add s500-bootloader package
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 23 May 2016 13:33:48 +0000 (15:33 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 26 May 2016 08:35:34 +0000 (10:35 +0200)
commit7c4d98362802449bd5010f7c391cea348635b84d
treefb66354561ae89d97ddf891f5a416f70706e1fec
parent12588bdf9d112c1f1027a0ef1896cbd226660b27
boot: add s500-bootloader package

This is the first level bootloader for the Actions Semiconductor S500 SoC,
which is used on boards like Roseapple Pi and LeMaker Guitar.

The bootloader performs basic configuration and chain loads u-boot for
futher setup.

This bootloader is unfortunately only available as a binary blob. It gets
configured for a specific board using a binary (32bit x86) tool based on a
.ini file (somewhat similar to sunxi .fex).

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/Config.in
boot/s500-bootloader/Config.in [new file with mode: 0644]
boot/s500-bootloader/s500-bootloader.hash [new file with mode: 0644]
boot/s500-bootloader/s500-bootloader.mk [new file with mode: 0644]