coreboot/src/arch/x86
Arthur Heymans c3ca8ed092 arch/x86/car.ld: Fix undefined macro
Processing LD flags is done without most warnings enabled, which is why
this never caused problems.

Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Change-Id: Ic9d82c1426a1c1d2f21c8e7560685cf9d7106a88
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75033
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2023-05-09 18:15:45 +00:00
..
acpi {acpi,arch,soc}/acpi: Replace constant "One" with actual number 2022-12-27 09:05:15 +00:00
include arch/x86/include/pci_io_cfg: introduce PCI_IO_CONFIG_[INDEX,DATA] define 2023-04-27 13:45:11 +00:00
acpi.c ACPI: Make FADT entries for RTC/CMOS architectural 2023-04-29 01:20:54 +00:00
acpi_bert_storage.c
acpi_s3.c
assembly_entry.S
boot.c
bootblock.ld
bootblock_normal.c
breakpoint.c treewide: Remove duplicated includes 2022-12-21 21:33:40 +00:00
c_exit.S
c_start.S cpu/x86: Set up a separate stack for APs 2022-12-23 14:29:01 +00:00
car.ld arch/x86/car.ld: Fix undefined macro 2023-05-09 18:15:45 +00:00
cf9_reset.c
cpu.c cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_path 2023-04-06 15:13:28 +00:00
cpu_common.c
ebda.c
exception.c
exit_car.S treewide: Remove repeated words 2023-02-09 10:04:04 +00:00
gdt_init.S
id.S
idt.S
ioapic.c arch/x86/ioapic: Print IOAPIC ID for GSI #0 2023-03-16 15:19:10 +00:00
Kconfig arch/x86/Kconfig: Remove unused NUM_IPI_STARTS 2023-01-21 09:13:28 +00:00
Makefile.inc arch/x86: Disable walkcbfs_asm code when CONFIG_CBFS_VERIFICATION is set 2023-04-27 23:18:57 +00:00
memcpy.c
memlayout.ld
memmove_32.c arch/x86/memmove: Add 64bit version 2022-11-12 23:22:17 +00:00
memmove_64.S arch/x86/memmove: Add 64bit version 2022-11-12 23:22:17 +00:00
memset.c src/arch: Remove unnecessary space after casts 2022-11-22 13:46:47 +00:00
mmap_boot.c
mpspec.c Convert literal uses of CONFIG_MAINBOARD_{VENDOR,PART_NUMBER} 2023-05-05 13:56:34 +00:00
null_breakpoint.c
pirq_routing.c arch/x86: Use 'enum cb_err' 2022-12-25 15:09:16 +00:00
post.c
postcar.c
postcar_loader.c cpu/x86/cache: CLFLUSH programs to memory before running 2023-03-13 13:42:32 +00:00
rdrand.c arch/x86: Use 'enum cb_err' 2022-12-25 15:09:16 +00:00
romstage.c
smbios.c arch/x86/smbios: Check str for NULL in smbios_add_string() 2023-04-04 13:22:27 +00:00
smbios_defaults.c
tables.c arch/x86 & commonlib: Add macros for postcodes used in x86/tables 2022-11-08 14:51:02 +00:00
thread.c
thread_switch.S
timestamp.c
verstage.c
wakeup.S
walkcbfs.S arch/x86: Disable walkcbfs_asm code when CONFIG_CBFS_VERIFICATION is set 2023-04-27 23:18:57 +00:00