[U-Boot] [PATCH] smc911x MII made available

2011-06-27 Thread helmut . raiger
From: Helmut Raiger The driver already had the MII functions, but they have not been registered using miiphy_register(). --- drivers/net/smc911x.c | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c index

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Ilya Yanok
Hi Aneesh, On 27.06.2011 08:29, Aneesh V wrote: >> I wonder why do we need this whole spl thing in the first place (well, >> surely I know what they are used for but why do we need a separate entity >> for this)? Isn't it just the same U-Boot in, well, very special >> configuration >> (minimal set

[U-Boot] [PATCH 0/2] ORIGEN Board Support

2011-06-27 Thread Chander Kashyap
Adds support for ORIGEN board with MMC Booting. Chander Kashyap (2): ARMV7: Add support for Samsung ORIGEN board ORIGEN: Add MMC SPL support MAINTAINERS |1 + board/samsung/origen/Makefile | 46 ++ board/samsung/origen/lowlevel_

[U-Boot] [PATCH 1/2] ARMV7: Add support for Samsung ORIGEN board

2011-06-27 Thread Chander Kashyap
Origen board is based upon S5PV310 SoC which is similiar to S5PC210 SoC. Signed-off-by: Chander Kashyap --- MAINTAINERS |1 + board/samsung/origen/Makefile| 46 board/samsung/origen/lowlevel_init.S | 468 ++ board/samsu

[U-Boot] [PATCH 2/2] ORIGEN: Add MMC SPL support

2011-06-27 Thread Chander Kashyap
Adds mmc boot support. Signed-off-by: Chander Kashyap --- mmc_spl/board/samsung/origen/Makefile | 105 mmc_spl/board/samsung/origen/mmc_boot.c | 75 +++ mmc_spl/board/samsung/origen/tools/mkv310_image.c | 139 + mmc_spl/board

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Simon Schwarz
Hi, > You mentioned that /spl can not be used for source files. Isn't there a > way to workaround this problem? Why should we have source files in a SPL directory? I would prefer to have spl specific sources right where the rest ist - maybe marked with something like _spl or excluded by some #defi

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Aneesh V
Hi Ilya, On Monday 27 June 2011 01:54 PM, Ilya Yanok wrote: > Hi Aneesh, > > On 27.06.2011 08:29, Aneesh V wrote: >>> I wonder why do we need this whole spl thing in the first place (well, >>> surely I know what they are used for but why do we need a separate entity >>> for this)? Isn't it just th

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Wolfgang Denk
Dear Aneesh, In message <4e0804dc.8090...@ti.com> you wrote: > > >> +spl: $(TIMESTAMP_FILE) $(VERSION_FILE) depend > >> + $(MAKE) -C spl/ all > >> + > >>$(obj)mmc_spl/u-boot-mmc-spl.bin: mmc_spl > > > > The mmc_spl/ is suppoed to be moved into spl/, isn't it? > > This patch was in

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Wolfgang Denk
Dear Ilya, In message you wrote: > > I wonder why do we need this whole spl thing in the first place (well, > surely I know what they are used for but why do we need a separate entity > for this)? Isn't it just the same U-Boot in, well, very special configuration > (minimal set of drivers, no sh

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Wolfgang Denk
Dear Aneesh, In message <4e080733.2030...@ti.com> you wrote: > > > I wonder why do we need this whole spl thing in the first place (well, > > surely I know what they are used for but why do we need a separate entity > > for this)? Isn't it just the same U-Boot in, well, very special > > configur

[U-Boot] promo

2011-06-27 Thread PROMO
Your Email Id has won 1,000,000.00 GBP in the British MICROSOFT Promo 2011. send your Names. Address. Sex. Age. Tel. Occupation. to our claims department: carl_rob...@hotmail.com Thank you for your full corporation. ___ U-Boot mailing list U-Boot@li

Re: [U-Boot] [PATCH 2/3] omap3evm: Update ethernet reset sequence for Rev.G board

2011-06-27 Thread Premi, Sanjeev
> -Original Message- > From: Igor Grinberg [mailto:grinb...@compulab.co.il] > Sent: Monday, June 27, 2011 12:17 PM > To: Premi, Sanjeev > Cc: Govindarajan, Sriramakrishnan; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH 2/3] omap3evm: Update ethernet > reset sequence for Rev.G board

[U-Boot] Email;uk.claims.department2...@live.com

2011-06-27 Thread Majumdar, Saurindranath
You have been selected for a cash prize of £800,000.Contact with the below information for claim./Name/Tell/Occupation/Address/Age/via Email;uk.claims.department2...@live.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/li

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Daniel Schwierzeck
Hi, On Mon, Jun 27, 2011 at 11:27 AM, Wolfgang Denk wrote: > Dear Ilya, > > In message you wrote: >> >> I wonder why do we need this whole spl thing in the first place (well, >> surely I know what they are used for but why do we need a separate entity >> for this)? Isn't it just the same U-Boot

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Aneesh V
Dear Wolfgang, On Monday 27 June 2011 02:57 PM, Wolfgang Denk wrote: > Dear Aneesh, > > In message<4e0804dc.8090...@ti.com> you wrote: >> +spl: $(TIMESTAMP_FILE) $(VERSION_FILE) depend + $(MAKE) -C spl/ all + $(obj)mmc_spl/u-boot-mmc-spl.bin: mmc_spl >>> >>> The

[U-Boot] [PATCHv2] omap3evm: Update ethernet reset sequence for Rev.G board

2011-06-27 Thread Sanjeev Premi
From: Sriramakrishnan The GPIO pin used for resetting the external LAN chip has changed for Rev.G board. The patch uses generic gpio API instead of direct access to corresponding registers. Signed-off-by: Sriramakrishnan Signed-off-by: Sanjeev Premi --- Changes since v1: * Use of gpio API

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Scott Wood
On Mon, 27 Jun 2011 11:27:31 +0200 Wolfgang Denk wrote: > Dear Ilya, > > In message you wrote: > > > > I wonder why do we need this whole spl thing in the first place (well, > > surely I know what they are used for but why do we need a separate entity > > for this)? Isn't it just the same U-Bo

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Scott Wood
On Mon, 27 Jun 2011 11:36:33 +0200 Wolfgang Denk wrote: > Dear Aneesh, > > In message <4e080733.2030...@ti.com> you wrote: > > > > > I wonder why do we need this whole spl thing in the first place (well, > > > surely I know what they are used for but why do we need a separate entity > > > for t

Re: [U-Boot] [PATCH] smc911x MII made available

2011-06-27 Thread Mike Frysinger
On Monday, June 27, 2011 03:22:03 helmut.rai...@hale.at wrote: > From: Helmut Raiger > > The driver already had the MII functions, but they have not been > registered using miiphy_register(). missing signed-off-by tag > +static int mii_phy_read(char *devname, u8 phy, u8 reg, u16 *val) this nam

[U-Boot] [PATCH] powerpc/mpc85xx: Display a warning for unsupported DDR data rates

2011-06-27 Thread York Sun
If DDR initialziation uses a speed table and the speed is not matched, print a warning message instead of silently ignoring. Signed-off-by: York Sun --- board/freescale/corenet_ds/ddr.c |6 ++ board/freescale/mpc8572ds/ddr.c |8 board/freescale/mpc8641hpcn/ddr.c |5 ++

[U-Boot] [PATCH] powerpc/mpc8xxx: fix DDR data width checking

2011-06-27 Thread York Sun
Checking width before setting DDR controller. SPD for DDR1 and DDR2 has data width and primary sdram width. The latter one has different meaning for DDR3. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc8xxx/ddr/options.c | 35 --- 1 files changed, 27 insertions(+),

[U-Boot] [PATCH] powerpc/corenet_ds: Fix RCW overriding for RDIMM

2011-06-27 Thread York Sun
Allow overriding RCW for all RDIMM, not only quad-rank ones. Signed-off-by: York Sun --- board/freescale/corenet_ds/ddr.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/freescale/corenet_ds/ddr.c b/board/freescale/corenet_ds/ddr.c index 98024c7..f2b716d 100644 --

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Wolfgang Denk
Dear Daniel, In message you wrote: > > > Good point. Eventually we can just add additional build rules for > > new object files (say, ".splo" instead of ".o") ? > > I agree this approach seems to be the best one. > But then we have to create SPL-specific libraries too, right? > (e.g. lib$(AR

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Wolfgang Denk
Dear Aneesh V, In message <4e089a25.4050...@ti.com> you wrote: > > >Instead of doing this, we could as well just maintain a list of > >objects and then link all these together directly, without creating > >libraries first. > > Is this like a make variable that keeps accumulating obje

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Wolfgang Denk
Dear Scott Wood, In message <20110627133435.31cd3...@schlenkerla.am.freescale.net> you wrote: > > > Good point. Eventually we can just add additional build rules for > > new object files (say, ".splo" instead of ".o") ? > > No need for new extensions -- we should be able to use the target > dir

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Wolfgang Denk
Dear Scott Wood, In message <20110627134205.021af...@schlenkerla.am.freescale.net> you wrote: > > > This statement does not make much sense to me. If we can do it in the > > spl/ directory, we should be able to do it in any other directory as > > well. The worst to happen is that we have to keep

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Scott Wood
On Mon, 27 Jun 2011 22:50:46 +0200 Wolfgang Denk wrote: > Dear Scott Wood, > > In message <20110627133435.31cd3...@schlenkerla.am.freescale.net> you wrote: > > > > > Good point. Eventually we can just add additional build rules for > > > new object files (say, ".splo" instead of ".o") ? > > >

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Wolfgang Denk
Dear Scott Wood, In message <20110627155535.4217b...@schlenkerla.am.freescale.net> you wrote: > > > But if we do not create a new hierarchy of target directories we will > > have the "normal" and the "spl" objects in parallel (and I don't want > > to delete one when building the other). > > What'

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Scott Wood
On Mon, 27 Jun 2011 23:10:33 +0200 Wolfgang Denk wrote: > Dear Scott Wood, > > In message <20110627155535.4217b...@schlenkerla.am.freescale.net> you wrote: > > > > > But if we do not create a new hierarchy of target directories we will > > > have the "normal" and the "spl" objects in parallel (a

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Wolfgang Denk
Dear Scott Wood, In message <20110627161803.16783...@schlenkerla.am.freescale.net> you wrote: > > > > > But if we do not create a new hierarchy of target directories we will > > > > have the "normal" and the "spl" objects in parallel (and I don't want > > > > to delete one when building the other)

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Graeme Russ
Hi All, Just thought I'd throw in a left-field idea... Could we make the loading of U-Boot into a generic multi-stage framework with each stage bootstrapping the next stage? OK, I know this is how IPL, SPL etc work already, but I'm thinking something more formal and arch independent. I can think

Re: [U-Boot] [PATCH v4 0/9] armv7: cache maintenance operations

2011-06-27 Thread Minkyu Kang
On 24 June 2011 04:24, Paulraj, Sandeep wrote: > > >> >> Hi All, >> >> Le 17/06/2011 11:30, Aneesh V a écrit : >> > With D-cache and MMU enabled for ARM in u-boot it becomes imperative to >> > support a minimal set of cache maintenance operations and necessary >> > initializations before enabling

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Wolfgang Denk
Dear Graeme Russ, In message you wrote: > > I can think of three disctinct phases which are relatively commong across > most arch's (especially NAND Flash arches) > > 1) An intial page (say 256 bytes for example) which loads a second stage >into the CPU's cache > 2) A second phase running i

[U-Boot] Pull request: u-boot-arm/master

2011-06-27 Thread Albert ARIBAUD
Hi Wolfgang, The following changes since commit 9623c158f6a5150a21c25026bfba79e7ff7912f5: Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-06-23 15:37:33 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm.git master Aneesh V (9): arm: make defa

Re: [U-Boot] [PATCH v4 0/9] armv7: cache maintenance operations

2011-06-27 Thread Albert ARIBAUD
Le 17/06/2011 11:30, Aneesh V a écrit : > With D-cache and MMU enabled for ARM in u-boot it becomes imperative to > support a minimal set of cache maintenance operations and necessary > initializations before enabling MMU. > > This series of patches attempt to do the following for armv7: > * Necess

Re: [U-Boot] [PATCH] OMAP[34]: fix broken timer

2011-06-27 Thread Igor Grinberg
Sandeep, Albert, Please, apply this patch. It fixes a real issue with timer on omap. Thanks On 12/28/10 02:33, John Rigby wrote: > As implemented now the timer used to implement __udelay counts > to 0x and then gets stuck there because the the programmed > reload value is 0x.

Re: [U-Boot] SPL framework re-design

2011-06-27 Thread Aneesh V
On Tuesday 28 June 2011 02:52 AM, Wolfgang Denk wrote: > Dear Scott Wood, > > In message<20110627161803.16783...@schlenkerla.am.freescale.net> you wrote: >> > But if we do not create a new hierarchy of target directories we will > have the "normal" and the "spl" objects in parallel (and I