Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-16 | merge coreboot/u-boot download logic to one script | Leah Rowe | |
they are fundamentally the same, in an lbmk context. they are downloaded in the same way, and compiled in the same way! (Kconfig infrastructure, board-specific code, the way submodules are used in git, etc) ~200 sloc reduction in resources/scripts the audit begins Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2022-12-10 | u-boot: Add qemu_x86_12mb build | Alper Nebi Yasak | |
Add a U-Boot build for the qemu_x86_12mb board. The config is a copy of the upstream "coreboot" defconfig, but with OF_EMBED=y. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com> |