Searched hist:"3 cf23719b1dc97d17ed649493b0b61641a79ab1f" (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | tables.h | diff 3cf23719b1dc97d17ed649493b0b61641a79ab1f Mon Feb 29 01:54:50 CST 2016 Bin Meng <bmeng.cn@gmail.com> x86: Support booting SeaBIOS
SeaBIOS is an open source implementation of a 16-bit x86 BIOS. It can run in an emulator or natively on x86 hardware with the use of coreboot. With SeaBIOS's help, we can boot some OSes that require 16-bit BIOS services like Windows/DOS.
As U-Boot, we have to manually create a table where SeaBIOS gets system information (eg: E820) from. The table unfortunately has to follow the coreboot table format as SeaBIOS currently supports booting as a coreboot payload.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | tables.c | diff 3cf23719b1dc97d17ed649493b0b61641a79ab1f Mon Feb 29 01:54:50 CST 2016 Bin Meng <bmeng.cn@gmail.com> x86: Support booting SeaBIOS
SeaBIOS is an open source implementation of a 16-bit x86 BIOS. It can run in an emulator or natively on x86 hardware with the use of coreboot. With SeaBIOS's help, we can boot some OSes that require 16-bit BIOS services like Windows/DOS.
As U-Boot, we have to manually create a table where SeaBIOS gets system information (eg: E820) from. The table unfortunately has to follow the coreboot table format as SeaBIOS currently supports booting as a coreboot payload.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
|
/openbmc/u-boot/arch/x86/ |
H A D | Kconfig | diff 3cf23719b1dc97d17ed649493b0b61641a79ab1f Mon Feb 29 01:54:50 CST 2016 Bin Meng <bmeng.cn@gmail.com> x86: Support booting SeaBIOS
SeaBIOS is an open source implementation of a 16-bit x86 BIOS. It can run in an emulator or natively on x86 hardware with the use of coreboot. With SeaBIOS's help, we can boot some OSes that require 16-bit BIOS services like Windows/DOS.
As U-Boot, we have to manually create a table where SeaBIOS gets system information (eg: E820) from. The table unfortunately has to follow the coreboot table format as SeaBIOS currently supports booting as a coreboot payload.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
|