Files
system76-coreboot/src/arch/ppc64/bootblock.S
Kyösti Mälkki 4c0f5769f0 arch/ppc64: Remove .id section in bootblock
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>
2020-12-17 06:25:00 +00:00

11 lines
183 B
ArmAsm

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Early initialization code for POWER8.
*/
.section ".text._start", "ax", %progbits
.globl _start
.org 0x100, 0xff
_start:
b _start