[U-Boot] [PATCH] Add support for the galaxy5200 board.

2009-08-12 Thread Eric Millbrandt
Add support for the DEKA RD galaxy5200 board. The patch is based off of the mpc5xxx branch. _ This e-mail and the information, including any attachments, it contains are intended to be a confidential

[U-Boot] [PATCH] V2 Add Support for the galaxy5200

2009-08-12 Thread Eric Millbrandt
Add support for the DEKA Research and Development galaxy5200 board. Amended with comments from Wolfgang. Make change to top level makefile per Wolfgang's suggestion. Signed-off-by: Eric Millbrandt emillbra...@dekaresearch.com --- MAINTAINERS |4 + MAKEALL

[U-Boot] [PATCH] V3 Add support for the galaxy5200

2009-08-13 Thread Eric Millbrandt
Removed trailing whitespace introduced in V2 to conform with U-Boot coding style. Defined additional chip select region. Signed-off-by: Eric Millbrandt emillbra...@dekaresearch.com --- MAINTAINERS |4 + MAKEALL |1 + Makefile

[U-Boot] [PATCH] Add support for USB on PSC3 for the mpc5200

2009-08-13 Thread Eric Millbrandt
Support USB on PSC3 on the mpc5200. Before this patch, enabling USB support would reconfigure PSC4 and PSC5 to USB. The mpc5200 does not support USB enabled on both the standard USB port and PSC3. This patch masks the appropriate bits when enabling USB. Signed-off-by: Eric Millbrandt emillbra

[U-Boot] [PATCH V4] Add support for the galaxy5200

2009-08-13 Thread Eric Millbrandt
Add support for the DEKA Research and Development galaxy5200 board The galaxy5200 is an Freescale mpc5200 based embedded industrial control board. Signed-off-by: Eric Millbrandt emillbra...@dekaresearch.com --- Changes since v1: - Amended with comments from Wolfgang - Make change to top level

[U-Boot] [PATCH 2/3] Reset interrupted i2c slaves (galaxy5200)

2009-08-25 Thread Eric Millbrandt
only attempt to reset any slave devices by sending more start commands than bits the slave is attempting to transmit. Signed-off-by: Eric Millbrandt emillbra...@dekaresearch.com --- Some whitespace cleanup and typos are included in this patch board/galaxy5200/galaxy5200.c | 41

[U-Boot] [PATCH 3/3] Add chip select region to galaxy5200

2009-08-25 Thread Eric Millbrandt
Add chip select region for an Epson S1D15313. Signed-off-by: Eric Millbrandt emillbra...@dekaresearch.com --- include/configs/galaxy5200.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/galaxy5200.h b/include/configs/galaxy5200.h index eb2cae6

[U-Boot] [PATCH 1/3] Modify mpc5xxx_gpio to include i2c registers

2009-08-25 Thread Eric Millbrandt
Modify mpc5xxx_gpio structure to include the i2c output-only enable and data value out registers. Signed-off-by: Eric Millbrandt emillbra...@dekaresearch.com --- A quick string search shows that no in-tree code is currently using any of the modified fields and the structure size does

[U-Boot] [PATCH v2 2/3] Reset interrupted i2c slaves (galaxy5200)

2009-08-25 Thread Eric Millbrandt
only attempt to reset any slave devices by sending more start commands than bits the slave is attempting to transmit. Signed-off-by: Eric Millbrandt emillbra...@dekaresearch.com --- Changes since v1: - Remove non-related modifications to a different patch per Peter's suggestion board/galaxy5200

[U-Boot] [PATCH] Cleanup typo and trailing whitespace

2009-08-25 Thread Eric Millbrandt
Cleanup typo and trailing whitespace from galaxy5200.h Signed-off-by: Eric Millbrandt emillbra...@dekaresearch.com --- include/configs/galaxy5200.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/configs/galaxy5200.h b/include/configs/galaxy5200.h index

Re: [U-Boot] [PATCH v2 2/3] Reset interrupted i2c slaves (galaxy5200)

2009-08-26 Thread Eric Millbrandt
Hi Heiko, On Wed, 26 Aug 2009 08:57:46 +0200, Heiko Schocher wrote Hello Eric, Eric Millbrandt wrote: Reset any i2c devices that may have been interrupted by a system reset. Normally this would be accomplished by clocking the line until SCL and SDA are released and then sending a start

[U-Boot] [PATCH] Reset i2c slave devices during init on mpc5xxx cpus

2009-08-27 Thread Eric Millbrandt
commands through the i2c interface. Send a start command then delay for the SDA Hold time, repeat this by disabling/enabling the bus a total of 9 times. Signed-off-by: Eric Millbrandt emillbra...@dekaresearch.com --- Heiko, I was able to implement a i2c reset function with features common to all

[U-Boot] [PATCH] Add chip select region to galaxy5200

2009-08-27 Thread Eric Millbrandt
Add chip select region for an Epson S1D15313. Signed-off-by: Eric Millbrandt emillbra...@dekaresearch.com --- include/configs/galaxy5200.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/galaxy5200.h b/include/configs/galaxy5200.h index eb2cae6

Re: [U-Boot] [PATCH] Add chip select region to galaxy5200

2009-08-28 Thread Eric Millbrandt
On Thu, 27 Aug 2009 17:46:03 -0600, Grant Likely wrote On Thu, Aug 27, 2009 at 4:11 PM, Eric Millbrandtemillbra...@coldhaus.com wrote: Add chip select region for an Epson S1D15313. Signed-off-by: Eric Millbrandt emillbra...@dekaresearch.com ---  include/configs/galaxy5200.h |    5

[U-Boot] [PATCH v2] Reset i2c slave devices during init on mpc5xxx cpus

2009-09-03 Thread Eric Millbrandt
commands through the i2c interface. Send a start command then delay for the SDA Hold time, repeat this by disabling/enabling the bus a total of 9 times. Signed-off-by: Eric Millbrandt emillbra...@dekaresearch.com --- changes since v1 - Fixed compiler warning README |7

[U-Boot] [PATCH] Add version variable to the galaxy5200 board.

2009-09-21 Thread Eric Millbrandt
Add version environment variable to the galaxy5200 board header file. Signed-off-by: Eric Millbrandt emillbra...@dekaresearch.com --- include/configs/galaxy5200.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/galaxy5200.h b/include/configs/galaxy5200.h

[U-Boot] [PATCH] galaxy5200: change cs1 configuration

2009-09-25 Thread Eric Millbrandt
Correct the chip select configuration for the nand flash chip select. Signed-off-by: Eric Millbrandt emillbra...@dekaresearch.com --- include/configs/galaxy5200.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/galaxy5200.h b/include/configs/galaxy5200.h

Re: [U-Boot] [PATCH] galaxy5200: change cs1 configuration

2009-10-14 Thread Eric Millbrandt
Hello Wolfgang, This patch, from Sept. 25, seems to have gotten lost in the din. Could you please pick up this patch? Thanks Eric On Wed, 14 Oct 2009 09:31:45 -0400, Eric Millbrandt wrote -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de

[U-Boot] [PATCH] galaxy5200: Add default environment variables

2009-10-28 Thread Eric Millbrandt
Extend bootdelay to 10 seconds. Set boot retry time to 120 seconds and use reset to retry. Define default bootcommand and bootargs for production. Signed-off-by: Eric Millbrandt emillbra...@dekaresearch.com --- include/configs/galaxy5200.h | 10 -- 1 files changed, 8 insertions(+), 2