Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-21 | update/trees: simplified crossgcc handling | Leah Rowe | |
only call crossgcc for coreboot and u-boot, but use hostcc for everything else. simplify the checking of which architecture to compile for. "arch" in target.cfg files has been modified, to allow further simplification. without this patch, the logic currently only *barely* avoids using crossgcc on things like utils, and only works in practise because, in practise, lbmk only works on x86_64 anyway. the new logic, as per this patch, is simpler and more robust. Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-09-09 | set grub.cfg timeout to 5s (10 on some boards) | Leah Rowe | |
target.cfg can now specify e.g. grub_timeout=20 this would then be inserted as timeout.cfg in cbfs, containing the instruction: set timeout=20 HP laptops need a bit of extra time, due to the delay caused by the EC bug workaround deployed in GRUB desktops in general need extra time. this too is set to 10s, like the HP laptops. only insert timeout.cfg if actually needed (declared in target.cfg), otherwise grub.cfg will default to 5s Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-09-04 | merge config/ and resources/ | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> |