coreboot-kgpe-d16/src
Martin Roth 60293e9b1f lib/ramtest.c: Update ram failure post code
coreboot already has a ram failure post code defined, but the ram test
functions weren't using it, and were using 0xea instead.
This changes those failures to display 0xe3, the value defined in
post_codes.h by POST_RAM_FAILURE.

Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I21ef196e48ff37ffe320b575d6de66b43997e7eb
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69202
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
2022-11-12 22:53:14 +00:00
..
acpi acpi/acpi.c: Fix einj generation pointer arithmetics 2022-11-11 00:36:40 +00:00
arch cpu/x86: Set thread local storage in C code 2022-11-12 14:23:51 +00:00
commonlib device & commonlib: Update pci_scan_bus postcodes 2022-11-12 22:52:54 +00:00
console console/post.c: Sort includes 2022-10-27 15:46:39 +00:00
cpu cpu/x86: Set thread local storage in C code 2022-11-12 14:23:51 +00:00
device device & commonlib: Update pci_scan_bus postcodes 2022-11-12 22:52:54 +00:00
drivers drivers/intel/fsp2_0/hand_off_block: remove unneeded line breaks 2022-11-11 18:02:37 +00:00
ec ec/clevo/it5570e: add driver for EC used on various Clevo laptops 2022-11-11 22:42:46 +00:00
include include/cpu/msr.h: transform into an union 2022-11-12 14:23:35 +00:00
lib lib/ramtest.c: Update ram failure post code 2022-11-12 22:53:14 +00:00
mainboard mb/emulation/qemu-q35: Fix running qemu-i386 with SMM 2022-11-12 10:27:09 +00:00
northbridge nb/intel/ironlake: Work around unused variable warning 2022-11-12 14:45:32 +00:00
sbom Add SBOM (Software Bill of Materials) Generation 2022-08-22 14:48:46 +00:00
security vboot: Add VBOOT_CBFS_INTEGRATION support 2022-11-08 23:03:49 +00:00
soc treewide: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity 2022-11-12 18:00:16 +00:00
southbridge sb/intel/i82801dx: Clean up includes 2022-11-12 03:33:14 +00:00
superio Revert "mb/aopen/dxplplusu: Remove board" 2022-11-09 18:10:54 +00:00
vendorcode treewide: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity 2022-11-12 18:00:16 +00:00
Kconfig cpu/x86: Drop !CPU_INFO_V2 code 2022-11-07 14:00:00 +00:00