summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
Commit message (Expand)AuthorAgeFilesLines
* fs/squashfs: new filesystemJoao Marcos Costa2020-08-071-0/+2
* cbfs: Allow CBFS to be used in SPLSimon Glass2019-08-181-0/+1
* fs: fat: Build only if CONFIG_FS_FAT=yIsmael Luceno Cortes2019-04-261-1/+1
* spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee2019-02-011-1/+1
* spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee2019-02-011-1/+1
* fs: Makefile: Add fs.c under SPL for fs_loaderKeerthy2018-11-161-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-3/+1
* fs: btrfs: Add U-Boot fs handlers.Marek Behún2017-10-021-0/+1
* fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún2017-10-021-0/+1
* fs: Kconfig: Add a separate option for FS_JFFS2Simon Glass2017-05-221-1/+1
* fs: Kconfig: Add a separate config for FS_CBFSSimon Glass2017-04-301-1/+1
* spl: Add EXT support to SPLGuillaume GARDET2014-10-271-0/+1
* fs/fdos: RemoveTom Rini2014-02-211-1/+0
* fs: descend into sub directories when it is necessaryMasahiro Yamada2013-11-171-10/+10
* Makefile: move fs/fat/ entry to drivers/MakefileMasahiro Yamada2013-11-171-0/+5
* fs: move some file system to fs/MakefileMasahiro Yamada2013-10-311-0/+11
* fs: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-23/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren2012-10-291-0/+47
* fs: delete unused MakefileStephen Warren2012-10-291-43/+0
* fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black2012-10-221-0/+1
* ext4fs ls load supportUma Shankar2012-08-091-1/+4
* zfs: Add ZFS filesystem supportJorgen Lundman2012-08-091-0/+1
* UBIFS: Implement read-only UBIFS support in U-BootStefan Roese2009-03-201-0/+1
* fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-311-1/+9
* moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinksWilliam Juul2008-08-121-1/+1
* Incorporate yaffs2 into U-bootWilliam Juul2008-08-121-1/+1
* Synchronize with U-BOOT mainlineMichal Simek2007-09-151-1/+1
* [FS] Added support for ROMFSMichal Simek2007-07-141-1/+1
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-2/+2
* ext2fs support addedstroese2004-12-161-1/+1
* * Patch by Pavel Bartusek, 21 Mar 2004wdenk2004-03-251-1/+1
* * Patch by Robert Schwebel, 15 Dec 2003:wdenk2004-01-031-1/+1
* * Code cleanup:LABEL_2003_06_27_2340wdenk2003-06-271-1/+0
* * Fix CONFIG_NET_MULTI support in include/net.hLABEL_2003_06_16_0055wdenk2003-06-151-1/+1
* * Patch by Daniel Engström, 13 Nov 2002:LABEL_2002_11_18_0115wdenk2002-11-181-1/+1
* Initial revisionwdenk2002-03-081-0/+30