coreboot-kgpe-d16/src/arch/x86
Kyösti Mälkki 10bc806ab3 console/post: Split parts to arch/
Both IO port and cmos are currently arch/x86 only features.

Change-Id: I010af3f645c0be38dd856657874c36103aebbdc2
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38187
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-01-14 18:08:49 +00:00
..
acpi AUTHORS: Move src/arch/x86 copyrights into AUTHORS file 2019-09-10 12:50:17 +00:00
include include/arch/romstage: Fix typo 2020-01-12 19:16:40 +00:00
acpi.c arch/acpi.h: Convert MADT APIC type names to all caps 2019-10-25 07:00:37 +00:00
acpi_bert_storage.c AUTHORS: Move src/arch/x86 copyrights into AUTHORS file 2019-09-10 12:50:17 +00:00
acpi_device.c arch/x86: Fix typos 2020-01-13 11:15:42 +00:00
acpi_pld.c AUTHORS: Move src/arch/x86 copyrights into AUTHORS file 2019-09-10 12:50:17 +00:00
acpi_s3.c arch/x86: Remove acpi_fail_wakeup() and cbmem_fail_resume() 2019-09-14 10:55:34 +00:00
acpigen.c arch/x86: Fix typos 2020-01-13 11:15:42 +00:00
acpigen_dsm.c src/arch: Remove unused <stdlib.h> 2019-12-19 05:57:07 +00:00
assembly_entry.S Drop ROMCC code and header guards 2019-12-19 03:25:05 +00:00
boot.c arch/x86/boot.c: Pass arguments when running programs 2019-10-30 08:32:39 +00:00
bootblock_crt0.S Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol 2019-11-25 09:17:38 +00:00
bootblock_normal.c drivers/pc80/rtc: Clean up some headers 2020-01-07 18:40:02 +00:00
c_start.S Drop ROMCC code and header guards 2019-12-19 03:25:05 +00:00
car.ld arch/x86: Drop romcc bootblock 2019-12-20 17:49:55 +00:00
cbmem.c src/arch: Remove unused <stdlib.h> 2019-12-19 05:57:07 +00:00
cf9_reset.c arch/x86/cf9_reset: Fix typo 2020-01-13 11:16:26 +00:00
cpu.c cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE 2019-11-03 06:15:35 +00:00
cpu_common.c
ebda.c src: Remove unused include <string.h> 2019-12-26 10:45:37 +00:00
exception.c arch/x86/exception.c: Drop CAR_GLOBAL_MIGRATION support 2019-11-29 09:20:52 +00:00
exit_car.S arch/x86: Use the stage argument to implement cbmem_top 2019-11-03 11:18:31 +00:00
gdt.c AUTHORS: Move src/arch/x86 copyrights into AUTHORS file 2019-09-10 12:50:17 +00:00
gdt_init.S
id.ld src/x86|cpu/intel: Hardcode FIT and ID 2019-12-26 10:48:17 +00:00
id.S
idt.S
ioapic.c printf: Automatically prefix %p with 0x 2019-12-11 11:38:59 +00:00
Kconfig arch/x86/Kconfig: Remove unused BOOTBLOCK_RESETS 2020-01-02 14:31:20 +00:00
Makefile.inc console/post: Split parts to arch/ 2020-01-14 18:08:49 +00:00
memcpy.c
memlayout.ld arch/x86: Drop romcc bootblock 2019-12-20 17:49:55 +00:00
memmove.c
memset.c AUTHORS: Move src/arch/x86 copyrights into AUTHORS file 2019-09-10 12:50:17 +00:00
mmap_boot.c src/arch: Remove unused <stdlib.h> 2019-12-19 05:57:07 +00:00
mpspec.c AUTHORS: Move src/arch/x86 copyrights into AUTHORS file 2019-09-10 12:50:17 +00:00
pirq_routing.c AUTHORS: Move src/arch/x86 copyrights into AUTHORS file 2019-09-10 12:50:17 +00:00
post.c console/post: Split parts to arch/ 2020-01-14 18:08:49 +00:00
postcar.c timestamps: Remove TIMESTAMP_CACHE_IN_BSS 2019-09-13 19:48:26 +00:00
postcar_loader.c arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHE 2019-12-19 19:31:08 +00:00
prologue.inc AUTHORS: Move src/arch/x86 copyrights into AUTHORS file 2019-09-10 12:50:17 +00:00
rdrand.c AUTHORS: Move src/arch/x86 copyrights into AUTHORS file 2019-09-10 12:50:17 +00:00
smbios.c src/arch: Remove unused <stdlib.h> 2019-12-19 05:57:07 +00:00
tables.c arch/x86: Remove EARLY_EBDA_INIT support 2019-11-10 15:38:45 +00:00
thread.c AUTHORS: Move src/arch/x86 copyrights into AUTHORS file 2019-09-10 12:50:17 +00:00
thread_switch.S AUTHORS: Move src/arch/x86 copyrights into AUTHORS file 2019-09-10 12:50:17 +00:00
timestamp.c cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE 2019-11-03 06:15:35 +00:00
timestamp.inc
verstage.c AUTHORS: Move src/arch/x86 copyrights into AUTHORS file 2019-09-10 12:50:17 +00:00
wakeup.S AUTHORS: Move src/arch/x86 copyrights into AUTHORS file 2019-09-10 12:50:17 +00:00
walkcbfs.S