Re: [U-Boot] [PATCH] Handle most LDSCRIPT setting centrally

2011-04-08 Thread Graeme Russ
On 08/04/11 02:01, Scott Wood wrote: On Thu, 7 Apr 2011 09:11:03 +0200 Wolfgang Denk w...@denx.de wrote: Dear Scott Wood, In message 20110406233136.ga13...@schlenkerla.am.freescale.net you wrote: Currently, some linker scripts are found by common code in config.mk. Some are found using

Re: [U-Boot] [PATCH] eNET: Fix undefined reference to `monitor_flash_len'

2011-04-08 Thread Graeme Russ
On 04/04/11 15:29, Graeme Russ wrote: commit cfbe861506e2dc3250ac99dc45bb3d1ac60f4857 removed the definition of monitor_flash_len from the eNET which was not picked up due to extensive use of the SRAM configuration target for testing Signed-off-by: Graeme Russ graeme.r...@gmail.com ---

Re: [U-Boot] [PATCH v3 7/8] tsec: Convert tsec to use PHY Lib

2011-04-08 Thread Kumar Gala
On Apr 7, 2011, at 9:56 PM, Andy Fleming wrote: diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h index 536f142..31b515e 100644 --- a/arch/powerpc/include/asm/config.h +++ b/arch/powerpc/include/asm/config.h @@ -80,6 +80,13 @@ #endif #endif +/* The

[U-Boot] Suchen Sie nach einer Beschaftigung, die Ihnen Geld bringen konnte?

2011-04-08 Thread athens
Sehr geehrte Damen und Herren, zurzeit suchen wir engagierte Mitarbeiter, die Zuhause arbeiten wollen. Wir mochten gerne die Qualitat sowie auch die Quantitat in unserer Auftragsbearbeitung verbessern. Fur uns ist sehr wichtig, dass Sie sich mit Menschen gerne in Kontakt setzen, Verantwortung

[U-Boot] u-boot and 2nd level usb hub

2011-04-08 Thread Kallol Biswas
Hi, We have a system with a 2nd level USB hub. It seems that uboot does not discover devices beyond 1st level hub. If this is true, is there any patch that will discover devices behind multiple levels of hub? The linux kernel is able to detect and configure devices that are behind 2nd level

Re: [U-Boot] [PATCH v3 0/8] Universal PHY Infrastructure

2011-04-08 Thread Andy Fleming
Latest changes are now in the u-boot-mmc.git repo, in the phylib branch. I changed patches 5 and 7, the new versions of which are being sent now. On Thu, Apr 7, 2011 at 11:49 PM, Mike Frysinger vap...@gentoo.org wrote: do you have a git tree hosting these changes ? -mike

Re: [U-Boot] [PATCH v3 4/4] ARMV7: OMAP3: Add support for Comelit DIG297 board

2011-04-08 Thread Luca Ceresoli
Il 07/04/2011 23:49, Wolfgang Denk ha scritto: Dear Luca Ceresoli, In message4d9e12b7.2040...@comelit.it you wrote: I'm going to define the bit values for the GPMC_CONFIGn registers. Is arch/arm/include/asm/arch-omap3/omap_gpmc.h the correct place? I think so, but I'm not an OMAP expert.

[U-Boot] DSN: failed (Delivery reports about your e-mail)

2011-04-08 Thread Mailbot for etexusa . com
This is a Delivery Status Notification (DSN). I was unable to deliver your message to ep...@comcast.net. I said RCPT TO:ep...@comcast.net And they gave me the error; 550 5.1.1 Not our Customer Reporting-MTA: dns; etexusa.com Final-Recipient: RFC822; episr@comcast.net Action: failed

Re: [U-Boot] [PATCH v7 01/10] nds32: add header files support for nds32

2011-04-08 Thread macpaul
Hi Wolfgang, This also triggers an erro-r from checkpatch, and indeed this is a strange define. +#define R0 uregs[1]/* R0 */ +#define R1 uregs[2] +#define R2 uregs[3] +#define R3 uregs[4] NAK. Please use a C struct instead. After discussed

Re: [U-Boot] [RFC] mpc83xx: add config options to spd_sdram

2011-04-08 Thread Andre Schwarz
Kim, York, ok - will give it a try tomorrow. hmm - having a look at the Makefile it looks like I need CONFIG_FSL_DDR2. This seems to pull in the new code ... without omitting the old one in arch/powerpc/cpu/mpc83xx/spd_sdram.c The Makefile further uses ctrl_regs.c ... which

[U-Boot] DSN: failed (MESSAGE COULD NOT BE DELIVERED)

2011-04-08 Thread Mailbot for etexusa . com
This is a Delivery Status Notification (DSN). I was unable to deliver your message to serv...@akam.net. The error was; Domain akam.net can't receive email Reporting-MTA: dns; etexusa.com Final-Recipient: RFC822; servers@akam.net Action: failed Status: 5.0.0 Received: from lists.denx.de

[U-Boot] [PATCH] powerpc/85xx: Drop CONFIG_VIDEO support on corenet_ds boards

2011-04-08 Thread Kumar Gala
We don't really ever use Video cards on corenet_ds style boards and its bloating our image which is close the its max size. Drop support and also kill some defines for non-PNP PCI which we never use. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- include/configs/corenet_ds.h | 23

Re: [U-Boot] [PATCH v1 1/2] powerpc/85xx: rename NAND prefixes to CONFIG_SYS

2011-04-08 Thread Kumar Gala
On Apr 5, 2011, at 2:39 PM, Matthew McClintock wrote: renaming 85xx define CONFIG_NAND_OR_PRELIM to CONFIG_SYS_NAND_OR_PRELIM and CONFIG_NAND_BR_PRELIM to CONFIG_SYS_NAND_BR_PRELIM to use the more appropriate CONFIG_SYS prefix as well as be consistent with 83xx Signed-off-by: Matthew

Re: [U-Boot] [PATCH v7 01/10] nds32: add header files support for nds32

2011-04-08 Thread Macpaul Lin
Hi Wolfgang, Checkpatch complains a lot about do not add new typedefs. Indeed, but this seems is special for Linux Kernel, Not really.  This is Linux CodingStyle policy, which we usually adapt. I've checked some of the typedefs from other architecture code in u-boot. This does not mean

[U-Boot] [PATCH] tools/env: document current cross-compilation issues and workaround

2011-04-08 Thread Luca Ceresoli
Signed-off-by: Luca Ceresoli luca.ceres...@comelit.it --- Cross-compiling fw_{print,set}env has caused people to waste a lot of time: - http://www.mail-archive.com/u-boot@lists.denx.de/msg42317.html - http://www.mail-archive.com/u-boot@lists.denx.de/msg39735.html -

Re: [U-Boot] [PATCH v2 0/6] Universal PHY Infrastructure

2011-04-08 Thread Detlev Zundel
Hi, On Thu, Apr 7, 2011 at 10:13 AM, Andy Fleming wrote: On Apr 6, 2011, at 7:07 AM, Detlev Zundel wrote: This second version cleans up all checkpatch errors that I reasonably could, and addresses most of the comments from the first round of reviews.  WARNING: Use of volatile is usually

Re: [U-Boot] [PATCH] Keymile boards mainlining, part 2

2011-04-08 Thread Valentin Longchamp
Sorry, the whole series is not numbered, -N statt -n ... it will be corrected for the very likely v2 of the series posting. Valentin Longchamp wrote: This series is the second effort of merging the Keymile boards support back into mainline. Most of the patches are only keymile relevant and

[U-Boot] [PATCH] common/hush: make get_local_var visible for other users

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp valentin.longch...@keymile.com Signed-off-by: Valentin Longchamp

[U-Boot] [PATCH] i2c, soft_i2c: deblock bus if switching to another i2c bus

2011-04-08 Thread Valentin Longchamp
From: Heiko Schocher h...@denx.de Deblock i2c bus when switching to another i2c bus, if using i2c_set_bus_num(). Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp valentin.longch...@keymile.com cc: Holger Brunck

[U-Boot] [PATCH] powerpc/km82xx: add DIP switch detection

2011-04-08 Thread Valentin Longchamp
From: Huber, Andreas andreas.hu...@keymile.com This reads the DIP switch register in the BFTICU (0x4089). If 'Full reset' or 'DB erase' is selected, 'actual_bank' is set to 0. This loads the Bootloader application who does the erase stuff. To access the register a struct for the bfticu I/O

[U-Boot] [PATCH] km/common: replace env var checkboardidlist by function

2011-04-08 Thread Valentin Longchamp
From: Thomas Herzmann thomas.herzm...@keymile.com The environment variable (defining a checkboardidlist function) has been replaced by a u-boot function call. This call is much faster and the environment is a leaner. Signed-off-by: Thomas Herzmann thomas.herzm...@keymile.com Signed-off-by:

[U-Boot] [PATCH] powerpc/km82xx: adapt CONFIG_SYSSYPCR to manual

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com Reserved bit was changed according to the processors manual. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp

[U-Boot] [PATCH] powerpc/km82xx: cleanup coding style for mgcoge.c

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp valentin.longch...@keymile.com Signed-off-by: Valentin Longchamp

[U-Boot] [PATCH] powerpc/km82xx: rename mgcoge files to km82xx

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com The directory and file mgcoge was renamed to km82xx. Because other keymile 82xx will follow and will use the same platform code. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk

[U-Boot] [PATCH] km/common: fix initial_boot_bank for bootpackages

2011-04-08 Thread Valentin Longchamp
From: Thomas Herzmann thomas.herzm...@keymile.com The initial_boot_bank can be set when more than one application is used in a bootpackage. But a value n 0 never led to booting from bank n. Instead, bank 0 was booted. This patch fixes this. Signed-off-by: Thomas Herzmann

[U-Boot] [PATCH] cramfs: make cramfs usable without a NOR flash

2011-04-08 Thread Valentin Longchamp
From: Heiko Schocher h...@denx.de Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp valentin.longch...@keymile.com cc: Holger Brunck holger.bru...@keymile.com Signed-off-by: Valentin Longchamp

[U-Boot] [PATCH] powerpc/km82xx: move SDRAM config to board config

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com To be prepared for mgcoge3ne which has a different SDRAM on board. The config was moved from generic code to board specific header. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk

[U-Boot] [PATCH] poweprc/km82xx: add board specific environment variable

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com On mgcoge3ne a new environment variable bobcatreset is used. So this patch adds a possibility to add board specific environment variables in general and this specific variable for mgcoge3ne. Signed-off-by: Holger Brunck holger.bru...@keymile.com

[U-Boot] [PATCH] km/common: implement setboardid as a command

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com Read out board id and HW key from the IVM eeprom and set these values as an environment variable was now done inside the code as a command. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk

[U-Boot] [PATCH] powerpc/km82xx: rename mgcoge2ne to mgcoge3ne board support

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com This patch rename mgcoge2ne board support to mgcoge3ne. The board is similar to mgcoge. The difference is that a NUMONYX flash is used and a larger SDRAM (256MB). Also introduce CONFIG_KM_82XX to collect ppc82xx common settings. Signed-off-by: Holger

[U-Boot] [PATCH] arm/km: add addbootcount environment variable

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com This environment variable is used to set the bootcount address for the kernel. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin

[U-Boot] [PATCH] lib, vsprintf: introduce strict_strtoul

2011-04-08 Thread Valentin Longchamp
From: Heiko Schocher h...@denx.de as checkpatch proposes to use strict_strtoul instead of simple_strtoul, introduce it. Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp valentin.longch...@keymile.com cc: Holger Brunck

[U-Boot] [PATCH] Keymile boards mainlining, part 2

2011-04-08 Thread Valentin Longchamp
This series is the second effort of merging the Keymile boards support back into mainline. Most of the patches are only keymile relevant and should only affect our boards. There are also patches for the i2c deblocking support and cramfs for ARM. The whole series is based on current denx-master

[U-Boot] [PATCH] km/common: remove hdlc_enet implementation

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com The hdlc implementation for mgcoge was initially developed, but later on not used. Remove the C files, the references in mgcoge.c and the Makefile to decrease maintenance effort. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko

[U-Boot] [PATCH] km/common: add pnvramsize to default environment

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com The pnvram size was used later from start scripts in linux. Therefore it must be set inside u-boot. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel

[U-Boot] [PATCH] km/common: simplify default environment

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com This is a first step to simplify the default environment. Move all the environment variables which are only needed for debugging purpose to textfiles in the scripts directory. In case of debugging these files can be loaded via tftp into RAM and set

[U-Boot] [PATCH] km/common: fix coding style issues in generic header

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp valentin.longch...@keymile.com Signed-off-by: Valentin Longchamp

[U-Boot] [Nios] Pull Request

2011-04-08 Thread Scott McNutt
Dear Wolfgang, The following changes since commit 4db2fa7f9446d0f2fe8db3d62184b1212fe22707: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx are available in the git repository at: git://git.denx.de/u-boot-nios.git next Thomas Chou (1): nios2:

Re: [U-Boot] get ram size/end in env var

2011-04-08 Thread Fabian Cenedese
At 15:47 18.03.2011 +0100, Fabian Cenedese wrote: Hi I want to add in my board's config header an environment command that needs the ram end address (or ram size as ram starts at 0). As the sdram size can differ I'd like to get it at runtime and then jump there with the go command (minus some

Re: [U-Boot] [PATCH] Keymile boards mainlining, part 2

2011-04-08 Thread Valentin Longchamp
And my coworker made me notice that the renames are not correctly handled either, so I am going to resent this whole series directly. Please excuse me for the spam and inconvenience. Valentin Longchamp wrote: Sorry, the whole series is not numbered, -N statt -n ... it will be corrected for

[U-Boot] [PATCH 00/30] Keymile boards mainlining, part 2 (resend)

2011-04-08 Thread Valentin Longchamp
This series is the second effort of merging the Keymile boards support back into mainline. Most of the patches are only keymile relevant and should only affect our boards. There are also patches for the i2c deblocking support and cramfs for ARM. The whole series is based on current denx-master

[U-Boot] [PATCH 16/30] arm/km: add second serial interface for kirkwood

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Prafulla Wadaskar prafu...@marvell.com cc: Valentin Longchamp valentin.longch...@keymile.com

[U-Boot] [PATCH 15/30] arm/km: disable ls (through jffs2 support)

2011-04-08 Thread Valentin Longchamp
This is not supported on our km-arm boards since we have defined CONFIG_SYS_NO_FLASH for our NAND Flash chip. With CONFIG_CMD_JFFS2, the ls command is present and works very badly on our km-arm boards. Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com Signed-off-by: Holger Brunck

[U-Boot] [PATCH 10/30] arm/km: add addbootcount environment variable

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com This environment variable is used to set the bootcount address for the kernel. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin

[U-Boot] [PATCH 26/30] arm, powerpc, keymile boards: move keymile specific header in subdir

2011-04-08 Thread Valentin Longchamp
From: Heiko Schocher h...@denx.de Collect all keymile specific common headers in include/configs/km. Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Prafulla Wadaskar prafu...@marvell.com cc: Kim Phillips kim.phill...@freescale.com cc:

[U-Boot] [PATCH 12/30] arm/km: add CRAMFS support for keymile boards

2011-04-08 Thread Valentin Longchamp
From: Heiko Schocher h...@denx.de Signed-off-by: Heiko Schocher h...@denx.de Signed-off-by: Holger Brunck holger.bru...@keymile.com cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Prafulla Wadaskar prafu...@marvell.com Signed-off-by: Valentin Longchamp

[U-Boot] [PATCH 11/30] arm/km: remove last_stage_init and unneeded printouts

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com last_stage_init is not available for arm platforms. So move the call to set_km_var to misc_init_r and remove this function. Additionally some unneeded printouts were removed. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko

[U-Boot] [PATCH 14/30] arm/km: add BootROM config files for memphis SDRAM

2011-04-08 Thread Valentin Longchamp
This RAM is used on mgcoge3un and needs other initialization values for the SDRAM controller. Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev

[U-Boot] [PATCH 01/30] lib, vsprintf: introduce strict_strtoul

2011-04-08 Thread Valentin Longchamp
From: Heiko Schocher h...@denx.de as checkpatch proposes to use strict_strtoul instead of simple_strtoul, introduce it. Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp valentin.longch...@keymile.com cc: Holger Brunck

[U-Boot] [PATCH 20/30] km/common: fix initial_boot_bank for bootpackages

2011-04-08 Thread Valentin Longchamp
From: Thomas Herzmann thomas.herzm...@keymile.com The initial_boot_bank can be set when more than one application is used in a bootpackage. But a value n 0 never led to booting from bank n. Instead, bank 0 was booted. This patch fixes this. Signed-off-by: Thomas Herzmann

[U-Boot] [PATCH 04/30] powerpc/km82xx: cleanup coding style for mgcoge.c

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp valentin.longch...@keymile.com Signed-off-by: Valentin Longchamp

[U-Boot] [PATCH 05/30] powerpc/km82xx: rename mgcoge files to km82xx

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com The directory and file mgcoge was renamed to km82xx. Because other keymile 82xx will follow and will use the same platform code. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk

[U-Boot] [PATCH 07/30] powerpc/km82xx: adapt CONFIG_SYSSYPCR to manual

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com Reserved bit was changed according to the processors manual. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp

[U-Boot] [PATCH 02/30] powerpc/km82xx: add DIP switch detection

2011-04-08 Thread Valentin Longchamp
From: Huber, Andreas andreas.hu...@keymile.com This reads the DIP switch register in the BFTICU (0x4089). If 'Full reset' or 'DB erase' is selected, 'actual_bank' is set to 0. This loads the Bootloader application who does the erase stuff. To access the register a struct for the bfticu I/O

[U-Boot] [PATCH 18/30] i2c: add i2c deblock sequence before and after every mux config

2011-04-08 Thread Valentin Longchamp
From: Stefan Bigler stefan.big...@keymile.com To make sure that the mux can be configured a deblocking sequence is done before the mux configuration. After the mux switch the new leaf of, the i2c tree must be again deblocked. Signed-off-by: Stefan Bigler stefan.big...@keymile.com Acked-by: Heiko

[U-Boot] [PATCH 09/30] poweprc/km82xx: add board specific environment variable

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com On mgcoge3ne a new environment variable bobcatreset is used. So this patch adds a possibility to add board specific environment variables in general and this specific variable for mgcoge3ne. Signed-off-by: Holger Brunck holger.bru...@keymile.com

[U-Boot] [PATCH 21/30] common/hush: make get_local_var visible for other users

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp valentin.longch...@keymile.com Signed-off-by: Valentin Longchamp

[U-Boot] [PATCH 19/30] i2c, soft_i2c: deblock bus if switching to another i2c bus

2011-04-08 Thread Valentin Longchamp
From: Heiko Schocher h...@denx.de Deblock i2c bus when switching to another i2c bus, if using i2c_set_bus_num(). Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp valentin.longch...@keymile.com cc: Holger Brunck

[U-Boot] [PATCH 08/30] powerpc/km82xx: rename mgcoge2ne to mgcoge3ne board support

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com This patch rename mgcoge2ne board support to mgcoge3ne. The board is similar to mgcoge. The difference is that a NUMONYX flash is used and a larger SDRAM (256MB). Also introduce CONFIG_KM_82XX to collect ppc82xx common settings. Signed-off-by: Holger

[U-Boot] [PATCH 13/30] arm/km: add mkimage config file for uart download

2011-04-08 Thread Valentin Longchamp
Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Prafulla Wadaskar prafu...@marvell.com ---

[U-Boot] [PATCH 28/30] arm/km: rename mgcoge2un to mgcoge3un

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com The mgcoge2un target was only an intermediate step to mgcoge3un. For this reason the mgcoge2un support was moved to mgcoge3un, because it isn't needed to support both targets. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko

[U-Boot] [PATCH 17/30] cramfs: make cramfs usable without a NOR flash

2011-04-08 Thread Valentin Longchamp
From: Heiko Schocher h...@denx.de Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp valentin.longch...@keymile.com cc: Holger Brunck holger.bru...@keymile.com Signed-off-by: Valentin Longchamp

[U-Boot] [PATCH 06/30] powerpc/km82xx: move SDRAM config to board config

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com To be prepared for mgcoge3ne which has a different SDRAM on board. The config was moved from generic code to board specific header. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk

[U-Boot] [PATCH 25/30] km/common: fix coding style issues in generic header

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp valentin.longch...@keymile.com Signed-off-by: Valentin Longchamp

[U-Boot] [PATCH 03/30] km/common: remove hdlc_enet implementation

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com The hdlc implementation for mgcoge was initially developed, but later on not used. Remove the C files, the references in mgcoge.c and the Makefile to decrease maintenance effort. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko

[U-Boot] [PATCH 29/30] arm/km: change default settings for egiga on mgcoge3un

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com The reason we need this is that we have the gig port on mgcoge3un connected using a back-to-back pair of PHYs. There are no magnetics and because of that the port has to be run with a fixd configuration and auto-negotiation must be disabled. In the

[U-Boot] [PATCH 30/30] arm/km: update mgcoge3un board support

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com Add wait for the GPIO line connected to mgcoge3ne before starting mgcoge3un. A board specific ethernet present function was added, because on this board ethernet is always present. The BOCO FPGA access was enhanced and changed to use register

[U-Boot] [PATCH 22/30] km/common: implement setboardid as a command

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com Read out board id and HW key from the IVM eeprom and set these values as an environment variable was now done inside the code as a command. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk

[U-Boot] [PATCH 24/30] km/common: add pnvramsize to default environment

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com The pnvram size was used later from start scripts in linux. Therefore it must be set inside u-boot. Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel

[U-Boot] [PATCH 23/30] km/common: replace env var checkboardidlist by function

2011-04-08 Thread Valentin Longchamp
From: Thomas Herzmann thomas.herzm...@keymile.com The environment variable (defining a checkboardidlist function) has been replaced by a u-boot function call. This call is much faster and the environment is a leaner. Signed-off-by: Thomas Herzmann thomas.herzm...@keymile.com Signed-off-by:

[U-Boot] [PATCH 27/30] km/common: simplify default environment

2011-04-08 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com This is a first step to simplify the default environment. Move all the environment variables which are only needed for debugging purpose to textfiles in the scripts directory. In case of debugging these files can be loaded via tftp into RAM and set

Re: [U-Boot] [RFC] mpc83xx: add config options to spd_sdram

2011-04-08 Thread York Sun
On Fri, 2011-04-08 at 09:41 +0200, Andre Schwarz wrote: I am sorry I totally ignored the subject with mpc83xx. I was thinking of mpc85xx. ok - no new code for 83xx then. You are right the old code is in spd_sdram.c and it is still in use for mpc83xx. Unless to adjust the code, there is no

Re: [U-Boot] [RFC] mpc83xx: add config options to spd_sdram

2011-04-08 Thread Andre Schwarz
York, On Fri, 2011-04-08 at 09:41 +0200, Andre Schwarz wrote: I am sorry I totally ignored the subject with mpc83xx. I was thinking of mpc85xx. ok - no new code for 83xx then. You are right the old code is in spd_sdram.c and it is still in use for mpc83xx. Unless to adjust the code, there is

Re: [U-Boot] [RFC] mpc83xx: add config options to spd_sdram

2011-04-08 Thread York Sun
On Fri, 2011-04-08 at 18:29 +0200, Andre Schwarz wrote: York, On Fri, 2011-04-08 at 09:41 +0200, Andre Schwarz wrote: I am sorry I totally ignored the subject with mpc83xx. I was thinking of mpc85xx. ok - no new code for 83xx then. You are right the old code is in spd_sdram.c and it is

Re: [U-Boot] [RFC] mpc83xx: add config options to spd_sdram

2011-04-08 Thread Andre Schwarz
On 04/08/2011 06:36 PM, York Sun wrote: On Fri, 2011-04-08 at 18:29 +0200, Andre Schwarz wrote: York, On Fri, 2011-04-08 at 09:41 +0200, Andre Schwarz wrote: I am sorry I totally ignored the subject with mpc83xx. I was thinking of mpc85xx. ok - no new code for 83xx then. You are right the

Re: [U-Boot] [PATCH] Blackfin: cmd_gpio: allow port pins over 15

2011-04-08 Thread Mike Frysinger
this is obsoleted by my recent patch: [U-Boot] [PATCH] gpio: generalize for all generic gpio providers -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] u-boot and 2nd level usb hub

2011-04-08 Thread Kallol Biswas
I was wrong. The problem is somewhere else. Something is wrong with our embedded board. On Thu, Apr 7, 2011 at 11:28 PM, Kallol Biswas kal...@nucleodyne.com wrote: Hi,     We have a system with a 2nd level USB hub. It seems that uboot does not discover devices beyond 1st level hub. If this