[U-Boot] status of patch to store environment to mmc/sd

2010-09-07 Thread Amit Kucheria
Hi Terry, I came across a patch[1] from you to add support to save the environment to mmc/sd. What is the status of the patch? I am unable to find it in mainline u-boot or Stefano's u-boot-imx.git. I ran across this when trying mainline u-boot on a mx51evk where it won't let me change the

[U-Boot] [PATCH 2/3] mmc: add boundary check for mmc operation

2010-09-07 Thread Lei Wen
Signed-off-by: Lei Wen lei...@marvell.com --- drivers/mmc/mmc.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index 5cc1904..9a50b2f 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c @@ -134,6 +134,10 @@ mmc_bwrite(int

[U-Boot] [PATCH 3/3] MMC: print out avaible partition table

2010-09-07 Thread Lei Wen
Signed-off-by: Lei Wen lei...@marvell.com --- common/cmd_mmc.c | 20 disk/part.c |3 +++ 2 files changed, 23 insertions(+), 0 deletions(-) diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index c0b30d8..af82984 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c

[U-Boot] [PATCH 1/3] mmc: limit block count for multi-block write commands

2010-09-07 Thread Lei Wen
Signed-off-by: Lei Wen lei...@marvell.com --- drivers/mmc/mmc.c | 59 ++-- 1 files changed, 38 insertions(+), 21 deletions(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index cf4ea16..5cc1904 100644 --- a/drivers/mmc/mmc.c +++

Re: [U-Boot] Hi

2010-09-07 Thread Vaishali Dhakate
Hi, I am looking for the website where I could browse the u-boot source code for Hawkboard only. As I dont have access to Linux machine right now. plz tell. Thanks Vaishali. On Fri, Sep 3, 2010 at 1:59 PM, Wolfgang Denk w...@denx.de wrote: Dear Tobias Waldekranz (Knutsson), please STOP full

Re: [U-Boot] Hi

2010-09-07 Thread Vaishali Dhakate
Hi , I am new to Linux crosscompilation ...u-boot and Porting Linux . I plan to do this for Hawk board. currently I am reading hapazardously.. http://elinux.org/Hawkboard Mainly from this source.tried to follow these , alright ... still want to make sure I have the fundamentals in place before I

Re: [U-Boot] [PATCH V2] mvsata_ide: adjust port init sequence

2010-09-07 Thread Prafulla Wadaskar
-Original Message- From: Albert ARIBAUD [mailto:albert.arib...@free.fr] Sent: Tuesday, September 07, 2010 4:53 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare Subject: Re: [PATCH V2] mvsata_ide: adjust port init sequence Le 07/09/2010

Re: [U-Boot] Hi

2010-09-07 Thread Bas Mevissen
On Tue, 7 Sep 2010 18:13:12 +0530, Vaishali Dhakate vaishali.dhak...@sukrutsystems.com wrote: Hi, I am looking for the website where I could browse the u-boot source code for Hawkboard only. As I dont have access to Linux machine right now. plz tell. Thanks Vaishali. Aren't they here?

Re: [U-Boot] [PATCH 2/3] mmc: add boundary check for mmc operation

2010-09-07 Thread Wolfgang Denk
Dear Lei Wen, In message 1283862729-17045-2-git-send-email-lei...@marvell.com you wrote: Signed-off-by: Lei Wen lei...@marvell.com --- drivers/mmc/mmc.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index

Re: [U-Boot] [PATCH 3/3] MMC: print out avaible partition table

2010-09-07 Thread Wolfgang Denk
Dear Lei Wen, In message 1283862729-17045-3-git-send-email-lei...@marvell.com you wrote: Signed-off-by: Lei Wen lei...@marvell.com --- common/cmd_mmc.c | 20 disk/part.c |3 +++ 2 files changed, 23 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH 1/3] mmc: limit block count for multi-block write commands

2010-09-07 Thread Wolfgang Denk
Dear Lei Wen, In message 1283862729-17045-1-git-send-email-lei...@marvell.com you wrote: Signed-off-by: Lei Wen lei...@marvell.com --- drivers/mmc/mmc.c | 59 ++-- 1 files changed, 38 insertions(+), 21 deletions(-) + BUG_ON(blklen *

Re: [U-Boot] Hi

2010-09-07 Thread Wolfgang Denk
Dear Vaishali Dhakate, you are violating a number of netiquette rules; this does not increase the likelihood for a helpful reply. - You hijack a mail thread. - You top post / full quote (and even a message where I asked the OP _not_ to do exactly this! and some more. Please read

Re: [U-Boot] [PATCH V2] mvsata_ide: adjust port init sequence

2010-09-07 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message f766e4f80769bd478052fb6533fa745d19a6879...@sc-vexch4.marvell.com you wrote: Negative always represents errors, whereas positive may represent some valid return state. He. This is _not_quite_ correct. Not in U-Boot, and not in genreal. [But your comment

[U-Boot] [PATCH] Add basic support for FriendlyARM MINI6410 development board

2010-09-07 Thread Alex Ling
This patch adds basic support for FriendlyARM MINI6410 development board (a Chinese clone of Samsung SMDK6410) Signed-off-by: Alex Ling kasiml...@gmail.com --- MAINTAINERS|4 + MAKEALL|1 + Makefile

[U-Boot] USB and FAT

2010-09-07 Thread Dennis Kerrisk
Hi, I have a problem that I am trying to solve with U-boot. What I have is a Ubicom processor with 128 MB of ram, and USB. What I need to do is load a 12 MB file into ram, and then program the flash with it. This version of u-boot was supplied by Ubicom for their chip. Every

[U-Boot] [PATCH 1/5] add DOCKSTAR machine type

2010-09-07 Thread Eric Cooper
Signed-off-by: Eric Cooper e...@cmu.edu --- arch/arm/include/asm/mach-types.h | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/mach-types.h b/arch/arm/include/asm/mach-types.h index fd28d2b..e0b6090 100644 ---

[U-Boot] [PATCH 0/5] Add support for Seagate FreeAgent DockStar

2010-09-07 Thread Eric Cooper
This patch series adds support for the Seagate FreeAgent DockStar. The DockStar is almost identical to the Marvell SheevaPlug, but has 256M of NAND flash, 128M of SDRAM, and different LED pins. A new machine ID (2998) has already been registered for this device. Alexander Holler (2): DockStar:

Re: [U-Boot] [PATCH] Add basic support for FriendlyARM MINI6410 development board

2010-09-07 Thread Wolfgang Denk
Dear Alex Ling, In message 1283869706-18506-1-git-send-email-kasiml...@gmail.com you wrote: This patch adds basic support for FriendlyARM MINI6410 development board (a Chinese clone of Samsung SMDK6410) Please restrict your line length to 70 characters. General note: please rebase your

Re: [U-Boot] USB and FAT

2010-09-07 Thread Wolfgang Denk
Dear Dennis Kerrisk, In message e1318e0a083bfb4497f69194d590cd8c586ee...@mandi.psaudio.com you wrote: I have a problem that I am trying to solve with U-boot. Wha t I have is a Ubicom processor with 128 MB of ram, and USB. What I need to do is load a 12 MB file into ram, and

[U-Boot] [PATCH 3/5] DockStar: change RAM definitions to one bank (128 MB)

2010-09-07 Thread Eric Cooper
From: Alexander Holler hol...@ahsoftware.de Signed-off-by: Eric Cooper e...@cmu.edu --- board/Marvell/dockstar/kwbimage.cfg | 162 +++ 1 files changed, 162 insertions(+), 0 deletions(-) create mode 100644 board/Marvell/dockstar/kwbimage.cfg diff --git

[U-Boot] [PATCH 2/5] DockStar: board support (derived from sheevaplug)

2010-09-07 Thread Eric Cooper
Signed-off-by: Eric Cooper e...@cmu.edu --- board/Marvell/dockstar/Makefile | 51 board/Marvell/dockstar/config.mk | 28 +++ board/Marvell/dockstar/dockstar.c | 155 + board/Marvell/dockstar/dockstar.h | 41 ++ boards.cfg

Re: [U-Boot] [PATCH 1/5] add DOCKSTAR machine type

2010-09-07 Thread Wolfgang Denk
Dear Eric Cooper, In message 1283869696-10077-2-git-send-email-...@cmu.edu you wrote: Signed-off-by: Eric Cooper e...@cmu.edu --- arch/arm/include/asm/mach-types.h | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/mach-types.h

Re: [U-Boot] [PATCH 2/5] DockStar: board support (derived from sheevaplug)

2010-09-07 Thread Wolfgang Denk
Dear Eric Cooper, In message 1283869696-10077-3-git-send-email-...@cmu.edu you wrote: Signed-off-by: Eric Cooper e...@cmu.edu --- board/Marvell/dockstar/Makefile | 51 board/Marvell/dockstar/config.mk | 28 +++ board/Marvell/dockstar/dockstar.c | 155

Re: [U-Boot] USB and FAT

2010-09-07 Thread Dennis Kerrisk
Unfortunately the Ubicom board is not supported in the mainline. So I would have to report it. Does this work on a board that supports Mainline code? I would like to eliminate that as the problem. My guess Is that there is a bug in the Ubicom port, probably dealing with The USB. I seem

[U-Boot] [PATCH 5/5] DockStar: LED support

2010-09-07 Thread Eric Cooper
derived from patches posted by Jeff Doozan in the uBoot forum at http://forum.doozan.com Signed-off-by: Eric Cooper e...@cmu.edu --- board/Marvell/dockstar/dockstar.c | 30 ++ include/configs/dockstar.h|1 - 2 files changed, 30 insertions(+), 1

[U-Boot] [PATCH 4/5] DockStar: config

2010-09-07 Thread Eric Cooper
From: Alexander Holler hol...@ahsoftware.de Change ident string. Include long help messages. Environment is at 0xa. Define MTD partitions and default environment variables. Signed-off-by: Eric Cooper e...@cmu.edu --- include/configs/dockstar.h | 218

Re: [U-Boot] [PATCH 1/3] mmc: limit block count for multi-block write commands

2010-09-07 Thread Reinhard Meyer
On 07.09.2010 15:57, Wolfgang Denk wrote: Dear Lei Wen, In message1283862729-17045-1-git-send-email-lei...@marvell.com you wrote: Signed-off-by: Lei Wenlei...@marvell.com --- drivers/mmc/mmc.c | 59 ++-- 1 files changed, 38

Re: [U-Boot] USB and FAT

2010-09-07 Thread Wolfgang Denk
Dear Dennis Kerrisk, In message e1318e0a083bfb4497f69194d590cd8c586ef...@mandi.psaudio.com you wrote: Unfortunately the Ubicom board is not supported in the mainline. So I would have to report it. Does this work on a board that supports Mainline code? I would like to eliminate that as

Re: [U-Boot] [PATCH 4/5] DockStar: config

2010-09-07 Thread Wolfgang Denk
Dear Eric Cooper, In message 1283869696-10077-5-git-send-email-...@cmu.edu you wrote: From: Alexander Holler hol...@ahsoftware.de Change ident string. Include long help messages. Environment is at 0xa. Define MTD partitions and default environment variables. Signed-off-by: Eric

Re: [U-Boot] [PATCH 5/5] DockStar: LED support

2010-09-07 Thread Wolfgang Denk
Dear Eric Cooper, In message 1283869696-10077-6-git-send-email-...@cmu.edu you wrote: derived from patches posted by Jeff Doozan in the uBoot forum at http://forum.doozan.com Please squash into patch that adds support for this board. diff --git a/include/configs/dockstar.h

Re: [U-Boot] QorIQ NAND-Boot configs not building

2010-09-07 Thread Kumar Gala
On Aug 19, 2010, at 2:47 AM, Wolfgang Denk wrote: Dear Kumar Gala, In message aa5c74a5-8b4f-4ed8-a9e9-dfea41481...@kernel.crashing.org you wrote: This will take a bit longer since it seems to be compiler version dependent. Not seeing it with gcc 4.3.2. What gcc are you using? gcc

[U-Boot] Handling dual die and single die flash on same board

2010-09-07 Thread Chris Packham
Hi, I've run into a situation with a new design and I could use some pointers. Our hardware designers have built prototypes with different flash configurations. One possible configuration is a dual die 2x32MB the other is a single die 1x64MB. My u-boot config is currently setup for the 2x32MB

[U-Boot] [PATCH v2 1/3] at91_emac.h: fix typo in register definition

2010-09-07 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Acked-by: Jens Scharsig js_at...@scharsoft.de --- v2: Acked-by: Jens Scharsig see http://article.gmane.org/gmane.comp.boot-loaders.u-boot/83624 additionally add this patch to a series of other patches related to atmel_emac driver

[U-Boot] [PATCH 2/3] at91_emac.c: fix 'Warning: eth device name has a space!'

2010-09-07 Thread Andreas Bießmann
This patch also removes conditional nameing of at91_emac driver whether it's connection to PHY is RMII or MII. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- drivers/net/at91_emac.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git

[U-Boot] [PATCH 3/3] at91_emac.c: poll for IDLE when writing PHY

2010-09-07 Thread Andreas Bießmann
This patch replaces the unnecessary waiting in at91emac_read() and at91emac_write() by checking the IDLE flag. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- drivers/net/at91_emac.c | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git

Re: [U-Boot] Handling dual die and single die flash on same board

2010-09-07 Thread Stefan Roese
Hi Chris, On Tuesday 07 September 2010 19:05:46 Chris Packham wrote: I've run into a situation with a new design and I could use some pointers. Our hardware designers have built prototypes with different flash configurations. One possible configuration is a dual die 2x32MB the other is a

Re: [U-Boot] [PATCH V2] mvsata_ide: adjust port init sequence

2010-09-07 Thread Albert ARIBAUD
Le 07/09/2010 16:06, Wolfgang Denk a écrit : Negative always represents errors, whereas positive may represent some valid return state. He. This is _not_quite_ correct. Not in U-Boot, and not in genreal. [But your comment asking for a negative return code is valid, of course.] I'm a bit

Re: [U-Boot] [PATCH V2 08/11] mtd: nand: supress 'unknown NAND' warning if no nand is found

2010-09-07 Thread Scott Wood
On Sat, 4 Sep 2010 12:38:34 -0500 Paulraj, Sandeep s-paul...@ti.com wrote: Scott, Is it ok if I add this to my tree? Yes, once the whitespace is fixed. Its part of a 11 patch series and a total of some 20 patches submitted by Steve --- drivers/mtd/nand/nand_base.c |7

Re: [U-Boot] [PATCH V2] mvsata_ide: adjust port init sequence

2010-09-07 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message 4c867741.6060...@free.fr you wrote: I'm a bit lost at the logic of this last sentence. If errors are not always represented as negative return values, and especially so in U-boot, then what is the rationale for supporting a request for specifically

Re: [U-Boot] [PATCH] MTD/SPI/FLASH: add support for Ramtron FRAMs using SPI

2010-09-07 Thread Wolfgang Denk
Dear Reinhard Meyer, In message 4c760243.6030...@emk-elektronik.de you wrote: Dear Mike Frysinger, i dont have a problem with going through the env as a hook, but it doesnt seem to scale. what if you have 2 fram devices and a winbond spi flash ? perhaps the name spec should be:

Re: [U-Boot] Pull request v2: u-boot-i2c

2010-09-07 Thread Wolfgang Denk
Dear Heiko Schocher, In message 4c760ba5.90...@denx.de you wrote: Hello Wolfgang, The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854: Wolfgang Denk (1): Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master are available in the git repository

Re: [U-Boot] Pull request v3: u-boot-i2c

2010-09-07 Thread Wolfgang Denk
Dear Heiko Schocher, In message 4c7bb3e0.6070...@denx.de you wrote: Hello Wolfgang, The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854: Wolfgang Denk (1): Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master are available in the git

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

2010-09-07 Thread Wolfgang Denk
Dear Stefan Roese, In message 201009031116.25771...@denx.de you wrote: The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854: Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2010-08-18 21:16:35 +0200) are available in the git repository at:

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

2010-09-07 Thread Wolfgang Denk
Dear Shinya Kuribayashi, In message 4c81b954.7020...@pobox.com you wrote: The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854: Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2010-08-18 21:16:35 +0200) are available in the git repository at:

Re: [U-Boot] [PATCH 6/8] PXA: Voipac270 improvements

2010-09-07 Thread Wolfgang Denk
Dear Marek Vasut, In message 1282296691-15910-6-git-send-email-marek.va...@gmail.com you wrote: 128MB NOR module support. Define __io to get harddrive working. Fix saving of environment into OneNAND. Boot from harddrive when possible. Add missing MAINTAINERS entry. Signed-off-by: Marek

Re: [U-Boot] [PATCH V2] mvsata_ide: adjust port init sequence

2010-09-07 Thread Albert ARIBAUD
Le 07/09/2010 21:00, Wolfgang Denk a écrit : Dear Albert ARIBAUD, In message4c867741.6060...@free.fr you wrote: I'm a bit lost at the logic of this last sentence. If errors are not always represented as negative return values, and especially so in U-boot, then what is the rationale for

Re: [U-Boot] [PATCH 7/8] PXA: Balloon3 board support

2010-09-07 Thread Wolfgang Denk
Dear Marek Vasut, In message 1282296691-15910-7-git-send-email-marek.va...@gmail.com you wrote: The following hardware is currently supported: - UART - USB Host - FPGA ... +int usb_board_init(void) +{ + UHCHR = (UHCHR | UHCHR_PCPL | UHCHR_PSPL) + ~(UHCHR_SSEP0 |

Re: [U-Boot] [PULL] U-Boot-pxa pull request

2010-09-07 Thread Wolfgang Denk
Dear Marek Vasut, In message 201008201158.10826.marek.va...@gmail.com you wrote: Hi, please pull my git://git.denx.de/u-boot-pxa for-wd-master branch into your - master branch. Thanks The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854: Merge branch 'master' of

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

2010-09-07 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message f766e4f80769bd478052fb6533fa745d19a6803...@sc-vexch4.marvell.com you wrote: Hi Wolfgang/Tom Pls pull The following changes since commit 5549d22b656550d36b2cc46743c7220ab0e9dcc4= : Wolfgang Denk (1): Merge branch 'master' of

Re: [U-Boot] [PATCH 7/8] PXA: Balloon3 board support

2010-09-07 Thread Marek Vasut
N900 mailclient is stupid ... Bear with it please. - Původní zpráva - Dear Marek Vasut, In message 1282296691-15910-7-git-send-email-marek.va...@gmail.com you wrote: The following hardware is currently supported: - UART - USB Host - FPGA ... +int usb_board_init(void) +{

Re: [U-Boot] [PATCH V2 08/11] mtd: nand: supress 'unknown NAND' warning if no nand is found

2010-09-07 Thread Steve Sakoman
On Sat, Sep 4, 2010 at 10:38 AM, Paulraj, Sandeep s-paul...@ti.com wrote: This printk was added recently and results in ugly output on systems with no NAND: NAND:  nand_get_flash_type: unknown NAND device: Manufacturer ID: 0x00, Chip ID: 0x00 0 MiB instead of: NAND:  0 MiB

Re: [U-Boot] [PATCH 6/8] PXA: Voipac270 improvements

2010-09-07 Thread Marek Vasut
N900 again, sorry. - Původní zpráva - Dear Marek Vasut, In message 1282296691-15910-6-git-send-email-marek.va...@gmail.com you wrote: 128MB NOR module support. Define __io to get harddrive working. Fix saving of environment into OneNAND. Boot from harddrive when possible.

Re: [U-Boot] [RFC][PATCH 3/3] Add board support for the eXMeritus HWW-1U-1A devices

2010-09-07 Thread Peter Tyser
Hi Kyle, On Sep 03, 2010, at 00:00, Peter Tyser wrote: --- a/Makefile +++ b/Makefile @@ -2499,6 +2499,10 @@ P2020DS_36BIT_config \ P2020DS_config: unconfig @$(MKCONFIG) -t $(@:_config=) P2020DS ppc mpc85xx p2020ds freescale +HWW_1U_1A_36BIT_config \

Re: [U-Boot] [PATCH][v2] mpc8308_p1m: support for MPC8308 P1M board

2010-09-07 Thread Scott Wood
On Mon, 6 Sep 2010 12:32:52 +0200 Ilya Yanok ya...@emcraft.com wrote: +static void resume_from_sleep(void) +{ + u32 magic = *(u32 *)0; + + typedef void (*func_t)(void); + func_t resume = *(func_t *)4; + + if (magic == 0xf5153ae5) + resume(); + + gd-flags

Re: [U-Boot] [RFC][PATCH 3/3] Add board support for the eXMeritus HWW-1U-1A devices

2010-09-07 Thread Wolfgang Denk
Dear Peter Tyser, In message 1283895627.26713.466.ca...@petert you wrote: It looks like the top-level Makefile is still required for boards that support multiple configs, eg 'make P2020DS_36BIT' will configure U-Boot to compile a 36-bit addressable U-Boot image while 'make P2020DS' will

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

2010-09-07 Thread Wolfgang Denk
Dear Minkyu Kang, In message 4c7cd916.5060...@samsung.com you wrote: Please pull u-boot-samsung/master Thanks The following changes since commit 9efac4a1eb99d9c5539aa6992025eeacab7980c6: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-samsung are available

Re: [U-Boot] Handling dual die and single die flash on same board

2010-09-07 Thread Chris Packham
On 07/09/10 10:26, Stefan Roese wrote: Hi Chris, On Tuesday 07 September 2010 19:05:46 Chris Packham wrote: My u-boot config is currently setup for the 2x32MB case i.e. CONFIG_SYS_MAX_FLASH_BANKS = 2, CONFIG_SYS_FLASH_BANKS_LIST = {base, base+32MB}. The problem with this is that when

Re: [U-Boot] [RFC][PATCH 3/3] Add board support for the eXMeritus HWW-1U-1A devices

2010-09-07 Thread Peter Tyser
snip diff --git a/board/exmeritus/hww-1u-1a/gpios.h b/board/exmeritus/hww-1u-1a/gpios.h +static inline void hww1u1a_gpio_set(unsigned int mask, + unsigned int dir, unsigned int val) +{ + volatile ccsr_gpio_t *gpio; + + /* First mask off the unwanted parts of

Re: [U-Boot] [PATCH] edminiv2: move U-boot at top of RAM

2010-09-07 Thread Wolfgang Denk
Dear Albert Aribaud, In message 1283586138-4680-1-git-send-email-albert.arib...@free.fr you wrote: This makes the first 63 megabytes of RAM free to use for loading images and booting kernels however big they are. Signed-off-by: Albert Aribaud albert.arib...@free.fr ---

[U-Boot] network question

2010-09-07 Thread Dennis Kerrisk
I am using a Ubicom processor with 128 MB of ram, and a network interface and a USB port. The issue I have is if I have u-boot enabled then 99% of the time the network will not work in linux. I know this is probably a Ubicom driver issue, and they do not have the time to

Re: [U-Boot] [RFC][PATCH 3/3] Add board support for the eXMeritusHWW-1U-1A devices

2010-09-07 Thread Moffett, Kyle D
On Sep 07, 2010, at 17:40, Peter Tyser wrote: Hi Kyle, The latest u-boot.git still seems to have the P2020DS lines that I referenced in Makefile, and it has no references at all to P2020DS in the boards.cfg file. It looks like the top-level Makefile is still required for boards that

Re: [U-Boot] [RFC][PATCH 3/3] Add board support for the eXMeritus HWW-1U-1A devices

2010-09-07 Thread Moffett, Kyle D
Peter, I've got one more followup question as I work through these updates: On Sep 03, 2010, at 00:00, Peter Tyser wrote: --- a/Makefile +++ b/Makefile @@ -2499,6 +2499,10 @@ P2020DS_36BIT_config \ P2020DS_config: unconfig @$(MKCONFIG) -t $(@:_config=) P2020DS ppc mpc85xx

Re: [U-Boot] [PATCH 6/8] PXA: Voipac270 improvements

2010-09-07 Thread Marek Vasut
Dne Út 7. září 2010 23:30:16 Marek Vasut napsal(a): N900 again, sorry. - Původní zpráva - Dear Marek Vasut, In message 1282296691-15910-6-git-send-email-marek.va...@gmail.com you wrote: 128MB NOR module support. Define __io to get harddrive working. Fix saving of

[U-Boot] Loading u-boot from SD/MMC (was Re: [PATCH v3] AT91: MCI: add SD/MMC driver using mmc framework)

2010-09-07 Thread Reinhard Meyer
Dear Will Tucker, Hi, I’m trying to get the ATSAM9G20-EK booting from SD/MMC on MCI A, with the Nand and Dataflash disabled, with no luck. I have gotten the latest u-boot-atmel compiled and placed boot.bin on a FAT 16 formatted. When I turn power on I only get RomBoot on the

Re: [U-Boot] Pull request: u-boot-atmel/at91

2010-09-07 Thread Wolfgang Denk
Dear Reinhard Meyer, In message 4c81065f.7060...@emk-elektronik.de you wrote: The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854: Wolfgang Denk (1): Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master are available in the git repository at:

Re: [U-Boot] Pull request: u-boot-atmel/avr32

2010-09-07 Thread Wolfgang Denk
Dear Reinhard Meyer, In message 4c810919.2040...@emk-elektronik.de you wrote: The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854: Wolfgang Denk (1): Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master are available in the git repository at:

[U-Boot] [PATCH] net/eth.c call dev-write_hwaddr in eth_init

2010-09-07 Thread John Rigby
When eth_init updates dev-enetaddr it does not call dev-write_hwaddr. Fix that so when ethaddr is set after eth_initialize the change will propagate to the hw. Signed-off-by: John Rigby john.ri...@linaro.org --- net/eth.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff

Re: [U-Boot] [PATCH 0/2 v5][U-BOOT] Zoom3: Add support for OMAP3630 Zoom3 board.

2010-09-07 Thread Martinez, Aldo
Dear Wolfgang, Dear Sandeep, In message 0554bef07d437848af01b9c9b5f0bc5d9fffc...@dlee01.ent.ti.com you wrote: I am not supposed to be adding this patch below http://www.mail-archive.com/u-boot@lists.denx.de/msg34906.html I will need an ACK from the responsible custodian.

Re: [U-Boot] zImage on ARM

2010-09-07 Thread Wolfgang Denk
Dear =?iso-8859-1?Q?Lo=EFc?= Minier, In message 20100903214753.ga8...@bee.dooz.org you wrote: On Fri, Sep 03, 2010, Wolfgang Denk wrote: I have a client that has asked me to look into loading zImage files instead of uImage for some ARM based boards. Why? It's the direct output of

Re: [U-Boot] [PATCH] display_buffer: fix misaligned buffer

2010-09-07 Thread Wolfgang Denk
Dear Reinhard Meyer, In message 4c7b7864.2080...@emk-elektronik.de you wrote: One could add a comment above like: /* * it is mandatory that linebuf stays uint32_t aligned * since we are going to slide along it with a uint32_t * pointer */ uint32_t

Re: [U-Boot] [PATCH] display_buffer: fix misaligned buffer

2010-09-07 Thread Wolfgang Denk
Dear Reinhard Meyer, In message 4c7b7c52.1040...@emk-elektronik.de you wrote: Reinhard Meyer schrieb: + uint32_t linebuf[MAX_LINE_LENGTH_BYTES/4 + 1]; uint32_t *uip = (void*)linebuf; uint16_t *usp = (void*)linebuf; uint8_t *ucp = (void*)linebuf; I personally prefer this above an

Re: [U-Boot] [RFC][PATCH 3/3] Add board support for the eXMeritusHWW-1U-1A devices

2010-09-07 Thread Moffett, Kyle D
On Sep 07, 2010, at 18:09, Peter Tyser wrote: The GPIO functions above aren't hww1u1a specific. What about adding generic 85xx GPIO functions so others can use them too? I can do that. Do you have any particular place you recommend I put them? The 2 places that jump to mind are

Re: [U-Boot] [PATCH v2] display_buffer: fix misaligned buffer

2010-09-07 Thread Wolfgang Denk
Dear Reinhard Meyer, In message 1283243000-25427-1-git-send-email-u-b...@emk-elektronik.de you wrote: use a union to cause necessary alignment per architecture Signed-off-by: Reinhard Meyer u-b...@emk-elektronik.de --- lib/display_options.c | 24 +--- 1 files

Re: [U-Boot] [PATCH] Add basic support for FriendlyARM MINI6410 development board

2010-09-07 Thread kasim ling
Thanks. I'll fix them and resubmit the patch On Tuesday, September 7, 2010, Wolfgang Denk w...@denx.de wrote: Dear Alex Ling, In message 1283869706-18506-1-git-send-email-kasiml...@gmail.com you wrote: This patch adds basic support for FriendlyARM MINI6410 development board (a Chinese clone

[U-Boot] [v3 0/2] Add support for new SoC APM82XXX

2010-09-07 Thread tmarri
From: Tirumala Marri tma...@apm.com APM8 is Applied Micro Circuits Corporations naming convention for new line of SoCs. V1: * Squash some of the patches. * add space between || and \. * Add spaces around operators. * Unsigned int to u32. * Add empty line which was removed. *

[U-Boot] [v3 1/2] APM821xx: Add CPU support

2010-09-07 Thread tmarri
From: Tirumala Marri tma...@apm.com APM821XX is a new line of SoCs which are derivatives of PPC44X family of processors. This patch adds support of CPU, cache, tlb, 32k ocm, bootstraps, PLB and AHB bus. Signed-off-by: Tirumala R Marri tma...@apm.com --- V1: * Squash some of the patches. *

[U-Boot] [v3 2/2] APM821xx: Add bluestone board support

2010-09-07 Thread tmarri
From: Tirumala Marri tma...@apm.com Add support code for bluestone board wth APM82XXX processor based. This patch includes early board init, misc init, configure EBC, initializes UIC, MAKEALL, board.cfg and MAINTAINERS file. Signed-off-by: Tirumala R Marri tma...@apm.com -- V1: * Remove All

Re: [U-Boot] [v3 0/2] Add support for new SoC APM82XXX

2010-09-07 Thread Tirumala Marri
Please ignore this series. I missed PATCH string. I will resend the correct patch set. --Marri -Original Message- From: tma...@apm.com [mailto:tma...@apm.com] Sent: Tuesday, September 07, 2010 5:19 PM To: u-boot@lists.denx.de Cc: s...@denx.de; Tirumala Marri Subject: [v3 0/2] Add

[U-Boot] [PATCH v3 0/2] Add support for new SoC APM821XX

2010-09-07 Thread tmarri
From: Tirumala Marri tma...@apm.com APM821XX is Applied Micro Circuits Corporations naming convention for new line of SoCs. V2: * Missing space before . * SDR_AHB_CFG not used, remove. * boot device dfinitions are board specific ? removed. * APM82161_MASK not used, remove * set_mcsr()

[U-Boot] [PATCH v3 2/2] APM821xx: Add bluestone board support

2010-09-07 Thread tmarri
From: Tirumala Marri tma...@apm.com Add support code for bluestone board wth APM821XX processor based. This patch includes early board init, misc init, configure EBC, initializes UIC, MAKEALL, board.cfg and MAINTAINERS file. Signed-off-by: Tirumala R Marri tma...@apm.com --- V2: * Missing

[U-Boot] [PATCH v3 1/2] APM821xx: Add CPU support

2010-09-07 Thread tmarri
From: Tirumala Marri tma...@apm.com APM821XX is a new line of SoCs which are derivatives of PPC44X family of processors. This patch adds support of CPU, cache, tlb, 32k ocm, bootstraps, PLB and AHB bus. Signed-off-by: Tirumala R Marri tma...@apm.com --- V2: * Removed Defines added to 405ex.

Re: [U-Boot] [RFC][PATCH 3/3] Add board support for the eXMeritusHWW-1U-1A devices

2010-09-07 Thread Peter Tyser
On Tue, 2010-09-07 at 17:50 -0500, Moffett, Kyle D wrote: On Sep 07, 2010, at 18:09, Peter Tyser wrote: The GPIO functions above aren't hww1u1a specific. What about adding generic 85xx GPIO functions so others can use them too? I can do that. Do you have any particular place you

Re: [U-Boot] [PATCH v2] display_buffer: fix misaligned buffer

2010-09-07 Thread Reinhard Meyer
Dear Wolfgang Denk, +/* linebuf as a union causes proper alignment */ +union linebuf { +uint32_t ui[MAX_LINE_LENGTH_BYTES/4 + 1]; +uint16_t us[MAX_LINE_LENGTH_BYTES/2 + 1]; +uint8_t uc[MAX_LINE_LENGTH_BYTES/1 + 1]; Please replace the magic

Re: [U-Boot] [PATCH v2] display_buffer: fix misaligned buffer

2010-09-07 Thread Mike Frysinger
On Tuesday, September 07, 2010 19:33:38 Wolfgang Denk wrote: Reinhard Meyer wrote: for (i = 0; i linelen * width; i++) - if (!isprint(ucp[i]) || ucp[i] = 0x80) - ucp[i] = '.'; - ucp[i] = '\0'; - printf(

Re: [U-Boot] [PATCH] net/eth.c call dev-write_hwaddr in eth_init

2010-09-07 Thread Mike Frysinger
On Tuesday, September 07, 2010 18:50:26 John Rigby wrote: When eth_init updates dev-enetaddr it does not call dev-write_hwaddr. Fix that so when ethaddr is set after eth_initialize the change will propagate to the hw. current policy is that the driver init() is supposed to be taking care of

Re: [U-Boot] [PATCH v2] display_buffer: fix misaligned buffer

2010-09-07 Thread Wolfgang Denk
Dear Mike Frysinger, In message 201009080020.15801.vap...@gentoo.org you wrote: which bug ? the logic is: for (...) if (...) ... = ...; you want the for loop to have explicit braces ? for (...) { if (...)

Re: [U-Boot] [PATCH V2] mvsata_ide: adjust port init sequence

2010-09-07 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud Sent: Tuesday, September 07, 2010 4:33 AM To: u-boot@lists.denx.de Subject: [U-Boot] [PATCH V2] mvsata_ide: adjust port init sequence

Re: [U-Boot] [PATCH V2] mvsata_ide: adjust port init sequence

2010-09-07 Thread Sergei Shtylyov
Hello. On 07-09-2010 3:02, Albert Aribaud wrote: mvsata_ide_initialize_port(): adjust init sequence (SStatus should be checked only after all writes to SControl) and return success/failure to ide_preinit(). Also, as some tests showed init durations in the hundreds of us, raise the time-out

Re: [U-Boot] [PATCH] mvsata_ide: adjust port init sequence

2010-09-07 Thread Wolfgang Denk
Dear Albert Aribaud, In message 1283813585-6565-1-git-send-email-albert.arib...@free.fr you wrote: mvsata_ide_initialize_port(): adjust init sequence (SStatus should be checked only after all writes to SControl) and return success/failure to ide_preinit(). Also, as some tests showed init

Re: [U-Boot] [PATCH] mvsata_ide: adjust port init sequence

2010-09-07 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message 4c8572f1.8030...@free.fr you wrote: Le 07/09/2010 00:53, Albert Aribaud a =E9crit : Sorry, missed the V2 part in the tag -- ignore this post. Argh... And I missed the followup. Please ignore my mail, too. :-( Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot] [PATCH V2] mvsata_ide: adjust port init sequence

2010-09-07 Thread Albert ARIBAUD
Le 07/09/2010 08:42, Prafulla Wadaskar a écrit : diff --git a/drivers/block/mvsata_ide.c b/drivers/block/mvsata_ide.c @@ -125,15 +129,17 @@ int ide_preinit(void) +return 1; How about returning negative values for errors ? Function ide_preinit() is called from