summaryrefslogtreecommitdiff
path: root/Makefile (follow)
AgeCommit message (Collapse)Author
2011-03-31yaffs: Tweaks to summary codeCharles Manning
Trying some different ideas for handling free space cleaner. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2011-02-25yaffs: Remove tags validity checking code.Charles Manning
It was only really useful during development and no longer serves any purpose. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-11-03yaffs: More clean upCharles Manning
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-11-02yaffs: More name changesCharles Manning
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-10-12yaffs Modify Makefile to handle multi or single version variantsCharles Manning
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-09-25yaffs Add multi and single version Linux glue codeCharles Manning
First step to single/mutli veriosns of yaffs for mainlining. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-07-02yaffs Refactorisation first phaseCharles Manning
Partitoning code. More to happen. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-07-01yaffs Reactoring WIPCharles Manning
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-06-14yaffs: Refactor allocatorCharles Manning
Refactoring the allocator allows alternate allocators to be switched in more easily Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-06-08yaffs: Add xattrib supportCharles Manning
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-04-27yaffs: Integrate Android tree differencesCharles Manning
This brings in Android changes, and a few more clean-ups to normalise with the Android tree. More to follow maybe. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2010-04-27yaffs Some cleanups.Charles Manning
Update copyright messages. Clean up tracing to use TSTR and KERN_DEBUG. Remove cvs $Id. Change /proc/yaffs_debug to /proc/yaffs_stats. ... and a few other clean ups. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
2007-12-13Cleanup patch - Remove all trailing whitespace and fix a few typos.wookey
2007-07-18Rolling in Ians and other changescharles
2007-03-07Fix all Makefile headers to be the same formatcolin
2007-02-12normalise licence headers and attributionswookey
2006-10-03Add missing files to makecharles
2005-09-20Silly Marty, picked wrong guard for moduleconfig.hmarty
2005-09-18Modified Makefile to allow 'out of kernel tree' module building for 2.6.xmarty
kernels. (See Documentation/kbuild for details on how to do this). Modified yportenv.h to include moduleconfig.h Added new file moduleconfig.h. This is the compromise that makes it possible to build yaffs in any of three ways: 1) in-kernel, in the kernel source tree. You put yaffs into the kernel source tree using patch-ker.sh 2) as-module, in the kernel source tree. 3) as-module, out of the kernel source tree. Because modules built outside of the kernel source tree can't use the kconfig tool to add their CONFIG_ variable to <linux/config.h>, moduleconfig.h is a compromise that gathers all of the CONFIG_ variables in one place. The CONFIG_ variables in moduleconfig.h are protected by KBUILD_MODNAME, a variable that is only set when a module is built outside of the kernel source tree. The CONFIG_ variables are all on by default -- this is probably not what you want. Comment out the ones that you don't want enabled. NOTE: Not all of the CONFIG_ variables used in yaffs2 are in moduleconfig.h. Those that are not relevant to Linux are missing.
2005-08-01Remove the support for yaffsram.luc
2005-08-01Remove the support for the old MTD.luc
2005-07-31Ooops. missed this one: Needed to change MTD_ defines to match changesmarty
in the source code.
2005-07-18Some improvements to garbage collection and st_xxx to yst_xxx changescharles
2005-04-29*** empty log message ***charles
2004-12-17*** empty log message ***charles