coreboot-kgpe-d16/src/arch/x86
Kyösti Mälkki 065857ee7f arch/io.h: Drop unnecessary include
Change-Id: I91158452680586ac676ea11c8589062880a31f91
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31692
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-03-04 15:08:03 +00:00
..
acpi mb: Set coreboot as DSDT's manufacturer model ID 2018-11-23 11:00:40 +00:00
include arch/io.h: Fix PCI and PNP simple typedefs 2019-03-04 14:07:23 +00:00
acpi.c src/arch/x86/acpi.c: Update ACPI table's revision numbers 2019-03-01 10:03:05 +00:00
acpi_bert_storage.c arch/x86/acpi_bert_storage.c: Fix coverity error CID 1395706 2018-09-15 12:43:26 +00:00
acpi_device.c acpi: device: avoid empty property list in acpi_dp_write 2019-02-05 13:40:31 +00:00
acpi_pld.c acpi_pld: Make it easier to define the ACPI USB device groups 2018-12-04 22:50:15 +00:00
acpi_s3.c symbols.h: Add macro to define memlayout region symbols 2019-02-22 06:44:02 +00:00
acpigen.c arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field 2019-03-04 13:16:29 +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 arch/x86: Drop spurious arch/stages.h includes 2018-12-28 06:47:31 +00:00
bootblock.ld
bootblock_crt0.S soc/intel/quark: Drop BOOTBLOCK_SAVE_BIST_AND_TIMESTAMP 2018-12-24 08:19:08 +00:00
bootblock_normal.c
bootblock_romcc.S arch/x86: Use a common timestamp.inc with romcc bootblocks 2018-12-30 12:30:55 +00:00
bootblock_simple.c
c_start.S arch/x86: Enforce CPU stack alignment 2019-01-14 11:59:51 +00:00
car.ld vboot: fix STARTS_IN_BOOTBLOCK/_ROMSTAGE logic 2019-02-22 11:10:40 +00:00
cbfs_and_run.c
cbmem.c arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT 2018-12-22 11:48:37 +00:00
cf9_reset.c arch/x86: Implement common CF9 reset 2018-10-22 08:35:08 +00:00
cpu.c arch/io.h: Drop unnecessary include 2019-03-04 15:08:03 +00:00
cpu_common.c cpuid: Add helper function for cpuid(1) functions 2018-12-13 04:32:57 +00:00
ebda.c arch/io.h: Drop unnecessary include 2019-03-04 15:08:03 +00:00
exception.c buildsystem: Promote rules.h to default include 2019-01-16 11:51:07 +00:00
exit_car.S arch/x86: Relocate GDT in verstage, romstage, and postcar 2018-05-03 04:40:58 +00:00
failover.ld arch/x86: Drop Kconfig AP_SIPI_VECTOR 2019-01-13 08:37:01 +00:00
gdt.c Move compiler.h to commonlib 2018-10-08 16:57:27 +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/Kconfig: Fix spelling of *successful* 2019-01-08 15:50:50 +00:00
Makefile.inc walkcbfs: Only compile on x86_32 2019-02-20 10:38:05 +00:00
memcpy.c
memlayout.ld arch/x86: Use fixed size limit with RELOCATABLE_RAMSTAGE 2018-06-06 10:36:04 +00:00
memmove.c
memset.c
mmap_boot.c arch/x86: drop special case cbfs locator 2018-11-23 20:50:43 +00:00
mpspec.c cpuid: Add helper function for cpuid(1) functions 2018-12-13 04:32:57 +00:00
pci_ops.c device/pci_ops: Drop parameter from pci_bus_default_ops() 2019-03-03 13:45:27 +00:00
pci_ops_conf1.c device/pci_ops: Drop unused parameter 2019-03-03 13:44:54 +00:00
pirq_routing.c src: Get rid of duplicated includes 2018-11-16 09:50:03 +00:00
postcar.c soc/intel/common: Bring DISPLAY_MTRRS into the light 2018-11-23 08:34:16 +00:00
postcar_loader.c arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT 2018-12-22 11:48:37 +00:00
prologue.inc
rdrand.c buildsystem: Promote rules.h to default include 2019-01-16 11:51:07 +00:00
smbios.c arch/x86/smbios.c: Remove duplicated 'processor_upgrade' 2019-02-23 14:44:18 +00:00
stages.c
tables.c src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
thread.c src/arch: Fix typo 2018-08-09 15:56:02 +00:00
thread_switch.S
timestamp.c arch/x86: Remove weak tsc_freq_mhz() implementation 2019-01-10 09:55:45 +00:00
timestamp.inc arch/x86: Unify bootblock MMX register usage 2019-01-08 15:31:19 +00:00
verstage.c
wakeup.S arch/x86/wakeup.S: Use tabs instead of white spaces 2018-12-24 08:17:00 +00:00
walkcbfs.S