Gigabyte Dual bios
The wiki is being retired!
Documentation is now handled by the same processes we use for code: Add something to the Documentation/ directory in the coreboot repo, and it will be rendered to https://doc.coreboot.org/. Contributions welcome!
Gigabyte Dual BIOS
All Gigabyte boards have a dual BIOS chip. Both chips are 8Mbit; the main BIOS is called M_BIOS, the backup BIOS is called B_BIOS. GIGABYTE claims the backup BIOS can not be flashed by the user. It contains code that will overwrite M_BIOS if it determines that M_BIOS is corrupted.
Pitfalls
VGA Option ROMs
The B_BIOS has some issue running VGA Option ROMs. Some PCIe graphic cards won't work. You have to use the onboard graphics in case the screen stays black.
Failed boot count
The B_BIOS will only start in case the last boot wasn't successful. In case you bricked the payload or kernel, but not coreboot, you have to remove all RAM to make sure the boot failed once.
Flashing
The backup bios chip can be flashed in-circuit using an external programmer. The main bios chip can't be flashed in-circuit. You can flash it by running flashrom -p internal from a running Linux system.