[U-Boot-Users] when i can find...

2008-02-27 Thread Karthikeyan Kadirvel, Chennai
Hai . Where we can see the FLASH, SDRAM and NVRAM configuration and memory mapping in MCF54455EVB u -boot files. Regards, Karthik DISCLAIMER: --- The

Re: [U-Boot-Users] update new-image branch of u-boot-testing

2008-02-27 Thread Marian Balakowicz
Kumar Gala wrote: On Feb 26, 2008, at 3:14 AM, Marian Balakowicz wrote: Kumar Gala wrote: Can we get 1.3.2-rc2 pulled into the 'new-image' branch of u-boot-testing. Will do this along with preparing new commits for u-boot-testing#new-image branch pull end of this week. Do you have a

Re: [U-Boot-Users] Quick booting

2008-02-27 Thread conn intel
Dear Jerry Van Baren, Thanks for your kind and quick response. I read the thread and it is going to be very useful to me. Can we use DMA to load image from flash to ram ? Currently I am using following command to load kernel image from flash to ram, bootcmd=nand read.jffs2 0x30007FC0 0x8

Re: [U-Boot-Users] U-Boot v1.3.2-rc2 released

2008-02-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:15 Wed 27 Feb , Jean-Christophe PLAGNIOL-VILLARD wrote: On 15:12 Wed 27 Feb , Michael Schwingen wrote: On Mon, Feb 25, 2008 at 12:02:24AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: actux1: actux1.c: In function 'checkboard': actux1.c:92: warning:

Re: [U-Boot-Users] U-Boot v1.3.2-rc2 released

2008-02-27 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:12 Wed 27 Feb , Michael Schwingen wrote: On Mon, Feb 25, 2008 at 12:02:24AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: actux1: actux1.c: In function 'checkboard': actux1.c:92: warning: unused variable 'revision' Fixed - actux2: actux2.c:

Re: [U-Boot-Users] [PATCH v2] [new uImage] ppc: Re-order ramdisk/fdt handling sequence

2008-02-27 Thread Kumar Gala
On Feb 27, 2008, at 5:20 AM, Marian Balakowicz wrote: Kumar Gala wrote: On Feb 26, 2008, at 3:11 AM, Marian Balakowicz wrote: Kumar Gala wrote: On Feb 22, 2008, at 11:08 AM, Marian Balakowicz wrote: ... If we add LMB and rework bootm memory allocation, putting things (kernel, cmdline,

Re: [U-Boot-Users] [PATCH] net/Blackfin: move on-chip MAC driver into drivers/net/

2008-02-27 Thread Ben Warren
Mike Frysinger wrote: On Wednesday 27 February 2008, Haavard Skinnemoen wrote: Mike Frysinger [EMAIL PROTECTED] wrote: The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board directory, but it is not board specific, so relocate it to the drivers dir so that other

Re: [U-Boot-Users] [PATCH] Fix mpc8360emds board hang on second network operation

2008-02-27 Thread Kim Phillips
On Tue, 26 Feb 2008 21:32:30 -0500 Jerry Van Baren [EMAIL PROTECTED] wrote: The changeset that causes my problems is ee62ed32 The original code calls init_phy(dev) followed by phy_change(dev) *once* during PHY initialization. The part of changeset that appears to cause my problems is

[U-Boot-Users] [PATCH] net: uec_phy: handle 88e1111 rev.B2 erratum 5.6

2008-02-27 Thread Kim Phillips
erratum 5.6 states the autoneg completion bit is functional only if the autoneg bit is asserted. This fixes any secondarily-issued networking commands on non-gigabit links on the mpc8360 mds board. Signed-off-by: Kim Phillips [EMAIL PROTECTED] --- gvb, please test, and give us your blessings if

Re: [U-Boot-Users] [PATCH] net: uec_phy: handle 88e1111 rev.B2 erratum 5.6

2008-02-27 Thread Jerry Van Baren
Kim Phillips wrote: erratum 5.6 states the autoneg completion bit is functional only if the autoneg bit is asserted. This fixes any secondarily-issued networking commands on non-gigabit links on the mpc8360 mds board. Signed-off-by: Kim Phillips [EMAIL PROTECTED] --- gvb, please test,

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

2008-02-27 Thread Andy Fleming
Argh. I didn't notice the last one was somewhat malformed. The newer git helpfully checks the remote to make sure this request is sensible, and failed due to the corporate firewall. Anyway, I've solved the problem in my script, and these patches fix the known problems with 85xx in rc2. The

Re: [U-Boot-Users] [PATCH] 85xx: Don't icbi when unlocking the cache

2008-02-27 Thread Andy Fleming
On Tue, Feb 19, 2008 at 10:43 PM, Kumar Gala [EMAIL PROTECTED] wrote: There is no reason to icbi when invalidating the temporary stack in the d-cache. Its impossible on e500 to have the i-cache contain any addresses in the temp stack and it can be problematic in generating transactions on

Re: [U-Boot-Users] [PATCH] 85xx: get_tbclk() speed up and rounding fix

2008-02-27 Thread Andy Fleming
On Tue, Feb 12, 2008 at 9:32 AM, Kumar Gala [EMAIL PROTECTED] wrote: From: James Yang Speed up get_tbclk() by referencing pre-computed bus clock frequency value from global data instead of sys_info_t. Fix rounding of result to nearest; previously it was rounding upwards.

Re: [U-Boot-Users] [PATCH] 85xx: Show DDR memory data rate in addition to the memory clock frequency.

2008-02-27 Thread Andy Fleming
On Tue, Feb 12, 2008 at 9:33 AM, Kumar Gala [EMAIL PROTECTED] wrote: From: James Yang Show the DDR memory data rate in addition to the memory clock frequency. For DDR/DDR2 memories the memory data rate is 2x the memory clock. Signed-off-by: James Yang Signed-off-by: Kumar Gala [EMAIL

Re: [U-Boot-Users] [PATCH] 85xx: Speed up get_ddr_freq() and get_bus_freq()

2008-02-27 Thread Andy Fleming
On Tue, Feb 12, 2008 at 9:57 AM, Kumar Gala [EMAIL PROTECTED] wrote: From: James Yang get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were called. However, get_sys_info() recalculates extraneous information when called each time. Have get_ddr_freq() and

Re: [U-Boot-Users] [PATCH] 85xx: Expand CCSR space with more DDR controller registers.

2008-02-27 Thread Andy Fleming
On Tue, Feb 12, 2008 at 4:57 PM, Kumar Gala [EMAIL PROTECTED] wrote: Signed-off-by: James Yang [EMAIL PROTECTED] Signed-off-by: Jon Loeliger [EMAIL PROTECTED] Signed-off-by: Kumar Gala [EMAIL PROTECTED] Applied to for-1.3.3, thanks

Re: [U-Boot-Users] Flash write crash on MPC8548CDS

2008-02-27 Thread ksi
On Wed, 27 Feb 2008, Andy Fleming wrote: It is too late today but tomorrow I will try to write something in Flash with cp.b and check if this still happens. Everything works OK with the old U-Boot that came with CDS though... Ok, I found the problem. Check my tree (u-boot-mpc85xx.git)

Re: [U-Boot-Users] [PATCH] net: uec_phy: handle 88e1111 rev.B2 erratum 5.6

2008-02-27 Thread Ben Warren
Wolfgang, Please pull directly into 1.3.2 if possible thanks, Ben Acked-by: Ben Warren [EMAIL PROTECTED] On Wed, Feb 27, 2008 at 4:06 PM, Kim Phillips [EMAIL PROTECTED] wrote: erratum 5.6 states the autoneg completion bit is functional only if the autoneg bit is asserted. This fixes any

[U-Boot-Users] Kiran Choudary added you as a friend on WAYN...

2008-02-27 Thread Kiran Choudary
Dear u-boot-users, Kiran Choudary (http://www.wayn.com/waynfx.html?wci=linkid=903m=12241497c=389572594fm_token=9FA37199AD9134F62364C010EAE6AD58@@VIP_UPGRADEpro=1/@@VIP_UPGRADE) has added you as a friend on WAYN. Confirm whether you are friends with Kiran

[U-Boot-Users] [PATCH 2/9] [new uImage] ppc: Determine if we are booting an OF style

2008-02-27 Thread Kumar Gala
If we are bootin OF style than we can skip setting up some things that are used for the old boot method. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- lib_ppc/bootm.c | 22 +- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/lib_ppc/bootm.c

[U-Boot-Users] [PATCH 5/9] [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images

2008-02-27 Thread Kumar Gala
Introduce the LMB lib used on PPC in the kernel as a clean way to manage the memory spaces used by various boot images and structures. This code will allow us to simplify the code in bootm and its support functions. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- common/cmd_bootm.c | 14 +++

[U-Boot-Users] [PATCH 6/9] [new uImage] Add autostart flag to bootm_headers structure

2008-02-27 Thread Kumar Gala
The autostart env variable was dropped as part of the initial new uImage cleanup. Add it back here so the arch specific code can decide if it wants to really boot or not. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- common/cmd_bootm.c |1 + common/image.c |6 ++

[U-Boot-Users] [PATCH 4/9] [new uImage] rework error handling so common functions don't reset

2008-02-27 Thread Kumar Gala
Changed image_get_ramdisk() to just return NULL on error and have get_ramdisk() propogate that error to the caller. It's left to the caller to call do_reset() if it wants to. Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc to a common location. In the future we will change

[U-Boot-Users] [PATCH 7/9] [new uImage] Use lmb for bootm allocations

2008-02-27 Thread Kumar Gala
Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd() functions over to using lmb for allocation of the ramdisk, command line and kernel bd info. Convert PPC specific fdt_relocate() to use lmb for allocation of the device tree. Provided a weak function that board code can call to do

[U-Boot-Users] [PATCH 9/9] [new uImage] Respect autostart setting in linux bootm

2008-02-27 Thread Kumar Gala
Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- lib_arm/bootm.c|3 +++ lib_avr32/bootm.c |3 +++ lib_blackfin/bootm.c |3 +++ lib_i386/bootm.c |3 +++ lib_m68k/bootm.c |5 - lib_microblaze/bootm.c |3 +++ lib_mips/bootm.c |3 +++

[U-Boot-Users] [PATCH] 85xx: Fix merge duplication

2008-02-27 Thread Kumar Gala
ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate. Signed-off-by: Kumar Gala [EMAIL PROTECTED] --- cpu/mpc85xx/fdt.c | 49 - 1 files changed, 0 insertions(+), 49 deletions(-) diff --git a/cpu/mpc85xx/fdt.c

[U-Boot-Users] [PATCH] Add support for Intersil isl1208 RTC

2008-02-27 Thread Tor Krill
Signed-off-by: Tor Krill [EMAIL PROTECTED] --- README|1 + drivers/rtc/Makefile |1 + drivers/rtc/isl1208.c | 176 + 3 files changed, 178 insertions(+), 0 deletions(-) create mode 100644 drivers/rtc/isl1208.c diff --git