Re: [U-Boot] Building u-boot for the AT91RM9200-EK circa 2008

2008-11-06 Thread Wolfgang Denk
Dear Pink Boy, In message [EMAIL PROTECTED] you wrote: Okay then. I was able to compile u-boot 1.3.4 for the AT91RM9200DK with changes so that it can handle writing to the flash on my custom board base don the AT91RM9200EK. Great. Seems to work but writes to flash are very slow... You

Re: [U-Boot] Patches for in-house board

2008-11-06 Thread Wolfgang Denk
Dear Jared, In message [EMAIL PROTECTED] you wrote: We are a consulting firm that has produced a product for a client which contains at Atmel AT91SAM9263 running linux. I have registed a machine type at kernel.org and have ported both u-boot and the kernel to it. I have created patches

Re: [U-Boot] [PATCH] [OneNAND] bad block aware read/write support

2008-11-06 Thread Stefan Roese
On Thursday 06 November 2008, Kyungmin Park wrote: + ret = mtd-read_oob(mtd, ofs, ops); + if (ret) { + printk(Read failed 0x%x, %d, (unsigned int) ofs, ret); + mtd-block_markbad(mtd, ofs); You are marking all blocks as bad

Re: [U-Boot] AT91RM9200 boots from NOR Flash or not

2008-11-06 Thread Martin Hejnfelt
Jens Scharsig wrote: Hello, I am a little bit confused. We have designed a new AT91RM9200 based board. It should boot from 16-bit NOR Flash. I have read many relevant article in the forum, but I don't know , which board should I use as a base. I have look at the actual source (2008.10 and

[U-Boot] [PATCH] mpc83xx: increase BOOTMAPSZ to 16MB

2008-11-06 Thread Anton Vorontsov
As space expands, so does the software. Today the kernel with built-in initramfs image is likely to not fit into 8MB limit. It feels safe to increase BOOTMAPSZ to 16MB, since the Linux actually maps 16MB on 6xx PPCs (two BATs, 8MB each). Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] --- p.s.

Re: [U-Boot] [PATCH 1/2 V3] IOMUX: Add console multiplexing support.

2008-11-06 Thread Gary Jennejohn
Modifications to support console multiplexing. This is controlled using CONFIG_SYS_CONSOLE_MUX in the board configuration file. This allows a user to specify multiple console devices in the environment with a command like this: setenv stdin serial,nc. As a result, the user can enter text on

Re: [U-Boot] AT91RM9200 boots from NOR Flash or not

2008-11-06 Thread Jens Scharsig
for your own) You can resolve this by editing two lines in the start.S file of the ARM920T cpu specific directory. In version 2008.10 its line 181 you can delete this, or change to ifdef, and again in line 264 you can either delete the if statement, or just make it branch to the

[U-Boot] AT91RM9200 boots from NOR Flash or not

2008-11-06 Thread Jens Scharsig
Hello, I am a little bit confused. We have designed a new AT91RM9200 based board. It should boot from 16-bit NOR Flash. I have read many relevant article in the forum, but I don't know , which board should I use as a base. I have look at the actual source (2008.10 and git), and I think, u-boot

Re: [U-Boot] [PATCH 1/2 V3] IOMUX: Add console multiplexing support.

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:04 Thu 06 Nov , Gary Jennejohn wrote: Modifications to support console multiplexing. This is controlled using CONFIG_SYS_CONSOLE_MUX in the board configuration file. This allows a user to specify multiple console devices in the environment with a command like this: setenv stdin

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-11-06 Thread Ilko Iliev
Dear Jean, Jean-Christophe PLAGNIOL-VILLARD wrote: On 18:29 Wed 05 Nov , Ilko Iliev wrote: Dear Jean, Jean-Christophe PLAGNIOL-VILLARD wrote: On 12:45 Tue 28 Oct , Ilko Iliev wrote: Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote:

Re: [U-Boot] [PATCH] at91: board specific lowlevel_init.S

2008-11-06 Thread Ilko Iliev
Dear Jean, Jean-Christophe PLAGNIOL-VILLARD wrote: On 18:29 Wed 05 Nov , Ilko Iliev wrote: Dear Jean, Jean-Christophe PLAGNIOL-VILLARD wrote: On 12:45 Tue 28 Oct , Ilko Iliev wrote: Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote:

Re: [U-Boot] [PATCH 1/2 V3] IOMUX: Add console multiplexing support.

2008-11-06 Thread Gary Jennejohn
On Thu, 6 Nov 2008 15:30:38 +0100 Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] wrote: On 15:04 Thu 06 Nov , Gary Jennejohn wrote: Modifications to support console multiplexing. This is controlled using CONFIG_SYS_CONSOLE_MUX in the board configuration file. This allows a

Re: [U-Boot] [PATCH] Flex-OneNAND driver

2008-11-06 Thread Scott Wood
On Thu, Nov 06, 2008 at 08:59:06AM +0530, Amit Kumar Sharma wrote: We can provide two device registration for SLC and MLC are but I don't know how useful it is because FlexOneNand provides boundary settings and user can configure SLC and MLC area and other point is still device

[U-Boot] [PATCH] at91: add support for PM9263 board

2008-11-06 Thread Ilko Iliev
This patch adds support for the PM9263 board of Ronetix GmbH (www.ronetix.at) Signed-off-by: Ilko Iliev [EMAIL PROTECTED] --- MAKEALL |1 + Makefile|3 + board/ronetix/pm9263/Makefile | 60

[U-Boot] [PATCH] toplevel Makefile: Add MPC8641HPCN_36BIT target

2008-11-06 Thread Becky Bruce
This will enable CONFIG_PHYS_36BIT for MPC8641HPCN. Signed-off-by: Becky Bruce [EMAIL PROTECTED] --- Makefile |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 983a3cd..09e671d 100644 --- a/Makefile +++ b/Makefile @@ -2436,8 +2436,14 @@

[U-Boot] [PATCH] common/cmd_ide.c: Corrected endian order printing for compact flash serial number.

2008-11-06 Thread Richard Retanubun
Corrected endian order printing for compact flash serial number. Signed-off-by: Richard Retanubun [EMAIL PROTECTED] --- common/cmd_ide.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 2564c2b..db05f76 100644 ---

Re: [U-Boot] AT91RM9200 boots from NOR Flash or not

2008-11-06 Thread Wolfgang Denk
Dear Jens Scharsig, In message [EMAIL PROTECTED] you wrote: I am a little bit confused. We have designed a new AT91RM9200 based board. It should boot from 16-bit NOR Flash. I have read many relevant article in the forum, but I don't know , which board should I use as a base. I have look at

Re: [U-Boot] AT91RM9200 boots from NOR Flash or not

2008-11-06 Thread Wolfgang Denk
Dear Jens Scharsig, In message [EMAIL PROTECTED] you wrote: the board speaks to me. A patch, a patch - submit a patch, please. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell,

Re: [U-Boot] [PATCH] AT91: Enable PLLB for USB

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:07 Tue 21 Oct , Stelian Pop wrote: At least some (old ?) versions of the AT91Bootstrap do not set up the PLLB correctly to 48 MHz in order to make USB host function correctly. This patch sets up the PLLB to the same values Linux uses, and makes USB work ok on the following CPUs:

Re: [U-Boot] [PATCH 8/9] mpc8641: Change 32-bit memory map

2008-11-06 Thread Scott Wood
Becky Bruce wrote: The memory map on the 8641hpcn is modified to look more like the 85xx boards; this is a step towards a more standardized layout going forward. As part of this change, we now relocate the flash. The regions for some of the mappings were far larger than they needed to be.

Re: [U-Boot] [PATCH] AT91: Replace (undefined) AT91_ID_US* by the board specific values.

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:08 Tue 21 Oct , Stelian Pop wrote: AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined. Since they are never used outside the board specific files, they can be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 / AT91xxx_ID_US2. Bug spotted by Jesus

Re: [U-Boot] [PATCH] AT91: Replace AT91_BASE_EMAC by the board specific values.

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:08 Tue 21 Oct , Stelian Pop wrote: AT91_BASE_EMAC is never used outside the board specific files, so replace its usage by the board specific AT91xxx_BASE_EMAC. Signed-off-by: Stelian Pop [EMAIL PROTECTED] --- board/atmel/at91cap9adk/at91cap9adk.c |2 +-

Re: [U-Boot] [PATCH] AT91: Use AT91_CPU_CLOCK in displays

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:07 Tue 21 Oct , Stelian Pop wrote: Introduce AT91_CPU_CLOCK and use it for displaying the CPU speed in the LCD driver. Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the corresponding board clocks. Signed-off-by: Stelian Pop [EMAIL PROTECTED] --- common/lcd.c

[U-Boot] AT91 pull request

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, Please pull the following changes since commit 3ec53148eb68ddfb0c3311fb4c06cd2bd0ef3eeb: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-nand-flash are available in the git repository at: git://git.denx.de/u-boot-at91.git master

Re: [U-Boot] [PATCH 8/9] mpc8641: Change 32-bit memory map

2008-11-06 Thread Jon Loeliger
On Wed, 2008-11-05 at 14:55 -0600, Becky Bruce wrote: The memory map on the 8641hpcn is modified to look more like the 85xx boards; this is a step towards a more standardized layout going forward. As part of this change, we now relocate the flash. The regions for some of the mappings were

Re: [U-Boot] [patch V2] U-Boot Firetux board support

2008-11-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:48 Wed 05 Nov , Juergen Schoew wrote: Hi U-Boot mailling list, This patchset adds a new ARM board with the NXP PNX8181 cpu to u-boot. The PNX8181 is an ARM926ej with an internal DSP (mostly used for Audio processing and VOIP codecs) and a baseband processor (used for DECT). The

Re: [U-Boot] [PATCH] toplevel Makefile: Add MPC8641HPCN_36BIT target

2008-11-06 Thread Scott Wood
Becky Bruce wrote: This will enable CONFIG_PHYS_36BIT for MPC8641HPCN. Signed-off-by: Becky Bruce [EMAIL PROTECTED] --- Makefile |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 983a3cd..09e671d 100644 --- a/Makefile +++

Re: [U-Boot] [PATCH] AT91: Use AT91_CPU_CLOCK in displays

2008-11-06 Thread Stelian Pop
Le jeudi 06 novembre 2008 à 20:29 +0100, Jean-Christophe PLAGNIOL-VILLARD a écrit : On 18:07 Tue 21 Oct , Stelian Pop wrote: Introduce AT91_CPU_CLOCK and use it for displaying the CPU speed in the LCD driver. Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the corresponding

Re: [U-Boot] [PATCH] AT91: Enable PLLB for USB

2008-11-06 Thread Stelian Pop
Le jeudi 06 novembre 2008 à 20:27 +0100, Jean-Christophe PLAGNIOL-VILLARD a écrit : On 18:07 Tue 21 Oct , Stelian Pop wrote: At least some (old ?) versions of the AT91Bootstrap do not set up the PLLB correctly to 48 MHz in order to make USB host function correctly. This patch sets up

Re: [U-Boot] [PATCH] toplevel Makefile: Add MPC8641HPCN_36BIT target

2008-11-06 Thread Scott Wood
Becky Bruce wrote: We don't want PHYS_64BIT on unconditionally. It has the effect of moving all the devices into high physical memory, which means you need a different Linux/dts. Another reason we should really be packaging the device trees with u-boot. I expect the normal case to be

Re: [U-Boot] [PATCH] toplevel Makefile: Add MPC8641HPCN_36BIT target

2008-11-06 Thread Becky Bruce
On Nov 6, 2008, at 3:59 PM, Scott Wood wrote: Becky Bruce wrote: We don't want PHYS_64BIT on unconditionally. It has the effect of moving all the devices into high physical memory, which means you need a different Linux/dts. Another reason we should really be packaging the device

Re: [U-Boot] [PATCH 8/9] mpc8641: Change 32-bit memory map

2008-11-06 Thread Scott Wood
Becky Bruce wrote: We *do* need a comment in the release notes for this revision of u-boot that the map for 8641 has changed so it doesn't catch anyone by surprise. How about a runtime check in the board fdt code to print a warning if it finds an old device tree? Unfortunately, using new dts

Re: [U-Boot] [PATCH 8/9] mpc8641: Change 32-bit memory map

2008-11-06 Thread Becky Bruce
On Nov 6, 2008, at 4:16 PM, Scott Wood wrote: Becky Bruce wrote: We *do* need a comment in the release notes for this revision of u- boot that the map for 8641 has changed so it doesn't catch anyone by surprise. How about a runtime check in the board fdt code to print a warning if it

Re: [U-Boot] [PATCH 8/9] mpc8641: Change 32-bit memory map

2008-11-06 Thread Jon Loeliger
On Thu, 2008-11-06 at 16:16 -0600, Scott Wood wrote: Becky Bruce wrote: We *do* need a comment in the release notes for this revision of u-boot that the map for 8641 has changed so it doesn't catch anyone by surprise. How about a runtime check in the board fdt code to print a warning if

Re: [U-Boot] [PATCH 8/9] mpc8641: Change 32-bit memory map

2008-11-06 Thread Becky Bruce
On Nov 6, 2008, at 4:30 PM, Jon Loeliger wrote: On Thu, 2008-11-06 at 16:16 -0600, Scott Wood wrote: Becky Bruce wrote: We *do* need a comment in the release notes for this revision of u- boot that the map for 8641 has changed so it doesn't catch anyone by surprise. How about a

[U-Boot] [PATCH 8/9 V2] mpc8641: Change 32-bit memory map

2008-11-06 Thread Becky Bruce
The memory map on the 8641hpcn is modified to look more like the 85xx boards; this is a step towards a more standardized layout going forward. As part of this change, we now relocate the flash. The regions for some of the mappings were far larger than they needed to be. I have reduced the

[U-Boot] [PATCH 9/9 V2] mpc8641: Support 36-bit physical addressing

2008-11-06 Thread Becky Bruce
This patch creates a memory map with all the devices in 36-bit physical space, in addition to the 32-bit map. The CCSR relocation is moved (again, sorry) to allow for the physical address to be 36 bits - this requires translation to be enabled. With 36-bit physical addressing enabled, we are no

Re: [U-Boot] [PATCH 8/9] mpc8641: Change 32-bit memory map

2008-11-06 Thread Becky Bruce
On Nov 6, 2008, at 2:04 PM, Jon Loeliger wrote: On Wed, 2008-11-05 at 14:55 -0600, Becky Bruce wrote: The memory map on the 8641hpcn is modified to look more like the 85xx boards; this is a step towards a more standardized layout going forward. As part of this change, we now relocate the

Re: [U-Boot] [PATCH] mpc83xx: New board support SIMPC8313

2008-11-06 Thread Kim Phillips
On Tue, 4 Nov 2008 16:37:45 -0800 Ron Madrid [EMAIL PROTECTED] wrote: This patch will create a new board, SIMPC8313, from Sheldon Instruments. This board boots from NAND devices and is configurable for either a large page or small page device. Signed-off-by: Ron Madrid [EMAIL PROTECTED]

[U-Boot] PPC440EP USB1.1 Host Error

2008-11-06 Thread 조기성
Hi , I'm using ppc440EP and using u-boot( git version ) I have a ploblem in using usb 1.1 host , in my board(has not CPLD) I wanna using USB1.1 Host , and not using USB2.2 But usb1.1 Host is not working , when usb device is connected Kernel prints -62 err messages How can I Slove it? Best