
Add a few finishing touches for the cache support. Then ultimately enable cache support on m28.
BIG FAT NOTE: This is for -next. This may break something. Compile testing IS STILL IN PROGRESS!
Marek Vasut (9): COMMON: Add __stringify() function CACHE: Add cache_aligned() macro CACHE: ext2load: Test if start address is aligned CACHE: fatload: Test if start address is aligned CACHE: mmc read/write: Test if start address is aligned CACHE: nand read/write: Test if start address is aligned CACHE: net: Test if start address is aligned CACHE: net: asix: Fix asix driver to work with data cache on M28EVK: Enable instruction and data cache
common/cmd_ext2.c | 3 +++ common/cmd_fat.c | 4 ++++ common/cmd_mmc.c | 2 ++ common/cmd_nand.c | 9 +++++++++ common/cmd_net.c | 4 ++++ drivers/usb/eth/asix.c | 29 ++++++++++++++++------------- include/common.h | 25 +++++++++++++++++++++++++ include/configs/m28evk.h | 2 -- 8 files changed, 63 insertions(+), 15 deletions(-)
Cc: Wolfgang Denk wd@denx.de