All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/9] CACHE: Finishing touches
@ 2012-06-25  0:17 Marek Vasut
  2012-06-25  0:17 ` [U-Boot] [PATCH 1/9] COMMON: Add __stringify() function Marek Vasut
                   ` (8 more replies)
  0 siblings, 9 replies; 36+ messages in thread
From: Marek Vasut @ 2012-06-25  0:17 UTC (permalink / raw)
  To: u-boot

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>

-- 
1.7.10

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2012-07-07  3:05 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-25  0:17 [U-Boot] [PATCH 0/9] CACHE: Finishing touches Marek Vasut
2012-06-25  0:17 ` [U-Boot] [PATCH 1/9] COMMON: Add __stringify() function Marek Vasut
2012-06-25  0:17 ` [U-Boot] [PATCH 2/9] CACHE: Add cache_aligned() macro Marek Vasut
2012-06-25 21:12   ` Scott Wood
2012-06-25 23:30     ` Marek Vasut
2012-07-07  3:00       ` Aneesh V
2012-06-25  0:17 ` [U-Boot] [PATCH 3/9] CACHE: ext2load: Test if start address is aligned Marek Vasut
2012-06-25  0:17 ` [U-Boot] [PATCH 4/9] CACHE: fatload: " Marek Vasut
2012-06-25  0:17 ` [U-Boot] [PATCH 5/9] CACHE: mmc read/write: " Marek Vasut
2012-06-25  0:17 ` [U-Boot] [PATCH 6/9] CACHE: nand " Marek Vasut
2012-06-25 16:58   ` Scott Wood
2012-06-25 18:43     ` Tom Rini
2012-06-25 20:08       ` Scott Wood
2012-06-25 20:48         ` Tom Rini
2012-06-25 21:17           ` Scott Wood
2012-06-25 21:22             ` Tom Rini
2012-06-25 23:42             ` Marek Vasut
2012-06-26  0:37               ` Scott Wood
2012-06-26  1:16                 ` Marek Vasut
2012-06-26 19:38                   ` Scott Wood
2012-06-25 23:38       ` Marek Vasut
2012-06-25 23:37     ` Marek Vasut
2012-06-25 23:57       ` Scott Wood
2012-06-26  1:33         ` Marek Vasut
2012-06-26 19:25           ` Scott Wood
2012-06-26 20:39             ` Marek Vasut
2012-07-07  3:05   ` Aneesh V
2012-06-25  0:17 ` [U-Boot] [PATCH 7/9] CACHE: net: " Marek Vasut
2012-06-25 18:05   ` Joe Hershberger
2012-06-25 23:16     ` Marek Vasut
2012-06-25  0:17 ` [U-Boot] [PATCH 8/9] CACHE: net: asix: Fix asix driver to work with data cache on Marek Vasut
2012-06-25 18:07   ` Joe Hershberger
2012-06-25 23:16     ` Marek Vasut
2012-07-06 23:09     ` Marek Vasut
2012-07-06 23:16       ` Marek Vasut
2012-06-25  0:17 ` [U-Boot] [PATCH 9/9] M28EVK: Enable instruction and data cache Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.