coreboot-kgpe-d16/src/arch/x86
Kyösti Mälkki 088f09dc2f arch/x86: Drop leftover ROMCC support
Remove the last bits of building romstage with romcc.

Change-Id: I70bb1ed23a5aeb87bf7641e0b0bd604a4e622e61
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/26807
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
2018-06-06 10:28:00 +00:00
..
acpi arch/x86/acpi/statdef.asl: Remove unnecessary whitespace 2018-02-02 16:08:16 +00:00
include arch/x86: Introduce postcar_frame_add_romcache() 2018-06-04 08:20:35 +00:00
acpi.c arch/x86/acpi: Get rid of device_t 2018-05-08 02:56:32 +00:00
acpi_device.c acpi: device: Walk up the tree to find identifier 2018-05-28 16:08:23 +00:00
acpi_pld.c acpi: Add support for writing ACPI _PLD structures 2018-05-11 09:00:33 +00:00
acpi_s3.c compiler.h: add __weak macro 2018-04-24 14:37:59 +00:00
acpigen.c arch/x86/acpigen: Fix corner case in _ROM generator 2018-05-18 12:19:43 +00:00
acpigen_dsm.c
assembly_entry.S arch/x86: Relocate GDT in verstage, romstage, and postcar 2018-05-03 04:40:58 +00:00
boot.c
bootblock.ld
bootblock_crt0.S
bootblock_normal.c
bootblock_romcc.S
bootblock_simple.c
c_start.S arch/x86: allow idt to be available to link in all stages 2018-04-26 15:17:08 +00:00
car.ld arch/x86: Increase TIMESTAMP region size to 0x200 2018-05-18 20:10:59 +00:00
cbfs_and_run.c
cbmem.c arch/x86: Remove unneeded includes 2018-06-04 08:41:55 +00:00
cpu.c arch/x86/cpu.c: Remove unneeded headers 2018-05-04 10:14:10 +00:00
cpu_common.c arch/x86: Remove unneeded includes 2018-06-04 08:41:55 +00:00
ebda.c arch/x86: initialize EBDA in S3 and S0/S5 path 2017-10-16 16:56:19 +00:00
exception.c arch/x86: Print CPU Index and APIC ID in case of exception 2018-05-02 01:39:34 +00:00
exit_car.S arch/x86: Relocate GDT in verstage, romstage, and postcar 2018-05-03 04:40:58 +00:00
failover.ld
gdt.c arch/x86/gdt: Move variable assignment down 2017-11-03 15:20:15 +00:00
gdt_init.S arch/x86: Relocate GDT in verstage, romstage, and postcar 2018-05-03 04:40:58 +00:00
id.ld
id.S
idt.S arch/x86: remove nop padding from exception vectors 2018-04-26 15:18:57 +00:00
ioapic.c ioapic: extend definition name to avoid collision 2018-04-09 09:29:51 +00:00
Kconfig arch/x86: Drop leftover ROMCC support 2018-06-06 10:28:00 +00:00
Makefile.inc arch/x86: Drop leftover ROMCC support 2018-06-06 10:28:00 +00:00
memcpy.c
memlayout.ld
memmove.c
memset.c
mmap_boot.c
mpspec.c x86/mpspec: order the I/O APICs by the APIC Id 2018-04-30 06:22:46 +00:00
pci_ops.c Move pci_ops_mmconf from arch/x86/ to device/ 2018-05-08 03:01:35 +00:00
pci_ops_conf1.c arch/x86: Remove unneeded includes 2018-06-04 08:41:55 +00:00
pirq_routing.c compiler.h: add __weak macro 2018-04-24 14:37:59 +00:00
postcar.c compiler.h: add __weak macro 2018-04-24 14:37:59 +00:00
postcar_loader.c arch/x86: Introduce postcar_frame_add_romcache() 2018-06-04 08:20:35 +00:00
prologue.inc
rdrand.c
romcc_console.c
smbios.c compiler.h: add __weak macro 2018-04-24 14:37:59 +00:00
stages.c
tables.c lib/bootmem: Introduce custom bootmem tags 2018-04-30 09:33:49 +00:00
thread.c
thread_switch.S
timestamp.c compiler.h: add __weak macro 2018-04-24 14:37:59 +00:00
verstage.c
wakeup.S
walkcbfs.S