coreboot-kgpe-d16/src/arch/x86
Erik van den Bogaert 93781523a5 smbios: Add API to generate SMBIOS type 28 Temperature Probe
Based on DMTF SMBIOS Specification 3.5.0

Signed-off-by: Erik van den Bogaert <ebogaert@eltan.com>
Change-Id: I710124ca88dac9edb68aab98cf5950aa16c695d3
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67926
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-10-06 18:36:03 +00:00
..
acpi arch/x86/acpi: Replace Store() with ASL 2.0 syntax 2022-07-30 00:11:58 +00:00
include src: remove force-included header rules.h from individual files 2022-09-06 17:57:31 +00:00
acpi.c src: Make HAVE_CF9_RESET set the FADT reset register 2020-07-20 13:23:13 +00:00
acpi_bert_storage.c arch/x86/acpi_bert_storage.c: Use a common implementation 2022-05-25 12:51:32 +00:00
acpi_s3.c ACPI: Final APM_CNT_GNVS_UPDATE cleanup 2021-01-04 23:16:03 +00:00
assembly_entry.S src: remove force-included header rules.h from individual files 2022-09-06 17:57:31 +00:00
boot.c arch/x86/boot: Add missing include 2021-09-13 14:18:43 +00:00
bootblock.ld Makefile.inc: Generate master header and pointer as C structs 2022-05-12 11:11:53 +00:00
bootblock_normal.c prog_loader: Change legacy_romstage_select_and_load() to return cb_err 2022-03-09 17:20:48 +00:00
breakpoint.c arch/x86: Add support for catching null dereferences through debug regs 2022-05-12 15:47:18 +00:00
c_exit.S treewide: Remove unused <cpu/x86/msr.h> 2022-07-20 13:16:52 +00:00
c_start.S arch/x86/c_start.S: Remove duplicated "the" in comments 2021-12-13 23:46:54 +00:00
car.ld arch/x86/*.ld: Don't use CPP to include linker scripts 2022-07-20 20:29:13 +00:00
cf9_reset.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
cpu.c arch/x86: Use ENV_X86_64 instead of _x86_64_ 2021-07-06 06:09:13 +00:00
cpu_common.c arch/x86: Skip returning default leaf value as 0 2021-09-03 19:14:16 +00:00
ebda.c arch/x86/ebda.c: Move setting up ebda to a BS hook 2022-05-17 11:24:12 +00:00
exception.c arch/x86: Add support for catching null dereferences through debug regs 2022-05-12 15:47:18 +00:00
exit_car.S arch/x86/postcar: Set up postcar MTRR in C code 2022-05-16 07:05:03 +00:00
gdt_init.S arch/x86: Use ENV_X86_64 instead of _x86_64_ 2021-07-06 06:09:13 +00:00
id.S arch/x86/id.S: Fix building with clang 2022-02-15 23:36:33 +00:00
idt.S arch/x86/idt.S: Use 'iretq' for ENV_X86_64 2022-09-29 13:41:06 +00:00
ioapic.c arch/x86: fix a wrong variable in ioapic_set_max_vectors() 2021-10-23 16:33:58 +00:00
Kconfig Kconfig: Mark clang as ready to use on some arch 2022-05-28 05:21:14 +00:00
Makefile.inc arch/x86/*.ld: Don't use CPP to include linker scripts 2022-07-20 20:29:13 +00:00
memcpy.c arch/x86: Use ENV_X86_64 instead of _x86_64_ 2021-07-06 06:09:13 +00:00
memlayout.ld arch/x86/*.ld: Don't use CPP to include linker scripts 2022-07-20 20:29:13 +00:00
memmove.c arch/x86: Add support for ASan to memory functions 2020-08-21 07:46:04 +00:00
memset.c arch/x86: Add support for ASan to memory functions 2020-08-21 07:46:04 +00:00
mmap_boot.c arch/x86/mmap_boot.c: Clean up includes 2022-10-06 16:59:22 +00:00
mpspec.c treewide: use predicates to check for enabled pci devices 2022-10-06 18:32:21 +00:00
null_breakpoint.c driver/intel/fsp2_0: Disable NULL deref code when calling FSP 2022-06-01 13:40:20 +00:00
pirq_routing.c src/arch: Drop unneeded empty lines 2020-08-24 09:16:19 +00:00
post.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
postcar.c timestamps: Rename timestamps to make names more consistent 2022-03-08 16:06:33 +00:00
postcar_loader.c arch/x86: Mark prepare_and_run_postcar noreturn 2022-07-14 23:10:30 +00:00
rdrand.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
romstage.c arch/x86: Add a common romstage entry 2022-06-07 12:54:39 +00:00
smbios.c smbios: Add API to generate SMBIOS type 28 Temperature Probe 2022-10-06 18:36:03 +00:00
smbios_defaults.c arch/x86/smbios: Add support for wake-up type in smbios type 1 2021-10-21 20:06:59 +00:00
tables.c x86: Zero SMBIOS region before writing tables 2022-08-26 17:32:30 +00:00
thread.c arch/x86/thread: Add #error when compiling for x86_64 2021-07-29 09:12:24 +00:00
thread_switch.S arch/x86/thread: Add #error when compiling for x86_64 2021-07-29 09:12:24 +00:00
timestamp.c arch/x86/timestamp.c: Add missing <stdint.h> 2022-10-06 16:59:32 +00:00
verstage.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
wakeup.S arch/x86: Save resume vector to stack in x86_64 mode 2021-07-07 14:54:56 +00:00
walkcbfs.S arch/x86/walkcbfs.S: Fix the cbfs base addr for some fmap 2021-06-17 10:00:45 +00:00