summaryrefslogtreecommitdiff
path: root/fs/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-08-08fs/squashfs: new filesystemJoao Marcos Costa1-0/+2
2019-08-18cbfs: Allow CBFS to be used in SPLSimon Glass1-0/+1
2019-04-27fs: fat: Build only if CONFIG_FS_FAT=yIsmael Luceno Cortes1-1/+1
2019-02-01spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee1-1/+1
2019-02-01spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee1-1/+1
2018-11-17fs: Makefile: Add fs.c under SPL for fs_loaderKeerthy1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2017-10-03fs: btrfs: Add U-Boot fs handlers.Marek Behún1-0/+1
2017-10-03fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún1-0/+1
2017-05-22fs: Kconfig: Add a separate option for FS_JFFS2Simon Glass1-1/+1
2017-04-30fs: Kconfig: Add a separate config for FS_CBFSSimon Glass1-1/+1
2014-10-28spl: Add EXT support to SPLGuillaume GARDET1-0/+1
2014-02-21fs/fdos: RemoveTom Rini1-1/+0
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada1-10/+10
2013-11-17Makefile: move fs/fat/ entry to drivers/MakefileMasahiro Yamada1-0/+5
2013-10-31fs: move some file system to fs/MakefileMasahiro Yamada1-0/+11
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada1-23/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-10-30fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren1-0/+47
2012-10-30fs: delete unused MakefileStephen Warren1-43/+0
2012-10-22fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black1-0/+1
2012-08-10ext4fs ls load supportUma Shankar1-1/+4
2012-08-10zfs: Add ZFS filesystem supportJorgen Lundman1-0/+1
2009-03-21UBIFS: Implement read-only UBIFS support in U-BootStefan Roese1-0/+1
2008-08-31fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-1/+9
2008-08-12moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinksWilliam Juul1-1/+1
2008-08-12Incorporate yaffs2 into U-bootWilliam Juul1-1/+1
2007-09-15Synchronize with U-BOOT mainlineMichal Simek1-1/+1
2007-07-14[FS] Added support for ROMFSMichal Simek1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-2/+2
2004-12-16ext2fs support addedstroese1-1/+1
2004-03-25* Patch by Pavel Bartusek, 21 Mar 2004wdenk1-1/+1
2004-01-04* Patch by Robert Schwebel, 15 Dec 2003:wdenk1-1/+1
2003-06-28* Code cleanup:wdenk1-1/+0
2003-06-16* Fix CONFIG_NET_MULTI support in include/net.hwdenk1-1/+1
2002-11-18* Patch by Daniel Engström, 13 Nov 2002:wdenk1-1/+1
2002-03-09Initial revisionwdenk1-0/+30