Re: [U-Boot] [RFC] - Relocating i386 Code - Permission to break orphan boards

2009-08-31 Thread Graeme Russ
On Sun, Aug 30, 2009 at 8:44 PM, Graeme Russ wrote: > Hi Wolfgang, > > I have been playing around with gcc's -fpic and ld's -PIE and I think that > I can get 'proper' relocation happening on the i386 port. I've get the > basics down, and I've been looking at /lib_ppc/board.c for how the PPC > reloc

Re: [U-Boot] [PATCH v6] use common code for Matrix Vision boards

2009-08-31 Thread André Schwarz
Wolfgang, Kim, On Fri, 2009-08-28 at 21:19 +0200, Wolfgang Denk wrote: > Dear Kim Phillips, > > In message <20090828111410.71f92293.kim.phill...@freescale.com> you wrote: > > > > and we now have breakage: > > Ah. Situation is normal again :-) hmpf - it's me again. > > > Configuring for MVBLM7

Re: [U-Boot] [GIT PULL] AVR32: NGW100 fix for 2009.08

2009-08-31 Thread Haavard Skinnemoen
Hans-Christian Egtvedt wrote: > > Yeah...I'm unsure myself. The system will boot, but the 'saveenv' > > command doesn't work...so while I really want to fix this issue > > _properly_, I'm not sure if there's enough time to do that before the > > next release. > > > > Did you test loading somet

Re: [U-Boot] [PATCH 2/3] Reset interrupted i2c slaves (galaxy5200)

2009-08-31 Thread Heiko Schocher
Hello Detlev, Detlev Zundel wrote: >> Reset any i2c devices that may have been interrupted by a system reset. >> Normally this would be accomplished by clocking the line until SCL and SDA >> are released and then sending a start condtiion (From an Atmel datasheet). >> But since there is only write

Re: [U-Boot] [GIT PULL] AVR32: NGW100 fix for 2009.08

2009-08-31 Thread Hans-Christian Egtvedt
On Mon, 31 Aug 2009 09:44:40 +0200 Haavard Skinnemoen wrote: > Hans-Christian Egtvedt wrote: > > > Yeah...I'm unsure myself. The system will boot, but the 'saveenv' > > > command doesn't work...so while I really want to fix this issue > > > _properly_, I'm not sure if there's enough time to do t

[U-Boot] [[PATCH]] add Matrix Vision specific dir for common code.

2009-08-31 Thread Andre Schwarz
--- board/matrix_vision/common/Makefile| 54 ++ board/matrix_vision/common/mv_common.c | 125 board/matrix_vision/common/mv_common.h | 25 +++ 3 files changed, 204 insertions(+), 0 deletions(-) create mode 100644 board/matrix_vision/common

Re: [U-Boot] [[PATCH]] add Matrix Vision specific dir for common code.

2009-08-31 Thread André Schwarz
huh - please ignore ! A "cc" has crept in by accident. On Mon, 2009-08-31 at 10:17 +0200, Andre Schwarz wrote: > --- > board/matrix_vision/common/Makefile| 54 ++ > board/matrix_vision/common/mv_common.c | 125 > > board/matrix_vision/common/mv

[U-Boot] [PATCH] add Matrix Vision specific dir for common code.

2009-08-31 Thread Andre Schwarz
--- board/matrix_vision/common/Makefile| 54 ++ board/matrix_vision/common/mv_common.c | 125 board/matrix_vision/common/mv_common.h | 25 +++ 3 files changed, 204 insertions(+), 0 deletions(-) create mode 100644 board/matrix_vision/common

[U-Boot] [PATCH] fix broken matrix vision boards

2009-08-31 Thread Andre Schwarz
boards are currently broken due to missing common dir inside board dir. MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler Registergericht: Amtsgericht Stuttgart, HRB 271090 Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner, Hans-Joachim Reich __

Re: [U-Boot] Intel IQ31244

2009-08-31 Thread Uladzislau Rezki
On Sat, Aug 29, 2009 at 10:04 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 13:26 Fri 28 Aug     , Uladzislau Rezki wrote: >> Hello list, >> >> I have Intel IQ31244 board that is based on XScale-IOP8032x Family processor. >> I want to use u-boot as embedded loader but it seems to me that this >>

[U-Boot] ARM preprocessor error generating assembly dependencies

2009-08-31 Thread Dirk Behme
Hi, for ARM I'm including include/asm-arm/assembler.h in an assembly file. Doing this, I get preprocessor error message include/asm/assembler.h:17:2: error: #error "Only include this from assembly code" This is due to __ASSEMBLY__ not defined, but It seems to me that this message comes from

Re: [U-Boot] [PATCH v4 0/4]: bitops cleanup and fixes

2009-08-31 Thread Simon Kagstrom
On Mon, 24 Aug 2009 09:06:05 +0200 Simon Kagstrom wrote: > This update to the patch series just cleans up the commit messages to > have the comments in the git comments section. Sorry to ping you all, but are there any more comments on work to be done before this patch series can be accepted? Th

Re: [U-Boot] [PATCH] add Matrix Vision specific dir for common code.

2009-08-31 Thread André Schwarz
Wolfgang, Kim, ok - Signed-off-by is missing although my .gitconfig has "signoff = true" set in [format] section ... looks like I need -s arg at git format-patch. Any hints about this ? I also couldn't figure out how to send a *single* mail for a single patch, i.e. without this initial stuff. IMH

Re: [U-Boot] ARM preprocessor error generating assembly dependencies

2009-08-31 Thread Wolfgang Denk
Dear Dirk Behme, In message <4a9b8c3c.7080...@googlemail.com> you wrote: > > for ARM I'm including > > include/asm-arm/assembler.h > > in an assembly file. Doing this, I get preprocessor error message Hm... I get this: -> ls include/asm-arm/assembler.h ls: cannot access include/asm-arm/assemb

[U-Boot] mx27 ethernet support

2009-08-31 Thread Johann Steinbrecher
Hello, is there aan ethernet support for the imx27 processor. Where can I get the required patches? Greetings Johann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] MCI support for AT91 family processors.

2009-08-31 Thread Sami Kantoluoto
On Sun, Aug 30, 2009 at 01:08:27AM +0200, Albin Tonnerre wrote: > On Sat, Aug 29, 2009 at 08:18:32PM +0300, Sami Kantoluoto wrote : > > Fixed to parse CSD correctly on little endian processors as gcc orders > > bitfields differently between big and little endian ones. > > Please also see this patc

Re: [U-Boot] [PATCH] MCI support for AT91 family processors.

2009-08-31 Thread Albin Tonnerre
On Mon, Aug 31, 2009 at 02:22:47PM +0300, Sami Kantoluoto wrote : > On Sun, Aug 30, 2009 at 01:08:27AM +0200, Albin Tonnerre wrote: > > On Sat, Aug 29, 2009 at 08:18:32PM +0300, Sami Kantoluoto wrote : > > > Fixed to parse CSD correctly on little endian processors as gcc orders > > > bitfields diff

Re: [U-Boot] [PATCH] MCI support for AT91 family processors.

2009-08-31 Thread Sami Kantoluoto
On Mon, Aug 31, 2009 at 01:39:26PM +0200, Albin Tonnerre wrote: > On Mon, Aug 31, 2009 at 02:22:47PM +0300, Sami Kantoluoto wrote : > > On Sun, Aug 30, 2009 at 01:08:27AM +0200, Albin Tonnerre wrote: > > > On Sat, Aug 29, 2009 at 08:18:32PM +0300, Sami Kantoluoto wrote : > > > > Fixed to parse CSD

Re: [U-Boot] [PATCH] atngw100: Use virtual address in CONFIG_ENV_ADDR

2009-08-31 Thread Wolfgang Denk
Dear Haavard Skinnemoen, In message <20090830224218.10f14...@siona> you wrote: > > > Well, VA==PA is the default setting for U-Boot that shall be used for > > all systems, unless it is really impossible on a board to implement an > > exception from that rule. > > While not impossible, following t

Re: [U-Boot] Intel IQ31244

2009-08-31 Thread Uladzislau Rezki
On Sat, Aug 29, 2009 at 10:04 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 13:26 Fri 28 Aug     , Uladzislau Rezki wrote: >> Hello list, >> >> I have Intel IQ31244 board that is based on XScale-IOP8032x Family processor. >> I want to use u-boot as embedded loader but it seems to me that this >>

Re: [U-Boot] [PATCH] add Matrix Vision specific dir for common code.

2009-08-31 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message <1251712526.4189.25.ca...@swa-m460> you wrote: > > Is there anything else you want me to fix for this patch before I > resubmit it ? And please fix the compiler warnings: ... Configuring for MVBC_P board... mv_common.c: In function 'mv_load_fpga

Re: [U-Boot] [PATCH] add Matrix Vision specific dir for common code.

2009-08-31 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message <1251712526.4189.25.ca...@swa-m460> you wrote: > > ok - Signed-off-by is missing although my .gitconfig has "signoff = > true" set in [format] section ... looks like I need -s arg at git > format-patch. Any hints about this ? The Signed-off-by: do

Re: [U-Boot] [PATCH] add Matrix Vision specific dir for common code.

2009-08-31 Thread André Schwarz
Wolfgang, On Mon, 2009-08-31 at 14:11 +0200, Wolfgang Denk wrote: > Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, > > In message <1251712526.4189.25.ca...@swa-m460> you wrote: > > > > Is there anything else you want me to fix for this patch before I > > resubmit it ? > > And please fix the compiler wa

Re: [U-Boot] [PATCH] add Matrix Vision specific dir for common code.

2009-08-31 Thread André Schwarz
Wolfgang, On Mon, 2009-08-31 at 14:07 +0200, Wolfgang Denk wrote: > Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, > > In message <1251712526.4189.25.ca...@swa-m460> you wrote: > > > > ok - Signed-off-by is missing although my .gitconfig has "signoff = > > true" set in [format] section ... looks like I n

Re: [U-Boot] mpc8315 DDR2 controller

2009-08-31 Thread Marcos Cunha
<><>___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] ARM preprocessor error generating assembly dependencies

2009-08-31 Thread Dirk Behme
Wolfgang Denk wrote: >> Any expert here could have look to which options are taken for ARM's >> assembly dependency generation? It seems to me that -D__ASSEMBLY__ is >> missing there? > > I have no clue what you are talking about... It seems to me that dependencies for ARM assembly files are ge

Re: [U-Boot] ARM preprocessor error generating assembly dependencies

2009-08-31 Thread Dirk Behme
Dirk Behme wrote: > Wolfgang Denk wrote: >>> Any expert here could have look to which options are taken for ARM's >>> assembly dependency generation? It seems to me that -D__ASSEMBLY__ is >>> missing there? >> >> I have no clue what you are talking about... > > It seems to me that dependencies f

[U-Boot] [Fwd: Re: mpc8315 DDR2 controller]

2009-08-31 Thread Marcos Cunha
Dears, I found the problem. The reference board (MPC8315ERDB) has 128MB DDR2. The new design has 256MB DDR2. I chanced the size macros in \incluce\configs\MPC8315E.h #define CFG_DDR_SIZE256 /* MB */ #define CFG_DDR_CS0_BNDS0x000F But I forgot change MMU configurat

Re: [U-Boot] [PATCH 2/3] Reset interrupted i2c slaves (galaxy5200)

2009-08-31 Thread Detlev Zundel
Hello Heiko, >>> Reset any i2c devices that may have been interrupted by a system reset. >>> Normally this would be accomplished by clocking the line until SCL and SDA >>> are released and then sending a start condtiion (From an Atmel datasheet). >>> But since there is only write access to these l

Re: [U-Boot] [PATCH] atngw100: Use virtual address in CONFIG_ENV_ADDR

2009-08-31 Thread Haavard Skinnemoen
Wolfgang Denk wrote: > Dear Haavard Skinnemoen, > > In message <20090830224218.10f14...@siona> you wrote: > > > > > Well, VA==PA is the default setting for U-Boot that shall be used for > > > all systems, unless it is really impossible on a board to implement an > > > exception from that rule. >

[U-Boot] [PATCH] Add common code dir for Matrix Vision boards.

2009-08-31 Thread Andre Schwarz
This fixes current build failure. Signed-off-by: Andre Schwarz --- board/matrix_vision/common/Makefile| 54 ++ board/matrix_vision/common/mv_common.c | 126 board/matrix_vision/common/mv_common.h | 25 ++ 3 files changed, 205 insertions(+

Re: [U-Boot] mx27 ethernet support

2009-08-31 Thread Fabio Estevam
Hi Johann, --- On Mon, 8/31/09, Johann Steinbrecher wrote: > From: Johann Steinbrecher > Subject: [U-Boot] mx27 ethernet support > To: u-boot@lists.denx.de > Date: Monday, August 31, 2009, 7:35 AM > Hello, > > is there aan ethernet support for the imx27 processor. > Where can I get the > requ

[U-Boot] Writing files to filesystem

2009-08-31 Thread Ricardo Martínez
Hi, I would like to write text files to JFFS2 filesystem from an application launched by u-boot. I mean something similar to C library functions fopen and fprintf. The purpose is programming a simple logger. I've been taking a look at the sources and I think fopen and fprintf or similars do n

Re: [U-Boot] [PATCH] atngw100: Use virtual address in CONFIG_ENV_ADDR

2009-08-31 Thread Wolfgang Denk
Dear Haavard Skinnemoen, In message <20090831155327.62b58...@hskinnemoen-d830> you wrote: > > Possibly. But it means even more effort and even larger code, so I'm > not exactly happy about it. Really? Sorry if I'm asking dumb questions - I don't know AVR32: is it true that stting up a non-1

Re: [U-Boot] [PATCH] add Matrix Vision specific dir for common code.

2009-08-31 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message <1251722510.4189.67.ca...@swa-m460> you wrote: > > git send-mail always creates two or more mails. The first one is > unnecessary for a single patch, i.e. not a patch series. It never did that for me. Are you sure you are generating the input for

Re: [U-Boot] [PATCH] Add common code dir for Matrix Vision boards.

2009-08-31 Thread Wolfgang Denk
Dear Andre Schwarz, In message <1251728304-26888-1-git-send-email-andre.schw...@matrix-vision.de> you wrote: > This fixes current build failure. > > Signed-off-by: Andre Schwarz Hm... You did not test your patch, did you? -> git-am -3 -i -u --whitespace=strip ~/Mail/U-Boot/8023 Commit Body is

Re: [U-Boot] [PATCH] atngw100: Use virtual address in CONFIG_ENV_ADDR

2009-08-31 Thread Becky Bruce
On Aug 30, 2009, at 1:11 PM, Wolfgang Denk wrote: > Dear Haavard & Becky, > > In message <20090830173640.2af9c...@siona> you wrote: >> >>> The only way for that to work >>> is when VA=PA (or, depending on what you were doing with the >>> address, > > Well, VA==PA is the default setting for U-Bo

Re: [U-Boot] [PATCH] atngw100: Use virtual address in CONFIG_ENV_ADDR

2009-08-31 Thread Becky Bruce
On Aug 31, 2009, at 6:57 AM, Wolfgang Denk wrote: > Dear Haavard Skinnemoen, > > In message <20090830224218.10f14...@siona> you wrote: >> >>> Well, VA==PA is the default setting for U-Boot that shall be used >>> for >>> all systems, unless it is really impossible on a board to >>> implement a

[U-Boot] [STATUS] U-Boot 2009.08 Release

2009-08-31 Thread Wolfgang Denk
Hi everybody, U-Boot v2009.08 has been released and is available from the git repository and the FTP server. The "next" branch has been pulled into mainline ("master" branch) and will be removed soon. The Merge Window for the next release is open until Monday, September 21, 2009, i. e. 21 days r

Re: [U-Boot] Writing files to filesystem

2009-08-31 Thread Mike Frysinger
On Monday 31 August 2009 12:33:28 Ricardo Martínez wrote: > I would like to write text files to JFFS2 filesystem from an application > launched by u-boot. > > I mean something similar to C library functions fopen and fprintf. The > purpose is programming a simple logger. > > I've been taking a look

Re: [U-Boot] [PATCH v6 2/2] arm: A320: Add support for Faraday A320 evaluation board

2009-08-31 Thread Po-Yu Chuang
Dear Jean-Christophe PLAGNIOL-VILLARD, 2009/8/20 Po-Yu Chuang : > Dear Jean-Christophe PLAGNIOL-VILLARD, >> From: Po-Yu Chuang >> >> This patch adds support for A320 evaluation board from Faraday. This board >> uses FA526 processor by default and has 512kB and 32MB NOR flash, 64M RAM. >> FA526 is

Re: [U-Boot] ARM preprocessor error generating assembly dependencies

2009-08-31 Thread Dirk Behme
Dirk Behme wrote: > Dirk Behme wrote: >> Wolfgang Denk wrote: Any expert here could have look to which options are taken for ARM's assembly dependency generation? It seems to me that -D__ASSEMBLY__ is missing there? >>> >>> I have no clue what you are talking about... >> >> It seem

Re: [U-Boot] ARM preprocessor error generating assembly dependencies

2009-08-31 Thread Wolfgang Denk
Dear Dirk Behme, In message <4a9cbb9d.6030...@googlemail.com> you wrote: > > Sorry if I'm wrong, but looking into top level rules.mk ... > this doesn't distinguish between .c and .S sources? No, it does not. > That is, it doesn't use AFLAGS set in config.mk to generate assembly > dependencies?

Re: [U-Boot] ARM preprocessor error generating assembly dependencies

2009-08-31 Thread Dirk Behme
Wolfgang Denk wrote: > Dear Dirk Behme, > > In message <4a9cbb9d.6030...@googlemail.com> you wrote: >> Sorry if I'm wrong, but looking into top level rules.mk > ... >> this doesn't distinguish between .c and .S sources? > > No, it does not. > >> That is, it doesn't use AFLAGS set in config.mk to