Re: [U-Boot] [RESEND PATCH v3 1/4] Tegra2: Add microsecond timer function

2011-08-15 Thread Simon Glass
Hi Graeme, On Mon, Aug 15, 2011 at 6:16 PM, Graeme Russ wrote: > Hi Simon > > On Tue, Aug 16, 2011 at 10:42 AM, Simon Glass wrote: >> These functions provide access to the high resolution microsecond timer >> and tidy up a global variable in the code. >> >> Signed-off-by: Simon Glass >> --- >>

[U-Boot] building mx5 targets with O= fails

2011-08-15 Thread John Rigby
Stefano, Since: commit 0edf8b5b2fa0d210ebc4d6da0fd1aceeb7e44e47 Author: Stefano Babic Date: Thu Jul 7 03:37:06 2011 + MX5: Update to autogenerated asm-offsets.h On i.MX5, the asm-offsets.h file is not yet generated as it should be. Signed-off-by: Stefano Babic CC: Matth

[U-Boot] [PATCH v6 1/2] gpio: Add GPIO driver framework for Marvell SoCs

2011-08-15 Thread Ajay Bhargav
This patch adds generic GPIO driver framework support for Marvell SoCs. To enable GPIO driver define CONFIG_MARVELL_GPIO and for GPIO commands define CONFIG_CMD_GPIO in your board configuration file. Signed-off-by: Ajay Bhargav --- Changes for v2: - mvgpio.h removed - function ge

[U-Boot] [PATCH v6 2/2] gpio: Add GPIO driver for Marvell SoC Armada100

2011-08-15 Thread Ajay Bhargav
This patch adds support for generic GPIO driver framework for Marvell SoC Armada100. Signed-off-by: Ajay Bhargav --- Changes for v2: - Added function get_gpio_base - GPIO base address added to armada100.h Changes for v3: - gpio register map moved to mvgpio.h Changes for v4

[U-Boot] SD/MMC timming issue when upgrading from 2010.09 to 2010.12 version

2011-08-15 Thread Aaron Wu
Hello Sir, I am using the u-boot on a blackfin board. When upgrading the u-boot from version 2010.09 to 2010.12 I met a a problem which looks like timming related. I'm doing the following test with a Sandisk 256MB SD card. mmc rescan 0 fatls mmc 0 with 2010.09 version everything works fine, with

[U-Boot] [PATCH] led: remove camel casing of led identifiers globally

2011-08-15 Thread Joel A Fernandes
From: Jason Kridner Result of running the following command to address Wolfgang's comment about camel case: for file in `find . | grep '\.[ch]$'`; do perl -i -pe 's/(green|yellow|red|blue)_LED_(on|off)/$1_led_$2/g' $file; done Discussion: http://patchwork.ozlabs.org/patch/84988/ Signed-off-by:

[U-Boot] [PATCH 13/13] BeagleBoard: config: updated default configuration

2011-08-15 Thread Joel A Fernandes
From: Jason Kridner * Improved boot env var setting * Made room for a 64MB ramdisk by moving from 0x8160 to 0x8100 * Added ramarg, ramroot and ramboot env variables Signed-off-by: Jason Kridner Signed-off-by: Joel A Fernandes --- include/configs/omap3_beagle.h | 20 +

[U-Boot] [PATCH 12/13] BeagleBoard: config: Enabled multibus support for I2C in configuration

2011-08-15 Thread Joel A Fernandes
From: Jason Kridner Signed-off-by: Jason Kridner Signed-off-by: Joel A Fernandes --- include/configs/omap3_beagle.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 6038c91..85bd0da 100644 --- a/

[U-Boot] [PATCH 11/13] BeagleBoard: config: add optargs/buddy/camera

2011-08-15 Thread Joel A Fernandes
From: Jason Kridner buddy and camera are used to configure peripherals in the kernel at boot time that cannot easily be detected by the kernel. Signed-off-by: Jason Kridner Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- include/configs/omap3_beagle.h |6 ++ 1 files chan

[U-Boot] [PATCH 10/13] BeagleBoard: config: increase command-line functionality

2011-08-15 Thread Joel A Fernandes
From: Jason Kridner Enable the expression evaluator. Signed-off-by: Jason Kridner Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- include/configs/omap3_beagle.h |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/

[U-Boot] [PATCH 09/13] BeagleBoard: config: make mtest run

2011-08-15 Thread Joel A Fernandes
From: Jason Kridner Utilize the alternate mtest and define a valid region. Signed-off-by: Jason Kridner Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- include/configs/omap3_beagle.h |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/include/configs

[U-Boot] [PATCH 08/13] BeagleBoard: config: enable DSS

2011-08-15 Thread Joel A Fernandes
From: Koen Kooi Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- include/configs/omap3_beagle.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 0bfbfc1..9fc65f7 100644 --- a/include/confi

[U-Boot] [PATCH 07/13] BeagleBoard: config: enable asix driver and dhcp

2011-08-15 Thread Joel A Fernandes
From: Koen Kooi Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- include/configs/omap3_beagle.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 722dfc3..0bfbfc1 100644 --- a/include/con

[U-Boot] [PATCH 06/13] BeagleBoard: config: enable networking

2011-08-15 Thread Joel A Fernandes
From: Koen Kooi Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- include/configs/omap3_beagle.h | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 36ccd4e..722dfc3 100644 --- a/incl

[U-Boot] [PATCH 05/13] BeagleBoard: config: decrease bootdelay to 2 seconds

2011-08-15 Thread Joel A Fernandes
From: Koen Kooi Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- include/configs/omap3_beagle.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 263e478..36ccd4e 100644 --- a/include/conf

[U-Boot] [PATCH 04/13] BeagleBoard: config: use uImage.beagle for tftp

2011-08-15 Thread Joel A Fernandes
Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- include/configs/omap3_beagle.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 78d0aa2..263e478 100644 --- a/include/configs/omap3_beagle.h

[U-Boot] [PATCH 03/13] BeagleBoard: config: hardcode MAC for onboard SMSC

2011-08-15 Thread Joel A Fernandes
Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- include/configs/omap3_beagle.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 6e66100..78d0aa2 100644 --- a/include/configs/omap3_beagle.h

[U-Boot] [PATCH 02/13] BeagleBoard: config: Switch console to ttyO2

2011-08-15 Thread Joel A Fernandes
Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- include/configs/omap3_beagle.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 038fb5b..6e66100 100644 --- a/include/configs/omap3_beagle.h

[U-Boot] [PATCH 01/13] BeagleBoard: config: load kernel from MMC ext, not FAT

2011-08-15 Thread Joel A Fernandes
From: Koen Kooi Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- include/configs/omap3_beagle.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index a494f99..038fb5b 100644 --- a/include/con

[U-Boot] [PATCH 7/7] led: Remove state-saving of led for toggle functionality and add toggle option to led command

2011-08-15 Thread Joel A Fernandes
* Read the led output state from GPIO instead saving state in memory when it is [re]set * Added a toggle option to the led command Previous discussion: http://lists.denx.de/pipermail/u-boot/2011-May/093068.html Signed-off-by: Joel A Fernandes Signed-off-by: Jason Kridner --- board/ti/beagle/l

[U-Boot] [PATCH 6/7] OMAP3: Add function to get state of a GPIO output

2011-08-15 Thread Joel A Fernandes
Read directly from OMAP24XX_GPIO_DATAOUT to get the output state of the GPIO pin Signed-off-by: Joel A Fernandes Signed-off-by: Jason Kridner --- arch/arm/cpu/armv7/omap3/gpio.c| 20 arch/arm/include/asm/arch-omap3/gpio.h |2 ++ 2 files changed, 22 insertions(

[U-Boot] [PATCH 5/7] led: Fixed setting of STATUS_LED_BIT1 when led_name is 'all'

2011-08-15 Thread Joel A Fernandes
Fix for only one led getting set or reset when the led_name is 'all' Previous discussion: http://lists.denx.de/pipermail/u-boot/2011-May/093068.html Signed-off-by: Joel A Fernandes Signed-off-by: Jason Kridner --- common/cmd_led.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)

[U-Boot] [PATCH 4/7] led: correct off/on locations in structure

2011-08-15 Thread Joel A Fernandes
From: Jason Kridner Although the initialization should probably be done with names, the existing implementation has these structures filled in the opposite order. Signed-off-by: Jason Kridner Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- common/cmd_led.c |4 ++-- 1 files c

[U-Boot] [PATCH 3/7] led: added cmd_led to Makefile

2011-08-15 Thread Joel A Fernandes
From: Jason Kridner Addition of cmd_led into the Makefile wasn't included in the patch applied to u-boot-ti. Signed-off-by: Jason Kridner Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- common/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/comm

[U-Boot] [PATCH 2/7] BeagleBoard: fix LED 0/1 in driver

2011-08-15 Thread Joel A Fernandes
From: Jason Kridner Fixed USR0/USR1 to be LED 0/1 respectively Signed-off-by: Jason Kridner Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- board/ti/beagle/led.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/ti/beagle/led.c b/board/ti/beagle/l

[U-Boot] [PATCH 1/7] Corrected LED name match finding avoiding extraneous Usage printouts

2011-08-15 Thread Joel A Fernandes
From: Jason Kridner Signed-off-by: Jason Kridner Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- common/cmd_led.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/cmd_led.c b/common/cmd_led.c index c53195f..8b46848 100644 --- a/common/cmd_led.c

[U-Boot] [PATCH 3/3] BeagleBoard: Configure DVI/S-video

2011-08-15 Thread Joel A Fernandes
From: Jason Kridner Based on patches from Syed Mohammed Khasim (kha...@ti.com). Configures the output of the BeagleBoard DVI to be orange. Configures the output of the BeagleBoard S-Video to be a colorbar. Changed display_init to beagle_display_init as suggested by Igor Grinberg: http://www.mai

[U-Boot] [PATCH 2/3] BeagleBoard: Added userbutton command

2011-08-15 Thread Joel A Fernandes
From: Jason Kridner Based on commit f1099c7c43caf5bac3bf6a65aa266fade4747072 Author: Greg Turner Date: Tue May 25 09:19:06 2010 -0500 New u-boot command for status of USER button on BeagleBoard-xM Modified bootcmd to check the staus at boot time and set filename

[U-Boot] [PATCH 1/3] BeagleBoard: turn off clocks in ehci_stop

2011-08-15 Thread Joel A Fernandes
From: Koen Kooi This fixes display problems in linux Signed-off-by: Koen Kooi Signed-off-by: Joel A Fernandes --- board/ti/beagle/beagle.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c index 7768901..a958545 1

[U-Boot] Patch submission process question

2011-08-15 Thread Joe Hershberger
Hi u-boot, What is the recommended way to handle a patch series that depends on another patch series (already sent but not integrated)? How about a patch that was sent, that at the time didn't depend on another series, but after review and changes, now depends on those changes? Even a bit more g

Re: [U-Boot] [RESEND PATCH v3 1/4] Tegra2: Add microsecond timer function

2011-08-15 Thread Graeme Russ
Hi Simon On Tue, Aug 16, 2011 at 10:42 AM, Simon Glass wrote: > These functions provide access to the high resolution microsecond timer > and tidy up a global variable in the code. > > Signed-off-by: Simon Glass > --- > Changes in v3: > - Remove future time function Really? [snip] > + > +/* r

[U-Boot] [RESEND PATCH v3 2/4] Tegra2: Add more clock support

2011-08-15 Thread Simon Glass
This adds functions to enable/disable clocks and reset to on-chip peripherals. Signed-off-by: Simon Glass --- Changes in v2: - Removed use of bitfield access macros arch/arm/cpu/armv7/tegra2/Makefile |2 +- arch/arm/cpu/armv7/tegra2/ap20.c | 52 ++ arch/arm/cpu/armv7

[U-Boot] [RESEND PATCH v3 3/4] Tegra2: Add additional pin multiplexing features

2011-08-15 Thread Simon Glass
This adds an enum for each pin and some functions for changing the pin muxing setup. Signed-off-by: Simon Glass --- Changes in v2: - Removed use of bitfield access macros arch/arm/cpu/armv7/tegra2/Makefile|2 +- arch/arm/cpu/armv7/tegra2/pinmux.c| 53 ++ arch/arm/i

[U-Boot] [RESEND PATCH v3 4/4] Tegra2: Use clock and pinmux functions to simplify code

2011-08-15 Thread Simon Glass
Signed-off-by: Simon Glass --- Changes in v2: - Removed use of bitfield access macros - Now uses manual shifts and masks Changes in v3: - Removed bitfield shift/mask macros and write these out manually - Rebased to take account to new MMC patches arch/arm/cpu/armv7/tegra2/ap20.c | 4

[U-Boot] [RESEND PATCH v3 1/4] Tegra2: Add microsecond timer function

2011-08-15 Thread Simon Glass
These functions provide access to the high resolution microsecond timer and tidy up a global variable in the code. Signed-off-by: Simon Glass --- Changes in v3: - Remove future time function - No microsecond timing changes as I am unsure of the state of this in U-Boot arch/arm/cpu/armv7/tegra2/

[U-Boot] [RESEND PATCH v3 0/4] Add basic clock and pinmux functions to the Tegra2

2011-08-15 Thread Simon Glass
This patch series adds basic clock and pinmux functions to the Tegra2, and modifies the ap20 and board code to use them. Changes in v2: - Removed use of bitfield access macros - Now uses manual shifts and masks Changes in v3: - Removed bitfield shift/mask macros and write these out manually - Reb

Re: [U-Boot] [PATCH] mpc83xx: fix global timer structure definition

2011-08-15 Thread Joe Hershberger
Acked-by: Joe Hershberger On Sun, Aug 14, 2011 at 11:09 PM, Kim Phillips wrote: > On Mon, 15 Aug 2011 02:20:18 + > shawn Bai wrote: > >> In my opinion,the third member in struct gtm83xx if numbered from zero >> should be defined as u8 res1[11] not u8 res1[10]. >> There shoudl be one more u

Re: [U-Boot] [STATUS] u-boot-arm/master branch complete wrt merge window?

2011-08-15 Thread Jason Kridner
On Mon, Aug 15, 2011 at 3:30 AM, V, Aneesh wrote: > Hi Sandeep, I don't know about everyone, but I like being put in the To: list when being called out to respond (or Cc: list when expected to notice), so I've added him. > > On Sat, Aug 13, 2011 at 3:34 PM, Albert ARIBAUD > wrote: >> Le 12/08/2

Re: [U-Boot] [PATCH 5/9] apf9328: add default board configuration file

2011-08-15 Thread Eric Jarrige
Hi Stefano, On 11 août 2011, at 11:21, Stefano Babic wrote: > On 08/10/2011 10:33 PM, Eric Jarrige wrote: >> Signed-off-by: Eric Jarrige >> --- >> include/configs/apf9328.h | 1034 >> + >> 1 files changed, 1034 insertions(+), 0 deletions(-) >> create mo

Re: [U-Boot] [PATCH 1/2] fdt: Add a fdt_set_node_status function

2011-08-15 Thread Scott Wood
On 08/14/2011 10:40 PM, Lan Chunhe wrote: > On Sat, 13 Aug 2011 00:24:33 +0800, Scott Wood > wrote: > >> fdt_get_alias() is not needed -- do_fixup_by_path() calls >> fdt_path_offset() which handles aliases. >> >> Instead of something specific to status, how about adding >> do_fixup_by_path_string

Re: [U-Boot] [PATCH 8/8] km_arm: enable POST for these boards

2011-08-15 Thread Valentin Longchamp
On 08/04/2011 12:36 PM, Sergei Shtylyov wrote: > On 03-08-2011 16:37, Valentin Longchamp wrote: > >> >> +#if defined(CONFIG_POST) >> + >> +#define KM_POST_EN_L 44 >> + >> +int post_hotkeys_pressed(void) >> +{ >> +int val = kw_gpio_get_value(KM_POST_EN_L); >> +return !val; > >WHy not

Re: [U-Boot] [PATCH 6/8] POST/km_arm: add POST memory tests infrastructure

2011-08-15 Thread Valentin Longchamp
On 08/14/2011 09:49 PM, Mike Frysinger wrote: > On Wednesday, August 03, 2011 08:37:05 Valentin Longchamp wrote: >> This patch adds a board support for km_arm in the POST framework. >> It consists of a memory test configuration with the redefinition of >> the arch_memory_test_prepare function. >> >

Re: [U-Boot] [PATCH 1/8] POST/arm: adaptations needed for POST on ARM to work

2011-08-15 Thread Valentin Longchamp
On 08/14/2011 09:07 PM, Mike Frysinger wrote: > On Wednesday, August 03, 2011 08:37:00 Valentin Longchamp wrote: >> --- a/include/post.h >> +++ b/include/post.h >> >> +/* >> + * some ARM implementations have to use gd->ram_size, since POST_WORD is >> + * defined in RAM >> + */ >> +DECLARE_GLOBAL_DA

Re: [U-Boot] [PATCH 2/3] ARM: ARM1136 - Remove flush_cache from arch/arm/lib/cache.c

2011-08-15 Thread Marek Vasut
On Monday, August 15, 2011 09:04:40 AM Hong Xu wrote: > On 08/11/2011 12:40 PM, Marek Vasut wrote: > > On Thursday, August 11, 2011 04:19:47 AM Hong Xu wrote: > >> arch/arm/lib/cache.c is cleaned and no real cache operation will be > >> defined in this file. So a new file arch/arm/cpu/arm1136/cache

Re: [U-Boot] [PATCH 1/3] ARM: Clean arch/arm/lib/cache.c

2011-08-15 Thread Marek Vasut
On Monday, August 15, 2011 09:00:59 AM Hong Xu wrote: > Hi Marek, > > On 08/11/2011 12:38 PM, Marek Vasut wrote: > > On Thursday, August 11, 2011 04:19:45 AM Hong Xu wrote: > >> The default cache operations defined in arch/arm/lib/cache.c > >> do not perform any real cache operation, and instead a

Re: [U-Boot] [PATCH v3 0/4] arm: changes in cache handling

2011-08-15 Thread V, Aneesh
Hi Albert, On Sat, Aug 13, 2011 at 3:39 PM, Albert ARIBAUD wrote: > Le 11/08/2011 16:35, Aneesh V a écrit : >> >> - Avoid enabling caches for all ARM boards >> - Enable caches for omap3/4 >> - Stronger barrier for armv7 cache-maintenance operations. >> >> V2: >> * Rebased to latest HEAD of u-boot

Re: [U-Boot] [PATCH v3 1/4] arm: do not force d-cache enable on all boards

2011-08-15 Thread V, Aneesh
Hi Simon, On Sun, Aug 14, 2011 at 4:39 PM, Simon Guinot wrote: > Hi Aneesh, > > On Thu, Aug 11, 2011 at 08:05:42PM +0530, Aneesh V wrote: >> c2dd0d45540397704de9b13287417d21049d34c6 added dcache_enable() >> to board_init_r(). This enables d-cache for all ARM boards. >> As a result some of the arm

[U-Boot] [PATCH] beagle-asm/arch/gpio.h to asm/omap_gpio.h

2011-08-15 Thread Rodrigo L. Rosa
i was doing make omap3_beagle_config make all and getting an error about not finding asm/arch/gpio.h (which does not exist) fixed the includes to find the file. i know nothing about this software, just followed this: http://article.gmane.org/gmane.comp.boot-loaders.u-boot/105274/match=asm+arch+gpio

Re: [U-Boot] [STATUS] u-boot-arm/master branch complete wrt merge window?

2011-08-15 Thread V, Aneesh
Hi Sandeep, On Sat, Aug 13, 2011 at 3:34 PM, Albert ARIBAUD wrote: > Le 12/08/2011 20:09, Albert ARIBAUD a écrit : >> >> Hi Aneesh, >> >> Le 12/08/2011 16:06, Aneesh V a écrit : >>> >>> Hi Albert, >>> >>> On Friday 12 August 2011 06:53 PM, Albert ARIBAUD wrote: Hi all, I *thin

Re: [U-Boot] [STATUS] u-boot-arm/master branch complete wrt merge window?

2011-08-15 Thread V, Aneesh
Hi Albert, On Fri, Aug 12, 2011 at 11:39 PM, Albert ARIBAUD wrote: > Hi Aneesh, > > Le 12/08/2011 16:06, Aneesh V a écrit : >> >> Hi Albert, >> >> On Friday 12 August 2011 06:53 PM, Albert ARIBAUD wrote: >>> >>> Hi all, >>> >>> I *think* I've finished getting in all patches that should have gone

Re: [U-Boot] [PATCH 3/3 v3] ARM: ARM926EJS - Add cache operations

2011-08-15 Thread Hong Xu
Hi Marek, On 08/11/2011 12:47 PM, Marek Vasut wrote: > On Thursday, August 11, 2011 05:27:37 AM Hong Xu wrote: >> Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations >> into this file. >> >> Signed-off-by: Hong Xu >> --- >> V2: >> Fixed a typo when CONFIG_SYS_DCACHE_OFF is

Re: [U-Boot] [PATCH 2/3] ARM: ARM1136 - Remove flush_cache from arch/arm/lib/cache.c

2011-08-15 Thread Hong Xu
On 08/11/2011 12:40 PM, Marek Vasut wrote: > On Thursday, August 11, 2011 04:19:47 AM Hong Xu wrote: >> arch/arm/lib/cache.c is cleaned and no real cache operation will be >> defined in this file. So a new file arch/arm/cpu/arm1136/cache.c is >> created. This file will define the real cache operati

Re: [U-Boot] [PATCH 1/3] ARM: Clean arch/arm/lib/cache.c

2011-08-15 Thread Hong Xu
Hi Marek, On 08/11/2011 12:38 PM, Marek Vasut wrote: > On Thursday, August 11, 2011 04:19:45 AM Hong Xu wrote: >> The default cache operations defined in arch/arm/lib/cache.c >> do not perform any real cache operation, and instead a WARNING >> will be emitted. >> >> Signed-off-by: Hong Xu >> Teste