rockchip: Remove pulls for gpio_output(), clean up code
[coreboot.git] / util / cbfstool / default-x86.fmd
blobf344ab20869fdb85db92ee64c533b8a37259d5ea
1 # 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
10 FLASH@##ROM_BASE## ##ROM_SIZE## {
11         BIOS@##BIOS_BASE## ##BIOS_SIZE## {
12                 FMAP@##FMAP_BASE## ##FMAP_SIZE##
13                 COREBOOT(CBFS)@##CBFS_BASE## ##CBFS_SIZE##
14         }