cbmk/config/data
Leah Rowe a258eb231a trees: remove project-specific hacks
move the coreboot-specific includes into mkhelper.cfg
for that project.

on some projects, we need variables from mkhelper.cfg
to be global, so I was including serprog and coreboot
mkhelper.cfg files in this script.

instead, set a new variable "mkhelpercfg" pointing to
the config file. if it doesn't exist, create and then
point to a temporary (empty) mkhelper.cfg file.

the rom.sh include has been moved to coreboot mkhelper.cfg

The only remaining project-specific logic, in this trees
script, is now the coreboot crossgcc handling, but this
needs to be there as it's also used to build U-Boot.

The way this now works, certain includes are done twice.
For example, include/rom.sh will be included once globally,
outside of main(), and then again in configure_project().

This means that certain functions will be defined twice.
I'm uncertain if shell has anything equivalent to an ifdef
guard as in C, but we actually want this here anyway, and
it shouldn't cause any problems. It's a bit of a hack, but
otherwise results in much cleaner code.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-07-12 16:37:17 +01:00
..
coreboot trees: remove project-specific hacks 2024-07-12 16:37:17 +01:00
flashprog put flashprog builds in elf/flashprog/ 2024-06-07 17:30:55 +01:00
grub trees: remove project-specific hacks 2024-07-12 16:37:17 +01:00
memtest86plus put memtest86plus builds in elf/memtest86plus/ 2024-06-07 17:31:00 +01:00
pico-serprog trees: remove project-specific hacks 2024-07-12 16:37:17 +01:00
seabios trees: remove project-specific hacks 2024-07-12 16:37:17 +01:00
stm32-vserprog trees: remove project-specific hacks 2024-07-12 16:37:17 +01:00
u-boot handle build.list from config/data/, not config/ 2024-06-07 17:27:45 +01:00