summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi/firmware/config.txt
Commit message (Collapse)AuthorAgeFilesLines
* platform-rpi: Enable early debug UARTChris Fiege2018-11-281-0/+2
| | | | | | | | | | | | | | | | This config enables the early debug for the Raspberry-Pi Firmware bootloader. This makes sure that the UART is available to barebox even if the used board has additional hardware (like Bluetooth) connected to the UART. This command only works if the firmware is loaded from the SD-Card. See for more information: https://github.com/raspberrypi/firmware/wiki/USB-MSD-and-network-boot-debugging Signed-off-by: Chris Fiege <chris@tinyhost.de>
* platform-rpi: image-boot-vfat: add layer supportMichael Olbrich2018-10-261-0/+14
Remove all references to PTXDIST_PLATFORMCONFIGDIR to do this. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>