[U-Boot-Users] [PATCH] update e1000 ifdef

2008-07-04 Thread Andre Schwarz
Change ifdef to match MVBC_P board name. Signed-off-by: Andre Schwarz [EMAIL PROTECTED] --- Ben, this is a mini-patch and should do no harm. Since MVBC_1G has gone to oblivion and the new board is named MVBC_P. I'll submit the board patch in a few minutes. Thanks, Andre MATRIX VISION

[U-Boot-Users] [PATCH] Add MVBC_P board

2008-07-04 Thread Andre Schwarz
The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet controller (using e1000) and custom Altera Cyclone-II FPGA on PCI. Please see doc/README.mvbc_p for details. Signed-off-by: Andre Schwarz [EMAIL PROTECTED] --- MATRIX VISION GmbH, Talstraße 16, DE-71570 Oppenweiler -

Re: [U-Boot-Users] [PATCH] Add MVBC_P board

2008-07-04 Thread Wolfgang Grandegger
Andre Schwarz wrote: The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet controller (using e1000) and custom Altera Cyclone-II FPGA on PCI. Please see doc/README.mvbc_p for details. One general remark. Please use the in_*() and out_*() accessor functions to access I/O

Re: [U-Boot-Users] [PATCH] Add MVBC_P board

2008-07-04 Thread Andre Schwarz
Wolfgang, thanks - I'll wait for further comments and send an update. regards, Andre Wolfgang Grandegger schrieb: Andre Schwarz wrote: The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet controller (using e1000) and custom Altera Cyclone-II FPGA on PCI. Please see

Re: [U-Boot-Users] SPAM :(

2008-07-04 Thread Detlev Zundel
Hi, On Wed, 2 Jul 2008, Detlev Zundel wrote: Thanks. Hi, Hey, can somebody block this moron somehow? It's getting annoying; it is not an occasional spam but regular posting... I added the e-mail to the blocked addresses. Seems I did not get it right the first time so I tried again.

Re: [U-Boot-Users] Flash Functions !!

2008-07-04 Thread Detlev Zundel
Hi Amit, We are using board pxa255, UBoot version 1.3.3, FLASH chipset is PC28F256P30B85 (two chipsets) connected to same chip select. This FLASH supports CFI and U-Boot code has CFI_FLASH.c. Do we need to write functions (Read, Write, erase) for this FLASH or U-Boot has support for

[U-Boot-Users] Reading memory into environment variable

2008-07-04 Thread mcj00_rubbish
Hi, I wish to read the kernel command line parameters in from a disk file located e.g. on a FAT file system. My current idea is to implement it like this: 1. Read disk file into RAM 2. Implement custom mem2env command to read memory into environment variable, with destination variable as

Re: [U-Boot-Users] u-boot and OneNAND

2008-07-04 Thread Mile Davidovic
Hello, Thanks a lot for patch. With this patch we will have possibility to load file from JFFS2 into memory and execute this which is fine. But what is proper way for storing JFFS2 image in OneNAND? If I can create JFFS2 partiion in u-boot, how I can store files in? Do we need to have Linux up

[U-Boot-Users] PATCH: mpc85xx set lcb clock (CONFIG_CCB_CLCKDIV)

2008-07-04 Thread John Ogness
Hi, Here is a patch to add support for manually setting the system (CCB) clock divider for MPC85xx boards. This patch introduces a new macro CONFIG_CCB_CLCKDIV, whose value should be set to the desired clock divider. If the macro is not defined, this patch has no effect. As an example, the new

Re: [U-Boot-Users] Reading memory into environment variable

2008-07-04 Thread Detlev Zundel
Hi Martin, I wish to read the kernel command line parameters in from a disk file located e.g. on a FAT file system. My current idea is to implement it like this: 1. Read disk file into RAM 2. Implement custom mem2env command to read memory into environment variable, with destination

Re: [U-Boot-Users] [PATCH 2/3] Add initial PPC460SX reference board (redwood) config file and defines.

2008-07-04 Thread Stefan Roese
On Friday 04 July 2008, [EMAIL PROTECTED] wrote: From: Feng Kan [EMAIL PROTECTED] Add config file for AMCC redwood reference board for PPC460SX. Also include defines for PPC460SX processor. Thanks. Please find some review comments below. Signed-off-by: Feng Kan [EMAIL PROTECTED] ---

[U-Boot-Users] [PATCH 00/10] [ARM] TQMA31: new board

2008-07-04 Thread Jens Gehrlein
Hi, the following patches introduce the i.MX31 (ARM1136) based board TQMA31. Used toolchain was ELDK 4.1. The first three patches fix some bugs in mxc/mx31 common parts. I compiled the im31_phycore, the imx31_litekit and the mx31ads U-Boots for this. But I don't have boards to test them. Patch

[U-Boot-Users] [PATCH 02/10] [ARM] MX31: fix bit masks in function mx31_decode_pll()

2008-07-04 Thread Jens Gehrlein
Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered. Signed-off-by: Jens Gehrlein [EMAIL PROTECTED] --- cpu/arm1136/mx31/generic.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/arm1136/mx31/generic.c b/cpu/arm1136/mx31/generic.c index 29c08c1..bf4c99c 100644

[U-Boot-Users] [PATCH 01/10] [ARM] MXC: insert bus busy check in i2c_probe

2008-07-04 Thread Jens Gehrlein
On fast CPUs the time between two chip queries can become too short to issue clear start and stop conditions. The bus seems to be blocked. This cannot be compensated by just waiting for completed byte transfer. The patch introduces polling of the bus busy bit in the I2C controller's status

[U-Boot-Users] [PATCH 03/10] [ARM] MX31: fix typos in defines for UART and SPI IO multiplexer pins

2008-07-04 Thread Jens Gehrlein
Signed-off-by: Jens Gehrlein [EMAIL PROTECTED] --- board/imx31_litekit/imx31_litekit.c |2 +- board/imx31_phycore/imx31_phycore.c |4 ++-- board/mx31ads/mx31ads.c |2 +- include/asm-arm/arch-mx31/mx31-regs.h |4 ++-- 4 files changed, 6 insertions(+), 6

[U-Boot-Users] [PATCH 04/10] [ARM] TQMA31: add new board with i.MX31 processor

2008-07-04 Thread Jens Gehrlein
Signed-off-by: Jens Gehrlein [EMAIL PROTECTED] --- MAINTAINERS |4 MAKEALL |1 Makefile |3 board/tqc/tqma31/Makefile | 48 board/tqc/tqma31/config.mk|2

[U-Boot-Users] [PATCH 08/10] [ARM] TQMA31: adjust pad property of IPU pin FPSHIFT for the display

2008-07-04 Thread Jens Gehrlein
Signed-off-by: Jens Gehrlein [EMAIL PROTECTED] --- board/tqc/tqma31/tqma31.c |7 +++ include/asm-arm/arch-mx31/mx31-regs.h |1 + 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/board/tqc/tqma31/tqma31.c b/board/tqc/tqma31/tqma31.c index abb8db0..dd2bb0a

[U-Boot-Users] [PATCH 10/10] [ARM] TQMA31: new kernel param. to pass the eth MAC addr to the Linux eth chip driver

2008-07-04 Thread Jens Gehrlein
Some Linux drivers like the smc911x driver, as used on TQMA31, rely on the MAC address in the appropriate register, but U-Boot resets the controller after every transfer. A patch for the Linux driver is necessary to extract the MAC address from the kernel boot parameter line and set the MAC

[U-Boot-Users] [PATCH 06/10] [ARM] TQMA31: add support for SPI and SPI device MC13783-RTC

2008-07-04 Thread Jens Gehrlein
Signed-off-by: Jens Gehrlein [EMAIL PROTECTED] --- board/tqc/tqma31/tqma31.c | 13 + include/asm-arm/arch-mx31/mx31-regs.h | 12 include/configs/TQMA31.h | 20 3 files changed, 45 insertions(+), 0 deletions(-) diff

[U-Boot-Users] [PATCH 09/10] [ARM] TQMA31: add FPGA configuration flash

2008-07-04 Thread Jens Gehrlein
Signed-off-by: Jens Gehrlein [EMAIL PROTECTED] --- board/tqc/tqma31/tqma31.c |6 ++ include/asm-arm/arch-mx31/mx31-regs.h |1 + include/configs/TQMA31.h |7 +-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/board/tqc/tqma31/tqma31.c

[U-Boot-Users] [PATCH 07/10] [ARM] TQMA31: adjust voltage regulators in PMIC MC13738

2008-07-04 Thread Jens Gehrlein
VRFDIG: 1.875 V - 1.8 V VGEN: 1.5 V - 1.8 V VDIG: 1.5 V - 1.3 V Unused PMIC switchers and regulators are disabled Signed-off-by: Jens Gehrlein [EMAIL PROTECTED] --- board/tqc/tqma31/tqma31.c | 142 + include/configs/TQMA31.h |2 + 2 files

[U-Boot-Users] [PATCH 05/10] [ARM] TQMA31: add support for I2C, I2C temperature sensor and I2C-EEPROM

2008-07-04 Thread Jens Gehrlein
Signed-off-by: Jens Gehrlein [EMAIL PROTECTED] --- board/tqc/tqma31/tqma31.c |6 + cpu/arm1136/mx31/generic.c| 17 ++ drivers/i2c/mxc_i2c.c | 13 +++ include/asm-arm/arch-mx31/mx31-regs.h | 32 ++

Re: [U-Boot-Users] [PATCH 3/3] Initial framework of the AMCC PPC460SX redwood reference board.

2008-07-04 Thread Stefan Roese
On Friday 04 July 2008, [EMAIL PROTECTED] wrote: From: Feng Kan [EMAIL PROTECTED] Add AMCC Redwood reference board that uses the latest PPC 464 CPU processor combined with a rich mix of peripheral controllers. The board will support PCIe, mutiple Gig ethernet ports, advanced hardware RAID

Re: [U-Boot-Users] Reading memory into environment variable

2008-07-04 Thread Alessandro Rubini
1. Read disk file into RAM 2. Implement custom mem2env command to read memory into environment variable, with destination variable as ${bootargs} I've done the same (on u-boot-1.2.0) to read an upgrade script from a network file or usb pen. I called the command setenvram (bad choice, Wolfgang

Re: [U-Boot-Users] [PATCH 1/3] Add initial PPC460SX defines for the cpu/ppc4xx directory.

2008-07-04 Thread Stefan Roese
Hi Feng, On Friday 04 July 2008, [EMAIL PROTECTED] wrote: From: Feng Kan [EMAIL PROTECTED] Add AMCC PPC460SX defines to prep for new 460SX boards. Thanks. One general comment: Could you please add ppc4xx: as the first word in your patch description/subject? For all 4xx related patches.

Re: [U-Boot-Users] [PATCH 00/10] [ARM] TQMA31: new board

2008-07-04 Thread Jens Gehrlein
Jens Gehrlein schrieb: Who will pick up this patch series (if there are no complaints)? Peter? Of course, we could put them into the TQ custodian tree. Awkward, that I forgot this. Kind regards, Jens - Sponsored by:

[U-Boot-Users] [GIT PULL] avr32 update

2008-07-04 Thread Haavard Skinnemoen
Hi Wolfgang, Please pull the master branch of the avr32 tree: git://git.denx.de/u-boot-avr32.git master to receive the following updates. I consider all of them to be fixes: Having no users of the new SPI flash framework is a rather serious bug IMO, as it prevents people from testing it. All

Re: [U-Boot-Users] Reading memory into environment variable

2008-07-04 Thread mcj00_rubbish
Thanks for the help! Using a proper U-Boot payload script would also be my preferred way, as suggested by Detlev. However, this isn't my choice to make, it's an accepted way of doing it already at my company :( This patch looks about exactly like what I need. In fact I am using U-Boot 1.2.0, so

Re: [U-Boot-Users] [PATCH 00/10] [ARM] TQMA31: new board

2008-07-04 Thread Peter Pearse
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jens Gehrlein Sent: 04 July 2008 16:02 To: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] [PATCH 00/10] [ARM] TQMA31: new board Jens Gehrlein schrieb: Who will pick up this