linuxboot / heads

A minimal Linux that runs as a coreboot or LinuxBoot ROM payload to provide a secure, flexible boot environment for laptops, workstations and servers.
https://osresearch.net/
GNU General Public License v2.0
1.41k stars 185 forks source link

Externalize Makefile helpers into scripts to move boards from tested/untested/unmaintained #1790

Open tlaurion opened 2 weeks ago

tlaurion commented 2 weeks ago

This is unfit and doesn't permit to move untested boards back to tested boards since some boards are Makefile inclusions of others: https://github.com/linuxboot/heads/blob/3fef9e06c1bb9de81a170e747282ab5cea879360/Makefile#L793-L838

Orders of operations are rigid error prone and imperfect