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

2009-12-14 Thread Dave Mitchell
: Jeff Mann Signed-off-by: Dave Mitchell Acked-by: Tirumala Reddy Marri --- v1->v2: fixed typo board/amcc/canyonlands/canyonlands.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/board/amcc/canyonlands/canyonlands.c b/board/amcc/canyonlands/canyonlands.c in

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

2009-12-14 Thread Dave Mitchell
: Jeff Mann Signed-off-by: Dave Mitchell Acked-by: Tirumala Reddy Marri --- board/amcc/canyonlands/canyonlands.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/board/amcc/canyonlands/canyonlands.c b/board/amcc/canyonlands/canyonlands.c index 13a0dac..bef12ae 100644

Re: [U-Boot] [PATCH] Add bootstrap command

2009-07-16 Thread Dave Mitchell
On 7/16/2009 5:11 PM, Wolfgang Denk wrote: > Dear Dave Mitchell, > > In message<4a5f8a1d.4030...@gmail.com> you wrote: >>> Please find a better description (avoiding "bootstrap"), and then >>> chose a descriptive name. >> Keep in mind the pro

Re: [U-Boot] [PATCH] Add bootstrap command

2009-07-16 Thread Dave Mitchell
On 7/16/2009 2:36 PM, Wolfgang Denk wrote: > Dear Matthias Fuchs, > > In message<200907161547.17433.matthias.fu...@esd.eu> you wrote: >>> Hi Dirk, >>> >>> On Wednesday 15 July 2009 16:46:12 Mike Frysinger wrote: On Wednesday 15 July 2009 09:48:00 Dirk Eibach wrote: > This adds a generic c

[U-Boot] [PATCH v2] ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization

2008-11-20 Thread Dave Mitchell
OCM 0x4_0004_ 0xE304_ 64k A single TLB was used for this mapping. Signed-off-by: Dave Mitchell <[EMAIL PROTECTED]> --- board/amcc/canyonlands/init.S |2 +- cpu/ppc4xx/start.S| 27 --- include/configs/canyonlands.h |2 +- 3 fil

[U-Boot] [PATCH v2] ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs

2008-11-20 Thread Dave Mitchell
Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and L2 cache DCRs from ppc440.h to this new header. Also converted these DCR defines from lowercase to uppercase and modified referencing modules to use them. Signed-off-by: Dave Mitchell <[EMAIL PROTECTED]> --- board/amcc/luan/

[U-Boot] [PATCH] ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization

2008-11-19 Thread Dave Mitchell
Expanded OCM TLB to allow access to 64K OCM as well as 256K of internal SRAM. Adjusted internal SRAM initialization to match updated user manual recommendation. Signed-off-by: Dave Mitchell <[EMAIL PROTECTED]> --- board/amcc/canyonlands/init.S |2 +- cpu/ppc4xx/start.S

[U-Boot] [PATCH] ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs

2008-11-19 Thread Dave Mitchell
Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and L2 cache DCRs from ppc440.h to this new header. Also converted these DCR defines from lowercase to uppercase and modified referencing modules to use them. Signed-off-by: Dave Mitchell <[EMAIL PROTECTED]> --- board/amcc/luan/