u-boot-brain/arch/x86/cpu/intel_common
Masahiro Yamada b08c8c4870 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>

Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-03-05 10:16:28 -05:00
..
car.S x86: Update microcode for secondary CPUs 2016-03-17 10:27:25 +08:00
cpu.c x86: Add debugging when a microcode update fails 2016-08-30 09:26:05 +08:00
lpc.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
Makefile x86: Use X86_32BIT_INIT instead of X86_RESET_VECTOR 2017-02-06 11:38:46 +08:00
me_status.c x86: Move Intel Management Engine code to a common place 2016-03-17 10:27:24 +08:00
microcode.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
mrc.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
pch.c x86: Move common PCH code into a common place 2016-03-17 10:27:27 +08:00
report_platform.c x86: Move Intel Management Engine code to a common place 2016-03-17 10:27:24 +08:00