[U-Boot] [PATCH] AT91: Defer Dataflash access to env_relocate_spec

2011-08-03 Thread Hong Xu
When env_init is called, the SPI is not actually initialized in U-Boot. So that we can not read Dataflash for its content. We simply mark it OK for now, and defer the real work to `env_relocate_spec'. (Idealy from env_nand.c) Signed-off-by: Hong Xu --- common/env_dataflash.c | 83 +

Re: [U-Boot] [PATCH] AT91: Defer Dataflash access to env_relocate_spec

2011-08-03 Thread Reinhard Meyer
Dear Hong Xu, > When env_init is called, the SPI is not actually initialized in U-Boot. > So that we can not read Dataflash for its content. > We simply mark it OK for now, and defer the real work to > `env_relocate_spec'. (Idealy from env_nand.c) > > Signed-off-by: Hong Xu > --- > common/env_dat

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

2011-08-03 Thread Chander Kashyap
On 3 August 2011 11:29, Wolfgang Denk wrote: > Dear Chander Kashyap, > > In message < > canuqghfvbv-b5ecrqkrkcppowx2umpbr_rfprx-c0fbvlmx...@mail.gmail.com> you > wrote: > > > > > > +void dram_init_banksize(void) > > > > +{ > > > > + gd->bd->bi_dram[0].start = PHYS_SDRAM_1; > > > > + gd->b

Re: [U-Boot] [PATCH] AT91: Defer Dataflash access to env_relocate_spec

2011-08-03 Thread Hong Xu
Hi Reinhard, On 08/03/2011 03:20 PM, Reinhard Meyer wrote: > Dear Hong Xu, > > When env_init is called, the SPI is not actually initialized in U-Boot. > > So that we can not read Dataflash for its content. > > We simply mark it OK for now, and defer the real work to > > `env_relocate_spec'. (I

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

2011-08-03 Thread Thomas Petazzoni
Le Wed, 03 Aug 2011 10:08:06 +0800, Hong Xu a écrit : > > > (I have the AT91SAM9M10G45-EK platform on my desk here). > > Unless Atmel NAKs this approach, I am fine with it. > > We're OK with this. If Thomas can fix soon, that's good. Or we'll I worked on this yesterday evening, U-Boot in NAND

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

2011-08-03 Thread Reinhard Meyer
Dear Thomas Petazzoni, > Le Wed, 03 Aug 2011 10:08:06 +0800, > Hong Xu a écrit : > >>> > (I have the AT91SAM9M10G45-EK platform on my desk here). >>> Unless Atmel NAKs this approach, I am fine with it. >> >> We're OK with this. If Thomas can fix soon, that's good. Or we'll > > I worked on this

[U-Boot] mcf5307, timer 2 issue loading linux

2011-08-03 Thread angelo
Hi all, i am reporting the following issue, maybe related to something wrong in my new mcf5307 support addition (still under testing), or maybe not: 1. U-Boot run correctly, timer2 is enabled as a system timestamp counter. 2. I load a uClinux bianry from flash to SDRAM with "cp.l FLASH_ADDR S

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

2011-08-03 Thread Remy Bohmer
Hi Reinhard, > As of now, this board is "unbroken" again. Thanks! Remy ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] AT91: fix at91cap9 SoC files

2011-08-03 Thread Reinhard Meyer
Signed-off-by: Reinhard Meyer --- arch/arm/cpu/arm926ejs/at91/at91cap9_devices.c | 88 +- arch/arm/include/asm/arch-at91/at91cap9.h| 214 +++--- arch/arm/include/asm/arch-at91/at91cap9_matrix.h | 147 +--- 3 files changed, 191 insertions(+), 258 d

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

2011-08-03 Thread Prafulla Wadaskar
> -Original Message- > From: Jason Cooper [mailto:u-b...@lakedaemon.net] > Sent: Monday, August 01, 2011 7:39 PM > To: w...@denx.de; Prafulla Wadaskar > Cc: u-boot@lists.denx.de; cl...@debian.org; Prabhanjan Sarnaik; Ashish > Karkare; Siddarth Gore; bd...@gag.com; Jason Cooper > Subject:

[U-Boot] [PATCH V2] mx5: Remove CONFIG_L2_OFF and CONFIG_SYS_L2CACHE_OFF

2011-08-03 Thread Jason Liu
CONFIG_L2_OFF is obsolete after the following commit: e47f2db5371047eb9bcd115fee084e6a8a92a239 armv7: rename cache related CONFIG flags Replace the cache related CONFIG flags with more meaningful names. Following are the changes: CONFIG_L2_OFF-> CONFIG_SYS_L2CACHE_OFF Since imx5 does not

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

2011-08-03 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Guinot [mailto:si...@sequanux.org] > Sent: Tuesday, August 02, 2011 7:41 PM > To: Ajay Bhargav > Cc: Prafulla Wadaskar; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH v2 1/2] gpio: Add GPIO driver framework for > Marvell SoCs > > Hi Ajay, > > On F

[U-Boot] Console bring up on WR linux kernel on mpc8247 board

2011-08-03 Thread smitha.vanga
Hi Wolfgang, I am trying to bring up WR linux 2.6.38.2 on a custom target board based on mpc8247, We are using SCC1 for the serial console. Have initialized the scc node in the dts as below. Had set the bootargs as setenv bootargs mem=64M console=ttyCPM,9600n8 root=/dev/ram rw. My serial console

[U-Boot] [PULL REQUEST] u-boot-atmel/master

2011-08-03 Thread Reinhard Meyer
Dear Albert, those "bug fix" patches bring the number of "broken" at91 boards down to 10. I hope this can be brought down even more before -rc1, but what has been done so far should be mainlined as soon as possible:) The Patch "avr32: add grasshopper (ICnova AP7000) board" was submitted before t

Re: [U-Boot] [PULL REQUEST] u-boot-atmel/master

2011-08-03 Thread Reinhard Meyer
Dear Albert, > > those "bug fix" patches bring the number of "broken" at91 boards down to 10. > I hope this can be brought down even more before -rc1, but what has been done > so > far should be mainlined as soon as possible:) > > The Patch "avr32: add grasshopper (ICnova AP7000) board" was subm

Re: [U-Boot] openrd_ultimate GigEth ports not working

2011-08-03 Thread Prafulla Wadaskar
> -Original Message- > From: Alex Zeffertt [mailto:azeffe...@cambridgesys.com] > Sent: Monday, August 01, 2011 1:52 PM > To: Wolfgang Denk > Cc: Ralph Metzler; u-boot@lists.denx.de; Prafulla Wadaskar > Subject: Re: [U-Boot] openrd_ultimate GigEth ports not working > > [Cc-ing Prafulla th

Re: [U-Boot] [PULL REQUEST] u-boot-atmel/master

2011-08-03 Thread Albert ARIBAUD
Hi Reinhard, On 03/08/2011 12:53, Reinhard Meyer wrote: > Dear Albert, >> >> those "bug fix" patches bring the number of "broken" at91 boards down to 10. >> I hope this can be brought down even more before -rc1, but what has been >> done so >> far should be mainlined as soon as possible:) >> >> T

Re: [U-Boot] Console bring up on WR linux kernel on mpc8247 board

2011-08-03 Thread Heiko Schocher
Hello smitha.vanga, smitha.va...@wipro.com wrote: > Hi Wolfgang, > > I am trying to bring up WR linux 2.6.38.2 on a custom target board based > on mpc8247, We are using SCC1 for the serial console. Have initialized > the scc node in the dts as below. Had set the bootargs as setenv > bootargs mem=

Re: [U-Boot] [PATCH V2] mx5: Remove CONFIG_L2_OFF and CONFIG_SYS_L2CACHE_OFF

2011-08-03 Thread Stefano Babic
On 08/03/2011 12:05 PM, Jason Liu wrote: > CONFIG_L2_OFF is obsolete after the following commit: > > e47f2db5371047eb9bcd115fee084e6a8a92a239 > armv7: rename cache related CONFIG flags > Replace the cache related CONFIG flags with more meaningful > names. Following are the changes: > CONFIG_L2_OFF

[U-Boot] [PATCH 3/8] POST: make env test flags fetching optional

2011-08-03 Thread Valentin Longchamp
Some boards have the environment variables defined in a slow EEPROM. post_run accesses these environment variables to define which tests have to be run (in post_get_flags). This is very slow before the code relocation on some boards with a slow I2C EEPROM for environement variables. This patch add

[U-Boot] [PATCH 1/8] POST/arm: adaptations needed for POST on ARM to work

2011-08-03 Thread Valentin Longchamp
For post to run on ARM, 3 things are needed: - post_log_word to be defined in gd - a post.h include in arch/arm/lib/board.c - most ARM boards will set POST_WORD in RAM, so we need gd->ram, and thus DECLARE_GLOBAL_DATA_PTR is needed in post.h Signed-off-by: Valentin Longchamp Signed-off-by: Holg

[U-Boot] [PATCH 0/8 RFC] POST: support for km_arm and mem_regions test definition

2011-08-03 Thread Valentin Longchamp
This series adds support for POST on the km_arm boards. These boards use a jumper to run some self-tests at the board power-up. There are some adaptations for POST to run on the ARM architecture. This series defines a new mem_regions POST test. This test also takes place before relocation, but

[U-Boot] [PATCH 8/8] km_arm: enable POST for these boards

2011-08-03 Thread Valentin Longchamp
The current km_arm boards have a Power-On test jumper. When this jumper is set, this triggers some Power-On tests on the board. This patch enables the support of this jumper for starting the memory_regions test when the jumper is set. Signed-off-by: Valentin Longchamp Signed-off-by: Holger Brunc

[U-Boot] [PATCH 5/8] POST: add new memory regions test

2011-08-03 Thread Valentin Longchamp
This test is similar to the actual POST memory test but quicker and far less complete. It checks the address and data lines and then only tests some regularly placed sub regions of the RAM. This can be useful when we want to test the RAM but we do not have enough time to run the full memory test.

[U-Boot] [PATCH 4/8] POST: drivers/memory.c coding style cleanup

2011-08-03 Thread Valentin Longchamp
This is needed for a further patch adding a new memory test. Signed-off-by: Valentin Longchamp --- post/drivers/memory.c | 113 + 1 files changed, 57 insertions(+), 56 deletions(-) diff --git a/post/drivers/memory.c b/post/drivers/memory.c index

[U-Boot] [PATCH 2/8] POST: add post_log_res field for post results in global data

2011-08-03 Thread Valentin Longchamp
The current post_log_word in global data is currently split into 2x 16 bits: half for the test start, half for the test success. Since we alredy have more than 16 POST tests defined and more could be defined, this may result in an overflow and the post_output_backlog would not work for the tests de

[U-Boot] [PATCH 7/8] km_arm: change CONFIG_SYS_TEXT_BASE to end of RAM

2011-08-03 Thread Valentin Longchamp
This allows to test a larger part of the RAM in the memory tests. Signed-off-by: Valentin Longchamp Signed-off-by: Holger Brunck --- include/configs/km/km_arm.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h in

[U-Boot] [PATCH 6/8] POST/km_arm: add POST memory tests infrastructure

2011-08-03 Thread Valentin Longchamp
This patch adds a board support for km_arm in the POST framework. It consists of a memory test configuration with the redefinition of the arch_memory_test_prepare function. Signed-off-by: Valentin Longchamp Signed-off-by: Holger Brunck --- post/board/km_arm/Makefile | 29 +

[U-Boot] Boot uboot from another position in flash

2011-08-03 Thread ich
Hello guys I use u-boot U-Boot 1.3.1 - stm24_0054 for sh (Board mb411) (STLinux 2.4) It is no problem to boot with u-boot from flash at 0x00. But I have to install u-boot in another position in flash than 0x00. I can also load the uboot from a u-boot loaded in RAM with jtag (with go 0

Re: [U-Boot] mcf5307, timer 2 issue loading linux

2011-08-03 Thread angelo
<>___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] mcf5307, timer 2 issue loading linux

2011-08-03 Thread Greg Ungerer
Hi Angelo, On 08/03/2011 06:09 PM, angelo wrote: > i am reporting the following issue, maybe related to something wrong in > my new mcf5307 support addition (still under testing), or maybe not: > > > 1. U-Boot run correctly, timer2 is enabled as a system timestamp counter. > 2. I load a uClinux bi

Re: [U-Boot] mcf5307, timer 2 issue loading linux

2011-08-03 Thread Wolfgang Denk
Dear angelo, In message <4e390235.2090...@gmail.com> you wrote: > > i am reporting the following issue, maybe related to something wrong in > my new mcf5307 support addition (still under testing), or maybe not: > > > 1. U-Boot run correctly, timer2 is enabled as a system timestamp counter. > 2

Re: [U-Boot] Console bring up on WR linux kernel on mpc8247 board

2011-08-03 Thread Wolfgang Denk
Dear smitha.va...@wipro.com, In message <07acdfb8eca8ef47863a613bc01bbb220344d...@hyd-mkd-mbx02.wipro.com> you wrote: > > I am trying to bring up WR linux 2.6.38.2 on a custom target board based > on mpc8247, We are using SCC1 for the serial console. Have initialized > the scc node in the dts a

Re: [U-Boot] [PULL REQUEST] u-boot-atmel/master

2011-08-03 Thread Albert ARIBAUD
Hi Reinhard, On 03/08/2011 12:45, Reinhard Meyer wrote: > Dear Albert, > > those "bug fix" patches bring the number of "broken" at91 boards down to 10. > I hope this can be brought down even more before -rc1, but what has been done > so > far should be mainlined as soon as possible:) > > The Patc

Re: [U-Boot] Boot uboot from another position in flash

2011-08-03 Thread Wolfgang Denk
Dear ich, In message <1312375799.4776.16.camel@debian> you wrote: > > I use u-boot U-Boot 1.3.1 - stm24_0054 for sh (Board mb411) > (STLinux 2.4) > It is no problem to boot with u-boot from flash at 0x00. Please note that U-Boot v1.3.1 is about 4 years old and as such no longer supported he

Re: [U-Boot] mcf5307, timer 2 issue loading linux

2011-08-03 Thread angelo
<>___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PULL REQUEST] u-boot-atmel/master

2011-08-03 Thread Reinhard Meyer
Dear Albert, > Overall ARM builds (./MAKEALL arm) went from 199 boards > built, 119 with warnings or errors before applying, to 201 boards, > 97 with warnings or errors once applied. When boards were defined in the MAKEALL apparently only one variant was built and counted, whereas in boards.cfg

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Albert ARIBAUD
Hi Dirk, On 06/07/2011 17:35, Dirk Behme wrote: > From: Dirk Behme > > Add all missing boards with CPU==armv7 from boards.cfg > to MAKEALL. > > Signed-off-by: Dirk Behme > > --- > MAKEALL | 12 > 1 file changed, 12 insertions(+) > > Index: u-boot.git/MAKEALL > ===

Re: [U-Boot] [PULL REQUEST] u-boot-atmel/master

2011-08-03 Thread Albert ARIBAUD
Hi Reinhard, On 03/08/2011 15:35, Reinhard Meyer wrote: > Dear Albert, > >> Overall ARM builds (./MAKEALL arm) went from 199 boards >> built, 119 with warnings or errors before applying, to 201 boards, > > 97 with warnings or errors once applied. > > When boards were defined in the MAKEALL appare

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Albert ARIBAUD
On 03/08/2011 16:43, Albert ARIBAUD wrote: > Hi Dirk, > > On 06/07/2011 17:35, Dirk Behme wrote: >> From: Dirk Behme >> >> Add all missing boards with CPU==armv7 from boards.cfg >> to MAKEALL. >> >> Signed-off-by: Dirk Behme >> >> --- >> MAKEALL | 12 >> 1 file changed, 12 insertions(+)

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Albert ARIBAUD
On 03/08/2011 16:49, Albert ARIBAUD wrote: > On 03/08/2011 16:43, Albert ARIBAUD wrote: >> Hi Dirk, >> >> On 06/07/2011 17:35, Dirk Behme wrote: >>> From: Dirk Behme >>> >>> Add all missing boards with CPU==armv7 from boards.cfg >>> to MAKEALL. >>> >>> Signed-off-by: Dirk Behme >>> >>> --- >>> MAKE

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Dirk Behme
On 03.08.2011 16:43, Albert ARIBAUD wrote: > Hi Dirk, > > On 06/07/2011 17:35, Dirk Behme wrote: >> From: Dirk Behme >> >> Add all missing boards with CPU==armv7 from boards.cfg >> to MAKEALL. >> >> Signed-off-by: Dirk Behme >> >> --- >> MAKEALL | 12 >> 1 file changed, 12 insertions(+)

Re: [U-Boot] Boot uboot from another position in flash

2011-08-03 Thread ich
Thank for your answer. > Dear ich, > > In message <1312375799.4776.16.camel@debian> you wrote: > > > > I use u-boot U-Boot 1.3.1 - stm24_0054 for sh (Board mb411) > > (STLinux 2.4) > > It is no problem to boot with u-boot from flash at 0x00. > I know that. But I am not able to port for sh

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Reinhard Meyer
Dear Albert, > > After Reinhard's remark on boards.cfg vs MAKEALL, I may have accepted > > the patch a bit hastily. All of these boards are already in boards.cfg, > > and need not be in makeall IIUC. > > > > Thus, I am rolling back master one notch and will mark the patch as > > Supersedes (could n

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

2011-08-03 Thread Scott Wood
On Wed, 3 Aug 2011 00:48:32 + shawn Bai wrote: > > > > > > 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 >

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

2011-08-03 Thread Scott Wood
On Wed, 3 Aug 2011 07:14:51 +0200 Heiko Schocher wrote: > 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

Re: [U-Boot] at91rm9200dk broken/patches?

2011-08-03 Thread Rick Bronson
Hi Reinhard, Did you ever get the email below? I never heard back from anyone on this. Cheers, Rick >From rick Tue Jan 18 22:32:15 -0800 2011 To: Reinhard Meyer CC: alb...@aribaud.net, reinhard.me...@emk-elektronik.de In-reply-to: <4d34a61f.1030...@emk-elektronik.de> (message from Reinh

Re: [U-Boot] at91rm9200dk broken/patches?

2011-08-03 Thread Andreas Bießmann
Dear Rick Bronson, Am 03.08.2011 18:10, schrieb Rick Bronson: > Hi Reinhard, > > Did you ever get the email below? I never heard back from anyone on > this. Sorry, did not see this mail. > From rick Tue Jan 18 22:32:15 -0800 2011 > To: Reinhard Meyer > CC: alb...@aribaud.net, reinhard.me..

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4e395e7a.3020...@aribaud.net> you wrote: > Hi Dirk, > > On 06/07/2011 17:35, Dirk Behme wrote: > > From: Dirk Behme > > > > Add all missing boards with CPU==armv7 from boards.cfg > > to MAKEALL. ... > Applied to u-boot-arm/master, thanks. Oh no, please not! We d

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Wolfgang Denk
Dear Dirk Behme, In message <1309966526-4401-1-git-send-email-dirk.be...@gmail.com> you wrote: > > Add all missing boards with CPU==armv7 from boards.cfg > to MAKEALL. NAK. We don't add boards to MAKEALL any more. An entry in boards.cfg is all we need. Best regards, Wolfgang Denk -- DENX S

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4e3960ea.9050...@aribaud.net> you wrote: > > Reinhard, are you sure that boards that are in boards.cfg *and* in > MAKEALL will fail to build? This is not consistent with what I see here > with this patch. They will be built twice - and both builds will either su

Re: [U-Boot] Boot uboot from another position in flash

2011-08-03 Thread Wolfgang Denk
Dear ich, In message <1312383540.4776.36.camel@debian> you wrote: > > I know that. But I am not able to port for sh platform to a newer > u-boot. > > > Please note that U-Boot v1.3.1 is about 4 years old and as such no > > longer supported here. Your quoting style is strange. Normally the repl

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Albert ARIBAUD
Le 03/08/2011 21:15, Wolfgang Denk a écrit : > Dear Albert ARIBAUD, > > In message<4e3960ea.9050...@aribaud.net> you wrote: >> >> Reinhard, are you sure that boards that are in boards.cfg *and* in >> MAKEALL will fail to build? This is not consistent with what I see here >> with this patch. > > Th

Re: [U-Boot] [PATCHv2] fsl_ddr: Don't use full 64-bit divides on32-bit PowerPC

2011-08-03 Thread Moffett, Kyle D
On Jul 29, 2011, at 17:46, York Sun wrote: > On Fri, 2011-07-29 at 16:26 -0500, Moffett, Kyle D wrote: >> On Jul 29, 2011, at 14:46, York Sun wrote: >>> On Fri, 2011-07-29 at 11:35 -0700, York Sun wrote: On Fri, 2011-07-29 at 12:20 -0500, Moffett, Kyle D wrote: > On Jul 28, 2011, at 17:41,

Re: [U-Boot] at91rm9200dk broken/patches?

2011-08-03 Thread Rick Bronson
Hi Reinhard, Okay, it may be awhile before I get to this... Kinda busy at the moment. Cheers, Rick > Dear Rick Bronson, > > Am 03.08.2011 18:10, schrieb Rick Bronson: > > Hi Reinhard, > > > > Did you ever get the email below? I never heard back from anyone on > > this. > > Sorry, d

[U-Boot] [PATCH 2/2] powerpc/85xx: relocate CCSR before creating the initial RAM area

2011-08-03 Thread Timur Tabi
Before main memory (DDR) is initialized, the on-chip L1 cache is used as a memory area for the stack and the global data (gd_t) structure. This is called the initial RAM area, or initram. The L1 cache is locked and the TLBs point to a non-existent address (so that there's no chance it will overla

[U-Boot] [PATCH 1/2] [v2] powerpc/85xx: introduce and document CONFIG_SYS_CCSRBAR macros

2011-08-03 Thread Timur Tabi
Introduce the CONFIG_SYS_CCSRBAR_PHYS_HIGH and CONFIG_SYS_CCSRBAR_PHYS_LOW macros, which contain the high and low portions of CONFIG_SYS_CCSRBAR_PHYS. This is necessary for the assembly-language code that relocates CCSR, since the assembler does not understand 64-bit constants. CONFIG_SYS_CCSRBAR_

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

2011-08-03 Thread Simon Guinot
Hi Ajay, On Wed, Aug 03, 2011 at 10:10:00AM +0530, Ajay Bhargav wrote: > - "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_d

[U-Boot] [PATCH] ARM926ejs: Add routines to invalidate D-Cache

2011-08-03 Thread Hong Xu
After DMA transfer, we need to maintain D-Cache coherency. We need to clean cache (write back the dirty lines) and then make the cache invalidate as well(hence CPU will fetch data written by DMA controller from RAM). Tested on AT91SAM9261EK with Peripheral DMA controller. Signed-off-by: Hong Xu

Re: [U-Boot] [PATCH 1/2] [v2] powerpc/85xx: introduce and document CONFIG_SYS_CCSRBAR macros

2011-08-03 Thread Kumar Gala
On Aug 3, 2011, at 4:30 PM, Timur Tabi wrote: > Introduce the CONFIG_SYS_CCSRBAR_PHYS_HIGH and CONFIG_SYS_CCSRBAR_PHYS_LOW > macros, which contain the high and low portions of CONFIG_SYS_CCSRBAR_PHYS. > This is necessary for the assembly-language code that relocates CCSR, since > the assembler do

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

2011-08-03 Thread Heiko Schocher
Hello Scott, Scott Wood wrote: > On Wed, 3 Aug 2011 07:14:51 +0200 > Heiko Schocher wrote: > >> 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, 20

[U-Boot] Link stage error of porting uboot2011-06

2011-08-03 Thread larrybizz
___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] uboot vxworks

2011-08-03 Thread wolflouiswang
Dear all, another question, do you know how to load vxworks? there are some special configuration of u-boot? thanks. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Link stage error of porting uboot2011-06

2011-08-03 Thread larrybizz
___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V2 1/4] Added documentation for CONFIG_SYS_TEXT_BASE.

2011-08-03 Thread Albert ARIBAUD
Hi Christopher, Le 07/07/2011 16:26, Christopher Harvey a écrit : > Signed-off-by: Christopher Harvey > --- > V2: > Make it clear that this is the start address of u-boot. > > README |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/README b/README > index 2da0f

Re: [U-Boot] [PATCH V4 3/4] ARM: Warn when the machine ID isn't set.

2011-08-03 Thread Albert ARIBAUD
Hi Christopher, Le 18/07/2011 19:33, Christopher Harvey a écrit : > Linux cannot boot without it. > > Signed-off-by: Christopher Harvey > --- > > V2: > Used a #define instead of a constant. > Used a printf instead of a debug. > > --- > > V3: > Moved gd->bd->bi_arch_number = BI_ARCH_NUMBER_INVALID;

Re: [U-Boot] [PATCH V2 2/4] Don't compile in large memory test function by default.

2011-08-03 Thread Albert ARIBAUD
Hi Christopher, Le 07/07/2011 16:31, Christopher Harvey a écrit : > Signed-off-by: Christopher Harvey > --- > > V2: > I didn't receive comments on this one. By not compiling this by > default it removes a couple of #defines people need to think > about. Also, I'm guessing the memory test isn't us

Re: [U-Boot] [PATCH V2 4/4] Removed unused define, CONFIG_ARMV7.

2011-08-03 Thread Albert ARIBAUD
Hi Christopher, Le 07/07/2011 16:37, Christopher Harvey a écrit : > Signed-off-by: Christopher Harvey > --- > > V2: > > Removed left over newlines. > > Made sure that this isn't the only "High level option", so everything > looks ok around the sed'd text. > > include/configs/am3517_crane.h

[U-Boot] [PATCH] powerpc/85xx: corenet_ds - Remove unused 'execute' perm in TLB entries

2011-08-03 Thread Kumar Gala
We shouldn't be setting execute permissions on TLB entries that will not actually have any code run from them. Signed-off-by: Kumar Gala --- board/freescale/corenet_ds/tlb.c | 30 +++--- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/board/freescale/co