4c0f5769f0
The strings in .id are expected to match the build for the purpose of identifying the binary image. There is no identified use for the offsets. The files id.ld and prologue.inc were unused. Change-Id: Ida332671e0ace3f6afd11020474ffda04614bad5 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47966 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
19 lines
262 B
Text
19 lines
262 B
Text
config ARCH_PPC64
|
|
bool
|
|
|
|
config ARCH_BOOTBLOCK_PPC64
|
|
bool
|
|
select ARCH_PPC64
|
|
select BOOTBLOCK_CUSTOM
|
|
|
|
config ARCH_VERSTAGE_PPC64
|
|
bool
|
|
select ARCH_PPC64
|
|
|
|
config ARCH_ROMSTAGE_PPC64
|
|
bool
|
|
select ARCH_PPC64
|
|
|
|
config ARCH_RAMSTAGE_PPC64
|
|
bool
|
|
select ARCH_PPC64
|