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> |
||
|---|---|---|
| .. | ||
| asmlib.h | ||
| cache.c | ||
| coreboot.c | ||
| cpu.S | ||
| eabi_compat.c | ||
| exception.c | ||
| exception_asm.S | ||
| gdb.c | ||
| head.S | ||
| Kconfig | ||
| libpayload.ldscript | ||
| main.c | ||
| Makefile.mk | ||
| memcpy.S | ||
| memmove.S | ||
| memset.S | ||
| sysinfo.c | ||
| timer.c | ||
| util.S | ||
| virtual.c | ||