Re: [U-Boot] [PATCH] arm: add 8-byte alignment for ABI compliance before board_init_f

2010-11-12 Thread Albert ARIBAUD
Le 12/11/2010 08:19, Heiko Schocher a écrit : One further thought, why not init the reserved register in assembly and remove the gd relevant code in C? But that bears some risk if the register is changed and the assembly is forgotten to adapt.. No, I think this is to risky ... It is

Re: [U-Boot] [PATCH] arm: add 8-byte alignment for ABI compliance before board_init_f

2010-11-12 Thread Heiko Schocher
Hello Albert, Albert ARIBAUD wrote: Le 12/11/2010 07:53, Heiko Schocher a écrit : suggested from Daniel Hobidaniel.h...@schmid-telecom.ch Tested on following boards: arm1136: qong armv7: omap3_beagle arm926ejs: magnesium, tx25 Signed-off-by: Heiko Schocherh...@denx.de cc: Daniel

Re: [U-Boot] [PATCH] zlib: updated to v.1.2.3

2010-11-12 Thread Wolfgang Denk
Dear Asokan, Shyama Trikkadeeri, In message 575ed9d63b7e244bbb3786a299acbba08e7...@ie10ev813.global.ds.honeywell.com you wrote: As you had suggested I tried build u-boot with one of the 2010.09v. But I observe the same failures in them. The configuration step of u-boot for the boards works

Re: [U-Boot] [PATCH] arm: add 8-byte alignment for ABI compliance before board_init_f

2010-11-12 Thread Wolfgang Denk
Dear Reinhard Meyer, In message 4cdce769.8080...@emk-elektronik.de you wrote: Is bootflag ever used? If not, why not change the parameter to give the gd address to board_init_f? No, bootflag is never used and could / should be removed. Passing gd as parameter makes no sense, thoug, as it's

Re: [U-Boot] [PATCH] arm: add 8-byte alignment for ABI compliance before board_init_f

2010-11-12 Thread Graeme Russ
On 12/11/10 18:19, Heiko Schocher wrote: Hello Reinhard, Reinhard Meyer wrote: Dear Heiko Schocher, diff --git a/arch/arm/cpu/sa1100/start.S b/arch/arm/cpu/sa1100/start.S Is bootflag ever used? If not, why not change the parameter to No. give the gd address to board_init_f? ld

Re: [U-Boot] [PATCH] arm: add 8-byte alignment for ABI compliance before board_init_f

2010-11-12 Thread Graeme Russ
On 12/11/10 19:50, Wolfgang Denk wrote: Dear Reinhard Meyer, In message 4cdce769.8080...@emk-elektronik.de you wrote: Is bootflag ever used? If not, why not change the parameter to give the gd address to board_init_f? No, bootflag is never used and could / should be removed. Passing

Re: [U-Boot] [PATCH 1/2] PBL: add support for boot from SPI flash.

2010-11-12 Thread Kumar Gala
On Nov 12, 2010, at 12:36 AM, Shaohui Xie wrote: PBL: SPI flash used as RCW and PBI source, CPC1 used as 1M SRAM where PBL will copy whole U-BOOT image to, U-boot can boot from CPC1 after PBL completes RCW and PBI phases. To produces the U-boot image which can used by PBL,

Re: [U-Boot] [PATCH] arm: add 8-byte alignment for ABI compliance before board_init_f

2010-11-12 Thread Wolfgang Denk
Dear Graeme Russ, In message 4cdd0d1f.7010...@gmail.com you wrote: Passing gd as parameter makes no sense, thoug, as it's global data and we reserve a register to store it's address, so it can always be used with minimal overhead. Which is a really nice idea if you have a register to

[U-Boot] [PATCH] net: e1000: Add initialized eth_device e1000_hw structure

2010-11-12 Thread Kumar Gala
nic and hw structures are allocated via malloc i.e. return memory is not zero initialized. Because of this few structure member like function pointers are initialized with garbage values. It may cause problem. for eg. during eth_initialize, dev-write_hwaddr is used. Signed-off-by: Kumar Gala

[U-Boot] keep on resetting my imx51 board.

2010-11-12 Thread Murugan
Hi, Here i have query that it keep on resetting my board. without getting console. Regards Mrurugan. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ U-Boot mailing list

[U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Wolfgang Denk
Hi all, here is some news about organizational changes: - ColdFire: --- Liew Tsi Chun has announced that he has to give up ColdFire custodianship. Thanks a lot for all work done to TsiChung! He proposes that Jason (Jin Zhengxiong) will pick up his work. So welcome aboard,

Re: [U-Boot] Commit ecee9... (Program net device MAC addresses after initializing) breakage

2010-11-12 Thread Graeme Russ
On 10/11/10 14:36, Mike Frysinger wrote: On Saturday, November 06, 2010 18:13:08 Graeme Russ wrote: I saw discussion a little while ago regarding implementing a version of malloc that returns cleared memory - did this gain any traction? i dont think anyone posted a patch. it would make

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Michal Simek
- Network: -- Ben Warren has informed me that he has to give up Network custodianship. Thanks for your work. Michal -- Michal Simek, Ing. (M.Eng) w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/ Microblaze

Re: [U-Boot] [PATCH 1/2] PBL: add support for boot from SPI flash.

2010-11-12 Thread Kumar Gala
On Nov 12, 2010, at 5:12 AM, Zang Roy-R61911 wrote: -Original Message- From: Gala Kumar-B11780 Sent: Friday, November 12, 2010 17:50 PM To: Xie Shaohui-B21989 Cc: u-boot@lists.denx.de; Zang Roy-R61911; Lan Chunhe-B25806; Hu Mingkai- B21284 Subject: Re: [PATCH 1/2] PBL: add

Re: [U-Boot] [PATCH 1/2] PBL: add support for boot from SPI flash.

2010-11-12 Thread Zang Roy-R61911
-Original Message- From: Gala Kumar-B11780 Sent: Friday, November 12, 2010 17:50 PM To: Xie Shaohui-B21989 Cc: u-boot@lists.denx.de; Zang Roy-R61911; Lan Chunhe-B25806; Hu Mingkai- B21284 Subject: Re: [PATCH 1/2] PBL: add support for boot from SPI flash. On Nov 12, 2010, at

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Albert ARIBAUD
Le 12/11/2010 11:22, Wolfgang Denk a écrit : - ARM: -- I have tried my best to stand in for Tom Rix as ARM custodian, but both my time and my experience with this architecture is way too limited to do this job well. Fortunaltey Albert Aribaud has agreed to take over this

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Stefan Roese
Hi Wolfgang, On Friday 12 November 2010 11:22:31 Wolfgang Denk wrote: For now, I would like to ask all CUSTODIANS to register as users at patchwork.ozlabs.org, so we can arrange that the appropriate privileges will be granted to you. I've registered as user stroese. Thanks. Cheers,

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Reinhard Meyer
Dear Wolfgang, For now, I would like to ask all CUSTODIANS to register as users at patchwork.ozlabs.org, so we can arrange that the appropriate privileges will be granted to you. -- reinhardm ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Kumar Gala
- General: -- Several times before it has been suggested to use Patchwork for U-Boot; in the past, I hesitated to do that for various reasons. But in the meantime a number of features have been added to Patchwork, and I think it now can be indeed beneficial to our workflow.

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Wolfgang Denk
Dear Michal Simek, In message 4cdd20ee.2040...@monstr.eu you wrote: - Network: -- Ben Warren has informed me that he has to give up Network custodianship. Thanks for your work. Thanks for that! Indeed Ben: many thanks for all the work you've done in the past, and

Re: [U-Boot] Hanging in kmalloc of nand_scan_tail() function

2010-11-12 Thread terry
Dear Scott, I have disassemble the nand_base.o file,because i know the problem happened here. Do you think it's useful for your analysis? 1a4c nand_scan_tail: 1749 1a4c: e92d4070push{r4, r5, r6, lr} 1750 1a50: e590509cldr r5, [r0, #156] 1751 1a54:

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: [...] For now, I would like to ask all CUSTODIANS to register as users at patchwork.ozlabs.org, so we can arrange that the appropriate privileges will be granted to you. registered as user: hs bye, Heiko -- DENX Software Engineering GmbH, MD:

Re: [U-Boot] [PATCH] zlib: updated to v.1.2.3

2010-11-12 Thread Asokan, Shyama Trikkadeeri
This is the developer's reply. -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Friday, November 12, 2010 2:17 PM To: Asokan, Shyama Trikkadeeri Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] zlib: updated to v.1.2.3 Dear Asokan, Shyama Trikkadeeri, In message

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Anatolij Gustschin
Hello Wolfgang, On Fri, 12 Nov 2010 11:22:31 +0100 Wolfgang Denk w...@denx.de wrote: ... For now, I would like to ask all CUSTODIANS to register as users at patchwork.ozlabs.org, so we can arrange that the appropriate privileges will be granted to you. I've registered as user ag. Best

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Michal Simek
For now, I would like to ask all CUSTODIANS to register as users at patchwork.ozlabs.org, so we can arrange that the appropriate privileges will be granted to you. I've registered as user monstr. Best regards, Michal -- Michal Simek, Ing. (M.Eng) w: www.monstr.eu p:

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Scott McNutt
Wolfgang Denk wrote: For now, I would like to ask all CUSTODIANS to register as users at patchwork.ozlabs.org, so we can arrange that the appropriate privileges will be granted to you. Registered as smcnutt Regards, --Scott ___ U-Boot mailing

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Detlev Zundel
Hi Wolfgang, [...] For now, I would like to ask all CUSTODIANS to register as users at patchwork.ozlabs.org, so we can arrange that the appropriate privileges will be granted to you. Registered as - surprise, surprise - dzu. Cheers Detlev -- The belief in a supernatural source of

Re: [U-Boot] [PATCH] TQM85xx: Fix bug introduced by 83xx/85xx/86xx: LBC register cleanup

2010-11-12 Thread Kumar Gala
On Nov 11, 2010, at 11:33 AM, Becky Bruce wrote: The size of the other bank needed to be added to the br0 setting; this got dropped in the LBC cleanup. Signed-off-by: Becky Bruce bec...@kernel.crashing.org --- This has been neither built or tested, as TQM8555 doesn't seem to build on the

[U-Boot] Reply Back

2010-11-12 Thread Nik Marzuki Bin. Ariffin
ATM Card Number(5438400123456789) Of $6.8MILLIONUSD has been accredited in your favor. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [RFC] Add 'led' command

2010-11-12 Thread Jason Kridner
Mike, Thanks for the feedback (ack to all of it). I didn't fix-up the style from the original patch given that I figured there'd be enough comments to deal with regarding the overall architecture of it, but it seems there is a need for such a generic command and this really is the easiest way to

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Stefano Babic
On 11/12/2010 02:32 PM, Scott McNutt wrote: Wolfgang Denk wrote: For now, I would like to ask all CUSTODIANS to register as users at patchwork.ozlabs.org, so we can arrange that the appropriate privileges will be granted to you. Registered as sbabic Best regards, Stefano --

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Marek Vasut
On Friday 12 November 2010 11:22:31 Wolfgang Denk wrote: Hi all, [SNIP] For now, I would like to ask all CUSTODIANS to register as users at patchwork.ozlabs.org, so we can arrange that the appropriate privileges will be granted to you. Registered as marex Cheers

Re: [U-Boot] [PATCH] mpc83xx: Make it boot again

2010-11-12 Thread Joakim Tjernlund
Timur Tabi wrote: Wood Scott-B07421 wrote: To be totally safe, we probably want to do a readback plus twi (to turn a data dependency into a flow dependency) before the isync. twi == trap word immediate? Yes. If so, I don't see how that will turn a data dependency

Re: [U-Boot] [PATCH] powerpc/p4080ds: Move ICS refclk define into P4080DS.h

2010-11-12 Thread Kumar Gala
On Nov 11, 2010, at 1:44 AM, Kumar Gala wrote: We appear to have different refclk's on the different corenet DS boards so move the define out of the common header. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- include/configs/P4080DS.h|2 ++ include/configs/corenet_ds.h

Re: [U-Boot] [PATCH] powerpc/corenet_ds: Enable DHCP suport

2010-11-12 Thread Kumar Gala
On Nov 11, 2010, at 1:40 AM, Kumar Gala wrote: Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- include/configs/corenet_ds.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) applied to 85xx - k ___ U-Boot mailing list

Re: [U-Boot] [PATCH] powerpc/corenet_ds: Move CONFIG_SYS_TEXT_BASE into corenet_ds.h

2010-11-12 Thread Kumar Gala
On Nov 11, 2010, at 1:44 AM, Kumar Gala wrote: CONFIG_SYS_TEXT_BASE setting is common across the 'corenet_ds' board family so move it out of P4080DS.h and into corenet_ds.h Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- include/configs/P4080DS.h|4

Re: [U-Boot] [PATCH] powerpc/corenet_ds: display the RCW at boot

2010-11-12 Thread Kumar Gala
On Nov 11, 2010, at 2:23 AM, Kumar Gala wrote: From: Timur Tabi ti...@freescale.com Display the 64-byte Reset Configuration Word (RCW) during boot, so that there's no confusion as to what RCW U-boot is using. Reset Configuration Word (RCW): : 4a50 18181818

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

2010-11-12 Thread Kumar Gala
The following changes since commit 0c0892be0d93a5a892b93739c5eb3bf692fed4ff: Merge branch 'master' of git://git.denx.de/u-boot-marvell (2010-10-29 22:03:00 +0200) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Becky Bruce (1): TQM85xx: Fix bug

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

2010-11-12 Thread Timur Tabi
On Fri, Nov 12, 2010 at 9:49 AM, Kumar Gala ga...@kernel.crashing.org wrote:      powerpc/8xxx: Enable e1000 driver on some FSL boards I have an objection to this patch that I asked you about earlier, and you never answered my question. -- Timur Tabi Linux kernel developer at Freescale

Re: [U-Boot] [PATCH] mpc83xx: Make it boot again

2010-11-12 Thread Kumar Gala
On Nov 4, 2010, at 9:45 AM, Joakim Tjernlund wrote: After the removal of COLD/WARM start flags my mpc8321 board didn't boot anymore. Trial and error suggests that map_flash_by_law1 needs an isync(padding with 4 nop's also did the trick) after updating LBLAWAR1 to make sure the the change

[U-Boot] [PATCH V2 2/2] da850: Enable SPI Flash

2010-11-12 Thread Stefano Babic
The patch was already posted to the arago project, but not yet to mainline, with the following message: da850: Enable SPI in configuration file It allows to save environment into the spi flash. Tested on LogiPD tmdxl138 board. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com

Re: [U-Boot] Hanging in kmalloc of nand_scan_tail() function

2010-11-12 Thread Scott Wood
On Fri, 12 Nov 2010 20:45:18 +0800 terry gliumailena...@gmail.com wrote: Dear Scott, I have disassemble the nand_base.o file,because i know the problem happened here. Why not disassemble the whole u-boot? Then you'll get malloc as well, and the addresses will be closer to what shows up

Re: [U-Boot] [PATCH] mpc83xx: Make it boot again

2010-11-12 Thread Scott Wood
On Fri, 12 Nov 2010 09:58:53 -0600 Kumar Gala ga...@kernel.crashing.org wrote: On Nov 4, 2010, at 11:47 AM, Wood Scott-B07421 wrote: Joakim Tjernlund wrote: Trial and error suggests that map_flash_by_law1 needs an isync(padding with 4 nop's also did the trick) after updating LBLAWAR1

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Scott Wood
On Fri, 12 Nov 2010 11:22:31 +0100 Wolfgang Denk w...@denx.de wrote: - General: -- Several times before it has been suggested to use Patchwork for U-Boot; in the past, I hesitated to do that for various reasons. But in the meantime a number of features have been added to

Re: [U-Boot] [PATCH] net: e1000: Add initialized eth_device e1000_hw structure

2010-11-12 Thread Paul Gortmaker
On Fri, Nov 12, 2010 at 5:13 AM, Kumar Gala ga...@kernel.crashing.org wrote: nic and hw structures are allocated via malloc i.e. return memory is not zero initialized. Because of this few structure member like function pointers are initialized with garbage values. It may cause problem. for

[U-Boot] [PATCH] ARM: S3C64XX: fix clock setup

2010-11-12 Thread Darius Augulis
Fix pll divider values to standard ones described in S3C6410X RISC Microprocessor User's Manual, Revision 1.20, p. 3-21. Signed-off-by: Darius Augulis augulis.dar...@gmail.com --- arch/arm/include/asm/arch-s3c64xx/s3c6400.h | 17 ++--- 1 files changed, 6 insertions(+), 11

Re: [U-Boot] [PATCH] ARM: S3C64XX: fix timer broken by relocation

2010-11-12 Thread Darius Augulis
Dear Minkyu Kang, On 11/12/2010 05:10 AM, Minkyu Kang wrote: Dear Darius Augulis, On 2 November 2010 05:49, Darius Augulisaugulis.dar...@gmail.com wrote: S3C64XX timer uses static variables which are initialized before relocation and used after it. Move them to global data structure.

Re: [U-Boot] [PATCH] ARM: S3C64XX: fix timer broken by relocation

2010-11-12 Thread Albert ARIBAUD
Le 12/11/2010 19:18, Darius Augulis a écrit : Dear Minkyu Kang, On 11/12/2010 05:10 AM, Minkyu Kang wrote: Dear Darius Augulis, On 2 November 2010 05:49, Darius Augulisaugulis.dar...@gmail.com wrote: S3C64XX timer uses static variables which are initialized before relocation and used

Re: [U-Boot] [PATCH] mpc83xx: Make it boot again

2010-11-12 Thread Kumar Gala
On Nov 12, 2010, at 11:22 AM, Scott Wood wrote: On Fri, 12 Nov 2010 09:58:53 -0600 Kumar Gala ga...@kernel.crashing.org wrote: On Nov 4, 2010, at 11:47 AM, Wood Scott-B07421 wrote: Joakim Tjernlund wrote: Trial and error suggests that map_flash_by_law1 needs an isync(padding with 4

Re: [U-Boot] [PATCH] mpc83xx: Make it boot again

2010-11-12 Thread Scott Wood
On Fri, 12 Nov 2010 13:26:17 -0600 Kumar Gala ga...@kernel.crashing.org wrote: On Nov 12, 2010, at 11:22 AM, Scott Wood wrote: On Fri, 12 Nov 2010 09:58:53 -0600 Kumar Gala ga...@kernel.crashing.org wrote: We only do the 'twi' for loads/in_beX not stores/out_beX. Yes, and the

Re: [U-Boot] [PATCH] TQM85xx: Fix bug introduced by 83xx/85xx/86xx: LBC register cleanup

2010-11-12 Thread Becky Bruce
On Nov 11, 2010, at 4:30 PM, Wolfgang Denk wrote: Dear Becky Bruce, In message 1289496785-9243-1-git-send-email-bec...@kernel.crashing.org you wrote: The size of the other bank needed to be added to the br0 setting; this got dropped in the LBC cleanup. Signed-off-by: Becky Bruce

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Remy Bohmer
Hi, 2010/11/12 Wolfgang Denk w...@denx.de:  Several times before it has been suggested to use Patchwork for  U-Boot; in the past, I hesitated to do that for various reasons. But  in the meantime a number of features have been added to Patchwork,  and I think it now can be indeed beneficial to

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Jerry Van baren
Hi Wolfgang, On 11/12/2010 5:22 AM, Wolfgang Denk wrote: Hi all, here is some news about organizational changes: [snip] For now, I would like to ask all CUSTODIANS to register as users at patchwork.ozlabs.org, so we can arrange that the appropriate privileges will be granted to

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Graeme Russ
On Saturday, November 13, 2010, Jerry Van baren vanba...@cideas.com wrote: Hi Wolfgang, On 11/12/2010 5:22 AM, Wolfgang Denk wrote: Hi all, here is some news about organizational changes: [snip]   For now, I would like to ask all CUSTODIANS to register as users at  

[U-Boot] New to U-boot development, adding Octeon support

2010-11-12 Thread Aaron Williams
Hi, I am rather new to U-boot development and will be working on migrating the current Cavium Octeon U-boot code to a much more up to date version but I first have some questions. My goal is to be able to hopefully submit the changes back into the main U- boot tree and do this as cleanly as

Re: [U-Boot] Please pull u-boot-atmel/at91

2010-11-12 Thread Wolfgang Denk
Dear Reinhard Meyer, In message 4ccd346a.5030...@emk-elektronik.de you wrote: Dear Wolfgang, The following changes since commit 0c0892be0d93a5a892b93739c5eb3bf692fed4ff: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-marvell are available in the git

Re: [U-Boot] New to U-boot development, adding Octeon support

2010-11-12 Thread Wolfgang Denk
Dear Aaron, In message 201011121345.22528.aaron.willi...@caviumnetworks.com you wrote: I am rather new to U-boot development and will be working on migrating the current Cavium Octeon U-boot code to a much more up to date version but I first have some questions. Welcome! I really

Re: [U-Boot] Please pull u-boot-ti/master

2010-11-12 Thread Wolfgang Denk
Dear s-paul...@ti.com, In message 1288902932-24246-1-git-send-email-s-paul...@ti.com you wrote: The following changes since commit 0c0892be0d93a5a892b93739c5eb3bf692fed4ff: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-marvell are available in the git

Re: [U-Boot] Pull request u-boot-blackfin.git (sf branch)

2010-11-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1289381218-17985-1-git-send-email-vap...@gentoo.org you wrote: The following changes since commit 0c0892be0d93a5a892b93739c5eb3bf692fed4ff: Merge branch 'master' of git://git.denx.de/u-boot-marvell (2010-10-29 22:03:00 +0200) are available in the git

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

2010-11-12 Thread Wolfgang Denk
Dear Kumar Gala, In message pine.lnx.4.64.1011120948290.17...@localhost.localdomain you wrote: The following changes since commit 0c0892be0d93a5a892b93739c5eb3bf692fed4ff: Merge branch 'master' of git://git.denx.de/u-boot-marvell (2010-10-29 22:03:00 +0200) are available in the git

Re: [U-Boot] Commit ecee9... (Program net device MAC addresses after initializing) breakage

2010-11-12 Thread Mike Frysinger
On Friday, November 12, 2010 05:55:55 Graeme Russ wrote: On 10/11/10 14:36, Mike Frysinger wrote: On Saturday, November 06, 2010 18:13:08 Graeme Russ wrote: I saw discussion a little while ago regarding implementing a version of malloc that returns cleared memory - did this gain any

Re: [U-Boot] Commit ecee9... (Program net device MAC addresses after initializing) breakage

2010-11-12 Thread Graeme Russ
On 13/11/10 12:11, Mike Frysinger wrote: On Friday, November 12, 2010 05:55:55 Graeme Russ wrote: On 10/11/10 14:36, Mike Frysinger wrote: On Saturday, November 06, 2010 18:13:08 Graeme Russ wrote: I saw discussion a little while ago regarding implementing a version of malloc that returns

Re: [U-Boot] Hanging in kmalloc of nand_scan_tail() function

2010-11-12 Thread terry
在 2010-11-12五的 11:19 -0600,Scott Wood写道: On Fri, 12 Nov 2010 20:45:18 +0800 terry gliumailena...@gmail.com wrote: Dear Scott, I have disassemble the nand_base.o file,because i know the problem happened here. Why not disassemble the whole u-boot? Then you'll get malloc as well,

Re: [U-Boot] RFC: Aligning arch initialisation sequences

2010-11-12 Thread Graeme Russ
On 10/11/10 10:35, Mike Frysinger wrote: On Sunday, November 07, 2010 05:06:26 Graeme Russ wrote: Should all architectures strive to look as much like one another as possible? Should we accept that maybe this particular issue be thrown in the too hard basket? imo, we should strive to have

Re: [U-Boot] RFC: Aligning arch initialisation sequences

2010-11-12 Thread Mike Frysinger
On Friday, November 12, 2010 23:16:07 Graeme Russ wrote: On 10/11/10 10:35, Mike Frysinger wrote: On Sunday, November 07, 2010 05:06:26 Graeme Russ wrote: Should all architectures strive to look as much like one another as possible? Should we accept that maybe this particular issue be

Re: [U-Boot] Commit ecee9... (Program net device MAC addresses after initializing) breakage

2010-11-12 Thread Mike Frysinger
On Friday, November 12, 2010 20:51:12 Graeme Russ wrote: On 13/11/10 12:11, Mike Frysinger wrote: On Friday, November 12, 2010 05:55:55 Graeme Russ wrote: On 10/11/10 14:36, Mike Frysinger wrote: On Saturday, November 06, 2010 18:13:08 Graeme Russ wrote: I saw discussion a little while

Re: [U-Boot] [STATUS] Custodian changes, using Patchwork

2010-11-12 Thread Mike Frysinger
On Friday, November 12, 2010 05:22:31 Wolfgang Denk wrote: For now, I would like to ask all CUSTODIANS to register as users at patchwork.ozlabs.org, so we can arrange that the appropriate privileges will be granted to you. vapier -mike signature.asc Description: This is a digitally

Re: [U-Boot] RFC: Aligning arch initialisation sequences

2010-11-12 Thread Reinhard Meyer
Dear Graeme Russ, Dear All, On 10/11/10 10:35, Mike Frysinger wrote: On Sunday, November 07, 2010 05:06:26 Graeme Russ wrote: Should all architectures strive to look as much like one another as possible? Should we accept that maybe this particular issue be thrown in the too hard basket?

Re: [U-Boot] RFC: Aligning arch initialisation sequences

2010-11-12 Thread Reinhard Meyer
On 13.11.2010 07:31, Reinhard Meyer wrote: Dear Graeme Russ, Dear All, On 10/11/10 10:35, Mike Frysinger wrote: On Sunday, November 07, 2010 05:06:26 Graeme Russ wrote: Should all architectures strive to look as much like one another as possible? Should we accept that maybe this particular

[U-Boot] confirmación

2010-11-12 Thread cvtri...@telefonica.net
Usted tiene una transferencia de dinero de $85.000.Por favor confirmar la recepción con su nombre y su país. Enviar por correo electrónico: wu.lary...@w.cn___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot