summaryrefslogtreecommitdiff
path: root/builddefs/bootloader.mk
AgeCommit message (Collapse)Author
2022-02-04Standardise error output. (#16220)Nick Brassel
2022-02-03Create a build error if no bootloader is specified. (#16181)Nick Brassel
* Create a build error if no bootloader is specified. * Update builddefs/bootloader.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-27Refactor `bootloader_jump()` implementations (#15450)Ryan
* Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot`
2021-10-28Migrate makefile utilities to sub-directory (#14917)Joel Challis