u-boot/arch/x86/include/asm
Alistair Delva 9bcd51b838 x86: Fix i8254 ifdef include guard
When building U-Boot with clang, it notices that the i8254.h include
guard does not work correctly due to a typo. Fix it.

Signed-off-by: Alistair Delva <adelva@google.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
[bmeng: fixed the other same typo at the end of the same file]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2021-11-01 09:50:55 +08:00
..
acpi x86: Add a layout for Chrome OS verified boot 2020-11-05 14:58:45 +08:00
arch-apollolake x86: coral: Allow init of debug UART in U-Boot proper 2021-03-27 15:04:30 +13:00
arch-baytrail x86: baytrail: acpi: Replace _ADR() by _UID() in description of PCI host bridge 2020-06-02 09:16:13 +08:00
arch-braswell command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
arch-broadwell dm: treewide: Rename ..._platdata variables to just ..._plat 2020-12-13 16:51:09 -07:00
arch-coreboot x86: Move coreboot timestamp info into coreboot_tables.h 2021-03-27 13:59:37 +13:00
arch-ivybridge
arch-qemu
arch-quark x86: quark: acpi: Replace _ADR() by _UID() in description of PCI host bridge 2020-06-02 09:16:13 +08:00
arch-queensbay
arch-slimbootloader
arch-tangier x86: tangier: Replace Method() by Name() for _STA object 2021-11-01 09:50:55 +08:00
fsp fsp: Move and rename fsp_types.h file 2020-12-31 14:41:31 +01:00
fsp1
fsp2 x86: fsp: Support a warning message when DRAM init is slow 2020-07-17 14:32:24 +08:00
video
acpi.h
acpi_nhlt.h x86: Drop nhlt_serialise() 2020-09-01 17:00:28 +08:00
acpi_table.h common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
acpigen.h x86: acpi: Add PCT and PTC tables 2020-09-25 11:27:18 +08:00
atomic.h x86: Convert from ACCESS_ONCE to READ/WRITE_ONCE 2020-07-01 10:11:03 -04:00
bitops.h
bootm.h
bootparam.h x86: Update the bootparam header 2020-09-25 11:27:06 +08:00
byteorder.h
cache.h Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig 2021-08-31 17:47:49 -04:00
cb_sysinfo.h x86: Add function comments to cb_sysinfo.h 2021-07-15 19:50:17 +08:00
cmos_layout.h
config.h lmb: move CONFIG_LMB in Kconfig 2021-04-22 14:09:45 -04:00
control_regs.h
coreboot_tables.h x86: coreboot: Update parsing of the latest sysinfo 2021-03-27 13:59:59 +13:00
cpu.h x86: cpu: Report address width from cpu_get_info() 2020-09-25 11:27:21 +08:00
cpu_common.h common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
cpu_x86.h cpu: Convert the methods to use a const udevice * 2020-07-25 14:46:57 -06:00
dma-mapping.h
e820.h x86: Allow installing an e820 when booting from coreboot 2021-03-27 15:04:29 +13:00
early_cmos.h
efi.h x86: Show some EFI info with the bdinfo command 2021-10-21 03:46:03 +02:00
fast_spi.h common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
fsp_arch.h
global_data.h x86: Store the coreboot table address in global_data 2020-07-17 14:32:24 +08:00
gpio.h dm: treewide: Rename ..._platdata variables to just ..._plat 2020-12-13 16:51:09 -07:00
handoff.h
hob.h efi_loader rename enum efi_mem_type to efi_memory_type 2021-08-17 17:24:08 +02:00
i8254.h x86: Fix i8254 ifdef include guard 2021-11-01 09:50:55 +08:00
i8259.h
ibmpc.h
intel_acpi.h x86: acpi: Add common Intel ACPI tables 2020-09-25 11:27:18 +08:00
intel_gnvs.h x86: Fix member check in intel_gnvs 2021-03-09 09:42:12 +08:00
intel_opregion.h x86: apl: Support writing the IntelGraphicsMem table 2020-09-25 11:27:15 +08:00
intel_pinctrl.h dm: treewide: Rename ofdata_to_platdata() to of_to_plat() 2020-12-13 16:51:09 -07:00
intel_pinctrl_defs.h gpio: x86: Drop the deprecated methods in intel_gpio 2021-03-03 15:40:11 -05:00
intel_regs.h
interrupt.h x86: Show the interrupt pointer with 'irqinfo' 2020-11-06 09:51:29 +08:00
io.h common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
ioapic.h
ioctl.h
irq.h x86: irq: Fix some typos 2020-08-03 10:46:56 +08:00
ist.h
itss.h x86: Move priv/plat structs for intel_common to headers 2021-01-05 12:24:41 -07:00
lapic.h
linkage.h
lpc_common.h
lpss.h
me_common.h
microcode.h
mp.h x86: Update the MP constants to avoid conflicts 2021-07-15 19:50:04 +08:00
mpspec.h
mrc_common.h
mrccache.h common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
msr-index.h x86: apl: Add core init for the SoC 2020-11-05 14:58:45 +08:00
msr.h
mtrr.h x86: mtrr: Abort if requested size is not power of 2 2021-08-02 15:11:41 +08:00
p2sb.h x86: Move priv/plat structs for intel_common to headers 2021-01-05 12:24:41 -07:00
pch_common.h
pci.h
pirq_routing.h
pmu.h x86: Fix header guard in asm/pmu.h 2021-01-05 12:24:41 -07:00
pnp_def.h
posix_types.h
post.h
processor-flags.h
processor.h
ptrace.h
report_platform.h
scu.h
sections.h
setjmp.h
sfi.h
sipi.h Use __ASSEMBLY__ as the assembly macros 2020-05-18 21:19:23 -04:00
smm.h x86: Add some definitions for SMM 2020-09-25 11:27:16 +08:00
speedstep.h
spl.h
string.h
sysreset.h x86: sysreset: Move priv/plat structs to headers 2021-01-05 12:24:41 -07:00
tables.h x86: Allow writing tables to fail 2020-11-05 14:58:45 +08:00
turbo.h
types.h
u-boot-x86.h x86: Drop setup_pcat_compatibility() 2020-07-17 14:32:24 +08:00
u-boot.h
unaligned.h
zimage.h x86: Create a new header for EFI 2021-10-21 03:46:03 +02:00