[U-Boot-Users] [PATCH] Enable passing of ATAGs required by latest Linux kernel.

2008-07-10 Thread Marcel Ziswiler
--- include/configs/pxa255_idp.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/pxa255_idp.h b/include/configs/pxa255_idp.h index 4a9cadb..b7ea1a9 100644 --- a/include/configs/pxa255_idp.h +++ b/include/configs/pxa255_idp.h @@ -208,6 +208,10 @@ /*

[U-Boot-Users] [PATCH] Fix build time warnings in function mmc_decode_csd.

2008-07-10 Thread Marcel Ziswiler
--- cpu/pxa/mmc.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cpu/pxa/mmc.c b/cpu/pxa/mmc.c index 4495a80..97ac4a5 100644 --- a/cpu/pxa/mmc.c +++ b/cpu/pxa/mmc.c @@ -535,8 +535,9 @@ static void mmc_decode_csd(uint32_t * resp) mmc_dev.removable = 0;

Re: [U-Boot-Users] [PATCH] =?utf-8?q?Fix=20build= 20time=20warnings=20in=20function=20=E2=80 =98mmc=5Fdecode=5Fcsd=E2=80=99:

2008-07-10 Thread Marcel Ziswiler
Sorry, don't know exactly why it did that utf-8 crap. Will repost ASAP. - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a hea

[U-Boot-Users] [PATCH] =?utf-8?q?Fix=20build=20time=20warnings=20in=20function=20=E2=80=98mmc=5Fdecode=5Fcsd=E2=80=99:

2008-07-10 Thread Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> --- cpu/pxa/mmc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu/pxa/mmc.c b/cpu/pxa/mmc.c index 4495a80..8c529a3 100644 --- a/cpu/pxa/mmc.c +++ b/cpu/pxa/mmc.c @@ -535,7 +535,7 @@ static void mmc_deco

[U-Boot-Users] [PATCH] Many spelling fixes in README.

2008-07-08 Thread Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> --- README | 141 1 files changed, 71 insertions(+), 70 deletions(-) diff --git a/README b/README index 62cdfd0..0cd01bc 100644 --- a/README +++ b/README @@ -74,7 +74,7

[U-Boot-Users] [PATCH] Minor spelling fix in comment.

2008-07-08 Thread Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> --- cpu/pxa/start.S |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu/pxa/start.S b/cpu/pxa/start.S index 1cdb709..23005e2 100644 --- a/cpu/pxa/start.S +++ b/cpu/pxa/start.S @@ -128,7 +128,7 @@ re

[U-Boot-Users] [PATCH] NAND testing: chip->state does not always get set.

2008-06-22 Thread Marcel Ziswiler
Fixes an issue with chip->state not always being set causing troubles. Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> --- drivers/mtd/nand/nand_base.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_bas

[U-Boot-Users] [PATCH] NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.

2008-06-22 Thread Marcel Ziswiler
The writeenv() and readenv() calls introduced by the recently added bad block management for environment variables were missing casts therefore producing compile time warnings. While at it fixing some typo in a comment and indentation. Signed-off-by: Marcel Ziswiler <[EMAIL PROTEC

[U-Boot-Users] [PATCH] ide: Remove spurious second include of io.h

2008-05-04 Thread Marcel Ziswiler
Removed the second include, with all the #ifdef around as suggested by Wolfgang. Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> --- common/cmd_ide.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/common/cmd_ide.c b/common/cmd_ide.c index ead7e10..cac99d5

Re: [U-Boot-Users] [PATCH] Fix implicit declaration build warnings

2008-05-04 Thread Marcel Ziswiler
Hi Wolfgang Wolfgang Denk denx.de> writes: > In message <1209625526-7643-1-git-send-email-marcel ziswiler.com> you > wrote: ... > > Ly9saXN0cy5zb3VyY2Vmb3JnZS5uZXQvbGlzdHMvbGlzdGluZm8vdS1ib290LXVzZXJzCg== > > Grrrgh... Please do not send base 64 encoded messages. Sorry about that, I was not a

Re: [U-Boot-Users] [PATCH] adsvix: Fix undefined refe rence to inb and outb build errors

2008-05-04 Thread Marcel Ziswiler
not build at all. Cheers Marcel Ziswiler - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority cod

[U-Boot-Users] [PATCH] Fix misspelled comment

2008-05-01 Thread Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> --- include/asm-arm/io.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/asm-arm/io.h b/include/asm-arm/io.h index c33b9e8..f4ae307 100644 --- a/include/asm-arm/io.h +++ b/include/asm-arm/io.h @@ -123,7

[U-Boot-Users] [PATCH] ide: Remove spurious second include of io.h

2008-05-01 Thread Marcel Ziswiler
Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> --- common/cmd_ide.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/common/cmd_ide.c b/common/cmd_ide.c index ead7e10..8280906 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -31,7 +31,6 @@ #include #i

[U-Boot-Users] [PATCH] adsvix: Fix undefined reference to inb and outb build errors

2008-05-01 Thread Marcel Ziswiler
- undefined reference to `inb' - undefined reference to `outb' Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> --- include/configs/adsvix.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/adsvix.h b/include/configs/adsvix.h index

[U-Boot-Users] [PATCH] Fix defined but not used build warning

2008-05-01 Thread Marcel Ziswiler
- warning: ‘srom’ defined but not used Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> --- board/trizepsiv/eeprom.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/board/trizepsiv/eeprom.c b/board/trizepsiv/eeprom.c index 3d3bc00..7a2b905 100644 --- a/board/tri

[U-Boot-Users] [PATCH] Fix implicit declaration build warnings

2008-05-01 Thread Marcel Ziswiler
- warning: implicit declaration of function ‘serial_initialize’ Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]> --- lib_arm/board.c |1 + lib_m68k/board.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib_arm/board.c b/lib_arm/board.c index 22d573a..6

[U-Boot-Users] [PATCH] Fix various redefinition build warnings

2008-05-01 Thread Marcel Ziswiler
- warning: "ICMR" redefined - warning: "RCSR" redefined - warning: "OSMR3" redefined - warning: "OSCR" redefined - warning: "OWER" redefined - warning: "OIER" redefined - warning: "CCCR" redefined Signed-off-by: Marcel Zisw

Re: [U-Boot-Users] u-boot for SC32442B

2008-01-24 Thread Marcel Ziswiler
tangwei hotmail.com> writes: > dear ,all Hi Tangwei > I have a board use S3C2442B43 (400MHz, 64MB mSDRAM, 128MB Nand), and there is > no flash or other memory,so have to use the nand boot, is there someone have > done something for this, please give me some advices, thanks. Booting from NAND fl