summaryrefslogtreecommitdiffstats
path: root/src/soc
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-05-10 16:49:39 +0200
committerArthur Heymans <arthur@aheymans.xyz>2022-11-02 18:31:23 +0000
commit1a52a4fe51a61297cfe18aa7307d330076d3a6aa (patch)
tree21dd5c843f6e5244aae28eddcbe40c272f1abea6 /src/soc
parent512b1a77243a6afb5d79e58d4ac32b5276ac5873 (diff)
downloadcoreboot-1a52a4fe51a61297cfe18aa7307d330076d3a6aa.tar.gz
coreboot-1a52a4fe51a61297cfe18aa7307d330076d3a6aa.tar.bz2
coreboot-1a52a4fe51a61297cfe18aa7307d330076d3a6aa.zip
payloads/grub: Work around entry point issue
With -Os grub-mkimage does not create an elf with the correct entry point because some parts of the elf images are placed in .text.unlikely. The linker does not know where to place that and places it below .text, hence messing up the entry point. To avoid this use the compiler flag -fno-reorder-functions. Change-Id: Ic4a12f45d30b781870faa38575e8b2c10e0a42e8 Resolves: https://ticket.coreboot.org/issues/343 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64235 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Hackware <human@hackware.cl> Reviewed-by: Sean Rhodes <sean@starlabs.systems> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
0 files changed, 0 insertions, 0 deletions