Re: [U-Boot] [PATCH] cmd_mmc: make curr_device static

2009-07-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1245029722-14514-1-git-send-email-vap...@gentoo.org> you wrote: > The curr_device variable isn't used outside of cmd_mmc, so mark it static > to avoid conflicts with other pieces of code (like sata which also exports > a curr_device). Otherwise we end up with stuf

Re: [U-Boot] [PATCH] sata: namespace curr_device variable

2009-07-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1245029722-14514-2-git-send-email-vap...@gentoo.org> you wrote: > The curr_device variable really should be namespaced with a "sata_" prefix > since it is only used by the sata code. It also avoids random conflicts > with other pieces of code (like cmd_mmc): > com

Re: [U-Boot] [PATCH] cmd_mmc: make curr_device static

2009-07-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200907151109.06151.vap...@gentoo.org> you wrote: > --nextPart4747607.DNTvaE3gLs > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline > > On Sunday 14 June 2009 21:35:21 Mike Frysinger wrot

Re: [U-Boot] [PATCH] ubi: help message correction

2009-07-17 Thread Andrzej Wolski
Fix incorrect information about size units and correct typo. Signed-off-by: Andrzej Wolski --- diff --git a/common/cmd_ubi.c b/common/cmd_ubi.c index 05893f5..54faac1 100644 --- a/common/cmd_ubi.c +++ b/common/cmd_ubi.c @@ -618,7 +618,7 @@ U_BOOT_CMD(ubi, 6, 1, do_ubi, "ubi remove[vol] vo

[U-Boot] [PATCH 2/2 v2] Remove legacy NAND and disk on chip references from boards.

2009-07-17 Thread Scott Wood
Signed-off-by: Scott Wood --- Fixed some board breakages found by the overnight MAKEALL. In particular, removed doc_probe() invocations (some of which weren't ifdeffed) and removed some CONFIG_CMD_NANDs that got left in on a few boards which were legacy NAND. board/delta/nand.c|

Re: [U-Boot] [PATCH] - add dns

2009-07-17 Thread Wolfgang Denk
Dear Robin Getz, In message <200907171553.08108.rg...@blackfin.uclinux.org> you wrote: > On 04 Oct 2008 Pieter posted a dns implementation for U-Boot. > > http://www.mail-archive.com/u-boot-us...@lists.sourceforge.net/msg10216.html > > > DNS can be enabled by setting CFG_CMD_DNS. After performin

Re: [U-Boot] [PATCH v1] usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root

2009-07-17 Thread Remy Bohmer
Hello Prafulla, 2009/7/17 Prafulla Wadaskar : > This change is cheked in Linux source and fix found to be in sync. > This patch is tested for USB host interface on Kirkwood based > Sheevaplug platform (ARM little endian board) > > Risk: the impact of this patch is not validated on big endian board

Re: [U-Boot] [PATCH v3] Add "cpu_config" command for PPC4xx bootstrap configuration

2009-07-17 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <200907172157.12244.matthias.fu...@esd.eu> you wrote: ... [450+ lines of full quote deleted.] Please quote only relevant code snippets. Thanks. > > + for (i = 0; i < ppc4xx_config_count; i++) { > > + /* > > +* Search for configuration name

Re: [U-Boot] [GIT PULL] Please pull microblaze

2009-07-17 Thread Wolfgang Denk
Dear Michal Simek, In message <4a601822.7020...@monstr.eu> you wrote: > > please pull the following changes. > > Thanks, > Michal > > > The following changes since commit bfadb17f69c256196620c32164775f063a59c34f: > Anton Vorontsov (1): > mpc83xx: MPC837xEMDS: Use hwconfig instead of

Re: [U-Boot] Pull request: u-boot-video

2009-07-17 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <4a6081de.7050...@denx.de> you wrote: > Dear Wolfgang, > > The following changes since commit bfadb17f69c256196620c32164775f063a59c34f: > Anton Vorontsov (1): > mpc83xx: MPC837xEMDS: Use hwconfig instead of pci_external_arbiter > variable > > are av

Re: [U-Boot] [PATCH V2] ppc4xx: Add 405EP based PMC405DE board

2009-07-17 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <200907161205.00253.matthias.fu...@esd.eu> you wrote: > > > return (in_be32((void*)GPIO0_IR) & CONFIG_SYS_GPIO_MONARCH_N) == 0; > Ack. > > > > Umm... and why do we need a cast here? This should be fixed. > The in/out_be16/32 functions expect a pointer. When yo

Re: [U-Boot] [PATCH 1/1] Add support for Eukrea CPU9260 SBC

2009-07-17 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Eric_B=E9nard?=, In message <4a5f4f09.2090...@eukrea.com> you wrote: > > After checking the datasheet, I don't understand how we can change the > geometry of this SDRAM controler while running from SDRAM : each time we > increase the colum number, the address are modified th

[U-Boot] [PATCH] AT91: revise serial lines pullup configuration,

2009-07-17 Thread Andrzej Wolski
Currently pullups are incorrectly set for all AT91 SoCs: pullup for TXD line is enabled, what is not necessary, but pullup for RXD line, what may be necessary for some boards, is disabled. This patch fixes it: it enables pullup only for RXD line. Signed-off-by: Andrzej Wolski --- cpu/arm926ejs/

Re: [U-Boot] [PATCH 1/1] Add support for Eukrea CPU9260 SBC

2009-07-17 Thread Wolfgang Denk
Dear Alessandro Rubini, In message <20090716164143.ga9...@mail.gnudd.com> you wrote: > > I've tried something very close to what is done in tqm8xx but I don't > > manage to get something reliable : either it hangs or I get data abort. > > > > After checking the datasheet, I don't understand how w

Re: [U-Boot] [PATCH 1/6] include/config_cmd_default.h cleanup

2009-07-17 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1247758084-12296-1-git-send-email-prafu...@marvell.com> you wrote: > arranged configurations in alphabetical order > CONFIG_CMD_FLASH moved under ifndef CONFIG_SYS_NO_FLASH > > Signed-off-by: Prafulla Wadaskar > --- > include/config_cmd_default.h |6 +++--

[U-Boot] [PATCH] AT91: factor out ROUND() macro

2009-07-17 Thread Wolfgang Denk
A large number of boards (all AT91 based) duplicated the ROUND() macro in their board specific config files. Add the definition to include/common.h and clean up the board config files. Signed-off-by: Wolfgang Denk --- include/common.h |1 + include/configs/afeb9260.h

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

2009-07-17 Thread Wolfgang Denk
Dear Dave Mitchell, In message <4a5fc1fd.1090...@gmail.com> you wrote: > > > Yes, I know. But then, bootstrapping [1] is really a name with a > > _very_ fuzzy meaning. It can be anything. The fact thay it was chosen > > in the UM documentation does't make it better - in U-Boot context I > >

Re: [U-Boot] [PATCH] - add dns

2009-07-17 Thread Robin Getz
On Fri 17 Jul 2009 16:55, Wolfgang Denk pondered: > Dear Robin Getz, > > In message <200907171553.08108.rg...@blackfin.uclinux.org> you wrote: > > On 04 Oct 2008 Pieter posted a dns implementation for U-Boot. > > > > http://www.mail-archive.com/u-boot-us...@lists.sourceforge.net/msg10216.html > >

Re: [U-Boot] [PATCH] ppc: Fix compile error for boards with CONFIG_DDR_ECC

2009-07-17 Thread Wolfgang Denk
Dear Peter Tyser, In message <1247634068-16671-1-git-send-email-pty...@xes-inc.com> you wrote: > A bug was introduced by commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae > which affected non-MPC83xx/85xx/86xx ppc boards which had CONFIG_DDR_ECC > defined and resulted in errors such as: > > Configu

Re: [U-Boot] [PATCH] ppc: Fix compile error for boards with CONFIG_DDR_ECC

2009-07-17 Thread Wolfgang Denk
Dear Stefan Roese, In message <200907170835.50906...@denx.de> you wrote: > On Wednesday 15 July 2009 07:01:08 Peter Tyser wrote: > > A bug was introduced by commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae > > which affected non-MPC83xx/85xx/86xx ppc boards which had CONFIG_DDR_ECC > > defined and

Re: [U-Boot] [PATCH 2/6] S5PC100: SMDKC100 Board support

2009-07-17 Thread Wolfgang Denk
Dear Minkyu Kang, In message <1f3430fb0907170142l51139f76jed37a47f7760f...@mail.gmail.com> you wrote: > > >> +void raise(void) > >> +{ > >> +} > > > > Why would that be needed? > > Actually this function is workaround. > because of undefined reference error > > /opt/toolchains/arm-2008q3/bin/../l

Re: [U-Boot] [PATCH] - add dns

2009-07-17 Thread Wolfgang Denk
Dear Robin Getz, In message <200907171745.36176.rg...@blackfin.uclinux.org> you wrote: > > > You probably should add a doc/README.* file to explain how that is > > supposed to be used. > > Will do. > > What is the rule for when things go in ./doc/README.* vs ./README ? Size - anything that take

Re: [U-Boot] i2c: rework multibus/multiadapter functionality

2009-07-17 Thread Wolfgang Denk
Dear Heiko Schocher, In message <49c89574.9040...@denx.de> you wrote: > > I want now, because the merge window is open again, restart the > the multibus/multiadapter discussion. No negative feedback has been posted, as far as I can tell. Will you post patches for this merge window? Best regard

Re: [U-Boot] [PATCH 2/2] 85xx: add the nfsboot/ramboot to default environment

2009-07-17 Thread Wolfgang Denk
Dear Andy, In message <1238751340-26758-1-git-send-email-dave...@freescale.com> Dave Liu wrote: > Give the MPC8569MDS board one default environment var. > > Signed-off-by: Dave Liu > --- > include/configs/MPC8569MDS.h | 72 > -- > 1 files changed, 41

Re: [U-Boot] PATCH Nios2 kernel bootstrap error due to missing processor data cache flush: fix

2009-07-17 Thread Wolfgang Denk
Dear Scott, In message <49df39cd.9010...@imagos.it> you wrote: > From b75bd27f89ac6c105cebb6507cf082b6f5fffc7d Mon Sep 17 00:00:00 2001 > From: Renato Andreola > Date: Fri, 10 Apr 2009 12:32:29 +0200 > Subject: Nios2: do_boom_linux(): kernel gunzip input data integrity > problem due to mi >

Re: [U-Boot] [PATCH 1/2] new video driver for bus vcxk framebuffers

2009-07-17 Thread Wolfgang Denk
Dear Anatolij, In message Jens Scharsig wrote: > This patch adds a new video driver > > * adds common bus_vcxk framebuffer driver > > Signed-off-by: Jens Scharsig > --- AFAICT this has neither been applied nor rejected yet. Please check. Best regards, Wolfgang Denk -- DENX Software Engin

Re: [U-Boot] [PATCH 2/2] LPC2468 example board

2009-07-17 Thread Wolfgang Denk
Dear Jean-Christophe, In message <49f70a9d.5000...@duran-audio.com> Remco Poelstra wrote: > Added example board for LPC2468 processor > > Signed-off-by: Remco Poelstra --- > From ab9ef1e9c2bd8f04612429461baa5c24dbc52266 Mon Sep 17 00:00:00 2001 > From: Remco Poelstra > Date: Tue, 28 Apr 2009 1

Re: [U-Boot] [PATCH] Trizeps IV adaptation to changes in dm9000 driver

2009-07-17 Thread Wolfgang Denk
Dear Ben, In message <1241592922-12574-1-git-send-email-sba...@denx.de> Stefano Babic wrote: > From: Stefano Babic > > Last patch in the dm9000 driver breaks the trizeps IV board (PXA). > Reading of eeprom is modified here to reflect the changes in > read_srom_word(). > > Signed-off-by: Stefan

Re: [U-Boot] i2c: rework multibus/multiadapter functionality

2009-07-17 Thread ksi
On Sat, 18 Jul 2009, Wolfgang Denk wrote: > Dear Heiko Schocher, > > In message <49c89574.9040...@denx.de> you wrote: > > > > I want now, because the merge window is open again, restart the > > the multibus/multiadapter discussion. > > No negative feedback has been posted, as far as I can tell.

Re: [U-Boot] [PATCH 1/3 v5] stdio/device: rework function naming convention

2009-07-17 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1242468896-5007-1-git-send-email-plagn...@jcrosoft.com> you wrote: > actually the console API use the following naming convention > > ==Extract== > typedef struct device_t; > > int device_register (device_t * dev); > int devices_init

Re: [U-Boot] i2c: rework multibus/multiadapter functionality

2009-07-17 Thread Wolfgang Denk
Dear k...@koi8.net, In message you wrote: > > > Will you post patches for this merge window? > > Are we back at square one or we're gonna implement that weirdo with > accessing global variables from object methods? I suggest you re-read Heiko's posting from end of March [1], and have a look at

Re: [U-Boot] [PATCH] - add dns

2009-07-17 Thread Robin Getz
On Fri 17 Jul 2009 18:01, Wolfgang Denk pondered: > Dear Robin Getz, > > In message <200907171745.36176.rg...@blackfin.uclinux.org> you wrote: > > > > > You probably should add a doc/README.* file to explain how that is > > > supposed to be used. > > > > Will do. > > > > What is the rule for whe

Re: [U-Boot] i2c: rework multibus/multiadapter functionality

2009-07-17 Thread ksi
On Sat, 18 Jul 2009, Wolfgang Denk wrote: > Dear k...@koi8.net, > > In message you > wrote: > > > > > Will you post patches for this merge window? > > > > Are we back at square one or we're gonna implement that weirdo with > > accessing global variables from object methods? > > I suggest you

[U-Boot] [PATCH 00/14] XPedite1K updates

2009-07-17 Thread Peter Tyser
The XPedite1000 is a 440gx-based PMC made by X-ES. Support was added for XPedite100 to U-Boot > 5 years ago by Travis Sawyer (travis.saw...@sandburst.com) independent of X-ES. Sandburst was bought out by Broadcom some time ago. I attempted to contact Travis at both his old Sandburst and Broadcom

[U-Boot] [PATCH 03/14] xpedite1k: Remove support for fixed SDRAM configuration

2009-07-17 Thread Peter Tyser
All XPedite1000's have SPD EEPROMs present and no fixed configuration parameters are currently defined or used Signed-off-by: Peter Tyser --- board/xpedite1k/xpedite1k.c | 64 +-- 1 files changed, 1 insertions(+), 63 deletions(-) diff --git a/board/xped

[U-Boot] [PATCH 04/14] xpedite1k: Remove support for reading MACs from EEPROM

2009-07-17 Thread Peter Tyser
By default, the XPedite1000 comes installed with xMon, a proprietary bootloader. xMon stores its MAC address in an onboard EEPROM. Rather than requiring a non-standard location in the EEPROM to be reserved for MAC addresses, store the MAC addresses in U-Boot's standard environment. A U-Boot appli

[U-Boot] [PATCH 02/14] xpedite1k: Remove CONFIG_SYS_DRAM_TEST support

2009-07-17 Thread Peter Tyser
POST or command line tests provide similar functionality Signed-off-by: Peter Tyser --- board/xpedite1k/xpedite1k.c | 31 --- include/configs/XPEDITE1K.h |1 - 2 files changed, 0 insertions(+), 32 deletions(-) diff --git a/board/xpedite1k/xpedite1k.c b/board/xp

[U-Boot] [PATCH 08/14] xpedite1k: Store environment in flash

2009-07-17 Thread Peter Tyser
Previously an I2C EEPROM was used. The EEPROM had size, reliability, and access issues which are resolved by storing the environment in flash. Signed-off-by: Peter Tyser --- include/configs/XPEDITE1K.h | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/include/

[U-Boot] [PATCH 01/14] xpedite1k: Use standard CFI flash driver

2009-07-17 Thread Peter Tyser
Using the CFI flash driver will allow write access to the 16MB Intel StrataFlash present on the XPedite1000. The 512KB socketed (non CFI-compliant flash) will no longer be writable. The mapping of the 16MB Strata flash was moved to 0xff00 and the 512KB AMD socketed flash was moved to 0xfe

[U-Boot] [PATCH 09/14] xpedite1k: Disable unused ethernet port 1

2009-07-17 Thread Peter Tyser
The XPedite1000 only has 2 available ethernet ports: ppc_4xx_eth2 (EMAC2) and ppc_4xx_eth3 (EMAC3) Signed-off-by: Peter Tyser --- include/configs/XPEDITE1K.h |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/include/configs/XPEDITE1K.h b/include/configs/XPEDITE1K.h inde

[U-Boot] [PATCH 10/14] xpedite1k: Sync up commands and environment with other X-ES boards

2009-07-17 Thread Peter Tyser
Signed-off-by: Peter Tyser --- include/configs/XPEDITE1K.h | 122 ++ 1 files changed, 110 insertions(+), 12 deletions(-) diff --git a/include/configs/XPEDITE1K.h b/include/configs/XPEDITE1K.h index d8eccd8..c67350a 100644 --- a/include/configs/XPEDITE1K.h

[U-Boot] [PATCH 05/14] xpedite1k: Cleanup coding style

2009-07-17 Thread Peter Tyser
Signed-off-by: Peter Tyser --- board/xpedite1k/init.S | 67 +++--- board/xpedite1k/u-boot.lds |3 - board/xpedite1k/xpedite1k.c | 210 +++--- include/configs/XPEDITE1K.h | 216 ++- 4 files changed, 2

[U-Boot] [PATCH 14/14] xpedite1k: Move to X-ES vendor directory

2009-07-17 Thread Peter Tyser
The XPedite1000 is an X-ES product thus it can be put in board/xes along with other X-ES boards. Along with the move, the board was renamed to XPedite1000 from XPedite1K to fit X-ES's standard naming convention. Maintainership was also transfered to Peter Tyser. Signed-off-by: Peter Tyser --- M

[U-Boot] [PATCH 12/14] xpedite1k: Sync up board config options with other X-ES boards

2009-07-17 Thread Peter Tyser
Signed-off-by: Peter Tyser --- include/configs/XPEDITE1K.h | 38 +++--- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/include/configs/XPEDITE1K.h b/include/configs/XPEDITE1K.h index 391d041..016fa8a 100644 --- a/include/configs/XPEDITE1K.h +++

[U-Boot] [PATCH 13/14] xpedite1k: Sync checkboard() with other X-ES boards

2009-07-17 Thread Peter Tyser
Signed-off-by: Peter Tyser --- board/xpedite1k/xpedite1k.c | 15 ++- include/configs/XPEDITE1K.h |1 + 2 files changed, 15 insertions(+), 1 deletions(-) diff --git a/board/xpedite1k/xpedite1k.c b/board/xpedite1k/xpedite1k.c index 33d4ac8..6926c1c 100644 --- a/board/xpedite1k/xp

[U-Boot] [PATCH 06/14] xpedite1k: Add support for optional flashes

2009-07-17 Thread Peter Tyser
The XPedite1000 can be built with 4 total flashes: - 512KB AMD socketed - 16MB Intel soldered - 2 x 32MB AMD MirrorBit flashes Add support for the optional 2 32MB CFI-compliant AMD flashes Signed-off-by: Peter Tyser --- board/xpedite1k/xpedite1k.c |4 include/configs/XPEDITE1K.h |7

[U-Boot] [PATCH 07/14] xpedite1k: Add support for additional GPIO pins

2009-07-17 Thread Peter Tyser
Enable GPIO pins for an I2C EEPROM write protect, a system reset pin, and a PMC #MONARCH pin. These pins are not currently used in U-Boot, but are used in OSes and may be used in U-Boot in the future. Signed-off-by: Peter Tyser --- board/xpedite1k/xpedite1k.c | 13 +++-- 1 files chang

[U-Boot] [PATCH 11/14] xpedite1k: Sync organization of board config with other X-ES boards

2009-07-17 Thread Peter Tyser
This change should have no functional effect Signed-off-by: Peter Tyser --- include/configs/XPEDITE1K.h | 159 +++ 1 files changed, 85 insertions(+), 74 deletions(-) diff --git a/include/configs/XPEDITE1K.h b/include/configs/XPEDITE1K.h index c67350a..39

Re: [U-Boot] [PATCH] - add dns

2009-07-17 Thread Robin Getz
On Fri 17 Jul 2009 16:55, Wolfgang Denk pondered: > > Index: net/Makefile > > === > > --- net/Makefile(revision 1968) > > +++ net/Makefile(working copy) > > @@ -34,6 +34,7 @@ > > COBJS-y += eth.o > > COBJS-y += nfs.o > > COB

Re: [U-Boot] USB Device Port not working in MPC8280 PowerPC

2009-07-17 Thread Gurumurthy Gowdar
Dear Sir, sorry for the miss quote. i have written the code for USB device & USB Host from taking reference code of U-boot. current version is ELDK version 4.2 ppc_6xx: Build 2008-04-01 with regards, gurumurthy On Sat, Jul 18, 2009 at 12:01 AM, Wolfgang Denk wrote: > Dear Gurumurt

Re: [U-Boot] [PATCH] - add dns

2009-07-17 Thread Robin Getz
On Fri 17 Jul 2009 18:01, Wolfgang Denk pondered: > Dear Robin Getz, > > In message <200907171745.36176.rg...@blackfin.uclinux.org> you wrote: > > > > > You probably should add a doc/README.* file to explain how that is > > > supposed to be used. > > > > Will do. > > > > What is the rule for whe

Re: [U-Boot] Using Uboot to communicate a PCI device.

2009-07-17 Thread dwh
Hi Darshan, Let me summarize your hardware and request: - Cavium Octeon host-processor - Wintegra Winpath Network slave processors - Devices connected via the PCI bus - You want to create a U-Boot application to boot the processors and then communicate over the PCI bus. However, before we

Re: [U-Boot] [PATCH] ppc: Fix compile error for boards with CONFIG_DDR_ECC

2009-07-17 Thread Stefan Roese
Hi Wolfgang, On Friday 17 July 2009 23:45:02 Wolfgang Denk wrote: > > > A bug was introduced by commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae > > > which affected non-MPC83xx/85xx/86xx ppc boards which had > > > CONFIG_DDR_ECC defined and resulted in errors such as: > > > > > > Configuring for c

Re: [U-Boot] Using Uboot to communicate a PCI device.

2009-07-17 Thread Darshan Vasisht
Hi Dave, Thanks for the reply. Cavium's U-boot version included has been modified to support multicore OCTEON processors. The 'bootoct' command has been added, which supports the booting of an Octeon simple executive application. Let me answer your questions now. Octeon Software Development Kit: Oc

<    1   2