Re: [U-Boot] [PATCH v3] Nand driver for Nomadik SoC

2009-02-08 Thread Stefan Roese
On Sunday 08 February 2009, Alessandro Rubini wrote: > From: Alessandro Rubini > > This driver implements the ECC algorithm described in > the CPU data sheet and uses the OOB layout chosen in > already-released development systems (shipped with a custom-made > u-boot 1.3.1). > > Signed-off-by: Ale

[U-Boot] [PATCH] ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE

2009-02-08 Thread Dirk Eibach
Signed-off-by: Dirk Eibach --- README |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/README b/README index 132650e..96aece4 100644 --- a/README +++ b/README @@ -2579,6 +2579,10 @@ Low Level (hardware related) configuration options: CONFIG_SYS_POCMR2_MASK_ATTRIB: (M

Re: [U-Boot] [PATCH 2/3][v3] dnet: driver for Dave DNET ethernet controller

2009-02-08 Thread Ben Warren
Hi Ilya, This looks much better. Ilya Yanok wrote: > Driver for Dave DNET ethernet controller (used on Dave/DENX > QongEVB-LITE board). > > Signed-off-by: Ilya Yanok > > --- > drivers/net/Makefile |2 + > drivers/net/dnet.c | 396 > ++

Re: [U-Boot] [patch V3] [2/3] ip3912 network driver

2009-02-08 Thread Ben Warren
Hi Jurgen, Sorry for taking so long to review :( Jürgen Schöw wrote: > drivers/net/Makefile |1 + > drivers/net/ip3912.c | 659 > > drivers/net/ip3912.h | 174 ++ > > diff --git a/drivers/net/Makefile b/

[U-Boot] support the Pentium M (Dothan) boot on U-boot?

2009-02-08 Thread Yongda Shin
I will development the embedded system based on Intel Pentium M (Dothan). On U-boot x86, it is support the pentium M (Dothan) CPU? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] bmp

2009-02-08 Thread Anusha Bhat
Hi, How to add bmp command support for omap3 evm in u-boot code? Regards , Anusha ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] ref: pxa270 USB KEYBOARD

2009-02-08 Thread Paul Wang
Hi, All, I am trying to use the USB KEYBOARD on phycore_pxa270 dev board by adding the following items in the board configuration file: #define CONFIG_USB_KEYBOARD 1 #define CFG_DEVICE_DEREGISTER 1 #define CONFIG_USB_OHCI_NEW 1 After the board is booted, I saw: USB KBD found set protoc

Re: [U-Boot] [patch V3] [2/3] ip3912 network driver

2009-02-08 Thread Jürgen Schöw
Am Fri, 6 Feb 2009 23:19:55 +0100 schrieb Jean-Christophe PLAGNIOL-VILLARD : > On 22:56 Sun 04 Jan , Jürgen Schöw wrote: > > drivers/net/Makefile |1 + > > drivers/net/ip3912.c | 659 > > > > drivers/net/ip3912.h

Re: [U-Boot] IMX27 nand_probe problem

2009-02-08 Thread Sascha Hauer
Hi, When writing about U-Boot-V2 please Cc me as I do not read this list as regularly as I should. On Tue, Jan 13, 2009 at 10:16:24PM +0100, Alessandro Chies wrote: > Good morning, > I'm try to port uboot on a my board imx27 based. It has only DDR RAM > and a > NAND flash. > UBoot runs ver

Re: [U-Boot] [patch V3] [1/3] PNX8181 SOC support

2009-02-08 Thread Jürgen Schöw
On Fri, 6 Feb 2009 23:18:20 +0100 Jean-Christophe PLAGNIOL-VILLARD wrote: > On 22:54 Sun 04 Jan , Jürgen Schöw wrote: > > cpu/arm926ejs/pnx8181/Makefile | 45 +++ > > cpu/arm926ejs/pnx8181/timer.c | 141 > > drivers/i2c/Makefile |1 + > > drivers/i2c/pnx