u-boot-brain/fs
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
..
btrfs fs: btrfs: add zstd decompression support 2019-05-05 08:48:50 -04:00
cbfs cbfs: Rename camel-case variables 2019-08-18 21:54:10 +08:00
cramfs SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
ext4 dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
fat dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
jffs2 crc32: Use the crc.h header for crc functions 2019-12-02 18:23:08 -05:00
reiserfs SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sandbox dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
ubifs dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
yaffs2 dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
zfs SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig fs: btrfs: Add U-Boot fs handlers. 2017-10-02 21:52:18 -04:00
Makefile cbfs: Allow CBFS to be used in SPL 2019-08-18 21:54:10 +08:00
fs.c fs: add fs_get_type() for current filesystem type 2019-10-17 19:19:56 +02:00
fs_internal.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00