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
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
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
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
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
---
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
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
---
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
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
__
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
>>
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
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
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
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
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
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
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
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
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
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
>>
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
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
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
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
<><>___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
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
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
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
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
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.
>
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(+
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
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
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
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
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
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
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
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
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
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
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
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?
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
44 matches
Mail list logo