From 7a4e3091aeb39010fe02a8fcbe003179140fb4ce Mon Sep 17 00:00:00 2001 From: P L Sai Krishna Date: Fri, 13 Feb 2015 17:31:37 +0530 Subject: [PATCH] xilffs: Updated the modification history. This patch updates the modification history in diskio.c file and modified the copyright to 2015. Signed-off-by: P L Sai Krishna --- lib/sw_services/xilffs/src/diskio.c | 7 +++++-- lib/sw_services/xilffs/src/include/diskio.h | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/sw_services/xilffs/src/diskio.c b/lib/sw_services/xilffs/src/diskio.c index f487043d..a974c4a1 100755 --- a/lib/sw_services/xilffs/src/diskio.c +++ b/lib/sw_services/xilffs/src/diskio.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2013 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2013 - 2015 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -65,11 +65,14 @@ * condition for high speed support. * Include xil_types.h irrespective of xsdps.h. CR# 797086. * 2.2 hk 07/28/14 Make changes to enable use of data cache. -* 2.3 sk 12/04/14 Added support for micro SD without +* 3.0 sk 12/04/14 Added support for micro SD without * WP/CD. CR# 810655. * Make changes for prototypes of disk_read and * disk_write according to latest version. * 12/15/14 Modified the code according to MISRAC 2012 Compliant. +* Updated the FatFs to R0.10b +* Removed alignment for local buffers as CacheInvalidate +* will take care of it. * * * diff --git a/lib/sw_services/xilffs/src/include/diskio.h b/lib/sw_services/xilffs/src/include/diskio.h index 22ce24a0..e8cb253f 100755 --- a/lib/sw_services/xilffs/src/include/diskio.h +++ b/lib/sw_services/xilffs/src/include/diskio.h @@ -1,5 +1,5 @@ /*-----------------------------------------------------------------------/ -/ Low level disk interface modlue include file (C)ChaN, 2013 / +/ Low level disk interface modlue include file (C)ChaN, 2014 / /-----------------------------------------------------------------------*/ #ifndef DISKIO_DEFINED