[U-Boot] Adding a new board to the configuration

2009-12-14 Thread Dunda, Matthias
Hi all- I'd like to add a new custom board configuration to the u-boot build. Which files have to be created and/or patched to add a new board to build system? Our design uses the MPC8568E CPU, so I suppose, I can use a lot of present code coming from parameters like ppc and mpc85xx. Of

Re: [U-Boot] Adding a new board to the configuration

2009-12-14 Thread Wolfgang Denk
Dear Dunda, Matthias, In message 569685f045b85741820d0265e0d2999d019cf...@tddhh01.hh.thales-naval.de you wrote: So, what is needed for that later I can give it a make MYCOOLBOARD_config followed by make all? It is strongly recommended that you start reading the documentation, like the

Re: [U-Boot] [PATCH 0/4] Make u-boot true PIC for ppc

2009-12-14 Thread Joakim Tjernlund
Any interest in these patches I sent some time ago? Jocke Joakim Tjernlund joakim.tjernl...@transmode.se wrote on 02/11/2009 19:01:16: From: Joakim Tjernlund joakim.tjernl...@transmode.se To: u-boot@lists.denx.de Cc: Joakim Tjernlund joakim.tjernl...@transmode.se Date: 02/11/2009

Re: [U-Boot] [PATCH 0/3] No GOT in IRQ and use r12 as GOT ptr

2009-12-14 Thread Joakim Tjernlund
Wolfgang Denk w...@denx.de wrote on 03/11/2009 20:40:50: From: Wolfgang Denk w...@denx.de To: Joakim Tjernlund joakim.tjernl...@transmode.se Cc: u-boot@lists.denx.de Date: 03/11/2009 20:40 Subject: Re: [U-Boot] [PATCH 0/3] No GOT in IRQ and use r12 as GOT ptr Dear Joakim Tjernlund, In

[U-Boot] [PATCH] imx27lite: Reenable MTD support on NOR flash.

2009-12-14 Thread Detlev Zundel
The support for this was silently dropped by a configuration split during the merge of the imx27lite board support in commit 864aa034f3a0e10ce710e8bbda171df3cab59414 (cmd_mtdparts: Move to common handling of FLASH devices via MTD layer). Signed-off-by: Detlev Zundel d...@denx.de ---

Re: [U-Boot] [PATCH 0/4] Make u-boot true PIC for ppc

2009-12-14 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message of8b4816fe.b31eee7e-onc125768c.004f687d-c125768c.004f9...@transmode.se you wrote: Any interest in these patches I sent some time ago? Lots of ionterest actually. But so little time :-( Sorry.. Best regards, Wolfgang Denk -- DENX Software Engineering

[U-Boot] [PATCH] ppc4xx: Canyonlands: Fix USB host PHY reset sequence

2009-12-14 Thread Dave Mitchell
Current de-assert reset is not sufficient for the USB PHY reset on some Canyonlands platforms. The patch adds an assert/de-assert sequence. This addresses a USB detection problem for devices attached prior to power-up. The delay lengths are needed for power to the PHY to stabilize. Signed-off-by:

Re: [U-Boot] [PATCH] imx27lite: Reenable MTD support on NOR flash.

2009-12-14 Thread Wolfgang Denk
Dear Detlev Zundel, In message 1260809680-4545-1-git-send-email-...@denx.de you wrote: The support for this was silently dropped by a configuration split during the merge of the imx27lite board support in commit 864aa034f3a0e10ce710e8bbda171df3cab59414 (cmd_mtdparts: Move to common handling

Re: [U-Boot] [PATCH] ppc4xx: Canyonlands: Fix USB host PHY reset sequence

2009-12-14 Thread Wolfgang Denk
Dear Stefan, In message 1260821359-8705-1-git-send-email-dmitch...@appliedmicro.com Dave Mitchell wrote: ... --- a/board/amcc/canyonlands/canyonlands.c +++ b/board/amcc/canyonlands/canyonlands.c @@ -177,8 +177,11 @@ int board_early_init_f(void) /* Remove NOR-FLASH, NAND-FLASH EEPROM

Re: [U-Boot] [PATCH 06/17] ppc: Move appropriate cpu/ dirs to arch/ppc/cpu/

2009-12-14 Thread Scott Wood
Peter Tyser wrote: {cpu/mpc8260 = arch/ppc/cpu/mpc824x}/u-boot.lds |2 +- [snip] {cpu/mpc824x = arch/ppc/cpu/mpc8260}/u-boot.lds |2 +- These seem to have gotten mixed up. -Scott ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] ppc4xx: Canyonlands: Fix USB host PHY reset sequence

2009-12-14 Thread David Mitchell
Hi Wolfgang, -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Monday, December 14, 2009 2:42 PM To: David Mitchell Cc: u-boot@lists.denx.de; Stefan Roese; Jeff Mann Subject: Re: [U-Boot] [PATCH] ppc4xx: Canyonlands: Fix USB host PHY reset sequence - /*

Re: [U-Boot] [PATCH] Davinci: NAND enable ECC even when not in NAND boot mode

2009-12-14 Thread Scott Wood
On Thu, Dec 10, 2009 at 03:14:36PM +, Nick Thompson wrote: Davinci: NAND enable ECC even when not in NAND boot mode On Davinci platforms, the default NAND device is enabled (for ECC) in low level boot code when NAND boot mode is used. If booting in another mode, NAND ECC is not enabled.

Re: [U-Boot] [PATCH] ppc4xx: Canyonlands: Fix USB host PHY reset sequence

2009-12-14 Thread Wolfgang Denk
Dear David, In message ac5e1c3367e37d44970b81a6add1da2c087e7...@sdcexchange01.ad.amcc.com you wrote: I generated several versions for a remote team to test (I don't have the failing hardware). Only the 100ms version worked every time. I see :-( Actually we need the reset prior to Linux

Re: [U-Boot] [PATCH V2] ppc4xx: Canyonlands: Fix USB host PHY reset sequence

2009-12-14 Thread Wolfgang Denk
Dear Dave Mitchell, In message 1260824693-11874-1-git-send-email-dmitch...@appliedmicro.com you wrote: Current de-assert reset is not sufficient for the USB PHY reset on some Canyonlands platforms. The patch adds an assert/de-assert sequence. This addresses a USB detection problem for devices

Re: [U-Boot] [PATCH V2] ppc4xx: Canyonlands: Fix USB host PHY reset sequence

2009-12-14 Thread David Mitchell
Hi Wolfgang, -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Monday, December 14, 2009 3:16 PM To: David Mitchell Cc: u-boot@lists.denx.de; Stefan Roese; Jeff Mann Subject: Re: [U-Boot] [PATCH V2] ppc4xx: Canyonlands: Fix USB host PHY reset sequence Dear Dave

Re: [U-Boot] [PATCH 06/17] ppc: Move appropriate cpu/ dirs to arch/ppc/cpu/

2009-12-14 Thread Scott Wood
Peter Tyser wrote: On Mon, 2009-12-14 at 14:44 -0600, Scott Wood wrote: Peter Tyser wrote: {cpu/mpc8260 = arch/ppc/cpu/mpc824x}/u-boot.lds |2 +- [snip] {cpu/mpc824x = arch/ppc/cpu/mpc8260}/u-boot.lds |2 +- These seem to have gotten mixed up. Impressive attention to detail!

[U-Boot] [PATCH][net/next] Net: Clean up LAN91C96 Support

2009-12-14 Thread Ben Warren
A previous Commit converted the LAN91C96 Ethernet driver to using the CONFIG_NET_MULTI API, but did not include full board support. This patch finishes the job. Signed-off-by: Ben Warren biggerbadder...@gmail.com --- This patch applies to the net/next tree and is necessary to complete

Re: [U-Boot] [PATCH][net/next] Net: Clean up LAN91C96 Support

2009-12-14 Thread Ben Warren
Ben Warren wrote: A previous Commit converted the LAN91C96 Ethernet driver to using the CONFIG_NET_MULTI API, but did not include full board support. This patch finishes the job. Found a bug in my own patch :( snip diff --git a/board/ti/sdp3430/sdp.c b/board/ti/sdp3430/sdp.c index

[U-Boot] [PATCH] DEBUG 8xxx cpu_numcores

2009-12-14 Thread Ed Swarthout
The following debug patch shows that gd-cpu is not being relocated to ddr. Linux may not be able to boot due to fdt board crashing if flash has been erased or changed. On mpc8572ds: = fdt board fdt board cpu_numcores gd=3fe6df68 cpu=effed578 n=2 cpu_numcores gd=3fe6df68 cpu=effed578 n=2

Re: [U-Boot] Problem with transparent PCI-PCI bridge on Canyonlands

2009-12-14 Thread Felix Radensky
Feng, Stefan Can I do anything else to help you identify the problem ? Thanks. Felix. Felix Radensky wrote: Hi, Feng Kan wrote: Can you turn on the additional debug information. That will give a better Clue as to what part is hanging. I've enabled debugging in

Re: [U-Boot] [PATCH 0/4] Make u-boot true PIC for ppc

2009-12-14 Thread Joakim Tjernlund
Wolfgang Denk w...@denx.de wrote on 14/12/2009 21:11:17: Dear Joakim Tjernlund, In message OF8B4816FE.B31EEE7E-ONC125768C.004F687D-C125768C. 004f9...@transmode.se you wrote: Any interest in these patches I sent some time ago? Lots of ionterest actually. But so little time :-( OK, good