coreboot/payloads/libpayload/arch
Julius Werner ba3af158aa libpayload: Unify selfboot() implementations
selfboot() doesn't really need to be architecture dependent. All
architectures are essentially doing the same thing with a normal
function call, only x86_32 needs an extra attribute. arm64 and x86 also
previously haven't been passing the coreboot table pointer, even though
they should. This patch fixes that.

Change-Id: If14040e38d968b5eea31cd6cd25efb1845a7b081
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86142
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2025-02-11 20:59:57 +00:00
..
arm libpayload: Unify selfboot() implementations 2025-02-11 20:59:57 +00:00
arm64 libpayload: Unify selfboot() implementations 2025-02-11 20:59:57 +00:00
mock libpayload: Inject head.S into libc, remove separate class 2024-05-24 08:10:56 +00:00
x86 libpayload: Unify selfboot() implementations 2025-02-11 20:59:57 +00:00