summaryrefslogtreecommitdiff
path: root/fs/cramfs
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2017-04-30fs: Kconfig: Add a separate option for FS_CRAMFSSimon Glass1-0/+7
2017-04-18cramfs: basic symlink supportTyler Hall1-12/+50
2017-04-18cramfs: block pointers are 32 bitsTyler Hall1-1/+1
2017-02-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada1-1/+1
2014-09-25kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada1-2/+2
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada1-27/+2
2013-10-16mtd: fix warnings due to 64-bit partition supportScott Wood1-2/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-16cramfs: fix bug for wrong filename comparisonHolger Brunck1-1/+2
2012-04-30gunzip: rename z{alloc, free} to gz{alloc, free}Mike Frysinger1-5/+2
2011-05-11cramfs: make cramfs usable without a NOR flashHeiko Schocher1-0/+4
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-31fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD3-12/+4
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka1-18/+2
2008-03-16cramfs: Fix ifdefJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-02-07[new uImage] Move gunzip() common code to common/gunzip.cMarian Balakowicz1-18/+2
2008-01-09Fix building with CRAMFS but not JFFS2 supportHarald Welte1-1/+1
2007-07-10fs/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2-2/+2
2007-07-04fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2-2/+2
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-7/+9
2005-10-11Added support for TQM834x boards.Marian Balakowicz1-1/+1
2005-08-08Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk1-15/+23
2004-01-04* Fix problems caused by Robert Schwebel's cramfs patchwdenk2-164/+2
2004-01-04* Patch by Robert Schwebel, 15 Dec 2003:wdenk4-0/+654