blob: 32ddfa407416f4e899c10a14ee2af915076a7483 [file] [log] [blame]
Patrick Georgi8a3592e2015-09-16 18:10:52 +02001# layout for firmware when flash address space matches used address layout
2# +-------------+ <-- 0
3# | unspecified |
4# +-------------+ <-- BIOS_BASE
5# | bootblock |
6# +-------------+ <-- BIOS_BASE + 128K
7# | FMAP |
8# +-------------+ <-- BIOS_BASE + 128K + FMAP_SIZE
9# | CBFS |
10# +-------------+ <-- ROM_SIZE
11
12FLASH@##ROM_BASE## ##ROM_SIZE## {
13 BIOS@##BIOS_BASE## ##BIOS_SIZE## {
14 BOOTBLOCK 128K
15 FMAP@##FMAP_BASE## ##FMAP_SIZE##
16 COREBOOT(CBFS)@##CBFS_BASE## ##CBFS_SIZE##
17 }
18}