u-boot-brain/arch/arm/mach-stm32mp
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
..
include/mach ARM: stm32: Allow overriding setup_mac_address() 2020-01-17 11:44:42 +01:00
bsec.c bsec: update after MISC u-class update 2019-08-27 11:19:23 +02:00
cmd_stm32key.c stm32mp1: key: add stm32key command 2019-07-12 11:18:53 +02:00
config.mk stm32mp1: add trusted boot with TF-A 2019-04-12 16:09:13 +02:00
cpu.c ARM: stm32: Allow overriding setup_mac_address() 2020-01-17 11:44:42 +01:00
dram_init.c SPDX: Convert all of our multiple license tags to Linux Kernel style 2018-05-07 10:24:31 -04:00
fdt.c stm32mp1: update device tree with ETZPC status 2019-07-12 11:18:53 +02:00
Kconfig stm32mp1: split board and SOC support for STM32MP15x family 2020-01-17 13:58:27 +01:00
Makefile stm32mp1: Makefile cleanup 2019-08-27 11:19:23 +02:00
psci.c psci: Fix warnings when compiling with W=1 2019-07-24 14:15:38 -04:00
pwr_regulator.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
spl.c common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
syscon.c stm32mp1: syscon: remove stgen 2019-07-12 11:18:53 +02:00