Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-12 | mk: remove the legacy "roms" command | Leah Rowe | |
we don't need it. the documentation only tells you now to run ./mk -b coreboot target1 target2 etc Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2025-04-12 | move build to mk | Leah Rowe | |
i'm removing all the backward-compatibility in the build system, so that only the ./mk command is available Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2024-07-22 | support ./mk in place of ./update trees | Leah Rowe | |
it's a shortcut command. a new symlink. ./update trees -b flashprog can instead do: ./mk -b flashprog Signed-off-by: Leah Rowe <leah@libreboot.org> |