rv1126-uboot/arch/x86/cpu
Masahiro Yamada 0e00a84cde UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Thomas reported U-Boot failed to build host tools if libfdt-devel
package is installed because tools include libfdt headers from
/usr/include/ instead of using internal ones.

This commit moves the header code:
  include/libfdt.h         -> include/linux/libfdt.h
  include/libfdt_env.h     -> include/linux/libfdt_env.h

and replaces include directives:
  #include <libfdt.h>      -> #include <linux/libfdt.h>
  #include <libfdt_env.h>  -> #include <linux/libfdt_env.h>

Change-Id: I6c0f7e50e8b571106627f25ddac008a62bd2994e
Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2018-12-24 17:20:37 +08:00
..
baytrail x86: baytrail: acpi: Add full reset bit to the reset register value in FADT 2017-09-02 23:35:55 +08:00
broadwell env: Convert CONFIG_ENV_IS_IN... to a choice 2017-08-15 20:50:01 -04:00
coreboot env: Convert CONFIG_ENV_IS_IN... to a choice 2017-08-15 20:50:01 -04:00
efi x86: kconfig: Select ARCH_MISC_INIT in the platform Kconfig 2017-08-01 20:17:02 +08:00
i386
intel_common UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
ivybridge env: Convert CONFIG_ENV_IS_IN... to a choice 2017-08-15 20:50:01 -04:00
qemu env: Convert CONFIG_ENV_IS_IN... to a choice 2017-08-15 20:50:01 -04:00
quark env: Convert CONFIG_ENV_IS_IN... to a choice 2017-08-15 20:50:01 -04:00
queensbay env: Convert CONFIG_ENV_IS_IN... to a choice 2017-08-15 20:50:01 -04:00
tangier treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
x86_64 board_f: x86: Use checkcpu() for CPU init 2017-04-05 13:55:09 -04:00
Makefile x86: Add Intel Tangier support 2017-07-30 10:30:25 +08:00
call32.S
config.mk
cpu.c x86: acpi: Fix Windows S3 resume failure 2017-05-17 17:11:46 +08:00
cpu_x86.c x86: Drop leading spaces in cpu_x86_get_desc() 2017-04-18 15:51:21 +08:00
ioapic.c
irq.c
lapic.c
mp_init.c x86: Intel MID platforms has no microcode update 2017-02-21 15:10:56 +08:00
mtrr.c
pci.c
resetvec.S
sipi_vector.S
start.S
start16.S
start64.S
turbo.c x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to Kconfig 2017-08-24 11:00:47 +08:00
u-boot-64.lds
u-boot-spl.lds
u-boot.lds
wakeup.S x86: acpi: Add wake up assembly stub 2017-05-17 17:11:46 +08:00