aboutsummaryrefslogtreecommitdiff
path: root/src/property/u-boot.lisp
Commit message (Collapse)AuthorAge
* update copyright noticesSean Whitton2022-04-29
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* replace RUNNING-ON-TARGET parameters with contained factorsSean Whitton2022-04-28
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* CONSFIGURATOR.PROPERTY.U-BOOT: drop U-BOOT- prefix from symbolsSean Whitton2022-04-16
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* implement setting TARGET for u-boot-install-rockchip(8)Sean Whitton2021-05-09
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* rework bootloader installation so can use property-defining macrosSean Whitton2021-05-09
| | | | | | | | | | | It is better to have the code which installs bootloaders to volumes in property definitions rather than in plain functions, as then we can specify that it's :POSIX or :LISP, specify the OS required for it to run, and similar. This commit enables that by replacing INSTALL-BOOTLOADER with a different generic which returns propspecs. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* add u-boot-install-rockchip supportSean Whitton2021-05-07
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>