SandyBridge/IvyBridge: Add IFD and ME firmware automatically
Right now coreboot's build process produces images that are not booting on actual hardware because they are smaller than the actual flash device and also don't have an IFD nor an ME firmware in them. In order to produce bootable images, you needed a wrapper script / extra step until now. With this change, the resulting coreboot.rom is actually bootable. Change-Id: I82714069fb004d4badc41698747a704bd9fed4da Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1771 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
committed by
Ronald G. Minnich
parent
cd986c049c
commit
5b635795cc
@@ -325,6 +325,14 @@ config TPM
|
||||
bool
|
||||
default n
|
||||
|
||||
config CBFS_SIZE
|
||||
hex
|
||||
default ROM_SIZE
|
||||
|
||||
config CACHE_ROM_SIZE
|
||||
hex
|
||||
default CBFS_SIZE
|
||||
|
||||
# TODO: Can probably be removed once all chipsets have kconfig options for it.
|
||||
config VIDEO_MB
|
||||
int
|
||||
|
Reference in New Issue
Block a user