Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-06 | rename build/firmware/ to build/fw/ | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-10-06 | build/firmware/coreboot: confirm compiled roms | Leah Rowe | |
return with error status if no images were compiled if a rom image fails to compile, then it will also exit with error status, but sometimes you can pass argument "cros" or "default", and it would not give you rom images due to no target.cfg files, but these are also ignored because of that. this restores the same behaviour that existed before, for this final error check. Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-10-06 | build/firmware/coreboot: support "all" without all | Leah Rowe | |
with no argument specified, it is now possible to build every rom image. Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-10-06 | mv build/fw/serprog,build/boot/roms build/firmware | Leah Rowe | |
./build boot roms is now: ./build firmware coreboot ./build fw serprog is now: ./build firmware serprog Signed-off-by: Leah Rowe <leah@libreboot.org> |