[U-Boot] How to boot a newer version of u-boot from a older one?

2011-06-05 Thread Lingfeng Xiong
hi there, I bought a Freescale MPC8313E-RDB some days before. The version of u-boot on that board is quite old and I wanna run a newer one. I have already built the latest git version of u-boot for that board. But I found there are several configuration files: MPC8313ERDB_33

Re: [U-Boot] [PATCH v3] mx31ads: Use the new relocation scheme

2011-06-05 Thread Felix Radensky
Hi Fabio, On 06/05/2011 02:24 AM, Fabio Estevam wrote: Hi Felix, On Sat, Jun 4, 2011 at 7:18 PM, Felix Radenskyfe...@embedded-sol.com wrote: ... I've tested your patch on mx31ads. Unfortunately it bricks the board. There are no messages on console. The latest u-boot version that works on

Re: [U-Boot] How to boot a newer version of u-boot from a older one?

2011-06-05 Thread Bear
hi, Could you tell me which configuration should I use? There are 4 configurations for MPC8313ERDB... MPC8313ERDB_33 powerpc mpc83xx mpc8313erdb freescale - MPC8313ERDB:SYS_33MHZ MPC8313ERDB_66 powerpc mpc83xx mpc8313erdb freescale

[U-Boot] Re-validate your mailbox

2011-06-05 Thread Arzaga, Jenny
Your mailbox storage limit has been exceeded until you re-validate your mailbox you cannot send or recieve e-mail.To re-validate your mailbox please click this link http://rennnk.weebly.com/ http://rennnk.weebly.com/ Thanks System Administrator ___

[U-Boot] Re-Validate Your MailBox

2011-06-05 Thread Arzaga, Jenny
Your mailbox storage limit has been exceeded until you re-validate your mailbox you can not send or recieve e-mail.To re-validate your mailbox please click this link http://is.gd/IasgyZ http://is.gd/IasgyZ Thanks System Administrator ___ U-Boot

Re: [U-Boot] Question re: Bluewater Systems Snapper 9260 and 9G20 modules patch

2011-06-05 Thread Reinhard Meyer
Dear Simon Glass, Hi Reinhard, I have been asked to have a quick look at this patch, which is showing accepted here: http://patchwork.ozlabs.org/patch/81422/ The diffstat on patchwork is: MAINTAINERS |5 + board/bluewater/snapper9260/Makefile

[U-Boot] *** Confirm Receipt Winning ***

2011-06-05 Thread Coca-Cola Lottery
Your Email Id has won 1,000,000.00 GBP in the British COCA COLA COMPANY Promo 2011. send your Details for claims:1.Names: 2.Address: 3.Sex: 4.Age:5.Tel: 6.Occupation: 7.Country. MR.Mcdanny Cole Email:claimsoffi...@kimo.com ___ U-Boot mailing list

Re: [U-Boot] [PATCH v3] mx31ads: Use the new relocation scheme

2011-06-05 Thread Fabio Estevam
Hi Felix, On Sun, Jun 5, 2011 at 4:28 AM, Felix Radensky fe...@embedded-sol.com wrote: ... Setting CONFIG_SYS_TEXT_BASE to 0xa000 in mx31ads.h fixes the problem. Excellent! You can add Tested-by: Felix Radensky fe...@embedded-sol.com Ok, I will send v4 of this patch tomorrow and will

[U-Boot] [PATCH v4] mx31ads: Use the new relocation scheme

2011-06-05 Thread Fabio Estevam
This fixes the MX31ADS build by using the new relocation scheme. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Tested-by: Felix Radensky fe...@embedded-sol.com --- Changes since v3: - Fix CONFIG_SYS_TEXT_BASE and boot is confirmed to work now Changes since v2: - Use PHYS_SDRAM_1 in

[U-Boot] [Patch V5] Add support for Bluewater Systems Snapper 9260/9G20 modules

2011-06-05 Thread Simon Glass
From: Ryan Mallon r...@bluewatersys.com Add support for Bluewater Systems AT91 based Snapper 9260 and 9G20 single board computer modules. Includes NAND flash and Ethernet support. Signed-off-by: Ryan Mallon r...@bluewatersys.com --- Build and run tested with new changes. Changes for v5: -

Re: [U-Boot] Question re: Bluewater Systems Snapper 9260 and 9G20 modules patch

2011-06-05 Thread Simon Glass
On Sun, Jun 5, 2011 at 5:57 AM, Reinhard Meyer u-b...@emk-elektronik.dewrote: Dear Simon Glass, Hi Reinhard, I have been asked to have a quick look at this patch, which is showing accepted here: http://patchwork.ozlabs.org/patch/81422/ ... I had accepted that patch after

Re: [U-Boot] How to boot a newer version of u-boot from a older one?

2011-06-05 Thread Wolfgang Denk
Dear Bear, please keep the mailing list on Cc:. In message 4deb3b83.8010...@gmail.com you wrote: I sent that email via Thunderbird as Plain Text. Maybe it caused by my UTF-8 encoding? I am very sorry about that. I don't know. For I have no USBTAP, there are no way for me to flush either

[U-Boot] [PATCH v3] autostart: unify duplicated logic into the bootm code

2011-06-05 Thread Mike Frysinger
Rather than having a bunch of random commands handle autostart behavior, unify the logic in a single place. This also fixes building of these different commands when bootm is disabled. Acked-by: Matthew McClintock m...@freescale.com Acked-by: Scott Wood scottw...@freescale.com Signed-off-by:

[U-Boot] [PATCH] mx31litekit: Fix boot with the new relocation scheme.

2011-06-05 Thread Fabio Estevam
imx31_litekit has been converted to the new relocation scheme, but it does not boot. Make the boot functional by using board_early_init_f . Signed-off-by: Fabio Estevam fabio.este...@freescale.com Tested-by: Magnus Lilja lilja.mag...@gmail.com --- board/logicpd/imx31_litekit/imx31_litekit.c |

Re: [U-Boot] How to boot a newer version of u-boot from a older one?

2011-06-05 Thread Bear
hi, Thanks for your help. I have read that FAQ and understood your meaning. :) On 6/6/2011 3:37 AM, Wolfgang Denk wrote: Dear Bear, please keep the mailing list on Cc:. In message4deb3b83.8010...@gmail.com you wrote: I sent that email via Thunderbird as Plain Text. Maybe it caused by my

Re: [U-Boot] [PATCH] net: designware: fix uninitialized phy_addr usage

2011-06-05 Thread Vipin Kumar
On 6/2/2011 8:49 PM, Mike Frysinger wrote: When CONFIG_DW_SEARCH_PHY is disabled, the local phy_addr variable never gets initialized causes random behavior at runtime and a gcc warning. So set it by default to the stored phy address. Signed-off-by: Mike Frysinger vap...@gentoo.org ---

Re: [U-Boot] [PATCH] net: designware: fix unused warning when CONFIG_DW_AUTONEG is enabled

2011-06-05 Thread Vipin Kumar
On 6/2/2011 8:49 PM, Mike Frysinger wrote: The ctrl variable is only used when autoneg support is disabled, so only declare it under those conditions to avoid an unused variable warning. Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/net/designware.c |4 +++- 1 files