[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

[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 b/cpu/mpc85xx/f

[U-Boot-Users] [PATCH 8/9] [new uImage] Provide ability to restrict region used for boot images

2008-02-27 Thread Kumar Gala
Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way to restrict what memory range is used for bootm. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- common/cmd_bootm.c | 10 +- common/image.c | 26 ++ include/image.h|2 ++ lib_m68

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

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

[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 ++ include/imag

[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 3/9] [new uImage] ppc: Re-order ramdisk/fdt handling sequence

2008-02-27 Thread Kumar Gala
Doing the fdt before the ramdisk allows us to grow the fdt w/o concern however it does mean we have to go in and fixup the initrd info since we don't know where it will be. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- lib_ppc/bootm.c | 39 +++ 1 files ch

[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 b/lib_ppc/bootm

[U-Boot-Users] [PATCH 0/9] [new uImage] Add support for booting images at non-zero addresses

2008-02-27 Thread Kumar Gala
This is an updated set of patches against the latest u-boot-testing#new-image.p5 Please apply. - k - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT

[U-Boot-Users] [PATCH 1/9] [new uImage] Don't pass kdb to ramdisk_high since we may not have one

2008-02-27 Thread Kumar Gala
We don't actually need the kdb param as we are just using it to get bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we boot via OF we might not actually fill out a kdb. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- common/image.c |9 - include/image.h |2

[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=link&id=903&m=12241497&c=389572594&fm_token=9FA37199AD9134F62364C010EAE6AD58<@@VIP_UPGRADE>&pro=1) has added you as a friend on WAYN. Confirm whether you are friends with Kiran (http://www.wayn.com/waynfx.html?wci=link&id=90

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 fix

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

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

2008-02-27 Thread Andy Fleming
> 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) now. It's got a patch which removes the m

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

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 Ga

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

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

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

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

2008-02-27 Thread Andy Fleming
are available in the git repository at: git://www.denx.de/git/u-boot-mpc85xx.git ..BRANCH.NOT.VERIFIED.. Andy Fleming (2): Invalidate INIT_RAM TLB mappings Fix source for ECM error IVPR Jean-Christophe PLAGNIOL-VILLARD (2): sbc8548: Fix cfi flash bank declaration sbc854

[U-Boot-Users] [PATCH] net: uec_phy: actually increment the timeout counter

2008-02-27 Thread Kim Phillips
allow u-boot to recover (and, e.g., switch to another interface) in the case where a PHY does not report autonegotiation is complete within its two second timeout value. Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- almost forgot this one :). It also corrects a spelling mistake. This fixes

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

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

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 di

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

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

2008-02-27 Thread Kumar Gala
On Feb 27, 2008, at 5:23 AM, Marian Balakowicz wrote: > 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

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': > > > > actux

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

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

2008-02-27 Thread Michael Schwingen
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: In function 'checkboard': > > actux2.c:

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

Re: [U-Boot-Users] [PATCH 4/8] [Makefile] Sort COBJS in lib_ Makefiles

2008-02-27 Thread Marian Balakowicz
Jon Loeliger wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > >> It will be nice if you could split it in 1 line for 1 file as it >> >> -SOBJS= memcpy.o memcmp.o memset.o memmove.o >> +SOBJS+= memcmp.o >> +SOBJS+= mmemcpy.o >> +SOBJS+= memmove.o >> +SOBJS+= memset.o >> .

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

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

2008-02-27 Thread Marian Balakowicz
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, kdb, initrd (optionally), fdt)

Re: [U-Boot-Users] [PATCH] add cscope build target

2008-02-27 Thread Li Yang
> -Original Message- > From: Mike Frysinger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 27, 2008 6:53 PM > To: u-boot-users@lists.sourceforge.net > Cc: Li Yang; [EMAIL PROTECTED] > Subject: Re: [U-Boot-Users] [PATCH] add cscope build target > > On Wednesday 27 February 2008, Li

Re: [U-Boot-Users] [PATCH] add cscope build target

2008-02-27 Thread Mike Frysinger
On Wednesday 27 February 2008, Li Yang wrote: > +cscope: > + find $(SUBDIRS) $(TAG_SUBDIRS) -name '*.[ch]' -print \ > + > cscope.files > + cscope -b -q -k isnt the default cscope behavior to scan the working directory for source

[U-Boot-Users] Pleasure her like never before with a larger lovestick.

2008-02-27 Thread Lambrini saberin
Shannon said my new found size feels like a power drill in her, and she LOVES IT.- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt

[U-Boot-Users] [PATCH] add cscope build target

2008-02-27 Thread Li Yang
Add cscope build target to generate cscope database for code browsing. Signed-off-by: Li Yang <[EMAIL PROTECTED]> --- Makefile |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index d6a0299..1efd33e 100644 --- a/Makefile +++ b/Makefile @@ -400,6 +400

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

2008-02-27 Thread Mike Frysinger
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 Blackfin ports can uti

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

2008-02-27 Thread Haavard Skinnemoen
On Sun, 24 Feb 2008 23:58:13 -0500 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 Blackfin ports can utilize it. > > Signed-off-by:

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