Re: [U-Boot] [PATCH 6/6] mx6q: mx6qsabrelite: Provide defaults for placing environment in serial flash

2012-01-19 Thread Jason Hui
On Fri, Jan 20, 2012 at 3:06 PM, Dirk Behme wrote: > On 20.01.2012 04:27, Jason Hui wrote: >> >> On Wed, Jan 18, 2012 at 6:09 AM, Eric Nelson >> wrote: >>> >>> Signed-off-by: Eric Nelson >>> --- >>>  include/configs/mx6qsabrelite.h |   12 +++- >>>  1 files changed, 11 insertions(+), 1 de

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-19 Thread Christian Riesch
On Thu, Jan 19, 2012 at 12:54 PM, Aneesh V wrote: > On Thursday 19 January 2012 05:00 PM, Christian Riesch wrote: >> On Thu, Jan 19, 2012 at 11:17 AM, Aneesh V  wrote: >>> On Thursday 19 January 2012 12:23 PM, Sughosh Ganu wrote:   Tried a few things on my end.   * Read the D-cache value

Re: [U-Boot] [PATCH 6/6] mx6q: mx6qsabrelite: Provide defaults for placing environment in serial flash

2012-01-19 Thread Dirk Behme
On 20.01.2012 04:27, Jason Hui wrote: On Wed, Jan 18, 2012 at 6:09 AM, Eric Nelson wrote: Signed-off-by: Eric Nelson --- include/configs/mx6qsabrelite.h | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qs

Re: [U-Boot] [PATCH v2 1/3] ARM: I2C: I2C Multi byte address support

2012-01-19 Thread Heiko Schocher
Hello Patil, Patil, Rachna schrieb: > Existing OMAP I2C driver does not support address > length greater than one. Hence this patch is to > add support for 2 byte address read/write. > > Signed-off-by: Philip, Avinash > Signed-off-by: Hebbar, Gururaja > Signed-off-by: Patil, Rachna > --- > Cha

Re: [U-Boot] [PATCH 1/3] i2c: add i2c_core and prepare for new multibus support

2012-01-19 Thread Heiko Schocher
Hello Timur, Timur Tabi wrote: > Wolfgang Denk wrote: >> As mentioned before, this is what we currently have as "device model" >> in U-Boot - not only I2C: we have the same "current device" concept >> with IDE, USB, ... > > The difference is that I2C operations are typically done internally by >

Re: [U-Boot] [PATCH] nand_util: correct YAFFS image write function

2012-01-19 Thread Kassey Lee
hi, Lei, Scott: I think this is correct, do you have some comments ? thanks! BR. Kassey 2012/1/18 Liu, Wentao : > In function nand_write_skip_bad(),for YAFFS filesystem part, > write_oob() will return 0 when success, so when rval equals 0, > it should continue to write the next page,

[U-Boot] usage of i2c command in hush script

2012-01-19 Thread Sridhar Addagada
Hello, Is it possible to use i2c output in a u-boot script something like if test "i2c md.0 68 f = 0x80";then; echo "Watchdog Triggered";else; echo "Power Cycle"; fi the only problem is that i2c command outputs something like=> i2c md 68 f 000f: 00    . and comparing the entire string is not wo

Re: [U-Boot] [PATCH 1/3] mx28evk: add RTC support

2012-01-19 Thread Marek Vasut
> On Wed, Jan 18, 2012 at 2:07 PM, Marek Vasut wrote: > > Fabio, can you please test this and 2/3 ? > > Yes, will test them soon. > > Regards, > > Fabio Estevam Thanks a lot! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/l

Re: [U-Boot] [PATCH 6/6] mx6q: mx6qsabrelite: Provide defaults for placing environment in serial flash

2012-01-19 Thread Jason Hui
On Wed, Jan 18, 2012 at 6:09 AM, Eric Nelson wrote: > Signed-off-by: Eric Nelson > --- >  include/configs/mx6qsabrelite.h |   12 +++- >  1 files changed, 11 insertions(+), 1 deletions(-) > > diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h > index 44b028a..16

Re: [U-Boot] [PATCH 1/3] mx28evk: add RTC support

2012-01-19 Thread Fabio Estevam
On Wed, Jan 18, 2012 at 2:07 PM, Marek Vasut wrote: > Fabio, can you please test this and 2/3 ? Yes, will test them soon. Regards, Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] fdt patches for Tegra

2012-01-19 Thread Jerry Van Baren
On 01/19/2012 06:40 PM, Tom Warren wrote: Folks, Simon and Stephen have been talking offline about Simon's fdt patches, to wit: U-Boot-v3-1-2-fdt-Add-fdtdec_find_aliases-to-deal-with-alias-nodes.patch U-Boot-v3-2-2-fdt-Add-tests-for-fdtdec.patch U-Boot-v4-01-20-fdt-Tidy-up-a-few-fdtdec-problems

Re: [U-Boot] [PATCH 3/6] tegra: fdt: Add NAND controller binding and definitions

2012-01-19 Thread Stephen Warren
On 01/13/2012 04:10 PM, Simon Glass wrote: > Add a NAND controller along with a bindings file for review. A few questions to start with: > diff --git a/doc/device-tree-bindings/nand/nvidia-nand.txt > b/doc/device-tree-bindings/nand/nvidia-nand.txt > +NAND Flash > +-- > + > +(there isn't

Re: [U-Boot] mx6qsabrelite U-Boot from SPI-NOR

2012-01-19 Thread Eric Nelson
Hi Wolfgang, On 01/19/2012 03:26 AM, Dirk Behme wrote: Dear Wolfgang, On 19.01.2012 10:58, Wolfgang Grandegger wrote: Where can I find the "SPI_to_SD_loader.bin" image? Unfortunately, at the moment you have to ask your Freescale contact for this. We ping Freescale since weeks for this. Last

Re: [U-Boot] [PATCH v2 2/7] fdt: Add function to allow aliases to refer to multiple nodes

2012-01-19 Thread Simon Glass
Hi Stephen, On Thu, Jan 19, 2012 at 4:17 PM, Stephen Warren wrote: > On 01/19/2012 04:45 PM, Simon Glass wrote: >> Hi Stephen, >> >> On Thu, Jan 19, 2012 at 12:49 PM, Stephen Warren wrote: >>> On 01/12/2012 12:00 PM, Simon Glass wrote: Some devices can deal with multiple compatible properti

Re: [U-Boot] [PATCH v2 2/7] fdt: Add function to allow aliases to refer to multiple nodes

2012-01-19 Thread Stephen Warren
On 01/19/2012 04:45 PM, Simon Glass wrote: > Hi Stephen, > > On Thu, Jan 19, 2012 at 12:49 PM, Stephen Warren wrote: >> On 01/12/2012 12:00 PM, Simon Glass wrote: >>> Some devices can deal with multiple compatible properties. The devices >>> need to know which nodes to bind to which features. For

Re: [U-Boot] [PATCH v2 09/20] tegra: Add EMC support for optimal memory timings

2012-01-19 Thread Stephen Warren
On 01/19/2012 04:59 PM, Simon Glass wrote: > Hi Stephen, > > On Thu, Jan 19, 2012 at 1:58 PM, Stephen Warren wrote: >> On 01/13/2012 02:35 PM, Simon Glass wrote: >>> From: Jimmy Zhang >>> >>> Add support for setting up the memory controller parameters. Boards >>> can set up an appropriate table

Re: [U-Boot] [PATCH v4 06/20] tegra: fdt: Add Tegra2x device tree file from kernel

2012-01-19 Thread Stephen Warren
On 01/19/2012 04:51 PM, Simon Glass wrote: > Hi Stephen, > > On Wed, Jan 18, 2012 at 2:24 PM, Stephen Warren wrote: >> On 01/11/2012 09:32 PM, Simon Glass wrote: >>> This was taken from commit b48c54e2 at: >>> git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git >>> >>> config.mk is updat

Re: [U-Boot] [PATCH v2 09/20] tegra: Add EMC support for optimal memory timings

2012-01-19 Thread Simon Glass
Hi Stephen, On Thu, Jan 19, 2012 at 1:58 PM, Stephen Warren wrote: > On 01/13/2012 02:35 PM, Simon Glass wrote: >> From: Jimmy Zhang >> >> Add support for setting up the memory controller parameters. Boards >> can set up an appropriate table in the device tree. >> >> Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH v4 10/20] tegra: fdt: Add additional USB binding

2012-01-19 Thread Simon Glass
Hi, On Thu, Jan 19, 2012 at 9:33 AM, Stephen Warren wrote: > Olof Johansson wrote at Thursday, January 19, 2012 12:13 AM: >> On Wed, Jan 18, 2012 at 10:59 PM, Simon Glass wrote: >> > Hi Olof, >> > >> > On Wed, Jan 18, 2012 at 10:41 PM, Olof Johansson wrote: >> >> Hi, >> >> >> >> On Wed, Jan 18,

Re: [U-Boot] [PATCH v4 16/20] tegra: usb: Add support for Tegra USB peripheral

2012-01-19 Thread Simon Glass
Hi Stephen, On Wed, Jan 18, 2012 at 4:43 PM, Stephen Warren wrote: > On 01/11/2012 09:33 PM, Simon Glass wrote: >> This adds basic support for the Tegra2 USB controller. Board files should >> call board_usb_init() to set things up. > >> diff --git a/arch/arm/cpu/armv7/tegra2/usb.c >> b/arch/arm/

Re: [U-Boot] [PATCH v4 12/20] tegra: usb: fdt: Add additional device tree definitions for USB ports

2012-01-19 Thread Simon Glass
Hi Stephen, On Wed, Jan 18, 2012 at 4:19 PM, Stephen Warren wrote: > On 01/11/2012 09:33 PM, Simon Glass wrote: >> This adds clock references to the USB part of the device tree for U-Boot. >> >> The USB timing information may vary between boards sometimes, but for >> now we hard-code it in C. Thi

Re: [U-Boot] [PATCH v4 17/20] tegra: usb: Add USB support to nvidia boards

2012-01-19 Thread Simon Glass
Hi Stephen, On Wed, Jan 18, 2012 at 4:30 PM, Stephen Warren wrote: > On 01/11/2012 09:33 PM, Simon Glass wrote: >> This adds basic USB support for port 0. The other port is not supported >> yet. > >> diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c > >> +#ifdef CONFIG_USB_EH

Re: [U-Boot] [PATCH v4 08/20] fdt: Add staging area for device tree binding documentation

2012-01-19 Thread Simon Glass
Hi Stephen, On Wed, Jan 18, 2012 at 2:30 PM, Stephen Warren wrote: > On 01/11/2012 09:32 PM, Simon Glass wrote: >> Add a directory to hold device tree binding files, to permit easy review >> of this material in U-Boot patches. >> >> Signed-off-by: Simon Glass > >> diff --git a/doc/device-tree-bi

Re: [U-Boot] [PATCH v4 06/20] tegra: fdt: Add Tegra2x device tree file from kernel

2012-01-19 Thread Simon Glass
Hi Stephen, On Wed, Jan 18, 2012 at 2:24 PM, Stephen Warren wrote: > On 01/11/2012 09:32 PM, Simon Glass wrote: >> This was taken from commit b48c54e2 at: >> git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git >> >> config.mk is updated to provide this file to boards through the >> built

Re: [U-Boot] [PATCH v2 2/7] fdt: Add function to allow aliases to refer to multiple nodes

2012-01-19 Thread Simon Glass
Hi Stephen, On Thu, Jan 19, 2012 at 12:49 PM, Stephen Warren wrote: > On 01/12/2012 12:00 PM, Simon Glass wrote: >> Some devices can deal with multiple compatible properties. The devices >> need to know which nodes to bind to which features. For example an >> I2C driver which supports two differe

[U-Boot] fdt patches for Tegra

2012-01-19 Thread Tom Warren
Folks, Simon and Stephen have been talking offline about Simon's fdt patches, to wit: U-Boot-v3-1-2-fdt-Add-fdtdec_find_aliases-to-deal-with-alias-nodes.patch U-Boot-v3-2-2-fdt-Add-tests-for-fdtdec.patch U-Boot-v4-01-20-fdt-Tidy-up-a-few-fdtdec-problems.patch U-Boot-v4-02-20-fdt-Add-functions-to-

Re: [U-Boot] [PATCH 2/6] tegra: Add NAND support to funcmux

2012-01-19 Thread Stephen Warren
On 01/13/2012 04:10 PM, Simon Glass wrote: > Add selection of NAND flash pins to the funcmux. > > Signed-off-by: Simon Glass Acked-by: Stephen Warren -- nvpublic ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-bo

Re: [U-Boot] [PATCH v2 20/20] tegra: Enable LP0 on Seaboard

2012-01-19 Thread Stephen Warren
On 01/13/2012 02:35 PM, Simon Glass wrote: > This enables LP0 to support suspend / resume on Seaboard. > > Signed-off-by: Simon Glass FYI, I've read through all the patches in this series and besides the comments I've already made, I think they're OK. I didn't review some of the changes that wer

Re: [U-Boot] [PATCH v2 12/20] tegra: Add warmboot implementation

2012-01-19 Thread Stephen Warren
On 01/13/2012 02:35 PM, Simon Glass wrote: > From: Yen Lin > > Add code to set up the warm boot area in the Tegra CPU ready for a > resume after suspend. > > Signed-off-by: Simon Glass Acked-by: Stephen Warren -- nvpublic ___ U-Boot mailing list U

Re: [U-Boot] [PATCH v2 09/20] tegra: Add EMC support for optimal memory timings

2012-01-19 Thread Stephen Warren
On 01/13/2012 02:35 PM, Simon Glass wrote: > From: Jimmy Zhang > > Add support for setting up the memory controller parameters. Boards > can set up an appropriate table in the device tree. > > Signed-off-by: Simon Glass > --- > Changes in v2: > - Add debug() output to EMC > - Move EMC tables to

Re: [U-Boot] [PATCH v2 08/20] tegra: Add tegra_get_chip_type() to detect SKU

2012-01-19 Thread Stephen Warren
On 01/13/2012 02:35 PM, Simon Glass wrote: > We want to know which type of chip we are running on - the Tegra > family has several SKUs. This can be determined by reading a > fuse register, so add this function to ap20. > > Signed-off-by: Simon Glass Acked-by: Stephen Warren -- nvpublic _

Re: [U-Boot] [PATCH v2 4/7] tegra: Add I2C driver

2012-01-19 Thread Stephen Warren
On 01/12/2012 12:00 PM, Simon Glass wrote: > From: Yen Lin > > Add basic i2c driver for Tegra2 with 8- and 16-bit address support. > The driver requires CONFIG_OF_CONTROL to obtain its configuration > from the device tree. > > (Simon Glass: s...@chromium.org modified for upstream) > > Signed-of

Re: [U-Boot] [PATCH v2 6/7] tegra: Select I2C ordering for Seaboard

2012-01-19 Thread Stephen Warren
On 01/12/2012 12:00 PM, Simon Glass wrote: > Select the port ordering for I2C on Seaboard. > > Signed-off-by: Simon Glass > Acked-by: Stephen Warren This isn't the patch that I ack'd. > diff --git a/board/nvidia/dts/tegra2-seaboard.dts > b/board/nvidia/dts/tegra2-seaboard.dts Unrelated to th

Re: [U-Boot] [PATCH v2 3/7] tegra: fdt: Add extra I2C bindings for U-Boot

2012-01-19 Thread Stephen Warren
On 01/12/2012 12:00 PM, Simon Glass wrote: > Add U-Boot's peripheral clock information to the Tegra20 device tree file. > diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi > index ca7b523..963cf27 100644 > --- a/arch/arm/dts/tegra20.dtsi > +++ b/arch/arm/dts/tegra20.dtsi > @@ -45,

Re: [U-Boot] [PATCH v2 2/7] fdt: Add function to allow aliases to refer to multiple nodes

2012-01-19 Thread Stephen Warren
On 01/12/2012 12:00 PM, Simon Glass wrote: > Some devices can deal with multiple compatible properties. The devices > need to know which nodes to bind to which features. For example an > I2C driver which supports two different controller types will want to > know which type it is dealing with in ea

Re: [U-Boot] [PATCH 1/3] i2c: add i2c_core and prepare for new multibus support

2012-01-19 Thread Timur Tabi
Wolfgang Denk wrote: > As mentioned before, this is what we currently have as "device model" > in U-Boot - not only I2C: we have the same "current device" concept > with IDE, USB, ... The difference is that I2C operations are typically done internally by other code, whereas IDE, USB, etc are done

Re: [U-Boot] [PATCH 3/5] miiphyutil: Add Micrel KSZ9021 support to miiphy_speed

2012-01-19 Thread Mike Frysinger
On Thursday 19 January 2012 11:19:52 Dirk Behme wrote: > On 19.01.2012 13:38, Dirk Behme wrote: > > On 15.01.2012 01:56, Mike Frysinger wrote: > >> On Friday 13 January 2012 07:10:02 Dirk Behme wrote: > >>> common/miiphyutil.c | 18 +- > >>> 1 files changed, 17 insertions(+), 1 delet

Re: [U-Boot] [PATCH 3/5] miiphyutil: Add Micrel KSZ9021 support to miiphy_speed

2012-01-19 Thread Mike Frysinger
On Thursday 19 January 2012 07:38:44 Dirk Behme wrote: > On 15.01.2012 01:56, Mike Frysinger wrote: > > On Friday 13 January 2012 07:10:02 Dirk Behme wrote: > >> common/miiphyutil.c | 18 +- > >> 1 files changed, 17 insertions(+), 1 deletions(-) > > > > this is dead code ... i t

Re: [U-Boot] [PATCH 1/3] i2c: add i2c_core and prepare for new multibus support

2012-01-19 Thread Simon Glass
Hi Wolfgang, On Thu, Jan 19, 2012 at 3:20 AM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message > you > wrote: >> >> Perhaps reword this slightly. U-Boot can have knowledge of a current >> adaptor, mux settings and so on, and use this internally within the >> i2c layer to optimise perfor

Re: [U-Boot] [PATCH 1/3] i2c: add i2c_core and prepare for new multibus support

2012-01-19 Thread Simon Glass
Hi Heiko, On Wed, Jan 18, 2012 at 11:53 PM, Heiko Schocher wrote: > Hello Simon, > > Simon Glass wrote: >> Hi Heiko, >> >> On Wed, Jan 18, 2012 at 10:35 PM, Heiko Schocher wrote: >>> Hello Wolfgang, Timur, Simon, >>> >>> Wolfgang Denk wrote: Dear Simon Glass, In message you

Re: [U-Boot] [PATCH v4 10/20] tegra: fdt: Add additional USB binding

2012-01-19 Thread Stephen Warren
Olof Johansson wrote at Thursday, January 19, 2012 12:13 AM: > On Wed, Jan 18, 2012 at 10:59 PM, Simon Glass wrote: > > Hi Olof, > > > > On Wed, Jan 18, 2012 at 10:41 PM, Olof Johansson wrote: > >> Hi, > >> > >> On Wed, Jan 18, 2012 at 9:55 PM, Simon Glass wrote: > >> > fsl-usb.txt uses "dr

Re: [U-Boot] [PATCH] ARM: tegra: Define Tegra20 CAR binding

2012-01-19 Thread Stephen Warren
Olof Johansson wrote at Wednesday, January 18, 2012 10:32 PM: > On Wed, Jan 18, 2012 at 05:16:52PM -0700, Stephen Warren wrote: > > diff --git a/Documentation/devicetree/bindings/clock/nvidia,tegra20-car.txt > > +* NVIDIA Tegra20 Clock And Reset Controller > > + > > +This binding uses the common cl

Re: [U-Boot] [PATCH 3/5] miiphyutil: Add Micrel KSZ9021 support to miiphy_speed

2012-01-19 Thread Dirk Behme
On 19.01.2012 13:38, Dirk Behme wrote: On 15.01.2012 01:56, Mike Frysinger wrote: On Friday 13 January 2012 07:10:02 Dirk Behme wrote: common/miiphyutil.c | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) this is dead code ... i think we're pushing people to use the na

Re: [U-Boot] [PATCH 3/5] miiphyutil: Add Micrel KSZ9021 support to miiphy_speed

2012-01-19 Thread Dirk Behme
On 15.01.2012 01:56, Mike Frysinger wrote: On Friday 13 January 2012 07:10:02 Dirk Behme wrote: common/miiphyutil.c | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) this is dead code ... i think we're pushing people to use the name phy framework rather than fixing

Re: [U-Boot] [PATCH 3/5] miiphyutil: Add Micrel KSZ9021 support to miiphy_speed

2012-01-19 Thread Dirk Behme
Hi Troy, On 13.01.2012 13:10, Dirk Behme wrote: From: Troy Kisky Previously, only GIGE phy was supported in this function. Signed-off-by: Troy Kisky CC: Troy Kisky CC: Stefano Babic CC: Marek Vasut --- common/miiphyutil.c | 18 +- 1 files changed, 17 insertions(+), 1 de

Re: [U-Boot] [PATCH] tt01: add MMC and video support --> howto avoid LOGO blobs

2012-01-19 Thread Helmut Raiger
On 11/14/2011 12:21 PM, Stefano Babic wrote: index ..efdbb4d097abb7ba7ac69e6960030ecb7e19e3cc GIT binary patch literal 27238 zcmeHOy^Acz5ua&>WoLJ0ZujS<3tk12n3Q7gFf&_Vg~|0{Hv<&>h9UuW8R_dxre6UW@oymKYsPAuCDH$ zd-b))Z)7a56j}CN-2EGWKgM64%{l%1kF)IQLjE`bmuJtOW&

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-19 Thread Aneesh V
On Thursday 19 January 2012 05:00 PM, Christian Riesch wrote: Hi Aneesh, On Thu, Jan 19, 2012 at 11:17 AM, Aneesh V wrote: On Thursday 19 January 2012 12:23 PM, Sughosh Ganu wrote: Tried a few things on my end. * Read the D-cache value in the spl, and confirmed that the data cache

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-19 Thread Christian Riesch
Hi Aneesh, On Thu, Jan 19, 2012 at 11:17 AM, Aneesh V wrote: > On Thursday 19 January 2012 12:23 PM, Sughosh Ganu wrote: >>   Tried a few things on my end. >>   * Read the D-cache value in the spl, and confirmed that the data >>     cache is indeed not enabled. > What is the value of the B bit in

Re: [U-Boot] [PATCH 1/3] i2c: add i2c_core and prepare for new multibus support

2012-01-19 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > Perhaps reword this slightly. U-Boot can have knowledge of a current > adaptor, mux settings and so on, and use this internally within the > i2c layer to optimise performance and redundant i2c traffic. But the > pain is when the concept of a 'current

Re: [U-Boot] [PATCH 2/6] mx6q: Add support for ECSPI through mxc_spi driver

2012-01-19 Thread Stefano Babic
On 18/01/2012 21:05, Eric Nelson wrote: >> >> Yes, you're right - of course, I am open also to other solutions if they >> are proofed to be better ;-). >> > > I think this is about as good as things get with the current code base. > I would argue that the driver would be better if it explicitly s

Re: [U-Boot] [PATCH v3] i.mx: i.mx6q: add the initial support for i.mx6q Sabre Lite board

2012-01-19 Thread Dirk Behme
Dear Wolfgang, On 19.01.2012 10:58, Wolfgang Grandegger wrote: On 12/26/2011 08:34 AM, Dirk Behme wrote: From: Jason Liu Add the initial support for Freescale i.MX6Q Sabre Lite board Signed-off-by: Dirk Behme CC: Jason Liu CC: Eric Nelson --- ... Index: freescale-u-boot-imx.git/doc/RE

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-19 Thread Aneesh V
Hi Sughosh, On Thursday 19 January 2012 12:23 PM, Sughosh Ganu wrote: On Tue Jan 17, 2012 at 08:27:58AM -0700, Tom Rini wrote: On Mon, Jan 16, 2012 at 11:46 PM, Sughosh Ganu wrote: Hmm.. how did u-boot work on such boards? How can u-boot work with D-Cache enabled, if u-boot is not initializ

[U-Boot] [PATCH] README: update (C) entry

2012-01-19 Thread Wolfgang Denk
There are tools that automatically extract this information, so better make it up to date. Signed-off-by: Wolfgang Denk --- README |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README b/README index 9d713e8..4343057 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ #

Re: [U-Boot] [PATCH v3] i.mx: i.mx6q: add the initial support for i.mx6q Sabre Lite board

2012-01-19 Thread Wolfgang Grandegger
On 12/26/2011 08:34 AM, Dirk Behme wrote: > From: Jason Liu > > Add the initial support for Freescale i.MX6Q Sabre Lite board > > Signed-off-by: Dirk Behme > CC: Jason Liu > CC: Eric Nelson > --- ... > Index: freescale-u-boot-imx.git/doc/README.mx6qsabrelite > ==

[U-Boot] [PATCH v2] net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back

2012-01-19 Thread Dirk Behme
From: Eric Miao Ignore the return value of eth_getenv_enetaddr_by_index(), and if it fails, fall back to use dev->enetaddr, which could be filled up by the ethernet device driver: With the current code, introduced with below commit, eth_write_hwaddr() will fail immediately if there is no ethaddr

Re: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

2012-01-19 Thread Govindraj
On Wed, Jan 18, 2012 at 11:21 PM, Igor Grinberg wrote: > Hi Govindraj, > > On 01/17/12 08:10, Govindraj wrote: >> >> And just to clarify further there is no code duplication for ulpi read writes >> in ehci-omap.c done with this patch. > > This is not just about code duplication, > this is also abo