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

2011-08-02 Thread Wolfgang Denk
Dear Chander Kashyap, In message you wrote: > > > > +void dram_init_banksize(void) > > > +{ > > > + gd->bd->bi_dram[0].start = PHYS_SDRAM_1; > > > + gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; > > > + gd->bd->bi_dram[1].start = PHYS_SDRAM_2; > > > + gd->bd->bi_dram[1].size = PH

Re: [U-Boot] SPR, USB and SPI tests question

2011-08-02 Thread Wolfgang Denk
Dear "Vega, Ferdinand (ESEA MESA)", In message <7c815335a6382547a0240c3fa5f33bc9baf...@de08ev804.global.ds.honeywell.com> you wrote: > > I was reading the README.post to get information about POST tests and notice > that the sections 2.2.1.2.Special Purpose Register Tests, 2.2.3.3.USB Test, > a

Re: [U-Boot] Build error in davinci_emac driver

2011-08-02 Thread Hiremath, Vaibhav
> -Original Message- > From: Paulraj, Sandeep > Sent: Tuesday, August 02, 2011 9:19 PM > To: Hiremath, Vaibhav > Cc: U-Boot@lists.denx.de > Subject: RE: Build error in davinci_emac driver > > > > > Sandeep, > > > > Few of your commits will not allow using davinci_emac driver for non- > >

Re: [U-Boot] [U-Boot, 3/9] nand: add a hw specific subcommand to the nand command.

2011-08-02 Thread Heiko Schocher
Hello Scott, Scott Wood wrote: > Sorry for the delay, didn't see this the first time around -- just > noticed it in patchwork. No problem. Thanks for the review! > On Sat, Jul 16, 2011 at 12:06:44AM -, Heiko Schocher wrote: >> @@ -739,6 +743,10 @@ U_BOOT_CMD( >> "nand env.oob set off|pa

[U-Boot] at91rm9200dk broken/patches?

2011-08-02 Thread Reinhard Meyer
Hello, is that board still wanted in u-boot? If yes, it should be converted like the at91rm9200ek has been. Best Regards, Reinhard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 1/2] gpio: Add GPIO driver framework for Marvell SoCs

2011-08-02 Thread Ajay Bhargav
- "Simon Guinot" wrote: > AFAIK, Orion and Kirkwood SoCs don't provide bitwise set/clear for > GPIO output/direction registers. Instead, a register must be read > first to leave other bits unchanged (see __set_direction in > kw_gpio.c). > > Is it possible to handle Armada SoCs GPIOs in a sam

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

2011-08-02 Thread Chander Kashyap
Dear Wolfgang Denk, On 31 July 2011 15:33, Wolfgang Denk wrote: > Dear Chander Kashyap, > > In message <1311914519-10531-3-git-send-email-chander.kash...@linaro.org> > you wrote: > > Adds mmc boot support. > > > > Signed-off-by: Chander Kashyap > > --- > > mmc_spl/board/samsung/origen/Makefile

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

2011-08-02 Thread Chander Kashyap
Dear Wolfgang Denk, On 31 July 2011 15:30, Wolfgang Denk wrote: > Dear Chander Kashyap, > > In message <1311914519-10531-2-git-send-email-chander.kash...@linaro.org> > you wrote: > > Origen board is based upon S5PV310 SoC which is similiar to > > S5PC210 SoC. > > > > Signed-off-by: Chander Kashy

[U-Boot] SPR, USB and SPI tests question

2011-08-02 Thread Vega, Ferdinand (ESEA MESA)
Hi, I was reading the README.post to get information about POST tests and notice that the sections 2.2.1.2.Special Purpose Register Tests, 2.2.3.3.USB Test, and 2.2.3.4.SPI Test are TBD. Is there any information ready for this sections or still in development? Thanks, Ferdinand Vega Syst

Re: [U-Boot] [STATUS] AT91: boards still broken on 02.Aug.2011

2011-08-02 Thread Hong Xu
Hi Reinhard & Thomas, On 08/02/2011 09:36 PM, Reinhard Meyer wrote: > Dear Thomas Petazzoni, > > Le Tue, 02 Aug 2011 12:37:41 +, > > Reinhard Meyer a écrit : > > > > > Configuring for at91sam9m10g45ek board... > > > > For this board there are patches from Alex Waterman, sent on June, >

Re: [U-Boot] [PATCH] Revert "AT91:mmc:fix multiple read/write error"

2011-08-02 Thread Song, Elen
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Reinhard Meyer Sent: 2011年8月3日 4:19 To: Andy Fleming Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] Revert "AT91:mmc:fix multiple read/write error" Dear Reinhard, Andy >> Thi

Re: [U-Boot] problem with mpc837x start.S

2011-08-02 Thread shawn Bai
> Date: Tue, 2 Aug 2011 10:21:09 -0500 > From: scottw...@freescale.com > To: programas...@hotmail.com > CC: u-boot@lists.denx.de > Subject: Re: [U-Boot] problem with mpc837x start.S > > On Tue, 2 Aug 2011 04:11:25 + > shawn Bai wrote: > > > > When fl

[U-Boot] Pull request: u-boot-video/master (updated)

2011-08-02 Thread Anatolij Gustschin
Dear Wolfgang, The following changes since commit d50a8f45c9a640b3bcbd0ede91f83c8646cca018: Merge branch 'master' of git://git.denx.de/u-boot-mmc (2011-08-02 22:39:36 +0200) are available in the git repository at: git://git.denx.de/u-boot-video.git master Anatolij Gustschin (2): vid

Re: [U-Boot] [U-Boot, 8/9] spl, nand: add 4bit HW ecc oob first nand_read_page function

2011-08-02 Thread Scott Wood
On Sat, Jul 16, 2011 at 12:06:49AM -, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > cc: Scott Wood > > --- > nand_spl/nand_boot.c | 42 ++ > 1 files changed, 42 insertions(+), 0 deletions(-) Applied to u-boot-nand-flash next -Scott _

Re: [U-Boot] [PATCH] video: mb862xx: change controller detection message

2011-08-02 Thread Anatolij Gustschin
On Sat, 16 Jul 2011 22:28:23 +0200 Anatolij Gustschin wrote: > Signed-off-by: Anatolij Gustschin > --- > drivers/video/mb862xx.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) applied to u-boot-video/master. Anatolij ___ U-Boot mailin

Re: [U-Boot] Please pull u-boot-mmc.git

2011-08-02 Thread Wolfgang Denk
Dear Andy Fleming, In message <1312316706-10641-1-git-send-email-aflem...@freescale.com> you wrote: > are available in the git repository at: > > git://www.denx.de/git/u-boot-mmc.git master > > Andy Fleming (1): > Revert "AT91:mmc:fix multiple read/write error" > > drivers/mmc/atmel_mc

[U-Boot] Please pull u-boot-mmc.git

2011-08-02 Thread Andy Fleming
are available in the git repository at: git://www.denx.de/git/u-boot-mmc.git master Andy Fleming (1): Revert "AT91:mmc:fix multiple read/write error" drivers/mmc/atmel_mci.h |9 + drivers/mmc/gen_atmel_mci.c |4 2 files changed, 1 insertions(+), 12 deletions(-)

Re: [U-Boot] [U-Boot, 3/9] nand: add a hw specific subcommand to the nand command.

2011-08-02 Thread Scott Wood
Sorry for the delay, didn't see this the first time around -- just noticed it in patchwork. On Sat, Jul 16, 2011 at 12:06:44AM -, Heiko Schocher wrote: > @@ -739,6 +743,10 @@ U_BOOT_CMD( > "nand env.oob set off|partition - set enviromnent offset\n" > "nand env.oob get - get environ

Re: [U-Boot] [PATCH] Revert "AT91:mmc:fix multiple read/write error"

2011-08-02 Thread Reinhard Meyer
Dear Andy, > This reverts commit c310fc840472a36e4b9d2505830e9dc8d458d63c. > > The Atmel custodian had apparently rejected this patch's approach in > another thread, so this patch reverts it for now. [U-Boot] [Question]AT91: MMC read and multiple read failed > Signed-off-by: Andy Fleming > ---

Re: [U-Boot] [PATCH] mxc_nand: fix a problem writing more than 32MB

2011-08-02 Thread Scott Wood
On Wed, Jul 06, 2011 at 07:04:41PM +0200, helmut.rai...@hale.at wrote: > From: Helmut Raiger > > When writing 0x4000 to the unlockend_blkaddr register, large writes to > a 2k page NAND sometimes fail. The current kernel driver writes 0x > to this register for V2 of the nand controller. > > H

Re: [U-Boot] [PATCH] mxc_nand: fixed some typos (cosmetic)

2011-08-02 Thread Scott Wood
On Wed, Jul 06, 2011 at 09:40:28AM +0200, helmut.rai...@hale.at wrote: > From: Helmut Raiger > > Signed-off-by: Helmut Raiger > --- > drivers/mtd/nand/mxc_nand.c | 19 +-- > 1 files changed, 9 insertions(+), 10 deletions(-) Applied to u-boot-nand-flash next -Scott _

Re: [U-Boot] [PATCH v6] sf: macronix: disable write protection when initializing

2011-08-02 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1310157169-27623-1-git-send-email-vap...@gentoo.org> you wrote: > From: Simon Guinot > > Signed-off-by: Simon Guinot > Signed-off-by: Mike Frysinger > --- > v6 > - tweak summary > > drivers/mtd/spi/macronix.c | 42 +

Re: [U-Boot] [PATCH v2] sf: spansion: add support for S25FL129P_64K

2011-08-02 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1310156976-27426-1-git-send-email-vap...@gentoo.org> you wrote: > From: Shaohui Xie > > Signed-off-by: Shaohui Xie > Signed-off-by: Mike Frysinger > --- > v2 > - tweak summary > > drivers/mtd/spi/spansion.c |9 + > 1 files changed, 9 inserti

Re: [U-Boot] [PATCH] nand: increase chip_delay in mv kirkwood nand driver

2011-08-02 Thread Scott Wood
On Mon, Jul 18, 2011 at 03:25:11PM +0200, Holger Brunck wrote: > From: Stefan Bigler > > The new SAMSUNG NAND Flash K9F1G08U0D require a bigger chip_delay. > The Data Transfer from Cell to Register is >= 35us. Other Vendors > and older chips normally use >= 25us. To have enough margin 40us > is s

Re: [U-Boot] [PATCH] mtd/spi/macronix.c: add MX25L4005 and MX25L8005

2011-08-02 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1303354299-26484-1-git-send-email-macp...@andestech.com> you wrote: > Add support of MX25L4005 and MX25L8005 according to the datasheet > http://www.mct.net/download/macronix/mx25l8005.pdf > > This patch has been tested with MX25L4005 and MX25L8005 > > Signed-off-by

[U-Boot] [PATCH] Revert "AT91:mmc:fix multiple read/write error"

2011-08-02 Thread Andy Fleming
This reverts commit c310fc840472a36e4b9d2505830e9dc8d458d63c. The Atmel custodian had apparently rejected this patch's approach in another thread, so this patch reverts it for now. Signed-off-by: Andy Fleming --- I have pushed this up to my repository, and will submit a pull request if Reinhard

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

2011-08-02 Thread Wolfgang Denk
Dear Stefan Roese, In message <201107281919.24234...@denx.de> you wrote: > Hi Wolfgang, > > please pull the following patch: > > The following changes since commit 3857f8f5a5a029a2ff403f83e7b9987cfdb09569: > > Correct ih_os for u-boot.img (2011-07-28 17:17:36 +0200) > > are available in the

Re: [U-Boot] Pull request u-boot-blackfin.git

2011-08-02 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1310451782-19008-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit 68d4230c3ccce96a72c5b99e48399bf1796fe3c6: > > powerpc/85xx: Add default usb mode and phy type to hwconfig (2011-07-11 > 13:24:21 -0500) > > are available in th

Re: [U-Boot] [GIT PULL] MIPS patches

2011-08-02 Thread Wolfgang Denk
Dear Shinya Kuribayashi, In message <4e356f2e.5030...@pobox.com> you wrote: > > Please pull the patches from Daniel, which tries to clean up INCA-IP > dependent code in more generic way, preparing for upcoming new Lantiq > SoC support. Also consolidate MIPS generic area (cache and README). > >

Re: [U-Boot] [GIT PULL] mpc83xx: tqm834x.c: fix compiler warning

2011-08-02 Thread Wolfgang Denk
Dear Kim Phillips, In message <20110802125317.13875095.kim.phill...@freescale.com> you wrote: > WD, please pull: > > The following changes since commit 33a6b9e90bfd56ed389f37470534eede0773cdd7: > > environment.h: fix warning: "CONFIG_ENV_IS_EMBEDDED" redefined (2011-08-01 > 15:20:16 +0200) >

Re: [U-Boot] [PATCH 01/12] da850: indicate cache usage disable in config file

2011-08-02 Thread Laurence Withers
On Tue, Aug 02, 2011 at 06:06:42PM +0200, Wolfgang Denk wrote: > Dear nagabhushana.netagu...@ti.com, > > In message <1312299792-16415-2-git-send-email-nagabhushana.netagu...@ti.com> > you wrote: > > From: Nagabhushana Netagunte > > > > As per new cache management framework, if the caches are no

[U-Boot] Gentile Utente

2011-08-02 Thread Webmail Team Upgrade C 2011
Gentile titolare del conto, stiamo aumentando la nostra banca dati ed e-mail centro account. Cancelliamo tutti account di posta elettronica che non si applicano per creare spazio per i nuovi account. Per evitare che il tuo account per stato disattivato, č necessario riconfermare il tuo indirizzo

Re: [U-Boot] [PATCH 48/52] ARM: remove broken "at91sam9263ek" board

2011-08-02 Thread Reinhard Meyer
Dear Wolfgang, > Signed-off-by: Wolfgang Denk > Cc: Stelian Pop > --- > MAINTAINERS |1 - > MAKEALL |1 - > Makefile | 19 -- > board/atmel/at91sam9263ek/Makefile| 56 - > boa

[U-Boot] [GIT PULL] mpc83xx: tqm834x.c: fix compiler warning

2011-08-02 Thread Kim Phillips
WD, please pull: The following changes since commit 33a6b9e90bfd56ed389f37470534eede0773cdd7: environment.h: fix warning: "CONFIG_ENV_IS_EMBEDDED" redefined (2011-08-01 15:20:16 +0200) are available in the git repository at: git://git.denx.de/u-boot-mpc83xx.git master Wolfgang Denk (1):

Re: [U-Boot] [PATCH] tqm834x.c: fix compiler warning

2011-08-02 Thread Kim Phillips
On Mon, 1 Aug 2011 10:13:39 -0500 Kumar Gala wrote: > On Jul 30, 2011, at 4:50 PM, Wolfgang Denk wrote: > > > Fix: > > > > tqm834x.c:299: warning: passing argument 1 of 'get_ram_size' discards > > qualifiers from pointer target type > > > > Signed-off-by: Wolfgang Denk > > Cc: Kim Phillips >

Re: [U-Boot] [PATCH 12/12] da850: print DDR frequency from u-boot

2011-08-02 Thread Wolfgang Denk
Dear nagabhushana.netagu...@ti.com, In message <1312299792-16415-13-git-send-email-nagabhushana.netagu...@ti.com> you wrote: > From: Nagabhushana Netagunte > > Print DDR frequency when u-boot is coming up. Function > is added in hardware.h to find which PLL clock is used. Please don;t add need

Re: [U-Boot] [PATCH 11/12] da850: modifications for Logic PD Rev.3 AM18xx EVM

2011-08-02 Thread Wolfgang Denk
Dear nagabhushana.netagu...@ti.com, In message <1312299792-16415-12-git-send-email-nagabhushana.netagu...@ti.com> you wrote: > From: Nagabhushana Netagunte > > AHCLKR/UART1_RTS/GP0[11] pin needs to be configured for > NOR to work on Rev.3 EVM. When GP0[11] is low, > the SD0 interface will not w

Re: [U-Boot] [PATCH 09/12] da850: read MAC address from I2C EEPROM on AM18xx EVM

2011-08-02 Thread Wolfgang Denk
Dear nagabhushana.netagu...@ti.com, In message <1312299792-16415-10-git-send-email-nagabhushana.netagu...@ti.com> you wrote: > From: Nagabhushana Netagunte > > The AM18xx EVM contains MAC address in I2C EEPROM compared > da850/omap-l138 Logic PD EVM which maintains in SPI flash. ... Sorry, I c

Re: [U-Boot] [PATCH 08/12] da850: pass board revision info to kernel

2011-08-02 Thread Wolfgang Denk
Dear nagabhushana.netagu...@ti.com, In message <1312299792-16415-9-git-send-email-nagabhushana.netagu...@ti.com> you wrote: > From: Manjunathappa, Prakash > > The Spectrum Digital AM18xx EVM contains I2C EEPROM compared > da850/omap-l138 Logic PD EVMs. ... Sorry, I cannot parse this. Please r

Re: [U-Boot] [PATCH 06/12] da850: add support to wake up DSP during board init

2011-08-02 Thread Wolfgang Denk
Dear nagabhushana.netagu...@ti.com, In message <1312299792-16415-7-git-send-email-nagabhushana.netagu...@ti.com> you wrote: > From: Nagabhushana Netagunte > > Add support for DSP wake-up by default on DA850/OMAP-L138 > during board initialization. To prevent DSP from being woken up, > set the e

Re: [U-Boot] [PATCH 05/12] da850: add support to read mac address from spi flash

2011-08-02 Thread Wolfgang Denk
Dear nagabhushana.netagu...@ti.com, In message <1312299792-16415-6-git-send-email-nagabhushana.netagu...@ti.com> you wrote: > From: Nagabhushana Netagunte > > add misc_int_r function to read the mac address from SPI flash > if env variable ethaddr is not set. > > Signed-off-by: Prakash PM > S

Re: [U-Boot] [PATCH 05/12] da850: add support to read mac address from spi flash

2011-08-02 Thread Wolfgang Denk
Dear nagabhushana.netagu...@ti.com, In message <1312299792-16415-6-git-send-email-nagabhushana.netagu...@ti.com> you wrote: > From: Nagabhushana Netagunte > > add misc_int_r function to read the mac address from SPI flash > if env variable ethaddr is not set. > > Signed-off-by: Prakash PM > S

Re: [U-Boot] [PATCH 03/12] da850: add NOR boot mode support

2011-08-02 Thread Wolfgang Denk
Dear nagabhushana.netagu...@ti.com, In message <1312299792-16415-4-git-send-email-nagabhushana.netagu...@ti.com> you wrote: > From: Nagabhushana Netagunte > > Add an option to use NOR boot mode in configuration file and > correspanding pin-mux support in board file. > > Signed-off-by: Sudhakar

Re: [U-Boot] [PATCH V8 4/9] spl: add NAND Library to new SPL

2011-08-02 Thread Scott Wood
On Tue, 2 Aug 2011 17:59:12 +0200 Simon Schwarz wrote: > V8 changes: > CHG: Added CONFIG_SPL_NAND_SIMPLE > DEL nand_spl_read_page is replaced by nand_spl_load_image with size=page size > > Transition from V1 to V2 also includes that this patch is now based on > - the new SPL layout by Aneesh V a

Re: [U-Boot] [PATCH 01/12] da850: indicate cache usage disable in config file

2011-08-02 Thread Wolfgang Denk
Dear nagabhushana.netagu...@ti.com, In message <1312299792-16415-2-git-send-email-nagabhushana.netagu...@ti.com> you wrote: > From: Nagabhushana Netagunte > > As per new cache management framework, if the caches are not used > in u-boot, it needs to be explicitly indicated through macros in > c

[U-Boot] [PATCH V8 9/9] omap-common: reorganize spl.c

2011-08-02 Thread Simon Schwarz
split-up spl.c into spl.c, spl_mmc.c and spl_nand.c. This avoids problems with missing defines if some one board does not use mmc or nand. This includes adding spl_ prefix to some functions which are now public. spl_image_t is now a public type. Added some of the common functions to omap-common.h

[U-Boot] [PATCH V8 8/9] omap3: implement boot parameter saving

2011-08-02 Thread Simon Schwarz
Implements the saving of boot params passed by OMAP3 ROM code. Signed-off-by: Simon Schwarz --- Didn't exist before V8 --- arch/arm/cpu/armv7/omap-common/spl.c |6 +- arch/arm/cpu/armv7/omap3/lowlevel_init.S |9 +++-- arch/arm/include/asm/omap_common.h | 10 ++

[U-Boot] [PATCH V8 7/9] devkit8000: Add nand-spl support for new SPL

2011-08-02 Thread Simon Schwarz
Add NAND SPL support to the devkit8000 config Signed-off-by: Simon Schwarz --- V1 changes: ADD devkit8000_nand to board.cfg ADD nand_spl Makefile, llinker script, spl-devkit8000.c ADD config ecc, SRAM, SPL to board config ADD CONFIG_SYS_SRAM_START and _SIZE to board config ADD CONFIG_SYS_SPL_TEXT

[U-Boot] [PATCH V8 6/9] omap3: new SPL structure support

2011-08-02 Thread Simon Schwarz
Support for the new spl structure. Using the interface defined by Aneesh V for OMAP4 Signed-off-by: Simon Schwarz --- V1 changes: ADD support for early console output in SPL V2 changes: ADD include omap_common.h in board.c ADD implement new omap common interface omap_boot_device, omap_boot_mode

[U-Boot] [PATCH V8 5/9] spl: Add POWER library to new spl

2011-08-02 Thread Simon Schwarz
Adds power library to the new spl Signed-off-by: Simon Schwarz --- Didn't exist before V7 V8 changes: nothing --- doc/README.SPL |1 + spl/Makefile |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/doc/README.SPL b/doc/README.SPL index ef946ce..2987f43 100644 --- a/

[U-Boot] [PATCH V8 4/9] spl: add NAND Library to new SPL

2011-08-02 Thread Simon Schwarz
Adds NAND libarary to SPL. Signed-off-by: Simon Schwarz --- V1 changes: CHG Default to HW ecc in SPL build ADD nand_read_buf16 function, read buffer ADD omap_dev_ready function, indicte if chip is ready V2 changes: DEL GPMC_WAIT0_PIN_ACTIVE define CHG omap_dev_ready() renamed to omap_spl_dev_re

[U-Boot] [PATCH V8 3/9] omap-common: add nand spl support

2011-08-02 Thread Simon Schwarz
Add NAND support for the new SPL structure. Signed-off-by: Simon Schwarz --- This patch didn't exist before V2! V2 changes: ADD Some define-barriers for OMAP3 to only use NAND ADD nand_load_image() - inits the OMAP gpmc, loads the images - parses the header CHG cosmetic ADD do_reset() im

[U-Boot] [PATCH V8 2/9] omap3: Configure RAM bank 0 if in SPL

2011-08-02 Thread Simon Schwarz
OMAP3 relied on the memory config done by X-loader or Configuration Header. This has to be reworked for the implementation of a SPL. This patch configures RAM bank 0 if CONFIG_SPL_BUILD is set. Settings for Micron-RAM used by devkit8000 are added to mem.h Signed-off-by: Simon Schwarz --- V1 chang

[U-Boot] [PATCH V8 1/9] omap-common/omap4: relocate early UART clock setup

2011-08-02 Thread Simon Schwarz
Moves the early UART clock setup setup_clocks_for_console() from preloader_console_init() to s_init() of OMAP4. This is done to prepare for OMAP3 integration. This patch was posted seperatly to the mailinglist but I decidet - since it is a prereqesit for this patch to add it. Former port to ML: h

[U-Boot] [PATCH V8 0/9] OMAP3 and devkit8000 SPL support

2011-08-02 Thread Simon Schwarz
V1 Initial SPL support for OMAP3 was based on the old SPL V2 Introduced major changes. It is based on the OMAP4-SPL patch by Aneesh V and the new SPL Framework by Daniel Schwierzeck and Aneesh V V3 Some small bug fixes and correct placed SOB. V4 Corrected one bugfix and some style problems

Re: [U-Boot] [PATCH v 1/3] arm: do not force d-cache enable on all boards

2011-08-02 Thread Albert ARIBAUD
Le 02/08/2011 16:35, Jason Liu a écrit : > Hi, Albert, > > 2011/8/2 Albert ARIBAUD: >> Hi Jason, >> >> Le 01/08/2011 18:33, Jason Liu a écrit : >> >>> Maybe there will be many many duplicated code like this, do you wish that? >> >> I don't think this will or should be duplicated for each ARM board;

Re: [U-Boot] Build error in davinci_emac driver

2011-08-02 Thread Paulraj, Sandeep
> > Sandeep, > > Few of your commits will not allow using davinci_emac driver for non- > davinci family of devices. For example, This has happened in the kernel also. How is a developer supposed to know which new devices are in the pipeline. Infact we recently had a case in the kernel NAND dr

[U-Boot] [PATCH 07/12] da850: add support for Spectrum Digital AM18xx EVM

2011-08-02 Thread nagabhushana.netagunte
From: Manjunathappa, Prakash The AM18xx EVM contains winbond SPI flash instead of ST SPI flash in comparison with logic PD da850/omap-l138 EVM. So enable configuration to look for winbond flash. Signed-off-by: Manjunathappa, Prakash Signed-off-by: Nagabhushana Netagunte --- include/configs/da

[U-Boot] [PATCH 04/12] da850: modify the U-Boot prompt string

2011-08-02 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte Modify U-Boot prompt string from "DA850-evm >" to "U-Boot >". Signed-off-by: Sudhakar Rajashekhara Signed-off-by: Nagabhushana Netagunte --- include/configs/da850evm.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/da850e

[U-Boot] [PATCH 02/12] da8xx: add support for multiple PLL controllers

2011-08-02 Thread nagabhushana.netagunte
From: Sudhakar Rajashekhara Modify clk_get() function in cpu file to work for multiple PLL controllers. Signed-off-by: Sudhakar Rajashekhara Signed-off-by: Nagabhushana Netagunte --- arch/arm/cpu/arm926ejs/davinci/cpu.c | 30 - arch/arm/include/asm/arch-davin

[U-Boot] [PATCH 10/12] da850: fix the channel number for EMAC teardown init

2011-08-02 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte TX and RX channel numbers programmed as '1' during EMAC teardown initialization is wrong. This patch fixes the same by setting channel number to '0' which is used by U-boot. Signed-off-by: Sugumar Natarajan Signed-off-by: Nagabhushana Netagunte --- drivers/net/dav

[U-Boot] [PATCH 12/12] da850: print DDR frequency from u-boot

2011-08-02 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte Print DDR frequency when u-boot is coming up. Function is added in hardware.h to find which PLL clock is used. Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Nagabhushana Netagunte --- arch/arm/include/asm/arch-davinci/hardware.h | 16 ++-- boa

[U-Boot] [PATCH 05/12] da850: add support to read mac address from spi flash

2011-08-02 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte add misc_int_r function to read the mac address from SPI flash if env variable ethaddr is not set. Signed-off-by: Prakash PM Signed-off-by: Nagabhushana Netagunte --- board/davinci/da8xxevm/da850evm.c | 66 + include/configs/d

[U-Boot] [PATCH 11/12] da850: modifications for Logic PD Rev.3 AM18xx EVM

2011-08-02 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte AHCLKR/UART1_RTS/GP0[11] pin needs to be configured for NOR to work on Rev.3 EVM. When GP0[11] is low, the SD0 interface will not work, but NOR flash will. Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Nagabhushana Netagunte --- arch/arm/include/asm/arch-da

[U-Boot] [PATCH 06/12] da850: add support to wake up DSP during board init

2011-08-02 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte Add support for DSP wake-up by default on DA850/OMAP-L138 during board initialization. To prevent DSP from being woken up, set the environment variable dspwake to 'no'. Signed-off-by: Sekhar Nori Signed-off-by: Nagabhushana Netagunte --- arch/arm/include/asm/arch-

[U-Boot] [PATCH 09/12] da850: read MAC address from I2C EEPROM on AM18xx EVM

2011-08-02 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte The AM18xx EVM contains MAC address in I2C EEPROM compared da850/omap-l138 Logic PD EVM which maintains in SPI flash. So this patch tries to read MAC address from I2C EEPROM, in failure case reads from SPI flash assuming board to be da850/omap-l138 Logic PDS EVM. Sig

[U-Boot] [PATCH 03/12] da850: add NOR boot mode support

2011-08-02 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte Add an option to use NOR boot mode in configuration file and correspanding pin-mux support in board file. Signed-off-by: Sudhakar Rajashekhara Signed-off-by: Nagabhushana Netagunte --- board/davinci/da8xxevm/da850evm.c | 51 +

[U-Boot] [PATCH 00/12] feature additions and fixes for da850

2011-08-02 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte These are some of the patches which add features like NOR support and a couple of fixes. Sending them as a series since some of them have some build dependency. Manjunathappa, Prakash (2): da850: add support for Spectrum Digital AM18xx EVM da850: pass board revis

[U-Boot] [PATCH 01/12] da850: indicate cache usage disable in config file

2011-08-02 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte As per new cache management framework, if the caches are not used in u-boot, it needs to be explicitly indicated through macros in config file. da850 doesnt support I-CACHE, D-CACHE or L2-CACHE usage in u-boot which is indicated by the following macro definitions, 1.

[U-Boot] [PATCH 08/12] da850: pass board revision info to kernel

2011-08-02 Thread nagabhushana.netagunte
From: Manjunathappa, Prakash The Spectrum Digital AM18xx EVM contains I2C EEPROM compared da850/omap-l138 Logic PD EVMs. This information is used to differentiate the EVMs and is passed to kernel via second byte of ATAG_REVISION. Signed-off-by: Manjunathappa, Prakash Signed-off-by: Nagabhushana

Re: [U-Boot] problem with mpc837x start.S

2011-08-02 Thread Scott Wood
On Tue, 2 Aug 2011 04:11:25 + shawn Bai wrote: > > When flash is enlarged to 4GiB, it repeats throughout the address space. > > After flash is enlarged to 4GiB, why will it repeat through the address > space? the whole 4GiB address space?How does it happen? It's just how the hardware works

Re: [U-Boot] [PATCH v 1/3] arm: do not force d-cache enable on all boards

2011-08-02 Thread Jason Liu
Hi, Albert, 2011/8/2 Albert ARIBAUD : > Hi Jason, > > Le 01/08/2011 18:33, Jason Liu a écrit : > >> Maybe there will be many many duplicated code like this, do you wish that? > > I don't think this will or should be duplicated for each ARM board; more > like suplicated by SoC, or more precisely, b

Re: [U-Boot] [PATCH] AT91:mmc:fix multiple read/write error

2011-08-02 Thread Andy Fleming
> I find it highly irregular that this patch has made it into mainline! > > 1. We have had a discussion about that I think the approach in this > patch is wrong. My concerns have not been addressed yet. I have seen no such discussion. I saw no comments on this patch, so I applied it. In an idea w

Re: [U-Boot] [PATCH v2 1/2] gpio: Add GPIO driver framework for Marvell SoCs

2011-08-02 Thread Simon Guinot
Hi Ajay, On Fri, Jul 22, 2011 at 12:46:33PM +0530, Ajay Bhargav wrote: > This patch adds generic GPIO driver framework support for Marvell SoCs. > > To enable GPIO driver define CONFIG_MARVELL_GPIO and for GPIO commands > define CONFIG_CMD_GPIO in your board configuration file. > > Signed-off-by

Re: [U-Boot] Linux boot and list loading feature

2011-08-02 Thread Wolfgang Denk
Dear Aneesh V, In message <4e37f082.9060...@ti.com> you wrote: > > If my suggestion works I would still prefer that. If you want better > configurability you can always use u-boot! Direct kernel boot from SPL > is likely to be used in production systems for improved boot-time, > where it should b

Re: [U-Boot] [STATUS] AT91: boards still broken on 02.Aug.2011

2011-08-02 Thread Reinhard Meyer
Dear Thomas Petazzoni, > Le Tue, 02 Aug 2011 12:37:41 +, > Reinhard Meyer a écrit : > > > Configuring for at91sam9m10g45ek board... > > For this board there are patches from Alex Waterman, sent on June, > 30th. They fix the compilation, and they mostly work (there is an issue > with the Ethe

Re: [U-Boot] [PATCH RFC] mcf5307 support

2011-08-02 Thread Wolfgang Denk
Dear angelo, In message <4e37b3e7.60...@gmail.com> you wrote: > > angelo@angel7:~/sysam/amcore/u-boot.git$ git checkout master > M Makefile > A arch/m68k/cpu/mcf530x/Makefile > A arch/m68k/cpu/mcf530x/config.mk > A arch/m68k/cpu/mcf530x/cpu.c > A arch/m68k/cpu/mcf530

Re: [U-Boot] [STATUS] AT91: boards still broken on 02.Aug.2011

2011-08-02 Thread Thomas Petazzoni
Le Tue, 02 Aug 2011 12:37:41 +, Reinhard Meyer a écrit : > Configuring for at91sam9m10g45ek board... For this board there are patches from Alex Waterman, sent on June, 30th. They fix the compilation, and they mostly work (there is an issue with the Ethernet device, though). Since Alex hasn'

Re: [U-Boot] [PATCH 2/2] [V2] AT91: Makes AT91SAM9263-EK build correctly against u-boot-atmel/master

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > > Rework for AT91SAM9263-EK, makes it build again. > > Based on the work for AT91SAM9260-EK. > > > > Signed-off-by: Hong Xu > > --- > > Makefile | 19 --- > > board/atmel/at91sam9263ek/at91sam9263ek.c | 56 --- > > board/at

Re: [U-Boot] [PATCH 1/2] [V2] AT91: Makes AT91SAM9263 SoC build correctly against u-boot-atmel/master

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > Could you please rebase and reissue this patch based onto current master > (without the timer.c changes)? Disregard, it still applied quite well. Now in u-boot-atmel/master. Thanks, Reinhard ___ U-Boot mailing list U-Boot@lists.denx.de h

Re: [U-Boot] [PATCH v2] arm/kirkwood: print speeds with cpu info.

2011-08-02 Thread Jason
Wolfgang, On Mon, Aug 01, 2011 at 01:04:27AM +, Jason Cooper wrote: > If CONFIG_DISPLAY_CPUINFO is enabled on kirkwood SoCs, this will print the > speeds of the various components. > > Signed-off-by: Jason Cooper > --- > Changes since v1: > - optimized macros to remove one-timers >

Re: [U-Boot] Linux boot and list loading feature

2011-08-02 Thread Heiko Schocher
Hello Aneesh, Aneesh V wrote: > Hi Simon, > > On Monday 01 August 2011 07:43 PM, Simon Schwarz wrote: >> Hi Aneesh, >> >> On 08/01/2011 02:56 PM, Aneesh V wrote: >>> Hi Simon, >>> >>> On Monday 01 August 2011 04:50 PM, Simon Schwarz wrote: Hi Aneesh, I am working on the OS booting

Re: [U-Boot] Linux boot and list loading feature

2011-08-02 Thread Aneesh V
Hi Simon, On Monday 01 August 2011 07:43 PM, Simon Schwarz wrote: > Hi Aneesh, > > On 08/01/2011 02:56 PM, Aneesh V wrote: >> Hi Simon, >> >> On Monday 01 August 2011 04:50 PM, Simon Schwarz wrote: >>> Hi Aneesh, >>> >>> I am working on the OS booting right now and have a bigger change of >>> your

[U-Boot] [STATUS] AT91: boards still broken on 02.Aug.2011

2011-08-02 Thread Reinhard Meyer
./MAKEALL at91 - SUMMARY Boards compiled: 48 Boards with warnings or errors: 11 ( at91cap9adk meesc meesc_dataflash pm9261 pm9263 at91sam9263ek at91sam9m10g45ek pm9g45 SBC35_A9G20 TNY_A9260 TNY_A9G20 ) ---

Re: [U-Boot] [PATCH V6 2/5] omap-common: add nand spl support

2011-08-02 Thread Simon Schwarz
Hi Aneesh, On 08/02/2011 02:18 PM, Aneesh V wrote: > Hi Simon, > > On Tuesday 02 August 2011 05:33 PM, Simon Schwarz wrote: >> Hi Aneesh, >> >> diff --git a/arch/arm/cpu/armv7/omap-common/spl.c b/arch/arm/cpu/armv7/omap-common/spl.c index d177652..7ec5c7c 100644 --- a/arch/arm

Re: [U-Boot] [PATCH V3] AT91: Small fix on AT91 USART initialization code

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > Before reset dbgu transmitter, we just wait TXEMPTY to drain the > transmitter register(Just in case). If not doing this, we may sometimes > see several weird characters from DBGU. > > A short delay is also added to make sure the new serial settings are > settled. > > Signed-off-b

[U-Boot] Supplier LED Tube

2011-08-02 Thread marine zeng
How are you? I am Marine Maysun International ltd ofChina, our company isspecialized in manufacturing LED lighting products. If you interest in our products LED lighting, you can visit our website: http://www.maysungroup.com And now I offer a product: LED Tube Length:600mm,900mm,1200mm,1

Re: [U-Boot] [PATCH V6 2/5] omap-common: add nand spl support

2011-08-02 Thread Aneesh V
Hi Simon, On Tuesday 02 August 2011 05:33 PM, Simon Schwarz wrote: > Hi Aneesh, > > >>> diff --git a/arch/arm/cpu/armv7/omap-common/spl.c >>> b/arch/arm/cpu/armv7/omap-common/spl.c >>> index d177652..7ec5c7c 100644 >>> --- a/arch/arm/cpu/armv7/omap-common/spl.c >>> +++ b/arch/arm/cpu/armv7/omap-c

Re: [U-Boot] [PATCH V6 2/5] omap-common: add nand spl support

2011-08-02 Thread Simon Schwarz
Hi Aneesh, >> diff --git a/arch/arm/cpu/armv7/omap-common/spl.c >> b/arch/arm/cpu/armv7/omap-common/spl.c >> index d177652..7ec5c7c 100644 >> --- a/arch/arm/cpu/armv7/omap-common/spl.c >> +++ b/arch/arm/cpu/armv7/omap-common/spl.c >> @@ -26,6 +26,7 @@ >> #include >> #include >> #include >> +#incl

Re: [U-Boot] [PATCH v4 12/12] mkimage: Add OMAP boot image support

2011-08-02 Thread Reinhard Meyer
Dear Albert, > Le 02/08/2011 11:08, Reinhard Meyer a écrit : > > Dear Albert, > >> Dear Sandeep, > >> > >> please pull this directly with the rest of the OMAP SPL patches. > >> > >> In message<1311004011-9073-13-git-send-email-ane...@ti.com> you wrote: > >>> From: John Rigby > >>> > >>> - Add mkim

Re: [U-Boot] [PATCH 2/2] [V2] AT91: Makes AT91SAM9263-EK build correctly against u-boot-atmel/master

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > Rework for AT91SAM9263-EK, makes it build again. > Based on the work for AT91SAM9260-EK. > > Signed-off-by: Hong Xu > --- > Makefile | 19 --- > board/atmel/at91sam9263ek/at91sam9263ek.c | 56 --- > board/atmel/at91sam9263e

Re: [U-Boot] [PATCH 1/2] [V2] AT91: Makes AT91SAM9263 SoC build correctly against u-boot-atmel/master

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > Rework for AT91SAM9263 SoC, makes it build again. > Based on the work for AT91SAM9260-EK. > > Signed-off-by: Hong Xu > --- > arch/arm/cpu/arm926ejs/at91/lowlevel_init.S|2 +- > arch/arm/cpu/arm926ejs/at91/timer.c| 13 ++ > arch/arm/include/asm/arch-a

Re: [U-Boot] [PATCH v4 12/12] mkimage: Add OMAP boot image support

2011-08-02 Thread Albert ARIBAUD
Hi Reinhard, Le 02/08/2011 11:08, Reinhard Meyer a écrit : > Dear Albert, >> Dear Sandeep, >> >> please pull this directly with the rest of the OMAP SPL patches. >> >> In message<1311004011-9073-13-git-send-email-ane...@ti.com> you wrote: >>> From: John Rigby >>> >>> - Add mkimage support for OMA

Re: [U-Boot] [PATCH v3] drivers/rtc: add Marvell Integrated RTC.

2011-08-02 Thread Simon Guinot
On Mon, Aug 01, 2011 at 02:09:13PM +, Jason Cooper wrote: > This driver can be used for kirkwood SoCs by enabling CONFIG_RTC_MV. Tested > on > Global Scale Technologies Dreamplug. > > Signed-off-by: Jason Cooper Tested-by: Simon Guinot > --- > Changes from v1: > - renamed files to

[U-Boot] [PATCH V3] AT91: Small fix on AT91 USART initialization code

2011-08-02 Thread Hong Xu
Before reset dbgu transmitter, we just wait TXEMPTY to drain the transmitter register(Just in case). If not doing this, we may sometimes see several weird characters from DBGU. A short delay is also added to make sure the new serial settings are settled. Signed-off-by: Hong Xu --- Changes since

Re: [U-Boot] [PATCH] AT91: Board fix for AT91SAM9261-EK

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > Fix board part of AT91SAM9261-EK according to the new scheme > > Signed-off-by: Hong Xu > --- > Makefile | 23 - > board/atmel/at91sam9261ek/at91sam9261ek.c | 136 > +++-- > board/atmel/at91sam9261ek/config.mk

Re: [U-Boot] [PATCH 47/52] ARM: remove broken "at91sam9261ek" / "at91sam9g10ek" boards

2011-08-02 Thread Reinhard Meyer
Dear Remy Bohmer, dear Wolfgang, > > 2011/7/18 Wolfgang Denk : > > Signed-off-by: Wolfgang Denk > > Cc: Stelian Pop > > Cc: Sedji Gaouaou > > --- > > MAINTAINERS |2 - > > MAKEALL |2 - > > Makefile

Re: [U-Boot] [PATCH] AT91: SoC fix at91sam9261_matrix.h

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > Fix at91sam9261_matrix.h according to the new scheme. > > Signed-off-by: Hong Xu > --- > .../arm/include/asm/arch-at91/at91sam9261_matrix.h | 77 > +--- > 1 files changed, 36 insertions(+), 41 deletions(-) Applied to u-boot-atmel/master. Thanks. Reinhard _

Re: [U-Boot] [PATCH V2] AT91: Small fix on AT91 USART initialization code

2011-08-02 Thread Hong Xu
Hi Reinhard, On 08/02/2011 05:54 PM, Reinhard Meyer wrote: > Dear Hong Xu, > > > > diff --git a/drivers/serial/atmel_usart.c > b/drivers/serial/atmel_usart.c > > > > index e326b2b..6f9c2de 100644 > > > > --- a/drivers/serial/atmel_usart.c > > > > +++ b/drivers/serial/atmel_usart.c > > > > @@

Re: [U-Boot] [PATCH V2] AT91: Small fix on AT91 USART initialization code

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > > > diff --git a/drivers/serial/atmel_usart.c b/drivers/serial/atmel_usart.c > > > index e326b2b..6f9c2de 100644 > > > --- a/drivers/serial/atmel_usart.c > > > +++ b/drivers/serial/atmel_usart.c > > > @@ -49,17 +49,23 @@ int serial_init(void) > > > { > > > atmel_usart3_t *usa

  1   2   >