[U-Boot] duplicate call to i2c_init from few lib_/board.c init sequence

2008-09-08 Thread Gururaja Hebbar K R
Hi, I was going through the i2c module support in u-boot-1.3.4 source & found few duplicate calls to i2c_init. For the below target platform, uboot-1.3.4\lib_ppc\board.c 1. Initially, during init_sequence, init_func_i2c() is called which in turn calls i2c_init() (uboot-1.3.4\lib_ppc\b

[U-Boot] Problem in writing jffs2 fiesystem

2008-09-08 Thread navin karnam
Hi all, I am running u-b00t-1.6.6 on custom at91sam9263 board. Now i am able to boot, jffs2 filesystem with linux-2.6.20 kernel. but the procedure i am using to burn is jffs2 is : 1)boot the linux kernel with ramdisk 2)erase the flash partition using $flasheraseall -j /dev/mtd1 3)writing the image

Re: [U-Boot] [PATCH] ppc4xx: Fix compilation warning for PIP405

2008-09-08 Thread Stefan Roese
Hi Denis, On Monday 08 September 2008, Denis Peter wrote: > > Denis, could you please take a look at this patch and let me know if > > this > > is ok? Or if the define and #ifdef can be removed completely? > > > > Thanks. > > The PIP405 is a "dead" board. Only some prototypes have been produced. >

Re: [U-Boot] [PATCH 1/1 V3] Add support for LZMA uncompression algorithm.

2008-09-08 Thread Luigi 'Comio' Mantellini
Hi Jean-Christophe, Hi U-boot ml, thanks for the rebasing this patch. best regards, luigi Il lunedì 08 settembre 2008 02:46:13 Jean-Christophe PLAGNIOL-VILLARD ha scritto: > From: Luigi 'Comio' Mantellini <[EMAIL PROTECTED]> > > Signed-off-by: Luigi 'Comio' Mantellini <[EMAIL PROTECTED]> > Sig

Re: [U-Boot] [PATCH] ppc4xx: Fix compilation warning for PIP405

2008-09-08 Thread Denis Peter
Hello Stefan, Stefan Roese <[EMAIL PROTECTED]> wrote on 05.09.2008 14:15:10: > This patch fixes a compilation warning for the PIP405 board. It moves the > #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't > occur anymore. I am a little unsure if this #ifdef is at the correct

Re: [U-Boot] [PATCH] Add MTD core & partition

2008-09-08 Thread Stefan Roese
Kyungmi, On Monday 08 September 2008, Kyungmin Park wrote: > >> It's preparation for UBI codes. > >> UBI uses partition and get & put mtd devices > > > > Please co-ordinate any UBI-related work with Stefan Roese. > > > > I will not apply any UBI related patches unless I have his ACK. I have no ob

Re: [U-Boot] [PATCH] TQM5200 HIGHBOOT Makefile patch

2008-09-08 Thread Pedro Luis D. L.
On Sun, 7 Sep 2008 01:10:15 +0200 Wolfgang wrote: > > Dear "Pedro Luis D. L.", > > In message <[EMAIL PROTECTED]> you wrote: > > > > I don't know the normal procedure, if I should send the patch to Wolfgang o= > > r someone else, but I found a problem with Makefile and TQM5200 HIGHBOOT co= > >

Re: [U-Boot] CFG_64BIT_xxx and friends

2008-09-08 Thread Stefan Roese
On Sunday 07 September 2008, Wolfgang Denk wrote: > > > 5) Delete al references to CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL > > > and unconditionally enable it for all boards. > > > > > > Any takers to submit a patch? > > > > If possible not because it will increase the size of u-boot for board > >

[U-Boot] [PATCH] ppc4xx: Remove CONFIG_CS8952_PHY define

2008-09-08 Thread Stefan Roese
Since this define is only used on one board that was never really in production, removing this compile time option doesn't hurt and makes the code more readable. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- cpu/ppc4xx/4xx_enet.c|2 -- include/configs/PIP405.h |1 - 2 files chan

[U-Boot] [PATCH] muas3001: added 64MB SDRAM autodetection.

2008-09-08 Thread Heiko Schocher
[PATCH] muas3001: added 64MB SDRAM autodetection. Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> --- board/muas3001/muas3001.c | 14 -- include/configs/muas3001.h | 16 +++- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/board/muas3001/muas3001.c b

[U-Boot] [PATCH] [UPDATE #2] Merged serial_pl010.c and serial_pl011.c.

2008-09-08 Thread Andreas Engel
They only differ in the init function. This also adds the missing watchdog support for the PL011. Signed-off-by: Andreas Engel <[EMAIL PROTECTED]> --- Updated patch to the current git head as of today. drivers/serial/Makefile |3 +- drivers/serial/serial_pl011.c

[U-Boot] [POWERPC] muas3001: activate WDT for the muas3001 board.

2008-09-08 Thread Heiko Schocher
[POWERPC] muas3001: activate WDT for the muas3001 board. Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> --- include/configs/muas3001.h | 20 +--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/include/configs/muas3001.h b/include/configs/muas3001.h index 5d15

[U-Boot] [POWERPC] muas3001: added support for the LM75 sensor.

2008-09-08 Thread Heiko Schocher
[POWERPC] 82xx: added support for the LM75 Temp. sensor on the muas3001 board. Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> --- include/configs/muas3001.h | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/include/configs/muas3001.h b/include/

[U-Boot] [PATCH RFC] mpc8572ds relocatable

2008-09-08 Thread Ed Swarthout
Fixes boot crash from bad string pointers in get_table_entry_name when flash is erased or differs from current u-boot image. Signed-off-by: Ed Swarthout <[EMAIL PROTECTED]> --- Fix was pointed out by Peter Tyser in Image.c get_table_entry_name thread. This redoes Grant Likey's relocation change,

Re: [U-Boot] [PATCH 1/3] ppc4xx: Update CPCI405 variants handling

2008-09-08 Thread Stefan Roese
On Friday 05 September 2008, [EMAIL PROTECTED] wrote: > From: Matthias Fuchs <[EMAIL PROTECTED]> > > This patch replaces the BOARD_REVISION variable in include/config.mk > by a using a temporary include file in the platform directory. > > The former way does not work anymore and the latter is alos

Re: [U-Boot] [PATCH] [UPDATE #2] Merged serial_pl010.c and serial_pl011.c.

2008-09-08 Thread Wolfgang Denk
Dear Andreas Engel, In message <[EMAIL PROTECTED]> you wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 10:17 Mon 08 Sep , Andreas Engel wrote: > >> [...] > >> > >> -#ifdef CFG_PL010_SERIAL > >> +#if defined(CFG_PL010_SERIAL) || defined(CFG_PL011_SERIAL) > > Please move this to the Make

Re: [U-Boot] CFG_64BIT_xxx and friends

2008-09-08 Thread Haavard Skinnemoen
Matthias Fuchs <[EMAIL PROTECTED]> wrote: > Here is the U-Boot size for the PLU405 board (405EP-based) with > and without > > #define CFG_64BIT_VSPRINTF > #define CFG_64BIT_STRTOUL > . > > without: > # ppc_4xx-size u-boot >textdata bss dec hex filename > 289568 17532 30131

Re: [U-Boot] CFG_64BIT_xxx and friends

2008-09-08 Thread Haavard Skinnemoen
Haavard Skinnemoen <[EMAIL PROTECTED]> wrote: > That's a bit more than expected. Is this with or without --gc-sections? > Linking with --gc-sections should make simple_strtoull() go away unless > it's actually used. That's assuming the fdt and image code doesn't interpret CFG_64BIT_VSPRINTF as CFG

[U-Boot] [PATCH] [ARM] Moved conditional compile into Makefile

2008-09-08 Thread Andreas Engel
Signed-off-by: Andreas Engel <[EMAIL PROTECTED]> --- README |4 ++-- drivers/serial/Makefile|3 ++- drivers/serial/serial_pl01x.c | 15 +-- include/configs/integratorap.h |2 +- include/configs/integratorcp.h |2 +- include/configs/ve

Re: [U-Boot] [PATCH 2/3] fix checkpatch errors

2008-09-08 Thread Wolfgang Denk
Dear JerryVanBaren, In message <[EMAIL PROTECTED]> you wrote: > Georg Schardt wrote: ... > > -#define RM_SYSTEMACE_CMDS | CFG_CMD_FAT > > +#define RM_SYSTEMACE_CMDS ( | CFG_CMD_FAT ) ... > Philosophical question: is it better to put silly parenthesis around > #defines to make checkpa

[U-Boot] [PATCH] ppc4xx: Move ppc4xx specific prototypes to ppc4xx header

2008-09-08 Thread Stefan Roese
This patch moves some 4xx specific prototypes out of include common.h to a ppc4xx specific header. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- This patch is based on the u-boot-ppc4xx repository. It can't be applied directly to the master repository. It's needed to clean up some 4xx specif

Re: [U-Boot] [PATCH] ppc440: ml507: Add .gitignore

2008-09-08 Thread Stefan Roese
On Friday 22 August 2008, Ricardo Ribalda Delgado wrote: > Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]> Does not apply anymore. Please rebase against current u-boot-ppc4xx repository and resubmit. Thanks. Best regards, Stefan ==

Re: [U-Boot] [PATCH] [UPDATE #2] Merged serial_pl010.c and serial_pl011.c.

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:17 Mon 08 Sep , Andreas Engel wrote: > They only differ in the init function. > This also adds the missing watchdog support for the PL011. > > Signed-off-by: Andreas Engel <[EMAIL PROTECTED]> > --- > > Updated patch to the current git head as of today. > > drivers/serial/Makefile

Re: [U-Boot] [PATCH 2/3] fix checkpatch errors

2008-09-08 Thread Haavard Skinnemoen
JerryVanBaren <[EMAIL PROTECTED]> wrote: > Georg Schardt wrote: > > --- > > include/configs/FX12MM.h | 12 ++-- > > 1 files changed, 6 insertions(+), 6 deletions(-) > > > > diff --git a/include/configs/FX12MM.h b/include/configs/FX12MM.h > > index b47e403..8b8d41c 100644 > > --- a/inclu

[U-Boot] NET: Updated SMSC LAN9x1x EEPROM program?

2008-09-08 Thread Magnus Lilja
Hi Is there an up to date smsc9111x_eeprom.c floating around somewhere? I found Mike Frysinger's post from March '08 but it needs updating to compile and work with current mainline U-boot, has anyone already done this? Thanks, Magnus ___ U-Boot mailing

Re: [U-Boot] [PATCH 1/2] Update i386 code (sc520_cdp)

2008-09-08 Thread JerryVanBaren
Graeme Russ wrote: > Third time lucky maybe - ditched Evolution (can't adjust line wrap > width) for Thunderbird. I don't have git-send-email installed - will > investigate Read the kernel Documentation/email-clients.txt:

Re: [U-Boot] [PATCH] [UPDATE #2] Merged serial_pl010.c and serial_pl011.c.

2008-09-08 Thread Andreas Engel
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 10:17 Mon 08 Sep , Andreas Engel wrote: >> [...] >> >> -#ifdef CFG_PL010_SERIAL >> +#if defined(CFG_PL010_SERIAL) || defined(CFG_PL011_SERIAL) > Please move this to the Makefile Shouldn't this better be a separate patch? Regards, Andreas ___

Re: [U-Boot] CFG_64BIT_xxx and friends

2008-09-08 Thread Haavard Skinnemoen
Stefan Roese <[EMAIL PROTECTED]> wrote: > > Seriously: How much of code size are we talking about? And activating > > / deactivation the feature is not so trivial as it affects the > > printf() format specifiers we have to use. > > I'm with Wolfgang here and think it would be best to unco

Re: [U-Boot] CFG_64BIT_xxx and friends

2008-09-08 Thread Matthias Fuchs
Here is the U-Boot size for the PLU405 board (405EP-based) with and without #define CFG_64BIT_VSPRINTF #define CFG_64BIT_STRTOUL . without: # ppc_4xx-size u-boot textdata bss dec hex filename 289568 17532 301312 608412 9489c u-boot with 64bit format handling: # ppc_4xx-

Re: [U-Boot] [PATCH 2/3] fix checkpatch errors

2008-09-08 Thread JerryVanBaren
Georg Schardt wrote: > --- > include/configs/FX12MM.h | 12 ++-- > 1 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/include/configs/FX12MM.h b/include/configs/FX12MM.h > index b47e403..8b8d41c 100644 > --- a/include/configs/FX12MM.h > +++ b/include/configs/FX12MM.h > @@

Re: [U-Boot] [PATCH] ppc440: ml507: Add .gitignore

2008-09-08 Thread Ricardo Ribalda Delgado
Hello Stefan You can forget about this patch. With the commit e07f4a8033b6270b8103049adb6456f660ff4a89 it is not again needed Best regards On Mon, Sep 8, 2008 at 08:56, Stefan Roese <[EMAIL PROTECTED]> wrote: > On Friday 22 August 2008, Ricardo Ribalda Delgado wrote: >> Signed-off-by: Ric

[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-08 Thread Stefan Roese
The following changes since commit f158c3d51838474c4c36af365af145fbaf92b694: Wolfgang Denk (1): Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Adam Graham (2): ppc4xx: IBM

Re: [U-Boot] PPC4xx unapplied patches

2008-09-08 Thread Stefan Roese
Hi Wolfgang, On Sunday 07 September 2008, Wolfgang Denk wrote: > I have a an unapplied patch in my list which seem to fall into your > area of responsibility. Can you please have a look at this: > > 6385 08/22 Ricardo Ribalda D [U-Boot] [PATCH] ppc440: ml507: Add > .gitignore Not needed anymor

[U-Boot] [PATCH] Remove support for booting ARTOS images

2008-09-08 Thread Kumar Gala
Pantelis Antoniou stated: AFAIK, it is still used but the products using PPC are long gone. Nuke it plz (from orbit). So remove it since it cleans up a usage of env_get_char outside of the environment code. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- common/cmd_bootm.c

Re: [U-Boot] [PATCH] [ARM] Moved conditional compile into Makefile

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:30 Mon 08 Sep , Andreas Engel wrote: > > Signed-off-by: Andreas Engel <[EMAIL PROTECTED]> > --- > README |4 ++-- > drivers/serial/Makefile|3 ++- > drivers/serial/serial_pl01x.c | 15 +-- > include/configs/integratorap.h |2 +-

[U-Boot] [PATCH v2] 85xx: Ensure timebase is zero on secondary cores

2008-09-08 Thread Kumar Gala
The e500um says the timebase is volatile out of reset. To ensure TB sync works we need to make sure its zero. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- Swapped mftbl,mftbu at Scott's request.. it doesnt mater since TB isn't ticking when we do this. - k cpu/mpc85xx/release.S |5

Re: [U-Boot] MPC85xx unapplied patches

2008-09-08 Thread Kumar Gala
On Sep 6, 2008, at 6:38 PM, Wolfgang Denk wrote: > Dear Andy, > > I have a couple of unapplied patches in my list which seem to fall > into your area of responsibility. Can you please have a look at > these: > > 4316 07/18 Timur Tabi [U-Boot-Users] [PATCH] Update > Freescale 85xx board

Re: [U-Boot] [PATCH][for 1.3.5] Fix handling of mem reserves for ramdisk

2008-09-08 Thread Kumar Gala
> Hmm... OK, now the code will do the same as before, but is this > optimal? > > Why must we do a > > a) dummy mem reservation > b) search for it > c) delete it > d) make the right mem reservation? > > Think the steps a) - c) are useless ... > > Please have a look at the following patch, it delet

Re: [U-Boot] [PATCH] [ARM] Moved conditional compile into Makefile

2008-09-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > > what append if CONFIG_PL010_SERIAL and CONFIG_PL011_SERIAL is active at the > same time? Then something is missing. > serial_pl01x.c will be compile twice > > so please move to > +COBJS-$(CONFIG_PL010_SERIAL)$

[U-Boot] u-boot 1.2.0 -> 1.3.4 migration

2008-09-08 Thread Alexander Danilov
My bsp for u-boot 1.2.0 for AMCC PPC440EPx custom board works. I've moved all bsp code to current u-boot version (1.3.4). All works fine but I am getting program check exception when sending or receiving packet over ethernet (EMAC0). I've tryed to debug it but ethernet works when bdm connected. Wha

Re: [U-Boot] [PATCH][for 1.3.5] Fix handling of mem reserves for ramdisk

2008-09-08 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > > The reason we had the code before was to try and make sure the size of > the fdt was as close to its final size as possible before we dealt > with the ramdisk relocation (boot_ramdisk_high()) that included the > properties and th

Re: [U-Boot] [PATCH] [ARM] Moved conditional compile into Makefile

2008-09-08 Thread Andreas Engel
Wolfgang Denk schrieb: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <[EMAIL PROTECTED]> you wrote: >> what append if CONFIG_PL010_SERIAL and CONFIG_PL011_SERIAL is active at the >> same time? > > Then something is missing. In this particular case, this will not work anyway. The driver

[U-Boot] FW: Fwd: Problem in writing jffs2 fiesystem

2008-09-08 Thread Pedro Luis D. L.
On Mon, 8 Sep 2008 19:51:59 +0530 Navin wrote: >Hi all, > >I am running u-b00t-1.6.6 on custom at91sam9263 board. Are you sure it is u-boot-1.6.6? The latest u-boot in repository is 1.3.4. >Now i am able to boot, jffs2 filesystem with linux-2.6.20 kernel. >but the procedure i am using to

Re: [U-Boot] [POWERPC] [BUG?] ppc4xx: PCIX0_STS versus PCIX0_STATUS in 4xx_pci.c

2008-09-08 Thread Stefan Roese
Carolyn, On Friday 05 September 2008, [EMAIL PROTECTED] wrote: > In the pci_440_init function in cpu/ppc4xx/4xx_pci.c, shouldn't this > > out32r( PCIX0_STS, in32r( PCIX0_STS ) & ~0xfff8 ); > > really be this? > > out32r( PCIX0_STATUS, in32r( PCIX0_STATUS ) & ~0xfff8 ); Could you please ex

Re: [U-Boot] [PATCH RFC] mpc8572ds relocatable

2008-09-08 Thread JerryVanBaren
Ed Swarthout wrote: > Fixes boot crash from bad string pointers in get_table_entry_name > when flash is erased or differs from current u-boot image. > > Signed-off-by: Ed Swarthout <[EMAIL PROTECTED]> > --- > > Fix was pointed out by Peter Tyser in Image.c get_table_entry_name thread. > > This r

Re: [U-Boot] [PATCH][for 1.3.5] Fix handling of mem reserves for ramdisk

2008-09-08 Thread Kumar Gala
On Sep 8, 2008, at 9:10 AM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <6E892604-9B2A-4338-8DF7- > [EMAIL PROTECTED]> you wrote: >> >> The reason we had the code before was to try and make sure the size >> of >> the fdt was as close to its final size as possible before we dealt >>

Re: [U-Boot] FW: Fwd: Problem in writing jffs2 fiesystem

2008-09-08 Thread Scott Wood
On Mon, Sep 08, 2008 at 04:54:03PM +0200, Pedro Luis D. L. wrote: > On Mon, 8 Sep 2008 19:51:59 +0530 Navin wrote: > > >Hi all, > > > >I am running u-b00t-1.6.6 on custom at91sam9263 board. > > Are you sure it is u-boot-1.6.6? The latest u-boot in repository is > 1.3.4. I'm guessing he meant 1.1

u-boot@lists.denx.de

2008-09-08 Thread Victor Gallardo
Oops, Sorry Stefan my fault for introducing this. Thanks for fixing this. Regards Victor Gallardo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Roese Sent: Friday, September 05, 2008 5:13 AM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH]

Re: [U-Boot] [PATCH] Remove support for booting ARTOS images

2008-09-08 Thread Peter Tyser
Hello Kumar, On Mon, 2008-09-08 at 08:41 -0500, Kumar Gala wrote: > Pantelis Antoniou stated: > AFAIK, it is still used but the products using PPC are long gone. > Nuke it plz (from orbit). > > So remove it since it cleans up a usage of env_get_char outside of > the environment code.

Re: [U-Boot] [PATCH] cmd_mem.c: Fix help message alignment

2008-09-08 Thread Peter Tyser
> > What is the preferred command indentation in general? > > > > - Tabs or spaces? eg: > > "dhcp\t- invoke DHCP client to obtain IP/boot params\n" > > "exit- exit script\n" > > TABs are preferred, as they save memory footprint for the U-Boot > image. But for the help textx, this often m

Re: [U-Boot] [PATCH] ARM DaVinci: Fix broken HW ECC for large page NAND.

2008-09-08 Thread Scott Wood
On Sat, Aug 30, 2008 at 05:06:55PM -0400, Hugo Villeneuve wrote: > ARM DaVinci: Fix broken HW ECC for large page NAND. > > Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]> > > --- > > Based on original patch by Bernard Blackham <[EMAIL PROTECTED]> > > U-boot's HW ECC support for large page NA

Re: [U-Boot] [PATCH] Add support for booting of INTEGRITY operating system uImages

2008-09-08 Thread Peter Tyser
Hello, > In message <[EMAIL PROTECTED]> you wrote: > > Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> > > --- > > README |5 +++-- > > common/cmd_bootm.c | 39 +++ > > common/image.c |3 +++ > > include/image.h|1 + > > 4 files

[U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-08 Thread schardt
From: schardt <[EMAIL PROTECTED](none)> --- Makefile |3 + board/xilinx/fx12mm/Makefile | 63 board/xilinx/fx12mm/config.mk | 28 +++ board/xilinx/fx12mm/fx12mm.c | 67 + board/xilinx/fx12mm/init.S| 32

[U-Boot] [PATCH] add reboot as a synonym for reset

2008-09-08 Thread Andrew Dyer
Add 'reboot' as a synonym for 'reset' at the u-boot command line. This saves me confusion when switching back and forth between linux and u-boot about which command to use by making u-boot accept both. Signed-off-by: Andrew Dyer <[EMAIL PROTECTED]> --- common/cmd_boot.c |6 ++ 1 files ch

u-boot@lists.denx.de

2008-09-08 Thread Wolfgang Denk
Dear "Victor Gallardo", In message <[EMAIL PROTECTED]> you wrote: > > Oops, Sorry Stefan my fault for introducing this. ... > #if defined(CONFIG_HAS_ETH1) && defined(CONFIG_GPCS_PHY1_ADDR) > case CONFIG_GPCS_PHY1_ADDR: > - mode_reg = in_be32((void *)EMAC_M1 + 0x100); > -

Re: [U-Boot] [PATCH] add reboot as a synonym for reset

2008-09-08 Thread Wolfgang Denk
Dear Andrew Dyer, In message <[EMAIL PROTECTED]> you wrote: > Add 'reboot' as a synonym for 'reset' at the u-boot command line. I tend to reject this change, because I think it is actually wrong. 'reboot' and 'reset' are two different things - the former includes an ordered shut-down of run

[U-Boot] [PATCH v2] Remove support for booting ARTOS images

2008-09-08 Thread Kumar Gala
Pantelis Antoniou stated: AFAIK, it is still used but the products using PPC are long gone. Nuke it plz (from orbit). So remove it since it cleans up a usage of env_get_char outside of the environment code. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- README

[U-Boot] [PATCH] qemu_mips: Update linux bootm to support dynamic cmdline

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- lib_mips/Makefile |4 ++ lib_mips/bootm_qemu_mips.c | 76 2 files changed, 80 insertions(+), 0 deletions(-) create mode 100644 lib_mips/bootm_qemu_mips.c diff --git

[U-Boot] [PATCH 1/1] mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- lib_mips/bootm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib_mips/bootm.c b/lib_mips/bootm.c index c1bf21e..dced28c 100644 --- a/lib_mips/bootm.c +++ b/lib_mips/bootm.c @@ -73,7 +73,7 @@ int d

Re: [U-Boot] [PATCH] Add MTD core & partition

2008-09-08 Thread Scott Wood
On Fri, Aug 29, 2008 at 05:13:23PM +0900, Kyungmin Park wrote: > It's preparation for UBI codes. > UBI uses partition and get & put mtd devices Please import the latest MTD code; there have been several cleanups/fixes in mtdpart.c recently (in particular, the patches from Atsushi Nemoto dated Jul

[U-Boot] [PATCH V2] qemu_mips: Update linux bootm to support dynamic cmdline

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- Fix e-mail in copyright lib_mips/Makefile |4 ++ lib_mips/bootm_qemu_mips.c | 76 2 files changed, 80 insertions(+), 0 deletions(-) create mode 100644 lib_mips/bootm

Re: [U-Boot] [PATCH] add reboot as a synonym for reset

2008-09-08 Thread Andrew Dyer
On Mon, Sep 8, 2008 at 1:43 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Dear Andrew Dyer, > > In message <[EMAIL PROTECTED]> you wrote: >> Add 'reboot' as a synonym for 'reset' at the u-boot command line. > > I tend to reject this change, because I think it is actually wrong. > 'reboot' and

[U-Boot] [PATCH v2] Add support for booting of INTEGRITY operating system uImages

2008-09-08 Thread Peter Tyser
Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> --- This should be applied after "[PATCH v2] Remove support for booting ARTOS images". README|5 ++- common/cmd_bootm.c| 38 + common/image.c

Re: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-08 Thread Ricardo
Hello again Some comments: 1) The board is manufactured by avnet, you must create it under the folder boards/avnet/fx12mm 2) Try to unificate the fx12mm board under a more global board, like the ml507 with is now in mainstream 3) Add your boad to the MAKEALL script and yourself to the MAINTAINE

Re: [U-Boot] [PATCH V2] qemu_mips: Update linux bootm to support dynamic cmdline

2008-09-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > Fix e-mail in copyright > lib_mips/Makefile |4 ++ > lib_mips/bootm_qemu_mips.c | 76 > +++

[U-Boot] [PATCH 1/1] qemu_mips: move env storage just after u-boot

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- include/configs/qemu-mips.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h index faaa889..e46976d 100644 --- a/include/configs/qemu-mips.h ++

[U-Boot] [PATCH 1/1] qemu_mips: update doc to generate and to use qemu flash, ide file

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- doc/README.qemu_mips | 67 +++-- 1 files changed, 58 insertions(+), 9 deletions(-) diff --git a/doc/README.qemu_mips b/doc/README.qemu_mips index 2a6f1cf..13c98b9 100644 --- a/doc

[U-Boot] [PATCH] BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings

2008-09-08 Thread Wolfgang Denk
missing doc_probe() prototype. Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- include/common.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/common.h b/include/common.h index a394988..33c6e10 100644 --- a/include/common.h +++ b/include/common.h @@ -236,6

[U-Boot] [PATCH] mk48t59: fix compile problem introduced by commit d1e23194

2008-09-08 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- drivers/rtc/mk48t59.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/rtc/mk48t59.c b/drivers/rtc/mk48t59.c index b6c234e..dabf322 100644 --- a/drivers/rtc/mk48t59.c +++ b/drivers/rtc/mk48t59.c @@ -227,7 +227,7

[U-Boot] [PATCH] common/cmd_bootm.c: fix printf() format warnings

2008-09-08 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- common/cmd_bootm.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 751f5b9..8dbab02 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -337,13 +337,13 @@ static i

[U-Boot] [PATCH] ml507: fix out of tree build problem

2008-09-08 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8d82ef5..91f542e 100644 --- a/Makefile +++ b/Makefile @@ -1358,13 +1358,13 @@ ml300_config: unconfig ml507_flash_config:uncon

Re: [U-Boot] [PATCH V2] qemu_mips: Update linux bootm to support dynamic cmdline

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:26 Mon 08 Sep , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <[EMAIL PROTECTED]> you wrote: > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > > --- > > Fix e-mail in copyright > > lib_mips/Makefile |4 ++ > > lib_mips/

Re: [U-Boot] MPC85xx unapplied patches

2008-09-08 Thread Andy Fleming
On Sat, Sep 6, 2008 at 6:38 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Dear Andy, > > I have a couple of unapplied patches in my list which seem to fall > into your area of responsibility. Can you please have a look at > these: Yes, I'm currently trying to churn through my u-boot backlog (OLS,

Re: [U-Boot] [PATCH] add reboot as a synonym for reset

2008-09-08 Thread Wolfgang Denk
Dear Andrew, In message <[EMAIL PROTECTED]> you wrote: > > I'm fine with your decision, it was just a convenience for me, so I'll > keep it in my local tree, but I would ask in the context of u-boot > where there are essentially no 'services' or state that needs to be > saved, what's the real dif

Re: [U-Boot] [PATCH 1/1] qemu_mips: move env storage just after u-boot

2008-09-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > include/configs/qemu-mips.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/configs/qemu-mips.h b/

Re: [U-Boot] [PATCH 1/1] qemu_mips: update doc to generate and to use qemu flash, ide file

2008-09-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Subject: [PATCH 1/1] Could you please omit the "1/1" part is this is a single patch that does not belong to some series? [On the other hand, I kind of feel that this *is* actually part of your qemu series ?] Be

Re: [U-Boot] DM9161BMSR must be read twice ?

2008-09-08 Thread Andy Fleming
On Tue, Sep 2, 2008 at 2:37 PM, Nícolas Carneiro Lebedenco <[EMAIL PROTECTED]> wrote: > Hi, > > I'm developing a custom board based on the AT91RM9200dk. In u-boot prompt, > every time a enter a network command such as tftp or ping I get a message > like this: > > "MAC: error during MII initializati

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2008-09-08 Thread Andy Fleming
On Mon, Sep 1, 2008 at 8:57 AM, Detlev Zundel <[EMAIL PROTECTED]> wrote: > That's really nice that we get the socrates board converted to the new > style DDR, but I wonder why the other patches for socrates([1]-[3]) are > becoming neglected pets of myself instead of moving on. Can you please > co

Re: [U-Boot] FSBBP: uboot Programming on to the flash for MPC8548 for bootup

2008-09-08 Thread Andy Fleming
On Wed, Aug 27, 2008 at 12:16 AM, Ajeesh Kumar <[EMAIL PROTECTED]> wrote: > hi sir/madam, > > I'm using a MPC8548E processor(power pc) also, i've interfaced a nor flash > of 128 MB to the processor. > i've read few documents and got to know that the uboot.bin should be > programmed at 0xfff8. >

[U-Boot] [PATCH V2] qemu_mips: move env storage just after u-boot

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- Use CFG_MONITOR_LEN instead of value include/configs/qemu-mips.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h index faaa889..4f02425 100644

Re: [U-Boot] [PATCH] ml507: fix out of tree build problem

2008-09-08 Thread Ricardo
Hello Wolfgang This problem is solved in "Unification of virtex5 pp440 boards", which is ready to be merged in mainline (Today's pullgit by Stefan), Please revert this patch in order to have less problems merging Stefan's ppc4xx branch. Regards On Mon, Sep 8, 2008 at 16:50, Wolfgang D

[U-Boot] [PATCH] ARM: Use do_div() instead of division for "long long".

2008-09-08 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- With some (more recent) compiler versions there are problems because of the use of "long long" divisions in the U-Boot code. For ARM, this requires t

Re: [U-Boot] [PATCH] ml507: fix out of tree build problem

2008-09-08 Thread Wolfgang Denk
Dear Ricardo, In message <[EMAIL PROTECTED]> you wrote: > > This problem is solved in "Unification of virtex5 pp440 boards", > which is ready to be merged in mainline (Today's pullgit by Stefan), > Please revert this patch in order to have less problems merging > Stefan's ppc4xx branch. If you

[U-Boot] [PATCH] rs5c372: fix rtc_set prototype

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- drivers/rtc/rs5c372.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/rtc/rs5c372.c b/drivers/rtc/rs5c372.c index 34514d0..82dd969 100644 --- a/drivers/rtc/rs5c372.c +++ b/drivers/rtc/rs5c372

[U-Boot] [PATCH] onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- include/onenand_uboot.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/onenand_uboot.h b/include/onenand_uboot.h index 6605e4f..e960257 100644 --- a/include/onenand_uboot.h +++ b/include/onena

[U-Boot] [PATCH] Support multiple SGMII/TBI interfaces for TSEC ethernet

2008-09-08 Thread Peter Tyser
The original code only supported using 1 TSEC port in SGMII mode using an internal TBI PHY. Additionally, the TBI internal PHY was being accessed at the same register offset as the external PHY for the given TSEC port. This hardwiring of the TBI PHY register address based on external PHY address w

[U-Boot] [PATCH] disk-on-chip: remove duplicate doc_probe declaration

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- board/atc/atc.c|1 - board/cpu86/cpu86.c|1 - board/cpu87/cpu87.c|1 - board/gen860t/gen860t.c|2 -- board/mcc200/mcc200.c |1 - board/mpl/common/com

Re: [U-Boot] [PATCH] ml507: fix out of tree build problem

2008-09-08 Thread Ricardo
Hello again It has change, there is no more copies. Instead of that I used the method that you sugggested for re-using linking scripts. If you keep you patch you will have a conflict merging. Regards & Thanks On Mon, Sep 8, 2008 at 19:19, Wolfgang Denk <[EMAIL PROTECTED]> wrote: >

Re: [U-Boot] [PATCH] ARM: Use do_div() instead of division for "long long"

2008-09-08 Thread Gururaja Hebbar K R
Hmm, Interestingly i had sent a patch for the same for both integrator[ap/cp]. http://article.gmane.org/gmane.comp.boot-loaders.u-boot/46044. i had sent it to Jean-Christophe PLAGNIOL-VILLARD & Peter Pearse & also to U-Boot user list. Don't know y it didn't reach there. Regards Gururaja ___

Re: [U-Boot] [PATCH] ARM: Use do_div() instead of division for "long long"

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 05:34 Tue 09 Sep , Gururaja Hebbar K R wrote: > Hmm, > > Interestingly i had sent a patch for the same for both > integrator[ap/cp]. > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/46044. > mail tag as SPAM in my mail box as a lot of your mail. I'll take a look why. Best Reg

Re: [U-Boot] [PATCH] ml507: fix out of tree build problem

2008-09-08 Thread Wolfgang Denk
Dear Ricardo, In message <[EMAIL PROTECTED]> you wrote: > > It has change, there is no more copies. Instead of that I used the > method that you sugggested for re-using linking scripts. If you keep > you patch you will have a conflict merging. So I will have to resolve these. I need a fix that

[U-Boot] [PATCH v2] ARM: Use do_div() instead of division for "long long".

2008-09-08 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Sergei Poselenov <[EMAIL PROTECTED]> Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- With some (more recent) compiler versions there are problems because of the use of "long long" divisions in the U-Boot code. For ARM, this requires t

[U-Boot] [PATCH] ARM: fix warning: target CPU does not support interworking

2008-09-08 Thread Wolfgang Denk
From: Sergei Poselenov <[EMAIL PROTECTED]> This patch fixes warnings like this: start.S:0: warning: target CPU does not support interworking which come from some ARM cross compilers and are caused by hard-coded (with "--with-cpu=arm9" configuration option) ARM targets (which support ARM Thumb in

Re: [U-Boot] [PATCH] Add support for KMC KZM-ARM11-01 board

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:45 Wed 27 Aug , Atsuo Igarashi wrote: > This patch adds support for KMC KZM-ARM11-01 board. > > Signed-off-by Atsuo Igarashi <[EMAIL PROTECTED]> > > MAKEALL |1 + > Makefile|3 + > board/kzm_arm11/Makefile| 49 +++ >

Re: [U-Boot] [PATCH] rs5c372: fix rtc_set prototype

2008-09-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > drivers/rtc/rs5c372.c |3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk --

Re: [U-Boot] [PATCH] onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list

2008-09-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > include/onenand_uboot.h |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Applied, thanks. Best regards, Wolfgang Denk --

Re: [U-Boot] [PATCH] disk-on-chip: remove duplicate doc_probe declaration

2008-09-08 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > board/atc/atc.c|1 - > board/cpu86/cpu86.c|1 - > board/cpu87/cpu87.c|1 - > board/gen

Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-08 Thread Wolfgang Denk
Dear Stefan Roese, In message <[EMAIL PROTECTED]> you wrote: > The following changes since commit f158c3d51838474c4c36af365af145fbaf92b694: > Wolfgang Denk (1): > Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master > > are available in the git repository at: > > git://

Re: [U-Boot] [PATCH] Support multiple SGMII/TBI interfaces for TSEC ethernet

2008-09-08 Thread Andy Fleming
On Mon, Sep 8, 2008 at 6:39 PM, Peter Tyser <[EMAIL PROTECTED]> wrote: > The original code only supported using 1 TSEC port in SGMII mode using an > internal TBI PHY. Additionally, the TBI internal PHY was being accessed > at the same register offset as the external PHY for the given TSEC port. >

Re: [U-Boot] [PATCH] Add MTD core & partition

2008-09-08 Thread Kyungmin Park
On Tue, Sep 9, 2008 at 4:30 AM, Scott Wood <[EMAIL PROTECTED]> wrote: > On Fri, Aug 29, 2008 at 05:13:23PM +0900, Kyungmin Park wrote: >> It's preparation for UBI codes. >> UBI uses partition and get & put mtd devices > > Please import the latest MTD code; there have been several cleanups/fixes > i

  1   2   >