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

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 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] - 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] 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 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

[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

[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 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 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 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 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 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 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 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 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 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 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 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 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 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

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

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 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 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 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] 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] [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 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 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 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] 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] - 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] [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] 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] 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] - 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] 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 > >

[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 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 +++--

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

[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 =?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

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] 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] [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] [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] [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] - 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

[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] 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

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] 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 <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] envcrc: add missing dependencies on env storage

2009-07-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1245029716-14477-1-git-send-email-vap...@gentoo.org> you wrote: > When the envcrc building was made conditional, it missed a bunch of env > storage types, so add all currently supported types. > > Signed-off-by: Mike Frysinger > --- > tools/Makefile |4

Re: [U-Boot] [PATCH] eth_receive(): Do not assume that caller always wants full packet.

2009-07-17 Thread Wolfgang Denk
Dear Marcel Moolenaar, In message <018c5018-f1ce-4e30-9239-93c118cff...@mac.com> you wrote: > > It seems to me that these questions stem from an assumption > about how applications are written. That is, I always interpret This is actually correct. The basic assumption I make, and request othe

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

2009-07-17 Thread Matthias Fuchs
Please see one comment below On Friday 17 July 2009 15:53:56 Stefan Roese wrote: > This patch adds a generic command for programming I2C bootstrap > eeproms on PPC4xx. An implementation for Canyonlands board is > included. > > The command name is intentionally chosen not to be PPC4xx specific. > T

[U-Boot] [PATCH] - add dns

2009-07-17 Thread Robin Getz
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 performing a query, the > serverip environment var is updated. > > Probably there are some cosmetic issues

Re: [U-Boot] Support for Calao USB A9263 board based on AT91SAM9263 CPU

2009-07-17 Thread Wolfgang Denk
Dear Thomas Petazzoni, In message <20090715163557.08b58...@surf> you wrote: > Support for the Calao USB A9263 board > > The Calao USB A9263 board is a board manufactured and sold by Calao > Systems . Its components are very > similar to the AT91SAM9263EK board, so i

Re: [U-Boot] [PATCH] config.mk: Remove $(PCI_CLOCK) reference

2009-07-17 Thread Wolfgang Denk
Dear Shinya Kuribayashi, In message <4a3cb586.1010...@pobox.com> you wrote: > The following commit introduced $(PCI_CLOCK) reference so that > we could tweak `PCI_66M' definition via an environment variable. > > > commit f046ccd15c8bc9613bfd72916b761a127d36e5c6 > > Author: Eran Liberty > > Date:

Re: [U-Boot] [PATCH 1/3] fix: missing autoconfig.mk from general Makefile

2009-07-17 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1243107758-4528-1-git-send-email-plagn...@jcrosoft.com> you wrote: > at the first run of make we generate the autoconf.mk and autoconf.mk.dep > if not already the case and we currently include only to .dep > > in order to use these autogenerated

Re: [U-Boot] [PATCH 1/4]: arm: Kirkwood: Set MAC address during registration for kirkwood egiga

2009-07-17 Thread Wolfgang Denk
Dear Simon Kagstrom, In message <20090713101307.30d3d...@marrow.netinsight.se> you wrote: > OK, so until ARM has moved to the device tree approach (and from LKML I > see there is some vocal opposition to this), we'd still need to resort > to some driver-specific hack [with Linux support] for this

Re: [U-Boot] [PATCH] ppc4xx: Enable support for 64bit printf on all PPC4xx variants

2009-07-17 Thread Wolfgang Denk
Dear Stefan Roese, In message <200907090654.02336...@denx.de> you wrote: > > Then please grep for "#define CONFIG_" in the include directory. You will be > surprised how many of these defines there are outside of the include/configs > directory. This is no excuse for adding even more such code

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

2009-07-17 Thread Wolfgang Denk
Dear Gurumurthy Gowdar, please do not ignore hints given to you: Please do not top-post / full-quote. Make sure to read http://www.netmeister.org/news/learn2quote.html In message you wrote: > > updating to Current code which version? is there any drivers for MPC8280 USB > host & Device ports.

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

2009-07-17 Thread Wolfgang Denk
Dear Stefan Roese, In message <200907171905.07765...@denx.de> you wrote: > > > we could use something similar on some of the FSL SoCs. What about > > renaming this chip_config? When I see cpu I think of just CPU cores. > > "chip_config" is fine for me as well. If nobody objects or suggest somet

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

2009-07-17 Thread Gurumurthy Gowdar
updating to Current code which version? is there any drivers for MPC8280 USB host & Device ports. regards, gurumurthy On Fri, Jul 17, 2009 at 4:51 PM, Wolfgang Denk wrote: > Dear Gurumurthy Gowdar, > > please do not top-post / full-quote. Make sure to read > http://www.netmeister.org/news/lea

[U-Boot] [PATCH] mpc83xx: fix duplicate MONITOR_LEN definition caused by merge foo

2009-07-17 Thread Kim Phillips
commits 4a9932a4364b548773bc131bf85e24a2ec15f2b0 and c9646ed758804fa1fa6c1425369a4eee5d618b1d merged and generated this build error: Configuring for MPC837XERDB board... In file included from /home/r1aaha/git/u-boot/include/config.h:3, from include/common.h:35: /home/r1aaha/git/u-

Re: [U-Boot] [PATCH 1/2] update config for mvBL-M7 (MPC8343)

2009-07-17 Thread Kim Phillips
On Fri, 17 Jul 2009 16:54:40 +0200 André Schwarz wrote: > If there are no further objections I'll submit v3 adressing Heiko's > comments and fixing a warning due to missing #include statement. please do. > Both board binaries compile and work as expected. > > Sorry for the trouble - I'm not an

[U-Boot] [PATCH v2] net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning

2009-07-17 Thread Kim Phillips
fix this gcc 4.4 warning: tsec.c: In function 'tsec_init': tsec.c:200: warning: dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Kim Phillips --- this is the endian-correct version drivers/net/tsec.c |5 - 1 files changed, 4 insertions(+), 1 deletions(

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

2009-07-17 Thread Stefan Roese
On Friday 17 July 2009 17:38:13 Kumar Gala wrote: > On Jul 17, 2009, at 8:53 AM, Stefan Roese wrote: > > This patch adds a generic command for programming I2C bootstrap > > eeproms on PPC4xx. An implementation for Canyonlands board is > > included. > > > > The command name is intentionally chosen n

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

2009-07-17 Thread Darshan Vasisht
Dear sir, I am using U-boot as a Boot loader for booting Cavium Octeon Processor. My current requirement is to implement Octeon as the PCI bus arbiter i.e. Octeon as a PCI host. Octeon will be responsible for bringing up other processor like Wintegra Winpath Network processor i.e in turn boot th

Re: [U-Boot] [PATCH 4/7] mxc_nand: add nand driver for MX2/MX3

2009-07-17 Thread Scott Wood
On Fri, Jul 17, 2009 at 02:48:38PM +0400, Ilya Yanok wrote: > Scott Wood wrote: > > Please look at drivers/mtd/nand/mpc5121_nfc.c, which AFAICT is very > > similar hardware, and see if anything can be factored out into common > > code, and try to keep the rest looking the same except where the hard

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

2009-07-17 Thread Kumar Gala
On Jul 17, 2009, at 8:53 AM, Stefan Roese wrote: > This patch adds a generic command for programming I2C bootstrap > eeproms on PPC4xx. An implementation for Canyonlands board is > included. > > The command name is intentionally chosen not to be PPC4xx specific. > This way other CPU's/SoC's can i

Re: [U-Boot] [PATCHv3 3/3] 83xx, kmeter1: added NAND support

2009-07-17 Thread Scott Wood
On Fri, Jul 17, 2009 at 07:05:03AM +0200, Heiko Schocher wrote: > Hmm... this is the third patch of a patchset, so it apply cleanly, if > the other 2 patches are first applied ... or should I base this patch > against current nand-flash tree, because this patch goes through your > tree? Ah, I miss

Re: [U-Boot] [PATCH 1/2 v6] Make libgcc inclusion from common Makefile overridable by platform config file

2009-07-17 Thread Scott Wood
On Fri, Jul 17, 2009 at 01:37:14PM +0200, Wolfgang Denk wrote: > Dear Detlev Zundel, > > In message you wrote: > > > > I also think that making our lifes easier is a very good thing. Our > > "it's only a bootloader" codebase is pretty complex already so I welcome > > making it more robust. I w

Re: [U-Boot] [PATCH] mx27: rename fec_imx27 to fec_mxc

2009-07-17 Thread Ilya Yanok
Hi Wolfgang, Wolfgang Denk wrote: >> Signed-off-by: Ilya Yanok >> --- >> cpu/arm926ejs/mx27/generic.c |2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/cpu/arm926ejs/mx27/generic.c b/cpu/arm926ejs/mx27/generic.c >> index b377fad..cbb6c85 100644 >> --- a/cpu/arm926

[U-Boot] [PATCH 2/4] xes: Remove 8xxx board_add_ram_info() function

2009-07-17 Thread Peter Tyser
This is in preparation for adding one common 8xxx board_add_ram_info() fuction for all 8xxx boards Signed-off-by: Peter Tyser --- board/xes/common/fsl_8xxx_ddr.c | 53 --- 1 files changed, 0 insertions(+), 53 deletions(-) diff --git a/board/xes/common/fsl_8

[U-Boot] [PATCH 3/4] tqm85xx: Remove board_add_ram_info()

2009-07-17 Thread Peter Tyser
This is in preparation for adding one common 8xxx board_add_ram_info() function for all 8xxx boards Signed-off-by: Peter Tyser --- board/tqc/tqm85xx/sdram.c | 33 +++-- 1 files changed, 3 insertions(+), 30 deletions(-) diff --git a/board/tqc/tqm85xx/sdram.c b/board

[U-Boot] [PATCH 4/4] 85xx, 86xx: Add common board_add_ram_info()

2009-07-17 Thread Peter Tyser
Previously, 85xx and 86xx boards would display DRAM information on bootup such as: ... I2C: ready DRAM: Memory controller interleaving enabled: Bank interleaving! 2 GB FLASH: 256 MB ... This patch moves the printing of the DRAM controller configuration to a common board_add_ram_info() function

[U-Boot] [PATCH 1/4] 86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields

2009-07-17 Thread Peter Tyser
Rename sdram_mode_1 to sdram_mode and sdram_cfg_1 to sdram_cfg to match the 86xx user's manual and other Freescale architectures Signed-off-by: Peter Tyser --- board/freescale/mpc8610hpcd/mpc8610hpcd.c |4 ++-- board/freescale/mpc8641hpcn/mpc8641hpcn.c |6 +++--- board/sbc8641d/sbc8641d.

Re: [U-Boot] [PATCH] mx27: rename fec_imx27 to fec_mxc

2009-07-17 Thread Wolfgang Denk
Dear Ilya Yanok, In message <1247828504-9806-1-git-send-email-ya...@emcraft.com> you wrote: > > Signed-off-by: Ilya Yanok > --- > cpu/arm926ejs/mx27/generic.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/cpu/arm926ejs/mx27/generic.c b/cpu/arm926ejs/mx27/generi

[U-Boot] [PATCH v3] create and use common code for Matrix Vision boards

2009-07-17 Thread André Schwarz
This patch adds and uses common code for all Matrix Vision boards. Signed-off-by: André Schwarz --- Heiko's comments have been addressed and common/mv_common.h has been included where needed. board/matrix_vision/common/Makefile| 54 ++ board/matrix_vision/common/mv_common.c

Re: [U-Boot] [PATCH 1/2] update config for mvBL-M7 (MPC8343)

2009-07-17 Thread André Schwarz
On Fri, 2009-07-17 at 16:44 +0200, Wolfgang Denk wrote: > Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, > > In message <1247840636.3953.78.ca...@swa-m460> you wrote: > > > > > > +#define CONFIG_MISC_INIT_R > > > > > > So misc_init_r () gets called, but I didn;t find this in your > > > patch? May I miss

Re: [U-Boot] [PATCH] net: sync env ethaddr to device enetaddr in eth_init()

2009-07-17 Thread Andrzej Wolski
> In the previous enetaddr refactoring, the assumption with commit 56b555a644 > was that the eth layer would handle the env -> device enetaddr syncing. > This was not the case as eth_initialize() is called only once and the sync > occurs there. So make sure the eth_init() function does the env ->

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

2009-07-17 Thread Stefan Roese
On Friday 17 July 2009 16:39:35 Wolfgang Denk wrote: > Acked-by: Wolfgang Denk > > > Stefan, as this is mostly 4xx-related I suggest you run this through > the ppc_4xx repo. OK, will do. Thanks. Best regards, Stefan = DENX Soft

Re: [U-Boot] [PATCH 1/2] update config for mvBL-M7 (MPC8343)

2009-07-17 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message <1247840636.3953.78.ca...@swa-m460> you wrote: > > > > +#define CONFIG_MISC_INIT_R > > > > So misc_init_r () gets called, but I didn;t find this in your > > patch? May I miss something ... > > It's included in the other "common code" patch. You m

Re: [U-Boot] [PATCH 1/2] update config for mvBL-M7 (MPC8343)

2009-07-17 Thread André Schwarz
On Fri, 2009-07-17 at 16:32 +0200, Heiko Schocher wrote: > Hello André, > > André Schwarz wrote: > > Heiko, > > > > this patch is no longer valid since I already posted v2. > > Ah, ok. > > > But your comments are correct ... > > > > Will wait for WD's comments and send v3. > > OK, one more mi

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

2009-07-17 Thread Wolfgang Denk
Dear Stefan Roese, In message <1247838836-20340-1-git-send-email...@denx.de> you wrote: > This patch adds a generic command for programming I2C bootstrap > eeproms on PPC4xx. An implementation for Canyonlands board is > included. > > The command name is intentionally chosen not to be PPC4xx speci

[U-Boot] [PATCH] api: Fix broken build on ARM.

2009-07-17 Thread Piotr Ziecik
This patch fixes broken build introduced by commit 84bf7ca522e94ec402a1264b01971b924b7e268f (api: remove un-needed ifdef CONFIG_API already handle by the Makefile). Signed-off-by: Piotr Ziecik --- api/api_platform-arm.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/ap

Re: [U-Boot] [PATCH 1/2] update config for mvBL-M7 (MPC8343)

2009-07-17 Thread Heiko Schocher
Hello André, André Schwarz wrote: > Heiko, > > this patch is no longer valid since I already posted v2. Ah, ok. > But your comments are correct ... > > Will wait for WD's comments and send v3. OK, one more minor comment ... > On Fri, 2009-07-17 at 16:15 +0200, Heiko Schocher wrote: >> Hello

Re: [U-Boot] [PATCH 1/2] update config for mvBL-M7 (MPC8343)

2009-07-17 Thread André Schwarz
Heiko, this patch is no longer valid since I already posted v2. But your comments are correct ... Will wait for WD's comments and send v3. Regards, André On Fri, 2009-07-17 at 16:15 +0200, Heiko Schocher wrote: > Hello André, > > André Schwarz wrote: > > This patch fixes DDR-II settings and

[U-Boot] Net patches and the merge window

2009-07-17 Thread Ben Warren
Hello, The merge window for release 2009.08 is scheduled to close in 2 days. I'll very soon be going away for the weekend and probably won't have internet access until after the merge window closes. As long as the first spin of a network-related patch is posted by the end of Sunday, California ti

Re: [U-Boot] CONFIG_API, EABI and raise()

2009-07-17 Thread Piotr Zięcik
Wednesday 15 July 2009 18:09:30 Mike Frysinger napisał(a): > > CONFIG_API worked fine for ARM builds some time ago, and this breakage > > seems like a recent development. > > or, it still works fine if your toolchain doesnt suck and isnt broken > -mike I have done some research and mike is right.

Re: [U-Boot] [PATCH 1/2] update config for mvBL-M7 (MPC8343)

2009-07-17 Thread Heiko Schocher
Hello André, André Schwarz wrote: > This patch fixes DDR-II settings and adds I2C support. > > > Signed-off-by: André Schwarz > --- > > include/configs/MVBLM7.h | 48 > - > 1 files changed, 21 insertions(+), 27 deletions(-) > > diff --git a/inclu

Re: [U-Boot] [PATCH] fec_mxc: driver for FEC ethernet controller on i.MX27

2009-07-17 Thread Ben Warren
Hi Ilya, On Fri, Jul 17, 2009 at 3:57 AM, Ilya Yanok wrote: > Signed-off-by: Ilya Yanok > --- > cpu/arm926ejs/mx27/generic.c | 10 + > drivers/net/Makefile |1 + > drivers/net/fec_mxc.c| 742 > ++ > drivers/net/fec_mxc.h|

[U-Boot] [PATCH v2] create and use common code for Matrix Vision boards

2009-07-17 Thread André Schwarz
This patch adds and uses common code for all Matrix Vision boards. Signed-off-by: André Schwarz --- board/matrix_vision/common/Makefile| 54 ++ board/matrix_vision/common/mv_common.c | 125 board/matrix_vision/common/mv_common.h | 25 +

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

2009-07-17 Thread Stefan Roese
This patch adds a generic command for programming I2C bootstrap eeproms on PPC4xx. An implementation for Canyonlands board is included. The command name is intentionally chosen not to be PPC4xx specific. This way other CPU's/SoC's can implement a similar command under the same name, perhaps with a

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

2009-07-17 Thread Anatolij Gustschin
Dear Wolfgang, The following changes since commit bfadb17f69c256196620c32164775f063a59c34f: Anton Vorontsov (1): mpc83xx: MPC837xEMDS: Use hwconfig instead of pci_external_arbiter variable are available in the git repository at: git://git.denx.de/u-boot-video.git master Anatolij Gu

Re: [U-Boot] [PATCH] ARM Cortex A8: Move OMAP3 specific reset handler to OMAP3 code

2009-07-17 Thread Dirk Behme
Minkyu Kang wrote: > Dear Jean and Dirk, > >> cpu/arm_cortexa8/omap3/lowlevel_init.S | 12 >> cpu/arm_cortexa8/start.S | 14 -- >> 2 files changed, 12 insertions(+), 14 deletions(-) >> >> Index: u-boot-arm/cpu/arm_cortexa8/omap3/lowle

Re: [U-Boot] [PATCH 2/2] use common code for mvBL-M7 (MPC8343)

2009-07-17 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message <1247836512.3953.70.ca...@swa-m460> you wrote: > This patch makes use of common code, i.e. removes duplicate board > specific code. > Fix wrong GPIO direction. Please split this in two patches, and fold the "use common code" part into the "add com

  1   2   >