coreboot-kgpe-d16/src/arch/x86
Elyes HAOUAS 6716babee5 arch/x86: Fix typos
Change-Id: I944b9bf8f518eff9b539769825174bf1544e6b34
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38310
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2020-01-13 11:15:42 +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 AUTHORS: Move src/arch/x86 copyrights into AUTHORS file 2019-09-10 12:50:17 +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 arch/x86: Fix cpu_cpuid_extended_level() return type 2019-07-02 16:10:03 +00:00
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 arch/x86: Prepare GDT for x86_64 2019-03-06 20:00:55 +00:00
id.ld src/x86|cpu/intel: Hardcode FIT and ID 2019-12-26 10:48:17 +00:00
id.S
idt.S arch/x86: remove nop padding from exception vectors 2018-04-26 15:18:57 +00:00
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 cpu/intel/microcode: Apply more strict guard for assembly files 2019-12-27 09:01:50 +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
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 arch/x86: Unify bootblock MMX register usage 2019-01-08 15:31:19 +00:00
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