blob: f344ab20869fdb85db92ee64c533b8a37259d5ea [file] [log] [blame]
Patrick Georgi8a3592e2015-09-16 18:10:52 +02001# layout for firmware residing at top of 4GB address space
2# +-------------+ <-- 4GB - ROM_SIZE / start of flash
3# | unspecified |
4# +-------------+ <-- 4GB - BIOS_SIZE
5# | FMAP |
6# +-------------+ <-- 4GB - BIOS_SIZE + FMAP_SIZE
7# | CBFS |
8# +-------------+ <-- 4GB / end of flash
9
10FLASH@##ROM_BASE## ##ROM_SIZE## {
11 BIOS@##BIOS_BASE## ##BIOS_SIZE## {
12 FMAP@##FMAP_BASE## ##FMAP_SIZE##
13 COREBOOT(CBFS)@##CBFS_BASE## ##CBFS_SIZE##
14 }
15}