Re: [U-Boot] [PATCH 08/10] dm: tegra: Staticize local functions in usb.c

2012-07-24 Thread Simon Glass
On Sat, Jul 21, 2012 at 4:02 PM, Marek Vasut ma...@denx.de wrote: Signed-off-by: Marek Vasut ma...@denx.de Cc: Simon Glass s...@chromium.org Cc: Tom Warren twar...@nvidia.com Cc: Wolfgang Denk w...@denx.de Cc: Albert Aribaud albert.u.b...@aribaud.net Cc: U-Boot DM u-boot...@lists.denx.de

Re: [U-Boot] [PATCH 08/10] dm: tegra: Staticize local functions in usb.c

2012-07-24 Thread Marek Vasut
Dear Simon Glass, On Sat, Jul 21, 2012 at 4:02 PM, Marek Vasut ma...@denx.de wrote: Signed-off-by: Marek Vasut ma...@denx.de Cc: Simon Glass s...@chromium.org Cc: Tom Warren twar...@nvidia.com Cc: Wolfgang Denk w...@denx.de Cc: Albert Aribaud albert.u.b...@aribaud.net Cc: U-Boot DM

[U-Boot] [PATCH 0/8 V7] EXYNOS5: Enable I2C support

2012-07-24 Thread Rajeshwari Shinde
This patch set enables I2C support for EXYNOS5. This patchset modifies the s3c24x0 I2C driver to use same for EXYNOS5. Multichannel support has been added to the s3c24x0 I2C driver. s3c24x0_i2c struct has been moved to a common place as it can used by different SOC's. Changes in V2: -

[U-Boot] [PATCH 1/8 V7] EXYNOS: CLK: Add i2c clock

2012-07-24 Thread Rajeshwari Shinde
This adds i2c clock information for EXYNOS5. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Doug Anderson diand...@chromium.org Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- changes in V2: - Incorporated comments

[U-Boot] [PATCH 2/8 V7] EXYNOS: Add I2C base address.

2012-07-24 Thread Rajeshwari Shinde
This patch adds the base address for I2C. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - None Changes in V3: - None Changes in V4: - None Changes in

[U-Boot] [PATCH 4/8 V7] EXYNOS: PINMUX: Add pinmux support for I2C

2012-07-24 Thread Rajeshwari Shinde
This patch adds pinmux code for I2C. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - Aligned the pinmux functionality as per the latest comments. Changes in V3: - None Changes in V4: - None Changes in

[U-Boot] [PATCH 5/8 V7] I2C: Move struct s3c24x0_i2c to a common place.

2012-07-24 Thread Rajeshwari Shinde
struct s3c24x0_i2c is being moved to common local header file so that the same can be used by s3c series and exynos series SoCs. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Doug Anderson diand...@chromium.org Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com

[U-Boot] [PATCH 6/8 V7] I2C: Modify the I2C driver for EXYNOS5

2012-07-24 Thread Rajeshwari Shinde
This patch modifies the S3C I2C driver to suppport EXYNOS5. The cahnges made to driver are as follows: - I2C base address is passed as a parameter to many functions to avoid multiple #ifdef - Channel initialisation is moved to a commom funation as it is required by

[U-Boot] [PATCH 7/8 V7] I2C: Add support for Multi channel

2012-07-24 Thread Rajeshwari Shinde
This adds multiple i2c channel support for I2C. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - None Changes in V3: - None Changes in V4: - None

[U-Boot] [PATCH 8/8 V7] CONFIG: SMDK5250: I2C: Enable I2C

2012-07-24 Thread Rajeshwari Shinde
This enables I2C support on smdk5250. Pinmux setting moved to board file to avoid repeated setting of gpio lines. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Doug Anderson diand...@chromium.org Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass

[U-Boot] [PATCH 3/8 V7] EXYNOS5: define EXYNOS5_I2C_SPACING

2012-07-24 Thread Rajeshwari Shinde
This patch defined EXYNOS5_I2C_SPACING used to calculate I2C channel base address. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V6: - New patch. Changes in V7: - None arch/arm/include/asm/arch-exynos/cpu.h |2

Re: [U-Boot] [V2 13/15] S3C6400: clear memory init variable

2012-07-24 Thread Minkyu Kang
Dear Zhong Hongno, On 14 July 2012 01:11, Zhong Hongbo bocui...@gmail.com wrote: From: Zhong Hongbo bocui...@gmail.com Signed-off-by: Zhong Hongbo bocui...@gmail.com --- Change for V2: - None. --- arch/arm/include/asm/arch-s3c64xx/s3c6400.h | 173 +--

Re: [U-Boot] [V2 12/15] S3c64xx: clear GPIO, Interrupt, Watchdog variable.

2012-07-24 Thread Minkyu Kang
Dear Zhong Hongbo On 14 July 2012 01:11, Zhong Hongbo bocui...@gmail.com wrote: From: Zhong Hongbo bocui...@gmail.com Signed-off-by: Zhong Hongbo bocui...@gmail.com --- Change for V2: - None. --- arch/arm/include/asm/arch-s3c64xx/s3c6400.h | 260 ---

Re: [U-Boot] [V2 11/15] S3C64XX: Switch to use read/writel to operation clock system

2012-07-24 Thread Minkyu Kang
Dear Zhong Hongbo, On 14 July 2012 01:11, Zhong Hongbo bocui...@gmail.com wrote: From: Zhong Hongbo bocui...@gmail.com Switch to use read/writel function and clear the relevant variable. Signed-off-by: Zhong Hongbo bocui...@gmail.com --- Change for V2: - merge clock patch.

Re: [U-Boot] [PATCH] dts/Makefile: Turn off system-/gcc-specific predefined macros

2012-07-24 Thread Horst Kronstorfer
On 07/19/2012 05:22 AM, Mike Frysinger wrote: On Friday 13 July 2012 09:03:40 Horst Kronstorfer wrote: Add '-undef' to DTS_CPPFLAGS to avoid unwanted expansion of dts content that matches system-specific or gcc-specific predefined macros. Example: A number of PowerPC related *.dts files in the

Re: [U-Boot] [PATCH 1/2] spi: microblaze: Adds driver for Xilinx SPI controller

2012-07-24 Thread Michal Simek
On 07/14/2012 12:30 AM, Stephan Linz wrote: This is an improved version of the driver patch original submitted by Graeme Smecher graeme.smec...@mail.mcgill.ca The changes are: - remove hard coded Xilinx BSP defines (XPAR_SPI_*) and use CONFIG_SYS_SPI_BASE from config.h instead

Re: [U-Boot] [PATCH] net: Make sure the ethaddr is updated in net_init()

2012-07-24 Thread Michael Walle
On Tue, July 24, 2012 01:11, Joe Hershberger wrote: NetConsole may call NetSendUDPPacket before NetLoop is called. This will cause the source MAC address (NetOurEther) to be wrong. Instead of only changing it in NetLoop, move it to NetLoopInit so that it is also updated when net_init() is

Re: [U-Boot] Unable to power the USB Keyboard on u-boot

2012-07-24 Thread atulronu
On Friday 20 July 2012 07:10 PM, Marek Vasut wrote: Dear Marek, Thanks for your reply.. Dear Atul Kumar, Dear All, I am trying to use usb keyboard on u-boot. I am using the u-boot stack which was shared by you. Can you help me to know where problem is going. I am sending some

Re: [U-Boot] [PATCH v2 2/5] ehci-hcd: Boost transfer speed

2012-07-24 Thread Stefan Herbrechtsmeier
Am 23.07.2012 19:15, schrieb Benoît Thébaudeau: On Monday 23 July 2012 15:35:25 Stefan Herbrechtsmeier wrote: Am 20.07.2012 17:35, schrieb Benoît Thébaudeau: On Friday 20 July 2012 17:15:13 Stefan Herbrechtsmeier wrote: Am 20.07.2012 17:03, schrieb Benoît Thébaudeau: On Friday 20 July 2012

Re: [U-Boot] [PATCH 08/10] dm: tegra: Staticize local functions in usb.c

2012-07-24 Thread Simon Glass
On Sat, Jul 21, 2012 at 4:02 PM, Marek Vasut ma...@denx.de wrote: Signed-off-by: Marek Vasut ma...@denx.de Cc: Simon Glass s...@chromium.org Cc: Tom Warren twar...@nvidia.com Cc: Wolfgang Denk w...@denx.de Cc: Albert Aribaud albert.u.b...@aribaud.net Cc: U-Boot DM u-boot...@lists.denx.de

[U-Boot] RFC - PatchTrack Specification (revised)

2012-07-24 Thread Graeme Russ
A revised version of the spec (sorry, I would have used reply-to but something went amiss with gmail and I've lost the original) Regards, Graeme --- PatchTrack is designed to help alleviate some of the load from custodians managing an email based work flow accepting patches from a large

Re: [U-Boot] [V2 11/15] S3C64XX: Switch to use read/writel to operation clock system

2012-07-24 Thread Zhong Hongbo
On 07/24/2012 04:58 PM, Minkyu Kang wrote: Dear Zhong Hongbo, On 14 July 2012 01:11, Zhong Hongbo bocui...@gmail.com wrote: From: Zhong Hongbo bocui...@gmail.com Switch to use read/writel function and clear the relevant variable. Signed-off-by: Zhong Hongbo bocui...@gmail.com --- Change

Re: [U-Boot] [V2 14/15] S3C64XX: Move s3c6400.h to cpu.h to support s3c6410 board

2012-07-24 Thread Zhong Hongbo
Hi Minkyu, On 07/24/2012 10:38 AM, Minkyu Kang wrote: Dear Zhong Hongbo, On 14 July 2012 01:11, Zhong Hongbo bocui...@gmail.com wrote: From: Zhong Hongbo bocui...@gmail.com Signed-off-by: Zhong Hongbo bocui...@gmail.com --- Change for V2: - New. ---

Re: [U-Boot] [PATCH] dts/Makefile: Turn off system-/gcc-specific predefined macros

2012-07-24 Thread Mike Frysinger
On Tuesday 24 July 2012 06:11:04 Horst Kronstorfer wrote: On 07/19/2012 05:22 AM, Mike Frysinger wrote: On Friday 13 July 2012 09:03:40 Horst Kronstorfer wrote: Add '-undef' to DTS_CPPFLAGS to avoid unwanted expansion of dts content that matches system-specific or gcc-specific predefined

Re: [U-Boot] Need help to get u-boot running on the taskit stamp9g20

2012-07-24 Thread Markus Hubig
On Sun, Jul 22, 2012 at 12:03:25AM +0200, Wolfgang Denk wrote: Dear Markus Hubig, In message 20120720142655.gb20...@imko.de you wrote: And the only setting I found in my board support code (stamp9g20.h) that is obviously realated to this malloc-thing is: | #define

Re: [U-Boot] [PATCH 08/10] dm: tegra: Staticize local functions in usb.c

2012-07-24 Thread Tom Warren
Marek, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Monday, July 23, 2012 11:24 PM To: Simon Glass Cc: u-boot@lists.denx.de; u-boot...@lists.denx.de; Tom Warren; Wolfgang Denk; Albert Aribaud Subject: Re: [PATCH 08/10] dm: tegra: Staticize local functions in

Re: [U-Boot] building tools/env

2012-07-24 Thread Nickos
Had you find a solution to your problem. I have the same problem. Thanks, steverino2 wrote: hi there, I'm attempting to build u-boot 1.1.1 tools/env and the build is failed. Any ideas on best way to enable it in the build. Here's what I did so far first, update tools/Makefile

Re: [U-Boot] building tools/env

2012-07-24 Thread Mike Frysinger
On Tuesday 24 July 2012 11:23:03 Nickos wrote: Had you find a solution to your problem. I have the same problem. this thread (and the source he was using) are ancient. please start a new thread describing *your* setup and the problems you're seeing. -mike signature.asc Description: This is a

Re: [U-Boot] [PATCH 1/7] dfu:usb: Support for g_dnl composite download gadget.

2012-07-24 Thread Mike Frysinger
On Monday 23 July 2012 11:25:25 Lukasz Majewski wrote: Dear Mike Frysinger, On Tuesday 03 July 2012 05:38:05 Lukasz Majewski wrote: +{ + int ret; + static char str[16]; + + memset(str, '\0', sizeof(str)); + + strncpy(str, shortname, sizeof(shortname)); no need for the

Re: [U-Boot] [PATCH 5/7] dfu:cmd: Support for DFU u-boot command

2012-07-24 Thread Mike Frysinger
On Monday 23 July 2012 12:01:04 Lukasz Majewski wrote: Dear Mike, On Tuesday 03 July 2012 05:38:09 Lukasz Majewski wrote: --- /dev/null +++ b/common/cmd_dfu.c +int do_dfu(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) static It can be static (static int

Re: [U-Boot] RFC - PatchTrack Specification

2012-07-24 Thread Wolfgang Denk
Dear Graeme, In message CALButCK05e4VwWr3bzaSyBJiDNJD4OmQ+Szj=ks2j747xgv...@mail.gmail.com you wrote: Here's a quick-and-dirty specification for a patch tracking tool... Thanks a lot. I think this is worth for a depper discussion, and I would like to track the information (and agreements /

Re: [U-Boot] RFC - PatchTrack Specification (revised)

2012-07-24 Thread Wolfgang Denk
Dear Graeme Russ, In message CALButCJXJE+mo_W5=kyt8bto4e36-i5ajmcgre-cg0fyp1r...@mail.gmail.com you wrote: A revised version of the spec (sorry, I would have used reply-to but something went amiss with gmail and I've lost the original) http://www.denx.de/wiki/U-Boot/ToolsPatchTracking

[U-Boot] [PATCH] usb: fallback safely when a configuration descriptor is too large

2012-07-24 Thread Vincent Palatin
When a USB configuration descriptor was larger than our USB buffer (512 bytes), we were skipping the full descriptor reading but then we were still parsing and using it, triggering memory corruptions. Now in that case, it just skips this device enumeration and displays the appropriate message to

Re: [U-Boot] [PATCH 0/17] tegra: Add display driver and LCD support for Seaboard

2012-07-24 Thread Stephen Warren
On 07/18/2012 12:51 AM, Simon Glass wrote: +Tom, Stephen On Tue, Jul 17, 2012 at 5:11 PM, Thierry Reding thierry.red...@avionic-design.de wrote: On Sat, Jul 14, 2012 at 10:03:31AM +0200, Simon Glass wrote: Hi Christian, On Thu, Apr 19, 2012 at 2:41 PM, Christian Kroehnert

[U-Boot] Pull request: u-boot-net.git master

2012-07-24 Thread Joe Hershberger
Hi Wolfgang, Please apply this fix for netconsole for the 2012.07 release. The following changes since commit 8b10652d6d9cc05023b5a6b73840078066f95a50: Wolfgang Denk (1): Prepare v2012.07-rc2 are available in the git repository at: git://git.denx.de/u-boot-net.git master Joe

[U-Boot] Pull request: u-boot-net.git next

2012-07-24 Thread Joe Hershberger
The following changes since commit f41471e6a36e70e53bf4cbe4247ff4c0ba87e56f: benoit.thebaudeau@advans (1): net: fec_mxc: Fix MDC for xMII are available in the git repository at: git://git.denx.de/u-boot-net.git next Yoshihiro Shimoda (4): net: sh_eth: clean up for the SH7757's

Re: [U-Boot] [PATCH 1/4] net: sh_eth: clean up for the SH7757's code

2012-07-24 Thread Joe Hershberger
Hi Yoshihiro, On Mon, Jul 23, 2012 at 7:52 PM, Shimoda, Yoshihiro yoshihiro.shimoda...@renesas.com wrote: Hi, Thank you for the reply. I will wait until it is merged. Applied to next, thanks. -Joe ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 2/4] net: sh_eth: add SH_ETH_TYPE_ condition

2012-07-24 Thread Joe Hershberger
Hi Yoshihiro, On Tue, Jun 26, 2012 at 9:38 PM, Shimoda, Yoshihiro yoshihiro.shimoda...@renesas.com wrote: At the moment, the driver supports the following CPUs: - GETHER (Gigabit Ethernet) : SH7763, SH7734 - ETHER (Fast Ethernet): SH7724, SH7757 And the driver had the following #if:

Re: [U-Boot] [PATCH 3/4] net: sh_eth: modify the definitions of regsiter

2012-07-24 Thread Joe Hershberger
Hi Yoshihiro, On Tue, Jun 26, 2012 at 9:38 PM, Shimoda, Yoshihiro yoshihiro.shimoda...@renesas.com wrote: The previous code had many similar definitions in each CPU. This patch borrows from the sh_eth driver of Linux kernel. Signed-off-by: Yoshihiro Shimoda yoshihiro.shimoda...@renesas.com

Re: [U-Boot] [PATCH 4/4] net: sh_eth: add support for SH7757's GETHER

2012-07-24 Thread Joe Hershberger
Hi Yoshihiro, On Tue, Jun 26, 2012 at 9:38 PM, Shimoda, Yoshihiro yoshihiro.shimoda...@renesas.com wrote: SH7757 has 2 ETHERs and 2 GETHERs. This patch supports the SH7757's GETHER. If CONFIG_SH_ETHER_USE_GETHER is defined using SH7757, the driver handles the GETHER. Signed-off-by: Yoshihiro

Re: [U-Boot] [PATCH] dts/Makefile: Turn off system-/gcc-specific predefined macros

2012-07-24 Thread Horst Kronstorfer
On 07/24/2012 05:28 PM, Mike Frysinger wrote: On Tuesday 24 July 2012 06:11:04 Horst Kronstorfer wrote: On 07/19/2012 05:22 AM, Mike Frysinger wrote: On Friday 13 July 2012 09:03:40 Horst Kronstorfer wrote: Add '-undef' to DTS_CPPFLAGS to avoid unwanted expansion of dts content that matches

Re: [U-Boot] [PATCH 08/10] dm: tegra: Staticize local functions in usb.c

2012-07-24 Thread Marek Vasut
Dear Tom Warren, Marek, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Monday, July 23, 2012 11:24 PM To: Simon Glass Cc: u-boot@lists.denx.de; u-boot...@lists.denx.de; Tom Warren; Wolfgang Denk; Albert Aribaud Subject: Re: [PATCH 08/10] dm: tegra:

Re: [U-Boot] Unable to power the USB Keyboard on u-boot

2012-07-24 Thread Marek Vasut
Dear atulronu, On Friday 20 July 2012 07:10 PM, Marek Vasut wrote: Dear Marek, Thanks for your reply.. Dear Atul Kumar, Dear All, I am trying to use usb keyboard on u-boot. I am using the u-boot stack which was shared by you. Can you help me to know where

[U-Boot] [PATCH] net: Make the netconsole buffer size configurable

2012-07-24 Thread Joe Hershberger
Allow a board to configure a larger buffer for netconsole, but leave the default. Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- doc/README.NetConsole|2 ++ drivers/net/netconsole.c | 10 -- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH] net: Make netconsole src and dest ports configurable

2012-07-24 Thread Joe Hershberger
It is desirable to use different port numbers for sending and receiving packets with netconsole in the case where you have more than one device on the local subnet with netconsole enabled for broadcast. When they use the same port for both, any output from one will look like input to the other.

[U-Boot] [PATCH] net: Improve the speed of netconsole

2012-07-24 Thread Joe Hershberger
Previously u-boot would initialize the network interface for every network operation and then shut it down again. This makes sense for most operations where the network in not known to be needed soon after the operation is complete. In the case of netconsole, it will use the network for every

Re: [U-Boot] Unable to power the USB Keyboard on u-boot

2012-07-24 Thread Tom Rini
On 07/24/2012 12:44 PM, Marek Vasut wrote: Dear atulronu, On Friday 20 July 2012 07:10 PM, Marek Vasut wrote: Dear Marek, Thanks for your reply.. Dear Atul Kumar, Dear All, I am trying to use usb keyboard on u-boot. I am using the u-boot stack which was shared by you.

Re: [U-Boot] [PATCH 08/10] dm: tegra: Staticize local functions in usb.c

2012-07-24 Thread Tom Warren
Marek, -Original Message- From: Marek Vasut [mailto:ma...@denx.de] Sent: Tuesday, July 24, 2012 12:43 PM To: Tom Warren Cc: Simon Glass; u-boot@lists.denx.de; u-boot...@lists.denx.de; Wolfgang Denk; Albert Aribaud Subject: Re: [PATCH 08/10] dm: tegra: Staticize local functions in

[U-Boot] [PATCH v3 3/8] am33xx: pin mux defintions for CPSW switch

2012-07-24 Thread Ilya Yanok
From: Chandan Nath chandan.n...@ti.com This patch adds pin mux settings for CPSW switch found on TI AM335X based boards (MII and RGMII modes). Signed-off-by: Chandan Nath chandan.n...@ti.com [Ilya: split pinmux into separate patch] Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com ---

[U-Boot] [PATCH v3 4/8] am335x_evm: read the on-board EEPROM

2012-07-24 Thread Ilya Yanok
Read the on-board EEPROM during startup to detect the version of the board we are running on (as for now only BeagleBone vs EVM detection is supported). Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com --- board/ti/am335x/evm.c | 72 +++-- 1

[U-Boot] [PATCH v3 1/8] cpsw: add driver for cpsw ethernet device

2012-07-24 Thread Ilya Yanok
From: Cyril Chemparathy cy...@ti.com CPSW is an on-chip ethernet switch that is found on various SoCs from Texas Instruments. This patch adds a simple driver (based on the Linux driver) for this hardware module. This patch also adds support to clean and flush dcache during packet send and

[U-Boot] [PATCH v3 0/8] CPSW switch plus SPL net support

2012-07-24 Thread Ilya Yanok
These patches add CPSW switch driver and enable support for it on TI AM335x based boards. This version is rebased on top of u-boot-ti/next. Also now CPSW driver uses internal controller memory for DMA descriptors so coherent allocator is no longer a requirement for this series. The second part

[U-Boot] [PATCH v3 7/8] OMAP: networking support for SPL

2012-07-24 Thread Ilya Yanok
This patch adds support for networking in SPL. Some devices are capable of loading SPL via network so it makes sense to load the main U-Boot binary via network too. This patch tries to use existing network code as much as possible. Unfortunately, it depends on environment which in turn depends on

[U-Boot] [PATCH v3 5/8] am335x_evm: CPSW support

2012-07-24 Thread Ilya Yanok
From: Chandan Nath chandan.n...@ti.com This patch adds board-specific initialization for CPSW on TI AM335X based boards. Tested on BeagleBone. Signed-off-by: Chandan Nath chandan.n...@ti.com [Ilya: split board-specific part into separate patch] Signed-off-by: Ilya Yanok

[U-Boot] [PATCH v3 6/8] net/bootp: add VCI support for BOOTP also

2012-07-24 Thread Ilya Yanok
Vendor Class Identifier option is common to BOOTP and DHCP and can be useful without PXE. So send VCI in both BOOTP and DHCP requests if CONFIG_BOOTP_VCI_STRING is defined. Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com --- net/bootp.c | 20 +++- 1 file changed, 15

[U-Boot] [PATCH v3 8/8] am335x_evm: enable networking in SPL

2012-07-24 Thread Ilya Yanok
This patch adds support for networking in SPL on TI AM335x based boards. Vendor Class Identifier used by SPL during BOOTP is AM335x U-Boot SPL. Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com --- Changes in v3: - set Vendor Class Identifier for SPL board/ti/am335x/evm.c| 12

[U-Boot] [PATCH v3 2/8] am33xx: CPSW init and definitions

2012-07-24 Thread Ilya Yanok
From: Chandan Nath chandan.n...@ti.com This patch adds platform-specific initialization for CPSW switch on TI AM33XX SoCs. Signed-off-by: Chandan Nath chandan.n...@ti.com [Ilya: split init out of original patch] Signed-off-by: Ilya Yanok ilya.ya...@cogentembedded.com --- Changes in v3: - fix

Re: [U-Boot] RFC - PatchTrack Specification (revised)

2012-07-24 Thread Graeme Russ
Hi Wolfgang, On Wed, Jul 25, 2012 at 4:41 AM, Wolfgang Denk w...@denx.de wrote: Dear Graeme Russ, In message CALButCJXJE+mo_W5=kyt8bto4e36-i5ajmcgre-cg0fyp1r...@mail.gmail.com you wrote: A revised version of the spec (sorry, I would have used reply-to but something went amiss with gmail

Re: [U-Boot] [PATCH v3 6/8] net/bootp: add VCI support for BOOTP also

2012-07-24 Thread Joe Hershberger
Hi Ilya, On Tue, Jul 24, 2012 at 5:22 PM, Ilya Yanok ilya.ya...@cogentembedded.com wrote: Vendor Class Identifier option is common to BOOTP and DHCP and can be useful without PXE. So send VCI in both BOOTP and DHCP requests if CONFIG_BOOTP_VCI_STRING is defined. Signed-off-by: Ilya Yanok

[U-Boot] powerdown can't work (mx28)

2012-07-24 Thread alex
Hi: I find that mx28_powerdown function can't power down mx28, and continue to load kernel I don't know whether this issue is on your side. My board is changed frommx28evk. Was mx28_powerdown function tested? Best Regards, Alex___ U-Boot mailing