aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/init/ldscript_apc.lb
blob: 2c8cb84e63ddaaf39d89b44e0c2b195a3987eaec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
INPUT(coreboot_apc.rom)
SECTIONS
{
        .apcrom . : {
                _apcrom = .;
                coreboot_apc.rom(*)
                _eapcrom = .;
        }
        _iseg_apc = CONFIG_DCACHE_RAM_BASE;
        _eiseg_apc = _iseg_apc + SIZEOF(.apcrom);
        _liseg_apc = _apcrom;
        _eliseg_apc = _eapcrom;
}