summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation/qemu-sbsa/flash.fmd
blob: fcc6e19a9935ea09b96b89cf422c6d1300702a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# custom fmap which takes the additional TF-A region into account
#
# +-------------+ <-- 0x0
# |    TF-A     |
# +-------------+ <-- BIOS_BASE
# |  bootblock  |
# +-------------+ <-- BIOS_BASE + 128K
# |    FMAP     |
# +-------------+ <-- BIOS_BASE + 128K + FMAP_SIZE
# |    CBFS     |
# +-------------+ <-- ROM_SIZE
#

FLASH@0x10000000 CONFIG_ROM_SIZE {

	BIOS {

		BOOTBLOCK 128K
		FMAP 0x200
		COREBOOT(CBFS)
	}
}