u-boot/arch/x86/include/asm
Masahiro Yamada 4491327d59 Remove arch/${ARCH}/include/asm/errno.h
Unlike Linux, nothing about errno.h is arch-specific in U-Boot.
As you see, all of arch/${ARCH}/include/asm/errno.h is just a
wrapper of <asm-generic/errno.h>.  Actually, U-Boot does not
export headers to user-space, so we just have to care about the
consistency in the U-Boot tree.

Now all of include directives for <asm/errno.h> are gone.
Deprecate <asm/errno.h>.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
2016-09-23 17:56:18 -04:00
..
acpi x86: baytrail: Introduce ACPI global NVS 2016-07-12 13:46:01 +08:00
arch-baytrail x86: baytrail: acpi: Hide internal UART per GNVS setting 2016-07-12 13:46:01 +08:00
arch-broadwell x86: broadwell: Add support for SDRAM setup 2016-03-17 10:27:26 +08:00
arch-coreboot
arch-ivybridge i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail) 2016-08-16 11:44:09 +08:00
arch-qemu
arch-quark x86: acpi: Pack global NVS into ACPI table 2016-07-12 13:46:01 +08:00
arch-queensbay
fsp
video
acpi_table.h x86: acpi: Pack global NVS into ACPI table 2016-07-12 13:46:01 +08:00
atomic.h
bitops.h
bootm.h
bootparam.h
byteorder.h
cache.h x86: cache.h: Add default for CONFIG_SYS_CACHELINE_SIZE 2016-08-16 11:44:09 +08:00
config.h
control_regs.h
coreboot_tables.h x86: Prepare configuration tables in dedicated high memory region 2016-05-23 15:18:00 +08:00
cpu.h x86: Add support for running Intel reference code 2016-03-17 10:27:25 +08:00
cpu_common.h x86: Move common CPU code to its own place 2016-03-17 10:27:24 +08:00
cpu_x86.h
e820.h
elf.h
global_data.h x86: Prepare configuration tables in dedicated high memory region 2016-05-23 15:18:00 +08:00
gpio.h x86: Drop all the old pin configuration code 2016-03-17 10:27:25 +08:00
i8254.h
i8259.h
ibmpc.h
init_helpers.h
intel_regs.h x86: Move common CPU code to its own place 2016-03-17 10:27:24 +08:00
interrupt.h
io.h x86: Allow I/O functions to use pointers 2016-03-17 10:27:25 +08:00
ioapic.h x86: Add a function to set the IOAPIC ID 2016-03-17 10:27:27 +08:00
ioctl.h
irq.h x86: irq: Enable SCI on IRQ9 2016-05-23 15:18:00 +08:00
ist.h
lapic.h
linkage.h
lpc_common.h x86: Move common LPC code to its own place 2016-03-17 10:27:24 +08:00
me_common.h x86: Move Intel Management Engine code to a common place 2016-03-17 10:27:24 +08:00
microcode.h x86: Update microcode for secondary CPUs 2016-03-17 10:27:25 +08:00
mp.h
mpspec.h
mrc_common.h x86: Add common SDRAM-init code 2016-03-17 10:27:27 +08:00
mrccache.h
msr-index.h x86: Add some more common MSR indexes 2016-03-17 10:27:23 +08:00
msr.h treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
mtrr.h
pch_common.h x86: Move common PCH code into a common place 2016-03-17 10:27:27 +08:00
pci.h
pirq_routing.h
pnp_def.h
posix_types.h
post.h x86: Correct duplicate POST values 2016-03-17 10:27:23 +08:00
processor-flags.h
processor.h x86: Rename PORT_RESET to IO_PORT_RESET 2016-03-17 10:27:24 +08:00
ptrace.h
relocate.h
report_platform.h x86: Move Intel Management Engine code to a common place 2016-03-17 10:27:24 +08:00
sections.h
sfi.h
sipi.h x86: Add comments to the SIPI vector 2016-03-17 10:27:23 +08:00
smbios.h
speedstep.h
string.h
tables.h
turbo.h
types.h x86: efi: Fix EFI 64-bit payload build warnings 2016-08-30 09:26:05 +08:00
u-boot-x86.h
u-boot.h
unaligned.h
zimage.h