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; }