Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-10-12 Thread Wolfgang Denk
Dear Martinez, Aldo,

In message dfef307e035c8647b119e6a60db62d4a01c8177...@dlee02.ent.ti.com you 
wrote:
 
I am not supposed to be adding this patch below
http://www.mail-archive.com/u-boot@lists.denx.de/msg34906.html
   
I will need an ACK from the responsible custodian.
  
   Who would that be?
  
  I believe that would be you Wolfgang.
  
  You have ACK'ed serial patches before that touch common code.
 Gentle reminder :)

oops. sorry.

Acked-by: Wolfgang Denk w...@denx.de

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
You get a wonderful view from the point of no return.
- Terry Pratchett, _Making_Money_
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-09-07 Thread Martinez, Aldo
Dear Wolfgang, 

  Dear Sandeep,
 
  In message 0554bef07d437848af01b9c9b5f0bc5d9fffc...@dlee01.ent.ti.com
  you wrote:
  
   I am not supposed to be adding this patch below
   http://www.mail-archive.com/u-boot@lists.denx.de/msg34906.html
  
   I will need an ACK from the responsible custodian.
 
  Who would that be?
 
 I believe that would be you Wolfgang.
 
 You have ACK'ed serial patches before that touch common code.
Gentle reminder :)
 
 Regards,
 Sandeep

Regards, 
Aldo
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-08-18 Thread Paulraj, Sandeep


 Dear Sandeep,
 
 In message 0554bef07d437848af01b9c9b5f0bc5d9fffc...@dlee01.ent.ti.com
 you wrote:
 
  I am not supposed to be adding this patch below
  http://www.mail-archive.com/u-boot@lists.denx.de/msg34906.html
 
  I will need an ACK from the responsible custodian.
 
 Who would that be?
 
I believe that would be you Wolfgang.

You have ACK'ed serial patches before that touch common code.

Regards,
Sandeep
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-08-18 Thread Martinez, Aldo

Hi Jeff,
  I tried this patch today and DRAM seems to not work after u-boot
 
  I'll take a look at this, thanks for noting it.
 
  Best regards,
  Aldo Brett
 
 It dawns on me that I didn't ask what toolchain you are using. I've been
 using
 gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72)
I'm using the same toolchain.

Regards,
Aldo Brett
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-08-18 Thread Martinez, Aldo

 
  I wonder what is the status of this patch?
 
  As someone trying to do development on a 3630, this would be helpful
  to have in the upstream tree.
 
 I'm preparing a patch series to support 37XX versions of Beagle and
 Overo.  It includes enhancements to the existing code in
 arch/arm/cpu/armv7/omap3 to detect and configure the 36/37XX series
 processors, as well as changes to the board files for Beagle and Overo
 to support both old and new versions.  Perhaps those patches might
 help you with your 3630 work.
 
 I hope to have them submitted to the list by end of week.
 
 Regards,
 
 Steve
Excellent, will take a look when you submit them.

Regards,
Aldo Brett
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-08-17 Thread Martinez, Aldo
Dear Wolfgang,
 -Original Message-
 From: Martinez, Aldo
 Sent: Friday, July 16, 2010 1:30 AM
 To: u-boot@lists.denx.de
 Cc: Paulraj, Sandeep; w...@denx.de; Martinez, Aldo
 Subject: [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3
 board.
 
 From: Aldo Brett Cedillo Martinez aldo.cedi...@ti.com
 
 This patch set gives basic functionality to Omap3630 Zoom3 board. And
 unifies serial_devices for zoom2 and zoom3 since both use the same
 struct.
 
 Thanks Wolfgang for your comments, the modifications done were:
 - Added entry to MAINTAINERS in proper order.
 - Macro for UART1_RX pin.
 - Left include for status led unconditional.
 - Unindented preprocessor statements.
 - Made CONFIG_SYS_HZ a constant with value 1000.
 - Zoom2 and Zoom3 devices now use the same serial device.
 
 Aldo Brett Cedillo Martinez (2):
   [U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.
   [U-BOOT] Unify serial_device for zoom2 and zoom3.

I wonder what is the status of this patch? 
Sandeep commented me it was dependent on another patch, maybe a serial driver 
patch. The second patch of this series affects include/serial.h, should I make 
any modifications to patch so it can apply?

Thanks and best regards,
Aldo
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-08-17 Thread Jeff Carr
On Tue, Aug 17, 2010 at 08:34, Martinez, Aldo aldo.cedi...@ti.com wrote:

 I wonder what is the status of this patch?

As someone trying to do development on a 3630, this would be helpful
to have in the upstream tree.

 Sandeep commented me it was dependent on another patch, maybe a serial driver 
 patch. The second patch of this series affects include/serial.h, should I 
 make any

Until this is upstream, is there a way to pull these patches from some
tree or should I just copy all of them out of your email and manually
apply them?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-08-17 Thread Paulraj, Sandeep

 
 On Tue, Aug 17, 2010 at 08:34, Martinez, Aldo aldo.cedi...@ti.com wrote:
 
  I wonder what is the status of this patch?
 
 As someone trying to do development on a 3630, this would be helpful
 to have in the upstream tree.
 
  Sandeep commented me it was dependent on another patch, maybe a serial
 driver patch. The second patch of this series affects include/serial.h,
 should I make any
 
 Until this is upstream, is there a way to pull these patches from some
 tree or should I just copy all of them out of your email and manually
 apply them?


I am not supposed to be adding this patch below
http://www.mail-archive.com/u-boot@lists.denx.de/msg34906.html

I will need an ACK from the responsible custodian.


Regards,
Sandeep
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-08-17 Thread Jeff Carr
On Tue, Aug 17, 2010 at 14:43, Jeff Carr basilarc...@gmail.com wrote:
 On Tue, Aug 17, 2010 at 08:34, Martinez, Aldo aldo.cedi...@ti.com wrote:

 I wonder what is the status of this patch?

I tried this patch today and DRAM seems to not work after u-boot
loads. Strange. I did:

git clone git://git.denx.de/u-boot.git
git pull git://git.denx.de/u-boot-ti.git master
patch  your_patch_from_this_thread.diff
export CROSS_COMPILE=arm-none-linux-gnueabi-
make omap3_zoom3_config
make

Then the output looks like:

U-Boot 2010.06-00691-g30b170e-dirty (Aug 17 2010 - 15:58:42)

OMAP3530-GP ES2.0, CPU-OPP2 L3-165MHz
OMAP3 Zoom3 + LPDDR/NAND
DRAM:  640 MiB
NAND:  512 MiB
In:serial
Out:   serial
Err:   serial
Board revision Production
Die ID #782400011ff0015a5e591101d014
Hit any key to stop autoboot:  0
OMAP3 Zoom3 #bdinfo
arch_number = 0x09A0
env_t   = 0x
boot_params = 0x8100
DRAM bank   = 0x
- start= 0x8000
- size = 0x2000
DRAM bank   = 0x0001
- start= 0xA000
- size = 0x0800
baudrate= 115200 bps
OMAP3 Zoom3 #md 0x80001000
80001000:
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-08-17 Thread Martinez, Aldo
Hi Jeff,
 On Tue, Aug 17, 2010 at 08:34, Martinez, Aldo aldo.cedi...@ti.com wrote:
 
  I wonder what is the status of this patch?
 
 As someone trying to do development on a 3630, this would be helpful
 to have in the upstream tree.
I know :)
  Sandeep commented me it was dependent on another patch, maybe a serial
 driver patch. The second patch of this series affects include/serial.h,
 should I make any
 
 Until this is upstream, is there a way to pull these patches from some
 tree or should I just copy all of them out of your email and manually
 apply them?
I think the only option now is taking them from the email :)

Aldo
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-08-17 Thread Martinez, Aldo
Hi Jeff,

 -Original Message-
 From: Jeff Carr [mailto:basilarc...@gmail.com]
 Sent: Tuesday, August 17, 2010 6:53 PM
 To: Martinez, Aldo
 Cc: u-boot@lists.denx.de
 Subject: Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for
 OMAP3630 Zoom3 board.
 
 On Tue, Aug 17, 2010 at 14:43, Jeff Carr basilarc...@gmail.com wrote:
  On Tue, Aug 17, 2010 at 08:34, Martinez, Aldo aldo.cedi...@ti.com
 wrote:
 
  I wonder what is the status of this patch?
 
 I tried this patch today and DRAM seems to not work after u-boot
 loads. Strange. I did:
 
 git clone git://git.denx.de/u-boot.git
 git pull git://git.denx.de/u-boot-ti.git master
 patch  your_patch_from_this_thread.diff
 export CROSS_COMPILE=arm-none-linux-gnueabi-
 make omap3_zoom3_config
 make
 
 Then the output looks like:
 
 U-Boot 2010.06-00691-g30b170e-dirty (Aug 17 2010 - 15:58:42)
 
 OMAP3530-GP ES2.0, CPU-OPP2 L3-165MHz
 OMAP3 Zoom3 + LPDDR/NAND
 DRAM:  640 MiB
 NAND:  512 MiB
 In:serial
 Out:   serial
 Err:   serial
 Board revision Production
 Die ID #782400011ff0015a5e591101d014
 Hit any key to stop autoboot:  0
 OMAP3 Zoom3 #bdinfo
 arch_number = 0x09A0
 env_t   = 0x
 boot_params = 0x8100
 DRAM bank   = 0x
 - start= 0x8000
 - size = 0x2000
 DRAM bank   = 0x0001
 - start= 0xA000
 - size = 0x0800
 baudrate= 115200 bps
 OMAP3 Zoom3 #md 0x80001000
 80001000:
I'll take a look at this, thanks for noting it. 

Best regards,
Aldo Brett
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-08-17 Thread Jeff Carr
On Tue, Aug 17, 2010 at 18:13, Martinez, Aldo aldo.cedi...@ti.com wrote:

 On Tue, Aug 17, 2010 at 14:43, Jeff Carr basilarc...@gmail.com wrote:
 I tried this patch today and DRAM seems to not work after u-boot

 I'll take a look at this, thanks for noting it.

 Best regards,
 Aldo Brett

It dawns on me that I didn't ask what toolchain you are using. I've been using
gcc version 4.3.2 (Sourcery G++ Lite 2008q3-72)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-08-17 Thread Steve Sakoman
On Tue, Aug 17, 2010 at 2:43 PM, Jeff Carr basilarc...@gmail.com wrote:
 On Tue, Aug 17, 2010 at 08:34, Martinez, Aldo aldo.cedi...@ti.com wrote:

 I wonder what is the status of this patch?

 As someone trying to do development on a 3630, this would be helpful
 to have in the upstream tree.

I'm preparing a patch series to support 37XX versions of Beagle and
Overo.  It includes enhancements to the existing code in
arch/arm/cpu/armv7/omap3 to detect and configure the 36/37XX series
processors, as well as changes to the board files for Beagle and Overo
to support both old and new versions.  Perhaps those patches might
help you with your 3630 work.

I hope to have them submitted to the list by end of week.

Regards,

Steve
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-08-17 Thread Wolfgang Denk
Dear Sandeep,

In message 0554bef07d437848af01b9c9b5f0bc5d9fffc...@dlee01.ent.ti.com you 
wrote:
 
 I am not supposed to be adding this patch below
 http://www.mail-archive.com/u-boot@lists.denx.de/msg34906.html
 
 I will need an ACK from the responsible custodian.

Who would that be?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Just think of a computer as hardware you can program.
- Nigel de la Tierre
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-07-16 Thread Aldo Cedillo
From: Aldo Brett Cedillo Martinez aldo.cedi...@ti.com

This patch set gives basic functionality to Omap3630 Zoom3 board. And
unifies serial_devices for zoom2 and zoom3 since both use the same
struct.

Thanks Wolfgang for your comments, the modifications done were:
- Added entry to MAINTAINERS in proper order.
- Macro for UART1_RX pin.
- Left include for status led unconditional.
- Unindented preprocessor statements.
- Made CONFIG_SYS_HZ a constant with value 1000.
- Zoom2 and Zoom3 devices now use the same serial device.

Aldo Brett Cedillo Martinez (2):
  [U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.
  [U-BOOT] Unify serial_device for zoom2 and zoom3.

 MAINTAINERS|4 +
 MAKEALL|1 +
 board/logicpd/zoom2/zoom2_serial.h |2 +-
 board/logicpd/zoom3/Makefile   |   54 +++
 board/logicpd/zoom3/config.mk  |   33 +
 board/logicpd/zoom3/debug_board.c  |   68 +
 board/logicpd/zoom3/led.c  |  133 +
 board/logicpd/zoom3/zoom3.c|  199 ++
 board/logicpd/zoom3/zoom3.h|  164 +
 board/logicpd/zoom3/zoom3_serial.c |  132 +
 board/logicpd/zoom3/zoom3_serial.h |   76 ++
 boards.cfg |1 +
 common/serial.c|2 +
 include/configs/omap3_zoom2.h  |2 +-
 include/configs/omap3_zoom3.h  |  274 
 include/serial.h   |   11 +-
 16 files changed, 1148 insertions(+), 8 deletions(-)
 create mode 100644 board/logicpd/zoom3/Makefile
 create mode 100644 board/logicpd/zoom3/config.mk
 create mode 100644 board/logicpd/zoom3/debug_board.c
 create mode 100644 board/logicpd/zoom3/led.c
 create mode 100644 board/logicpd/zoom3/zoom3.c
 create mode 100644 board/logicpd/zoom3/zoom3.h
 create mode 100644 board/logicpd/zoom3/zoom3_serial.c
 create mode 100644 board/logicpd/zoom3/zoom3_serial.h
 create mode 100644 include/configs/omap3_zoom3.h

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot