Fallback mechanism: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Introduction == TODO == Howto == * build the coreboot image as usual, it will produce an image in build/coreboot.rom * After the first build run: make menuconfig * Go in ...") |
(→Howto) |
||
Line 8: | Line 8: | ||
* Go in | * Go in | ||
General setup ---> | General setup ---> | ||
* Change | * Change: | ||
(fallback) CBFS prefix to use | (fallback) CBFS prefix to use | ||
To: | To: |
Revision as of 13:20, 19 February 2013
Introduction
TODO
Howto
- build the coreboot image as usual, it will produce an image in build/coreboot.rom
- After the first build run:
make menuconfig
- Go in
General setup --->
- Change:
(fallback) CBFS prefix to use
To:
(normal) CBFS prefix to use
- Go back to the main menu and select
Architecture (x86) --->
select the following option:
[*] Update existing coreboot.rom image
Exit and save and rebuild...
The image will then have fallback and normal:
Name Offset Type Size cmos_layout.bin 0x0 cmos_layout 1776 pci1002,9710.rom 0x740 optionrom 60928 fallback/romstage 0xf580 stage 92823 fallback/coreboot_ram 0x26080 stage 66639 fallback/payload 0x36540 payload 54976 config 0x43c40 raw 4455 normal/romstage 0x44e00 stage 92823 normal/coreboot_ram 0x5b8c0 stage 68820 normal/payload 0x6c600 payload 159949 (empty) 0x93700 null 442136