u-boot-brain/arch/x86
Simon Glass 336d4615f8 dm: core: Create a new header file for 'compat' features
At present dm/device.h includes the linux-compatible features. This
requires including linux/compat.h which in turn includes a lot of headers.
One of these is malloc.h which we thus end up including in every file in
U-Boot. Apart from the inefficiency of this, it is problematic for sandbox
which needs to use the system malloc() in some files.

Move the compatibility features into a separate header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-02-05 19:33:46 -07:00
..
cpu dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
dts x86: itss: Remove apl-prefix 2020-02-04 12:54:54 +08:00
include/asm x86: Move itss.h from Apollo Lake to the generic x86 include directory 2020-02-04 01:19:28 +08:00
lib dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
config.mk x86: efi: app: Generate Microsoft PE format compliant image 2018-12-02 21:59:36 +01:00
Kconfig x86: itss: Add a Kconfig option to enable/disable ITSS driver 2020-02-04 12:54:54 +08:00
Makefile x86: Allow 16-bit init to be in TPL 2019-05-08 13:02:13 +08:00