coreboot/payloads/libpayload/arch/x86
Subrata Banik 04202d1a7e libpayload/arch/x86: Fix register alignment in exception state dump
Removed an extra space character from the `printf` format string in
`dump_exception_state` to ensure proper alignment of register values
when printed during exception handling.

BUG=b:336265399
TEST=Built and booted google/rex64 successfully.
Verified correct alignment in exception state dumps.

Change-Id: I8ff92775e32ee754967b1b0a43cd68971b4aadfc
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83047
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-06-12 19:40:12 +00:00
..
apic.c
boot_media.c commonlib/bsd, libpayload: Do not include helpers.h in stddef.h 2023-02-16 17:55:37 +00:00
cache.c x86/cache.c: Implement dcache_* 2022-09-01 14:21:11 +00:00
coreboot.c libpayload/arch/x86: Update API handling of CBTABLE handoff 2023-05-24 11:49:51 +00:00
delay.c
exception.c libpayload/arch/x86: Fix register alignment in exception state dump 2024-06-12 19:40:12 +00:00
exception_asm.S
exception_asm_64.S libpayload: Add x86_64 (64-bit) support 2024-05-26 01:26:31 +00:00
exec.c libpayload: Add x86_64 (64-bit) support 2024-05-26 01:26:31 +00:00
exec.S
gdb.c libpayload: Add x86_64 (64-bit) support 2024-05-26 01:26:31 +00:00
head.S libpayload: Inject head.S into libc, remove separate class 2024-05-24 08:10:56 +00:00
head_64.S libpayload: Add x86_64 (64-bit) support 2024-05-26 01:26:31 +00:00
Kconfig payloads: Add SPDX headers to Kconfig 2024-02-18 01:57:39 +00:00
libpayload.ldscript libpayload: Add x86_64 (64-bit) support 2024-05-26 01:26:31 +00:00
main.c libpayload: Save EAX and EBX only for multiboot payloads 2024-05-04 16:51:44 +00:00
Makefile.mk libpayload: Add x86_64 (64-bit) support 2024-05-26 01:26:31 +00:00
multiboot.c libpayload: Save EAX and EBX only for multiboot payloads 2024-05-04 16:51:44 +00:00
multiboot_header.inc libpayload: x86: Move Multiboot header to include file 2024-05-24 08:10:51 +00:00
pt.S libpayload: Add x86_64 (64-bit) support 2024-05-26 01:26:31 +00:00
selfboot.c
string.c libpayload: Add x86_64 (64-bit) support 2024-05-26 01:26:31 +00:00
sysinfo.c
timer.c
util.S
virtual.c