f2c3d8076e
Yabits (Yet another UEFI bootloader) is designed to be a slim and quick alternative to Tianocore. It is still under heavy development. https://web.archive.org/web/https://yabits.github.io/ Change-Id: I132970e952c605c73cfe33dc47f20170ae8aa899 Signed-off-by: Martin Roth <martin@coreboot.org> Reviewed-on: https://review.coreboot.org/28590 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
11 lines
421 B
Text
11 lines
421 B
Text
config PAYLOAD_YABITS
|
|
bool "Yabits - Yet another UEFI Bootloader (Under Development)"
|
|
depends on ARCH_X86
|
|
help
|
|
Yabits - yabits.github.io
|
|
yabits is a pure UEFI coreboot payload. Compared with
|
|
TianoCore, it is fast and lightweight. yabits is based on the
|
|
part of Minoca OS. It can run GRUB2, Linux, OpenBSD, and other
|
|
UEFI applications.
|
|
|
|
It is still under the development and not ready for production.
|