rockbox/bootloader/x1000
Aidan MacDonald 90cb0b0ae5 x1000: bootloader: add mainline Linux boot option
This adds a *very basic* Linux loader to the Rockbox bootloader,
which allows running a mainline Linux kernel using the following
file layout on the SD card:

- /uImage
- /linux_cmdline.txt

The command line arguments are listed in linux_cmdline.txt, all
lines are concatenated together and whitespace is converted into
spaces. Comments aren't supported however.

The loader doesn't support the modern devicetree boot protocol,
so it can only pass command line arguments. It would be easy to
support an appended dtb though.

Change-Id: I373f465dbbdafe94738f619748cbb0278fc2c25f
2022-03-24 23:40:07 +00:00
..
boot.c x1000: bootloader: add mainline Linux boot option 2022-03-24 23:40:07 +00:00
gui.c x1000: bootloader: add GUI list widget 2022-03-12 14:50:45 -05:00
install.c x1000: bootloader: refactor init_disk 2022-03-12 18:25:10 +00:00
main.c x1000: bootloader: move the main function to its own file 2022-03-12 18:25:10 +00:00
recovery.c x1000: bootloader: add mainline Linux boot option 2022-03-24 23:40:07 +00:00
utils.c x1000: bootloader: add uImage loaders 2022-03-12 18:25:10 +00:00
x1000bootloader.h x1000: bootloader: add mainline Linux boot option 2022-03-24 23:40:07 +00:00