summary refs log tree commit diff
path: root/nixos/modules/system/boot/loader/raspberrypi/raspberrypi-builder.sh
Commit message (Collapse)AuthorAge
* raspberrypi-builder: ensure scripts fails on errorSamuel Dionne-Riel2020-06-11
| | | | | | | | | | | The way this ends up being called with the raspberry pi 4 image builder ends up not using the `-e` from the shebang. In turn, the builds fails during cross-compilation. The wrong coreutils ends up being used, but this is not made apparent. The issue I faced is already fixed on master, but this ensures no one ends up with a failed build "succeeding".
* Various: Add support for raspberry pi 4.Thomas Kerber2019-09-17
|
* raspberrypi-bootloader: support Raspberry Pi 3 w/o U-Boot and explicitly supportBen Wolsieffer2018-10-21
| | | | Raspberry Pi Zero
* raspberrypi-bootloader: allow specification of target directoryBen Wolsieffer2018-10-21