Re: [U-Boot] U-Boot ARM/PXA maintainership

2010-04-14 Thread Prafulla Wadaskar
> -Original Message- > From: Marek Vasut [mailto:marek.va...@gmail.com] > Sent: Thursday, April 15, 2010 12:13 AM > To: Wolfgang Denk > Cc: Tom; Prafulla Wadaskar; u-boot@lists.denx.de > Subject: Re: [U-Boot] U-Boot ARM/PXA maintainership > > Dne St 14. dubna 2010 20:26:04 Wolfgang Den

Re: [U-Boot] [PATCH V6 1/3] Initial support for Marvell Orion5x SoC

2010-04-14 Thread Albert ARIBAUD
Prafulla Wadaskar a écrit : > > >> -Original Message- >> From: Albert ARIBAUD [mailto:albert.arib...@free.fr] >> Sent: Tuesday, April 13, 2010 9:10 PM >> To: Prafulla Wadaskar >> Cc: Wolfgang Denk; U-Boot@lists.denx.de >> Subject: Re: [U-Boot] [PATCH V6 1/3] Initial support for >> Marv

[U-Boot] Bad Data CRC ERROR: can't get kernel image!

2010-04-14 Thread Ronny D
I am using u-boot version 2009-08 for customized PPC 440 based board. Board is having 16MB Nor flash. I am flashing the kernel image at 0xffdc, ramdisk at 0xff8c and dtb at 0xff20 When I pass bootm command through u-boot prompt i.e “bootm 0xffdc 0xff8c 0xff20”   Kern

[U-Boot] Irish 2010 Winner

2010-04-14 Thread info
Agent Name: Mr. Greg Peterson Tel:+44 704-571-0545 Email:claimsdep...@live.co.uk £1,000,000Pounds has been awarded to you in the U.KPROMO.send details to: Names// Tel// Age// Address// Occupation// Country// Regards, Mrs. Rose Reyes Co-Ordinator ___

[U-Boot] [PATCH] net: dm9000x: use standard I/O accessors

2010-04-14 Thread Mike Frysinger
The current dm9000x driver accesses its memory mapped registers directly instead of using the standard I/O accessors. This can cause problems on Blackfin systems as the accesses can get out of order. So convert the direct volatile dereferences to use the normal in/out macros. Signed-off-by: Mike

Re: [U-Boot] [PATCH 1/2] Enable PXAFB for PXA27X and PXA3XX

2010-04-14 Thread Marek Vasut
Dne Pá 26. března 2010 06:57:50 Marek Vasut napsal(a): > --- > common/lcd.c| 12 ++-- > cpu/pxa/pxafb.c |9 - > include/lcd.h |2 +- > 3 files changed, 15 insertions(+), 8 deletions(-) > > diff --git a/common/lcd.c b/common/lcd.c > index 64fb1c6..c2e350e 100644 > -

Re: [U-Boot] [PATCH] PXAMMC: Drop different delays for PXA27X

2010-04-14 Thread Marek Vasut
Dne Po 5. dubna 2010 02:32:50 Marek Vasut napsal(a): > In case the delays were set to 1, the MMC card on PXA27X boards (and > PXA3xx boards) didn't initialize on first try. Increasing the delays and > leaving just those for PXA25x and 26x (that is 20) fixes this problem. > > Signed-off-by:

Re: [U-Boot] [PATCH] PXA: Align stack to 8 bytes

2010-04-14 Thread Marek Vasut
Dne Po 12. dubna 2010 19:07:31 Eric Miao napsal(a): > On Sun, Apr 11, 2010 at 3:21 PM, Marek Vasut wrote: > > Stack must be aligned to 8 bytes on PXA (possibly all armv5te) for > > LDRD/STRD instructions. In case LDRD/STRD is issued on an unaligned > > address, the behaviour is undefined. > > Wel

Re: [U-Boot] U-Boot ARM/PXA maintainership

2010-04-14 Thread Marek Vasut
Dne St 14. dubna 2010 20:26:04 Wolfgang Denk napsal(a): > Dear Tom, > > In message <4bc5a674.9070...@windriver.com> you wrote: > > > Tom, if you (and everybody else) aggree(s) I would like to hand over > > > the u-boot-pxa repository to Marek. What do you think? > > > > That would be fine with m

Re: [U-Boot] U-Boot ARM/PXA maintainership

2010-04-14 Thread Wolfgang Denk
Dear Tom, In message <4bc5a674.9070...@windriver.com> you wrote: > > > Tom, if you (and everybody else) aggree(s) I would like to hand over > > the u-boot-pxa repository to Marek. What do you think? > > That would be fine with me. Thanks. Marek - the "u-boot-pxa" repository is ready for your u

Re: [U-Boot] [PATCH 2/2] add support of arm/pxa270 board made by voipac [rev 2]

2010-04-14 Thread Marek Vasut
Dne So 10. dubna 2010 00:39:41 Wolfgang Denk napsal(a): > Dear Mikhail Kshevetskiy, > > In message <20100407154936.474d5...@laska.campus-ws.pu.ru> you wrote: > > This patch is based on custom u-boot-1.1.2 version produced by voipac > > (http://www.voipac.com) and board/trizepsiv files from current

Re: [U-Boot] [PATCH 1/2] improve printf behavior on arm/pxa after enabling 64bit support in printf by default.

2010-04-14 Thread Marek Vasut
Dne Pá 9. dubna 2010 23:40:11 Wolfgang Denk napsal(a): > Dear Mikhail Kshevetskiy, > > In message <20100329162346.017a4...@laska.campus-ws.pu.ru> you wrote: > > commit 4b142febff71eabdb7ddbb125c7b583b24ddc434 (common: delete > > CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL) breaks printf

Re: [U-Boot] [PATCH v3 2/3] mpc5121: add support for PDM360NG board

2010-04-14 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1271254909-20398-3-git-send-email-ag...@denx.de> you wrote: > PDM360NG is a MPC5121E based board by ifm ecomatic gmbh. ... > - don't use DDR RAM size config macro, get_ram_size() is >used now in fixed_sdram() to determine RAM size (see >previous patch

Re: [U-Boot] [PATCH v3]fsl_i2c: Add i2c_board_late_init

2010-04-14 Thread richardretanubun
>From 16ce4f8ad545ba670898c808a765fdb8ecca5bf4 Mon Sep 17 00:00:00 2001 From: Richard Retanubun Date: Mon, 12 Apr 2010 15:08:17 -0400 Subject: [PATCH] fsl_i2c: Added a callpoint for i2c_board_late_init This patch adds a callpoint in i2c_init that allows board specific i2c board initialization (ty

Re: [U-Boot] [PATCH v3 3/3] mpc5121: pdm360ng: add coprocessor POST

2010-04-14 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1271254909-20398-4-git-send-email-ag...@denx.de> you wrote: > Adds coprocessor communication POST code. > > Signed-off-by: Anatolij Gustschin > --- > board/pdm360ng/Makefile|1 + > board/pdm360ng/post.c | 75 >

Re: [U-Boot] [PATCH v3 1/3] mpc5121: determine RAM size using get_ram_size()

2010-04-14 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1271254909-20398-2-git-send-email-ag...@denx.de> you wrote: > Configure 1GiB address range in DDR LAW and > determine the RAM size. Fix DDR LAW afterwards. Why 1 GiB? Where is this linit coming from? It seems pretty artificial to me? > - u32 msize = CONFI

[U-Boot] [PATCH v3 3/3] mpc5121: pdm360ng: add coprocessor POST

2010-04-14 Thread Anatolij Gustschin
Adds coprocessor communication POST code. Signed-off-by: Anatolij Gustschin --- board/pdm360ng/Makefile|1 + board/pdm360ng/post.c | 75 include/configs/pdm360ng.h |5 +++ include/post.h |1 + post/tests.c

[U-Boot] [PATCH v3 2/3] mpc5121: add support for PDM360NG board

2010-04-14 Thread Anatolij Gustschin
PDM360NG is a MPC5121E based board by ifm ecomatic gmbh. Signed-off-by: Michael Weiss Signed-off-by: Detlev Zundel Signed-off-by: Anatolij Gustschin --- Changes since v2: Addressed comments from Wolfgang: - added board maintainer to MAINTAINERS - simplified code for setting ethaddr from EEPR

[U-Boot] [PATCH v3 1/3] mpc5121: determine RAM size using get_ram_size()

2010-04-14 Thread Anatolij Gustschin
Configure 1GiB address range in DDR LAW and determine the RAM size. Fix DDR LAW afterwards. Signed-off-by: Anatolij Gustschin --- arch/ppc/cpu/mpc512x/fixed_sdram.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/arch/ppc/cpu/mpc512x/fixed_sdram.c b/arch/ppc/cpu/m

[U-Boot] [PATCH v3 0/3] Add support for PDM360NG board

2010-04-14 Thread Anatolij Gustschin
These are remaining reworked patches for PDM360NG board support. I expect them to be applied to u-boot-mpc5xxx branch (after applying another already submitted patch [1] for fixing the problem with bricking the boards after commit d774442c60756a8dd5d75de85574120ce375bd72 and then rebasing this bran

[U-Boot] Question about member fb_base of the global_data structure

2010-04-14 Thread Martin Krause
Hi, today I stumbled over the 'struct global_data' member 'fb_base'. It seems that this variable is only used by two drivers: ./board/trab/vfd.c ./cpu/mpc8xx/video.c There are also a few boards, wich print the content of fb_base to the console, but do not use it otherwise. What was the intenti

[U-Boot] [PATCH v2] remove myself as a maintainer of several ARM boards

2010-04-14 Thread Guennadi Liakhovetski
Since I haven't been actively maintaining these boards for a long while, keeping myself as their maintainer makes no sense. Signed-off-by: Guennadi Liakhovetski --- v1 -> v2 added to the orphaned list diff --git a/MAINTAINERS b/MAINTAINERS index bb03f17..6274599 100644 --- a/MAINTAINERS +++ b

Re: [U-Boot] [PATCH 1/2] Allow SOC to be two-levels deep inside CPU

2010-04-14 Thread Rabin VINCENT
On Wed, Apr 14, 2010 at 12:18:11PM +0200, Wolfgang Denk wrote: > In message <1271238797-14117-1-git-send-email-rabin.vinc...@stericsson.com> > you wrote: > > +SOCDIR = $(CPUDIR)/$(SOC) > > +ifdef SUBCPU > > +SOCDIR = $(CPUDIR)/$(SUBCPU)/$(SOC) > > +endif > > Using an `ifdef' / `else'

Re: [U-Boot] Does U-boot supports Spansion S29GL512P NOR Flash?

2010-04-14 Thread Stefan Roese
Hi Prakash, On Wednesday 14 April 2010 07:03:59 prakash bedge wrote: > Does the latest code supports S29GL512P chip, since I am not seeing any > instance of this chip in 2010.03 uboot code. Yes. We have told you multiple times, that this chip is supported. You can't find it in the source though,

Re: [U-Boot] U-Boot ARM/PXA maintainership

2010-04-14 Thread Tom
Wolfgang Denk wrote: > Dear Marek Vasut, > > In message <201004110243.26808.marek.va...@gmail.com> you wrote: >> It seems my patches for the PXA2xx and PXA3xx in U-Boot are ignored. I'd be >> willing to take over PXA maintainance in U-Boot. I already maintain various >> PXA- >> based devices in

[U-Boot] [PATCH] 85xx: clean up the io_sel for PCI express of P1022

2010-04-14 Thread Dave Liu
clean up the wrong io_sel for PCI express according to latest manual. Signed-off-by: Dave Liu --- arch/ppc/cpu/mpc8xxx/pci_cfg.c| 13 ++--- arch/ppc/include/asm/immap_85xx.h |5 + 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/arch/ppc/cpu/mpc8xxx/pci_cfg.c

Re: [U-Boot] [PATCH v2 6/7] mpc5121: add support for PDM360NG board

2010-04-14 Thread Anatolij Gustschin
Hello Wolfgang, On Sun, 21 Mar 2010 20:23:06 +0100 Wolfgang Denk wrote: ... > > 12 files changed, 1294 insertions(+), 6 deletions(-) > > create mode 100644 board/pdm360ng/Makefile > > create mode 100644 board/pdm360ng/config.mk > > create mode 100644 board/pdm360ng/pdm360ng.c > > create mod

Re: [U-Boot] [PATCH 1/2] Allow SOC to be two-levels deep inside CPU

2010-04-14 Thread Wolfgang Denk
Dear Rabin Vincent, In message <1271238797-14117-1-git-send-email-rabin.vinc...@stericsson.com> you wrote: > > --- a/config.mk > +++ b/config.mk > @@ -119,11 +119,16 @@ ifneq ($(SRCTREE)/$(CPUDIR),$(wildcard > $(SRCTREE)/$(CPUDIR))) > CPUDIR=arch/$(ARCH)/cpu > endif > > +SOCDIR = $(CPU

[U-Boot] [PATCH 1/2] Allow SOC to be two-levels deep inside CPU

2010-04-14 Thread Rabin Vincent
On ARM, it has been suggested to place Cortex-A8 SoC directories in arch/arm/cpu/cortex/a8 and Cortex-A9 SoC directories in arch/arm/cpu/cortex/a9, with common code kept in arch/arm/cpu/cortex. To allow this, if the mkconfig argument for the CPU includes a slash, make mkconfig split the variable,

[U-Boot] [PATCH 2/2] ARM: reorganize Cortex directory

2010-04-14 Thread Rabin Vincent
Rename arch/arm/cpu/arm_cortexa8 to arch/arm/cpu/cortex, and move Cortex-A8 SOC directories into arch/arm/cpu/cortex/a8. This will allow a logical separation between the A8 and A9 variants while at the same time allowing them to share code. Since currently all code can be shared between A8 and A9

[U-Boot] [PATCH] 85xx/socrates: Remove NFS support to fit image size.

2010-04-14 Thread Detlev Zundel
This fixes an overflow during the link phase. Signed-off-by: Detlev Zundel --- include/configs/socrates.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/configs/socrates.h b/include/configs/socrates.h index 9641041..89f7cc4 100644 --- a/include/configs/so

[U-Boot] [PATCH v3] command.c: Enable auto tab for the editenv command

2010-04-14 Thread Trübenbach , Ralf
Enable the auto completion (with TAB) of the environment variable name after the editenv command. Signed-off-by: Ralf Trübenbach --- Changes from v2: > Sorry, but your patch does not apply against current mainline code: > ... > It seems your mailer is messing with the white space (silently > con

Re: [U-Boot] [PATCH V2] AT49BV322A Flash: the erase regions are in the wrong order.

2010-04-14 Thread Stefan Roese
On Tuesday 13 April 2010 18:34:00 David Wu wrote: > The device id for this Flash is 0xc8. > > Signed-off-by: David Wu > --- > drivers/mtd/cfi_flash.c |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c > index

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

2010-04-14 Thread Stefan Roese
The following changes since commit 8d321b81c5441db93425ee37cb79cc51d9ce2fb0: Peter Tyser (1): Update README to reflect new directory structure are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Stefan Roese (2): ppc4xx: alpr: Remove some not

[U-Boot] [PATCH v3 3/3] IGEP v2 support

2010-04-14 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra This patch adds support for the IGEP v2 board. The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or noise of typical desktop machines. I

[U-Boot] [PATCH v3 2/3] OneNAND: Add support for Numonyx part

2010-04-14 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Signed-off-by: Enric Balletbo i Serra --- drivers/mtd/onenand/onenand_base.c |1 + include/linux/mtd/onenand.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/onenand/onenand_base.c b/drivers/mtd/onenand/onenand_base

[U-Boot] [PATCH v3 0/3] Initial support for IGEP v2

2010-04-14 Thread Enric Balletbo i Serra
Hello, These are the third version and apply on top of u-boot-arm repository. - Fixed date/time configuration The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or n

[U-Boot] [PATCH v3 1/3] OMAP3:SDRC: Introduce Numonyx DDR type

2010-04-14 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Introduce Numoyx DDR timings and provide CONFIG_OMAP3_NUMONYX_DDR config options to allow for platform files to setup their timings. Signed-off-by: Enric Balletbo i Serra --- include/asm-arm/arch-omap3/mem.h | 42 ++ 1 files ch

Re: [U-Boot] [PATCH] ppc4xx: Add option for PPC440SPe ports without old Rev. A support

2010-04-14 Thread Stefan Roese
On Friday 09 April 2010 16:25:28 Stefan Roese wrote: > The 440SPe Rev. A is quite old and newer 440SPe boards don't need support > for this CPU revision. Since removing support for this older version > simplifies the creation for newer U-Boot ports, this patch now enables > 440SPe > Rev. A support

Re: [U-Boot] [PATCH] ppc4xx: alpr: Remove some not needed commands to make image fit again

2010-04-14 Thread Stefan Roese
On Thursday 08 April 2010 09:34:05 Stefan Roese wrote: > The latest changes increased the size of the alpr image a bit more. > Now it doesn't fit into the 256k reserved for it. This patch now removes > the commands "loads" and "loadb" which are not needed in the production > systems. Applied to u-

Re: [U-Boot] [PATCH v2 0/3] Initial support for IGEP v2

2010-04-14 Thread Stefan Roese
Hi Enric, On Monday 01 March 2010 16:49:45 Enric Balletbo i Serra wrote: > These are the second version and apply on top of u-boot-arm repository. > > The IGEP v2 board is a low-cost, fan-less and industrial temperature > range single board computer that unleashes laptop-like performance and > ex

[U-Boot] [PATCH v2 3/3] IGEP v2 support

2010-04-14 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra This patch adds support for the IGEP v2 board. The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or noise of typical desktop machines. I

[U-Boot] [PATCH v2 1/3] OMAP3:SDRC: Introduce Numonyx DDR type

2010-04-14 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Introduce Numoyx DDR timings and provide CONFIG_OMAP3_NUMONYX_DDR config options to allow for platform files to setup their timings. Signed-off-by: Enric Balletbo i Serra --- include/asm-arm/arch-omap3/mem.h | 42 ++ 1 files ch

[U-Boot] [PATCH v2 2/3] OneNAND: Add support for Numonyx part

2010-04-14 Thread Enric Balletbo i Serra
From: Enric Balletbo i Serra Signed-off-by: Enric Balletbo i Serra --- drivers/mtd/onenand/onenand_base.c |1 + include/linux/mtd/onenand.h|1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/onenand/onenand_base.c b/drivers/mtd/onenand/onenand_base

[U-Boot] [PATCH v2 0/3] Initial support for IGEP v2

2010-04-14 Thread Enric Balletbo i Serra
Hello, These are the second version and apply on top of u-boot-arm repository. The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or noise of typical desktop machines.

Re: [U-Boot] Does U-boot supports Spansion S29GL512P NOR Flash?

2010-04-14 Thread Frank Svendsbøe
> But when flash is getting detected it shows the chipwidth is 8 and portwidth > is 16. If you see the logs in earlier mail it is like > found port 2 chip 1 port 16 bits chip 8 bits. Is it correct or wrong? > Check the nBYTE pin on the Spansion flash. For 16bit operation, it should be connected to

Re: [U-Boot] [PATCH V6 1/3] Initial support for Marvell Orion5x SoC

2010-04-14 Thread Prafulla Wadaskar
> -Original Message- > From: Albert ARIBAUD [mailto:albert.arib...@free.fr] > Sent: Tuesday, April 13, 2010 9:10 PM > To: Prafulla Wadaskar > Cc: Wolfgang Denk; U-Boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH V6 1/3] Initial support for > Marvell Orion5x SoC > > Prafulla Wadaskar

Re: [U-Boot] [PATCH 1/2] configs: remove unused CONFIG_COMMAND_HISTORY

2010-04-14 Thread Heiko Schocher
Hello Kim, Kim Phillips wrote: > $ git grep CONFIG_COMMAND_HISTORY > CHANGELOG:CONFIG_COMMAND_HISTORY > include/configs/AP1000.h:#define CONFIG_COMMAND_HISTORY 1 > include/configs/keymile-common.h:#define CONFIG_COMMAND_HISTORY 1 > include/configs/manroland/common.h:#define CONFIG_COMM

Re: [U-Boot] [PATCH]fsl_i2c: Add i2c_board_late_init

2010-04-14 Thread Heiko Schocher
Hello Wolfgang, Richard, Wolfgang Denk wrote: > Dear richardretanu...@ruggedcom.com, > > In message <20100412191703.ga30...@richardretanubun.eng.lan> you wrote: >> From d0d9e0df99ce9035db43ebcf9d48601fa6f096d4 Mon Sep 17 00:00:00 2001 >> From: Richard Retanubun >> Date: Mon, 12 Apr 2010 15:08:17