Re: [U-Boot] device tree compilation problems.

2012-01-23 Thread Wolfgang Denk
Dear Simon Glass, In message capnjgz3s2+w0ppyuh8c4jqgsemsbzwwdeqbquwkz_bf1o0o...@mail.gmail.com you wrote: $(DT_BIN): $(TOPDIR)/board/$(VENDOR)/dts/$(DEVICE_TREE).dts - cat $ | $(CPP) -P $(DTS_CPPFLAGS) - $@.tmp - $(DTC) -R 4 -p 0x1000 -O dtb -o ${DT_BIN} $@.tmp - rm

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

2012-01-23 Thread Dirk Behme
On 23.01.2012 08:31, Simon Glass wrote: Hi, On Thu, Jan 19, 2012 at 12:56 AM, Dirk Behme dirk.be...@de.bosch.com wrote: From: Eric Miao eric.m...@linaro.org 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

[U-Boot] [PATCH v4 0/4] Add SMDK5250 board support

2012-01-23 Thread Chander Kashyap
This patchset add support for Samsung's SMDK5250 board based on EXYNOS5250 based SoC. It also adds support for MMC SPL booting. The porting is done by Samsung engineers at HQ in System LSI Team. I am contributing in upstreaming the code for the board. Based upon discussions following patches are

[U-Boot] [PATCH v4 1/4] Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro

2012-01-23 Thread Chander Kashyap
CONFIG_SYS_CLK_FREQ_C210 macro giving notion of S5PC2XX (Exynos4) architecture. Replace CONFIG_SYS_CLK_FREQ_C210 with CONFIG_SYS_CLK_FREQ to make it generic for exynos architecture. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- Changes for v2: - None Changes for v3:

[U-Boot] [PATCH v4 2/4] ARM: EXYNOS: Add support for Exynos5 based SoCs

2012-01-23 Thread Chander Kashyap
Samsung's ARM Cortex-A15 based SoCs are known as Exynos5 series of SoCs. This patch adds the support for Exynos5. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- Changes for v2: - This patch was part of EXYNOS: Add SMDK5250 board support - Now it is seprated as SoC

[U-Boot] [PATCH v4 3/4] EXYNOS: Add SMDK5250 board support

2012-01-23 Thread Chander Kashyap
SMDK5250 board is based on Samsungs EXYNOS5250 SoC. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- Changes for v2: - This patch is bifurcated into borad support and SoC support - Fixed typo: s/EEYNOS/EXYNOS - Squashed patch SMDK5250: enable device tree

[U-Boot] [PATCH v4 4/4] EXYNOS: SMDK5250: Add MMC SPL support

2012-01-23 Thread Chander Kashyap
This patch adds support for MMC SPL booting. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- Changes for v2: - None Changes for v3: - None Changes for v4: None board/samsung/smdk5250/Makefile | 16 board/samsung/smdk5250/mmc_boot.c

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

2012-01-23 Thread Patil, Rachna
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 avinashphi...@ti.com Signed-off-by: Hebbar, Gururaja gururaja.heb...@ti.com Signed-off-by: Patil, Rachna rac...@ti.com ---

[U-Boot] [PATCH v3 2/3] ARM: AM33XX: Add AM33XX I2C driver support

2012-01-23 Thread Patil, Rachna
1. Compliant with Philips I2C specification version 2.1 2. Supports upto 100Kbps in standard mode Signed-off-by: Chandan Nath chandan.n...@ti.com Signed-off-by: Patil, Rachna rac...@ti.com --- Changes for v3: rebased, patches applied on top of master branch drivers/i2c/omap24xx_i2c.c | 20

[U-Boot] [PATCH v3 3/3] ARM: AM33XX: Add i2c support

2012-01-23 Thread Patil, Rachna
Add i2c driver board hookup for AM335X EVM Signed-off-by: Chandan Nath chandan.n...@ti.com Signed-off-by: Patil, Rachna rac...@ti.com --- Changes for v3: rebased, patches applied on top of master branch arch/arm/cpu/armv7/am33xx/clock.c |5 ++

Re: [U-Boot] About mtest on boot

2012-01-23 Thread Érico Porto
isn't U-boot's address given by the relocadrr variable? If it is so, it is already at the end of ram and I'm giving a smaller end address to the ram - I'm getting relocaddr 0x07fcd000 and using this minus 0x01000 as ending position... Érico V. Porto On Sat, Jan 21, 2012 at 2:21 PM, amruth

Re: [U-Boot] [PATCH] tools/env: allow overwrite of ethaddr on default

2012-01-23 Thread Andreas Bießmann
Dear Wolfgang, On 05.01.2012 16:59, Wolfgang Denk wrote: Dear Grant Erickson, In message 1324580395-27004-1-git-send-email-maratho...@gmail.com you wrote: This patch allows the U-Boot user space companion utility, fw_setenv, to overwrite the 'ethaddr' key/value pair if the current value is

[U-Boot] Toradex Colibri, PXA-270 (ARM)

2012-01-23 Thread Daniel Mack
Hello, i recently stumbled upon a compile-error which appears after trying to compile via /./MAKEALL --arch arm --cpu pxa --vendor toradex/ , it appears U-Boot uses software-FP whereas the native XScale-libs use hardware-FP, see for yourself please : /[dmack@Blizzard ~/workspace/u-boot]$

Re: [U-Boot] About mtest on boot

2012-01-23 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?=C9rico_Porto?=, In message cag1ktjegl3m69knr9tokhqgzrksnrzzjqfch9fnvm5g+6wa...@mail.gmail.com you wrote: isn't U-boot's address given by the relocadrr variable? If it is so, it is already at the end of ram and I'm giving a smaller end address to the ram - I'm getting

Re: [U-Boot] Toradex Colibri, PXA-270 (ARM)

2012-01-23 Thread Wolfgang Denk
Dear Daniel Mack, In message 4f1d60e8.4030...@lertes.de you wrote: i recently stumbled upon a compile-error which appears after trying to compile via /./MAKEALL --arch arm --cpu pxa --vendor toradex/ , it appears U-Boot uses software-FP whereas the native XScale-libs use hardware-FP,

Re: [U-Boot] About mtest on boot

2012-01-23 Thread Érico Porto
Ok, this makes sense, but I think you mean: memory start at 0x mtest { start address: right after (malloc area+global data + stack) end address: relocaddr } memory end at 0x0800 ... Érico V. Porto On Mon, Jan 23, 2012 at 12:23 PM, Wolfgang Denk w...@denx.de wrote: Dear

Re: [U-Boot] About mtest on boot

2012-01-23 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?=C9rico_Porto?=, Please stop top posting / full quoting. In message CAG1KTJebU-QhhH2=ibfojsjjvaynh4hrfuzobnwz20uzq-5...@mail.gmail.com you wrote: Ok, this makes sense, but I think you mean: No, I mean what I mean, not what you think I mean. memory start at 0x

Re: [U-Boot] About mtest on boot

2012-01-23 Thread Érico Porto
Oh, found the Memory Management section, thanks! And it also explains that stuff should be written after 0x 2000 because of the exception vector - actually, I thinks this is a bit bigger here in my system, but now makes sense why I was also getting crashes at the beginning of the memory!

Re: [U-Boot] [PATCH] mx28: Show CPU frequency

2012-01-23 Thread Fabio Estevam
On 1/23/12, Marek Vasut marek.va...@gmail.com wrote: Just put it amongst the other frequencies displayed by the clock command. What about this? --- a/arch/arm/cpu/arm926ejs/mx28/mx28.c +++ b/arch/arm/cpu/arm926ejs/mx28/mx28.c @@ -170,6 +170,7 @@ int arch_cpu_init(void) int print_cpuinfo(void)

Re: [U-Boot] pull request: u-boot-tegra/master

2012-01-23 Thread Tom Warren
Albert, -Original Message- From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Sent: Saturday, January 21, 2012 4:07 AM To: Tom Warren Cc: Wolfgang Denk; u-boot@lists.denx.de; Stephen Warren; Simon Glass Subject: Re: pull request: u-boot-tegra/master Hi Tom, Le 19/01/2012

Re: [U-Boot] [PATCH] mx28: Show CPU frequency

2012-01-23 Thread Stefano Babic
On 23/01/2012 16:52, Fabio Estevam wrote: On 1/23/12, Marek Vasut marek.va...@gmail.com wrote: Just put it amongst the other frequencies displayed by the clock command. What about this? --- a/arch/arm/cpu/arm926ejs/mx28/mx28.c +++ b/arch/arm/cpu/arm926ejs/mx28/mx28.c @@ -170,6 +170,7

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

2012-01-23 Thread Simon Glass
Hi Dirk, On Jan 23, 2012 12:30 AM, Dirk Behme dirk.be...@de.bosch.com wrote: On 23.01.2012 08:31, Simon Glass wrote: Hi, On Thu, Jan 19, 2012 at 12:56 AM, Dirk Behme dirk.be...@de.bosch.com wrote: From: Eric Miao eric.m...@linaro.org Ignore the return value of

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

2012-01-23 Thread Stephen Warren
Olof Johansson wrote at Saturday, January 21, 2012 12:32 AM: On Thu, Jan 19, 2012 at 9:17 AM, Stephen Warren swar...@nvidia.com wrote: 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

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

2012-01-23 Thread Stephen Warren
Simon Glass wrote at Sunday, January 22, 2012 11:03 AM: On Wed, Jan 18, 2012 at 4:16 PM, Stephen Warren swar...@nvidia.com wrote: Document a binding for the Tegra20 CAR (Clock And Reset) Controller, add it to tegra20.dtsi, and configure it for the board in tegra- seaboard.dts. ... A

[U-Boot] [PATCH V2 1/6] mxc_spi: move machine specifics into CPU headers

2012-01-23 Thread Eric Nelson
Move (E)CSPI register declarations into the imx-regs.h files for each supported CPU Introduce two new macros to control conditional setup MXC_CSPI - Used for processors with the Configurable Serial Peripheral Interface (MX3x) MXC_ECSPI - For processors with Enhanced Configurable...

[U-Boot] [PATCH V2 4/6] sf command: allow default chip select through CONFIG_SPI_FLASH_CS

2012-01-23 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com Acked-by: Dirk Behme dirk.be...@de.bosch.com --- common/cmd_sf.c | 34 +++--- 1 files changed, 23 insertions(+), 11 deletions(-) diff --git a/common/cmd_sf.c b/common/cmd_sf.c index 7225656..4b32171 100644

[U-Boot] [PATCH V2 3/6] mx6q: mx6qsabrelite: Add ECSPI support to the Sabrelite platform

2012-01-23 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com Acked-by: Dirk Behme dirk.be...@de.bosch.com --- board/freescale/mx6qsabrelite/imximage.cfg|2 +- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 25 + include/configs/mx6qsabrelite.h |

[U-Boot] [PATCH V2 5/6] mx6q: mx6qsabrelite: Provide default chip-select for serial flash

2012-01-23 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com Acked-by: Dirk Behme dirk.be...@de.bosch.com --- include/configs/mx6qsabrelite.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index

[U-Boot] [PATCH V2 6/6] mx6q: mx6qsabrelite: Conditionally define macros for environment in serial flash

2012-01-23 Thread Eric Nelson
The default settings store the persistent environment on SD card and not serial flash (SPI NOR). To use SPI NOR to save the environment instead of SD card, edit include/configs/mx6qsabrelite.h and - undefine CONFIG_ENV_IS_IN_MMC - define CONFIG_ENV_IS_IN_SPI_FLASH The SPI driver can take as

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

2012-01-23 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com Acked-by: Dirk Behme dirk.be...@de.bosch.com --- arch/arm/include/asm/arch-mx6/imx-regs.h | 44 ++ 1 files changed, 44 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h

Re: [U-Boot] [PATCH] mx28: Show CPU frequency

2012-01-23 Thread Marek Vasut
On 23/01/2012 16:52, Fabio Estevam wrote: On 1/23/12, Marek Vasut marek.va...@gmail.com wrote: Just put it amongst the other frequencies displayed by the clock command. What about this? --- a/arch/arm/cpu/arm926ejs/mx28/mx28.c +++ b/arch/arm/cpu/arm926ejs/mx28/mx28.c @@ -170,6

Re: [U-Boot] [PATCH V2 0/6] mxc_spi refactoring (for mx6q and mx6qsabrelite)

2012-01-23 Thread Fabio Estevam
Eric, On 1/23/12, Eric Nelson eric.nel...@boundarydevices.com wrote: Patch 4 modifies the 'sf' command to allow a default chip-select to be specified by board headers as is done on efika et al. This allows a bare 'sf' probe command: U-Boot sf probe instead of the more cumbersome usage

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

2012-01-23 Thread Grant Likely
On Fri, Jan 20, 2012 at 11:32:04PM -0800, Olof Johansson wrote: Hi, On Thu, Jan 19, 2012 at 9:17 AM, Stephen Warren swar...@nvidia.com wrote: 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

Re: [U-Boot] [PATCH v4 03/20] fdt: Add basic support for decoding GPIO definitions

2012-01-23 Thread Stephen Warren
On 01/21/2012 10:08 AM, Simon Glass wrote: Hi Stephen, On Wed, Jan 18, 2012 at 2:17 PM, Stephen Warren swar...@nvidia.com wrote: On 01/11/2012 09:32 PM, Simon Glass wrote: This adds some support into fdtdec for reading GPIO definitions from the fdt. ... ... diff --git a/include/fdtdec.h

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

2012-01-23 Thread Stephen Warren
On 01/22/2012 10:41 AM, Simon Glass wrote: Hi Stephen, On Thu, Jan 19, 2012 at 12:51 PM, Stephen Warren swar...@nvidia.com wrote: 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

[U-Boot] gen_atmel_mci: CMDR 000d1052 (18) ARGR 0000ec00 (SR: 0000c0d7) XFER DTIP never unset, ignoring

2012-01-23 Thread Silent Hill
Hello! (sorry for my english) I need help! Did you find solve with sd card for board with 9260/9g20? I have board with at91sam9g20 and I have bug - gen_atmel_mci: CMDR 000d1052 (18) ARGR ec00 (SR: c0d7) XFER DTIP never unset, ignoring u-boot 2011.12 All it works without mmc/sd. My bug:

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

2012-01-23 Thread Mitch Bradley
On 1/23/2012 6:18 AM, Stephen Warren wrote: Olof Johansson wrote at Saturday, January 21, 2012 12:32 AM: On Thu, Jan 19, 2012 at 9:17 AM, Stephen Warrenswar...@nvidia.com wrote: Olof Johansson wrote at Wednesday, January 18, 2012 10:32 PM: On Wed, Jan 18, 2012 at 05:16:52PM -0700, Stephen

Re: [U-Boot] [PATCH V2 0/6] mxc_spi refactoring (for mx6q and mx6qsabrelite)

2012-01-23 Thread Eric Nelson
On 01/23/2012 10:51 AM, Fabio Estevam wrote: Patch 4 modifies the 'sf' command to allow a default chip-select to be specified by board headers as is done on efika et al. This allows a bare 'sf' probe command: U-Boot sf probe instead of the more cumbersome usage when a GPIO is

Re: [U-Boot] [PATCH] mx28: fix i.MX28 spi driver

2012-01-23 Thread Fabio Estevam
On 1/14/12, Matthias Fuchs matthias.fu...@esd.eu wrote: The generic spi flash driver (drivers/mtd/spi/spi_flash.c) uses the spi low level driver's spi_xfer() function with len=0 to deassert the SPI flash' chip select. But the i.MX28 spi driver rejects this call due to len=0. This patch

Re: [U-Boot] [PATCH] mx28: fix i.MX28 spi driver

2012-01-23 Thread Marek Vasut
On 1/14/12, Matthias Fuchs matthias.fu...@esd.eu wrote: The generic spi flash driver (drivers/mtd/spi/spi_flash.c) uses the spi low level driver's spi_xfer() function with len=0 to deassert the SPI flash' chip select. But the i.MX28 spi driver rejects this call due to len=0. This

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

2012-01-23 Thread Fabio Estevam
On 1/18/12, Matthias Fuchs matthias.fu...@esd.eu wrote: This patch adds support for the MX28 internal RTC and enables u-boot's date command. Signed-off-by: Matthias Fuchs matthias.fu...@esd.eu Tested-by: Fabio Estevam fabio.este...@freescale.com ___

Re: [U-Boot] [PATCH/RFC] mx28: print bootmode with cpuinfo

2012-01-23 Thread Fabio Estevam
Hi Matthias, On 1/18/12, Matthias Fuchs matthias.fu...@esd.eu wrote: Hi, while playing around with the mx28evk and differnet bootmedia I found it helpful to see the current bootmode without running to the board and checking it's switches. Also some other CPU (e.g. 440 PowerPCs) print some

Re: [U-Boot] [PATCH] tools/env: allow overwrite of ethaddr on default

2012-01-23 Thread Mike Frysinger
On Monday 23 January 2012 07:23:09 Andreas Bießmann wrote: On 05.01.2012 16:59, Wolfgang Denk wrote: Grant Erickson wrote: This patch allows the U-Boot user space companion utility, fw_setenv, to overwrite the 'ethaddr' key/value pair if the current value is set to a per-board-configured

[U-Boot] serial : Device tree support for multiple serial devices.

2012-01-23 Thread hanumant
Hi The board that I am working on has multiple serial ports. I am trying to use device trees to configure board resource of these ports as well as the serial framework. So the driver doesnot know apriori the number of uart ports on the board. But querries the device tree for it.I am

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

2012-01-23 Thread Fabio Estevam
On Wed, Jan 18, 2012 at 9:33 AM, Matthias Fuchs matthias.fu...@esd.eu wrote: This patch adds SPI support for the MX28EVK. Support for an optionally installed SPI flash is also added. An example configuration for redundant envrionment from SPI flash is also added but disabled by default. This

Re: [U-Boot] [PATCH 3/6] sandbox: SPI emulation bus

2012-01-23 Thread Simon Glass
Hi Mike, On Sun, Jan 22, 2012 at 10:30 PM, Mike Frysinger vap...@gentoo.org wrote: This adds a SPI framework for people to hook up simulated SPI clients. Signed-off-by: Mike Frysinger vap...@gentoo.org ---  arch/sandbox/include/asm/spi.h |   33 +++  drivers/spi/Makefile           |    1

Re: [U-Boot] [PATCH 4/6] sandbox: new SPI flash driver

2012-01-23 Thread Simon Glass
Hi Mike, On Sun, Jan 22, 2012 at 10:30 PM, Mike Frysinger vap...@gentoo.org wrote: This adds a SPI flash driver which simulates SPI flash clients. Currently supports the bare min that U-Boot requires: you can probe, read, erase, and write.  Should be easy to extend to make it behave more

Re: [U-Boot] [PATCH 6/6] sandbox: add getenv support

2012-01-23 Thread Simon Glass
Hi Mike, On Sun, Jan 22, 2012 at 10:30 PM, Mike Frysinger vap...@gentoo.org wrote: Signed-off-by: Mike Frysinger vap...@gentoo.org Acked-by: Simon Glass s...@chromium.org ---  arch/sandbox/cpu/os.c |   13 +  include/os.h          |    1 +  2 files changed, 14 insertions(+), 0

Re: [U-Boot] [PATCH 3/6] sandbox: SPI emulation bus

2012-01-23 Thread Mike Frysinger
On Monday 23 January 2012 19:31:23 Simon Glass wrote: On Sun, Jan 22, 2012 at 10:30 PM, Mike Frysinger wrote: This adds a SPI framework for people to hook up simulated SPI clients. I don't know the SPI interface as well as use - might be useful to have a few comments and debug() things when

Re: [U-Boot] [PATCH 4/6] sandbox: new SPI flash driver

2012-01-23 Thread Mike Frysinger
On Monday 23 January 2012 19:41:42 Simon Glass wrote: On Sun, Jan 22, 2012 at 10:30 PM, Mike Frysinger wrote: --- /dev/null +++ b/drivers/mtd/spi/sandbox.c +#include common.h +#include malloc.h +#include spi.h +#include os.h + +#include spi_flash.h +#include

Re: [U-Boot] [PATCH 6/6] sandbox: add getenv support

2012-01-23 Thread Mike Frysinger
On Monday 23 January 2012 19:44:15 Simon Glass wrote: Is this used by earlier patches (iwc it probably should go earlier) or is it new? it is not (anymore). i meant to only send out the first five, but this doesn't hurt. i'll probably leave it in my local branch until someone needs it. I

Re: [U-Boot] [PATCH 04/28] net: Make the MAC-seeded random number generator available to /net

2012-01-23 Thread Simon Glass
Hi Joe, On Thu, Jan 19, 2012 at 4:53 PM, Joe Hershberger joe.hershber...@ni.com wrote: MAC-seeded rand() will be needed by link-local as well, so give it an interface Signed-off-by: Joe Hershberger joe.hershber...@ni.com Acked-by: Simon Glass s...@chromium.org Cc: Joe Hershberger

Re: [U-Boot] [PATCH 05/28] net: Move CDP out of net.c

2012-01-23 Thread Simon Glass
Hi Joe, On Thu, Jan 19, 2012 at 4:53 PM, Joe Hershberger joe.hershber...@ni.com wrote: Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Wolfgang Denk w...@denx.de ---  arch/powerpc/cpu/mpc8xx/fec.c |    2 +-  include/net.h              

Re: [U-Boot] [PATCH 06/28] net: Move ARP out of net.c

2012-01-23 Thread Simon Glass
On Thu, Jan 19, 2012 at 4:53 PM, Joe Hershberger joe.hershber...@ni.com wrote: Signed-off-by: Joe Hershberger joe.hershber...@ni.com Acked-by: Simon Glass s...@chromium.org Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Wolfgang Denk w...@denx.de ---  include/net.h |    3 +-  

Re: [U-Boot] [PATCH 07/28] net: Move PING out of net.c

2012-01-23 Thread Simon Glass
Hi Joe, On Thu, Jan 19, 2012 at 4:53 PM, Joe Hershberger joe.hershber...@ni.com wrote: Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Wolfgang Denk w...@denx.de ---  include/configs/am3517_crane.h |    2 +-  

Re: [U-Boot] [PATCH 08/28] net: Move RARP receive logic out of net.c

2012-01-23 Thread Simon Glass
On Thu, Jan 19, 2012 at 4:53 PM, Joe Hershberger joe.hershber...@ni.com wrote: Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Wolfgang Denk w...@denx.de Acked-by: Simon Glass s...@chromium.org ---  net/net.c  |   25

Re: [U-Boot] [PATCH 01/28] net: Remove volatile from all of net except the eth driver interface

2012-01-23 Thread Simon Glass
Hi Joe, On Fri, Jan 20, 2012 at 12:15 PM, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Simon, On Fri, Jan 20, 2012 at 10:22 AM, Simon Glass s...@chromium.org wrote: Hi Joe, On Thu, Jan 19, 2012 at 4:53 PM, Joe Hershberger joe.hershber...@ni.com wrote: The mv_eth driver should not

Re: [U-Boot] [PATCH 02/28] net: cosmetic: checkpatch compliance

2012-01-23 Thread Simon Glass
Hi Joe, On Fri, Jan 20, 2012 at 12:21 PM, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Simon, On Fri, Jan 20, 2012 at 10:30 AM, Simon Glass s...@chromium.org wrote: Hi Joe, On Thu, Jan 19, 2012 at 4:53 PM, Joe Hershberger joe.hershber...@ni.com wrote: Signed-off-by: Joe

Re: [U-Boot] [PATCH 10/28] net: cosmetic: Improve variable names and code readability

2012-01-23 Thread Simon Glass
Hi Joe, On Thu, Jan 19, 2012 at 4:53 PM, Joe Hershberger joe.hershber...@ni.com wrote: Rename parameter len to payload_len in NetSendUDPPacket: this name   more explicitly claims that it does not include the header size Rename CDPHandler to CDPReceive: this is not called as a handler,   so

Re: [U-Boot] [PATCH 01/28] net: Remove volatile from all of net except the eth driver interface

2012-01-23 Thread Joe Hershberger
Hi Simon, On Tue, Jan 24, 2012 at 12:09 AM, Simon Glass s...@chromium.org wrote: Hi Joe, On Fri, Jan 20, 2012 at 12:15 PM, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Simon, On Fri, Jan 20, 2012 at 10:22 AM, Simon Glass s...@chromium.org wrote: Hi Joe, On Thu, Jan 19, 2012 at

Re: [U-Boot] [PATCH 11/28] net: Refactor IP, UPD, and ICMP header writing functions

2012-01-23 Thread Simon Glass
Hi Joe, On Thu, Jan 19, 2012 at 4:53 PM, Joe Hershberger joe.hershber...@ni.com wrote: ICMP (ping) was reimplementing IP header code... it now shares code. Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Wolfgang Denk w...@denx.de ---

Re: [U-Boot] [PATCH 12/28] net: Refactor packet length computations

2012-01-23 Thread Simon Glass
On Thu, Jan 19, 2012 at 4:53 PM, Joe Hershberger joe.hershber...@ni.com wrote: Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Wolfgang Denk w...@denx.de Acked-by: Simon Glass s...@chromium.org ---  net/arp.c  |   13 -  

Re: [U-Boot] [PATCH 13/28] net: Refactor bootp packet length computations

2012-01-23 Thread Simon Glass
Hi Joe, On Thu, Jan 19, 2012 at 4:53 PM, Joe Hershberger joe.hershber...@ni.com wrote: Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Wolfgang Denk w...@denx.de ---  net/bootp.c |   26 ++  1 files changed, 14

Re: [U-Boot] [PATCH 13/28] net: Refactor bootp packet length computations

2012-01-23 Thread Joe Hershberger
Hi Simon, On Tue, Jan 24, 2012 at 1:05 AM, Simon Glass s...@chromium.org wrote: Hi Joe, On Thu, Jan 19, 2012 at 4:53 PM, Joe Hershberger joe.hershber...@ni.com wrote: Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Wolfgang Denk