From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Juul Date: Fri, 21 Dec 2007 10:37:03 +0100 Subject: [U-Boot-Users] [PATCH] YAFFS Message-ID: <476B893F.3080102@tandberg.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch adds YAFFS support to U-Boot. This is based on source from YAFFS CVS server as per November 13. 2007. I have removed files/interfaces that are irrelevant for U-Boot and put all files in one directory. The makefile is rewritten to fit U-Boot. I have also added a cmd_yaffs2.c file in common/ The patch is far to big to fit the size limit on the mailing list so I have put the patch on our git http server: http://git.tandberg.com/tandberg/patches/yaffs.patch The patch can also be found on our git server: http://git.tandberg.com/tandberg/u-boot.git in branches yaffs2* Signed-off-by: William Juul Signed-off-by: Stig Olsen ---- I have only tested/used this patch together with our MTD/NAND layer patch which can be found on this mailing list and on our git http server: http://git.tandberg.com/tandberg/patches/mtd-update.patch and our git server: http://git.tandberg.com/tandberg/u-boot.git in branches mtd-update* Best regards William And merry Christmas to all U-Boot developers and users