[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

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. Currently I

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 objections to

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= nfig in

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 which not need

[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

[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

[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

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

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 Makefile Shouldn't

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 301312 608412

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

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

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 checkpatch shut

[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

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

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 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: #

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: Ricardo

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

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 anymore.

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 boards to

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

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

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 the

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 is not

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

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 redoes

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 with the

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.6, which

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

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 makes the code

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 NAND on

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 changed, 46

[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

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

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); - if

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

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

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

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 'reset' are

[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

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

[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

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

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

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

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. Also,

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

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 your fix is

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

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

[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

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

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

[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

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

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:

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

2008-09-08 Thread Andy Fleming
are available in the git repository at: git://www.denx.de/git/u-boot-mpc85xx.git master Anatolij Gustschin (1): 85xx: socrates: Enable Lime support. Andy Fleming (1): Remove CONFIG_SHOW_ACTIVITY from stx boards which don't support it Detlev Zundel (1): 85xx: Socrates: Major

Re: [U-Boot] mpc85xx/14

2008-09-08 Thread u-boot
Synopsis: [U-Boot-Users] [PATCH] Update Freescale 85xx boards to sys_eeprom.c State-Changed-From-To: open-closed State-Changed-By: AndyFleming State-Changed-When: Tue, 09 Sep 2008 03:53:16 +0200 State-Changed-Why: Applied ___ U-Boot mailing list

Re: [U-Boot] mpc85xx/27

2008-09-08 Thread u-boot
Synopsis: [PATCH] 85xx: Socrates: Major code update. State-Changed-From-To: open-closed State-Changed-By: AndyFleming State-Changed-When: Tue, 09 Sep 2008 03:55:20 +0200 State-Changed-Why: applied, thanks ___ U-Boot mailing list U-Boot@lists.denx.de

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

2008-09-08 Thread Ajeesh Kumar
Hi Andy, Thank you for your Info, so if my compiled output is 200k, my .bin file will easily fit into the boundary? Regards, AJEESH KUMAR -Original Message- From: Andy Fleming [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2008 3:16 AM To: [EMAIL PROTECTED] Cc:

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

2008-09-08 Thread Atsuo Igarashi
Hi, I've fixed which Jean-Christophe pointed out. Regards, Atsuo --- 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