u-boot-brain/arch/x86/cpu/apollolake
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
..
Kconfig x86: itss: Add a Kconfig option to enable/disable ITSS driver 2020-02-04 12:54:54 +08:00
Makefile x86: Move itss.c from Apollo Lake to a more generic location 2020-02-04 12:01:08 +08:00
cpu.c x86: apl: Add a CPU driver 2019-12-15 11:44:29 +08:00
cpu_common.c x86: apl: Add a CPU driver 2019-12-15 11:44:29 +08:00
cpu_spl.c x86: apl: Add SPL/TPL init 2019-12-15 11:44:29 +08:00
fsp_m.c x86: apl: Add FSP support 2019-12-15 11:44:30 +08:00
fsp_s.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
hostbridge.c x86: apl: Add hostbridge driver 2019-12-15 11:44:27 +08:00
lpc.c x86: apl: Add LPC driver 2019-12-15 11:44:28 +08:00
p2sb.c x86: apl: Avoid accessing the PCI bus before it is probed 2020-01-07 16:02:38 -07:00
pch.c x86: apl: Add PCH driver 2019-12-15 11:44:28 +08:00
pmc.c x86: apl: Avoid accessing the PCI bus before it is probed 2020-01-07 16:02:38 -07:00
punit.c x86: apl: Add PUNIT driver 2019-12-15 11:44:28 +08:00
spl.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
systemagent.c x86: apl: Add systemagent driver 2019-12-15 11:44:27 +08:00
uart.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00