u-boot/test/lib
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
..
asn1.c test: add asn1 unit test 2019-12-06 16:44:20 -05:00
cmd_ut_lib.c cmd_ut: add a parameter prefix to the function cmd_ut_category 2020-01-07 11:13:25 -05:00
hexdump.c test: call hexdump tests via ut lib 2019-04-22 18:13:21 -04:00
lmb.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
Makefile aes: add test unit for aes128 2020-01-17 10:15:49 -05:00
string.c test: provide unit test for memory functions 2019-02-09 07:50:53 -05:00
test_aes.c aes: add test unit for aes196 and aes256 2020-01-17 10:15:49 -05:00
test_errno_str.c test: provide test for errno_str() 2019-10-31 07:22:53 -04:00