lib/program_loaders.c: Mark run_ramstage with __noreturn
commit84b2f9f5b8e40eb9a114c1be5741b4141c5566e0
authorArthur Heymans <arthur@aheymans.xyz>
Thu, 23 Jun 2022 09:53:34 +0000 (23 11:53 +0200)
committerFelix Held <felix-coreboot@felixheld.de>
Thu, 14 Jul 2022 23:10:17 +0000 (14 23:10 +0000)
tree6d7eff7f689cb392db7ee8401f9626905a1151cf
parentb95a821576d0a1923e6a115b0d8272cd25890bfe
lib/program_loaders.c: Mark run_ramstage with __noreturn

This allows the compiler to optimize out code called after run_ramstage.

Also remove some die() statements in soc code as run_ramstage already
has a die_with_postcode statement.

Change-Id: Id8b841712661d3257b0dc67b509f97bdc31fcf6f
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65811
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Julius Werner <jwerner@chromium.org>
src/include/program_loading.h
src/lib/prog_loaders.c
src/soc/amd/cezanne/romstage.c
src/soc/amd/picasso/romstage.c
src/soc/amd/sabrina/romstage.c