[U-Boot] [PATCH] powerpc/mpc85xx: Report FMAN # to match user manual

2010-07-14 Thread Kumar Gala
From: Emil Medve The user manual refers to FMAN1 and FMAN2 not 0 and 1. Signed-off-by: Emil Medve Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/cpu.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b/arch/powerpc/cpu/mpc85xx/cp

[U-Boot] [PATCH] powerpc/85xx: Use fdt_node_offset_by_compat_reg for clock-frequency updates

2010-07-14 Thread Kumar Gala
Move to using fdt_node_offset_by_compat_reg to find the node offsets we want to update instead of using aliases. Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/fdt.c | 19 +++ 1 files changed, 11 insertions(+), 8 deletions(-) diff --git a/arch/powerpc/cpu/mpc85xx/fdt.c

[U-Boot] [PATCH] powerpc/p5020: Add various p5020 related defines (and p5010)

2010-07-14 Thread Kumar Gala
There are various locations that we have chip specific info: * Makefile for which ddr code to build * Added p5020 & p5010 to cpu_type_list and SVR list * Added number of LAWs for p5020 * Set CONFIG_MAX_CPUS to 2 for p5020 Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/Makefile|1

[U-Boot] [PATCH] powerpc/p3041: Add various p3041 related defines

2010-07-14 Thread Kumar Gala
There are various locations that we have chip specific info: * Makefile for which ddr code to build * Added p3041 to cpu_type_list and SVR list * Added number of LAWs for p3041 * Set CONFIG_MAX_CPUS to 4 for p3041 Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/Makefile|1 + arch

[U-Boot] [PATCH] powerpc/fsl_fman: Add initial fman immap structures

2010-07-14 Thread Kumar Gala
Add basic structures for Frame Manager on P4080/P3041/P5020 devices Signed-off-by: Kumar Gala --- arch/powerpc/include/asm/fsl_fman.h | 212 + arch/powerpc/include/asm/immap_85xx.h |1 + 2 files changed, 213 insertions(+), 0 deletions(-) create mode 100644

[U-Boot] [PATCH] powerpc/85xx: Add additional p4080 platform related defines/structs

2010-07-14 Thread Kumar Gala
* Added PCIE4 address, offset, DEVDISR & LAW target ID * Added new p4080 DDR registers and defines to immap * Add missing corenet platform DEVDISR related defines * Updated ccsr_gur to include LIODN registers * Add RCWSR defines * Added Basic qman, pme, bman immap structs * Added SATA related offse

[U-Boot] [PATCH] powerpc/p4080: Add setting of clock-frequency for clockgen node

2010-07-14 Thread Kumar Gala
On QorIQ CoreNet based devices we have a global clocking block. We want to keep track of SYSCLK frequency as it is what is used to derive all other frequencies in the SoC Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/fdt.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-)

[U-Boot] [PATCH 2/2] powerpc/8xxx: query feature reporting register for num cores on unknown cpus

2010-07-14 Thread Kim Phillips
doing so helps avant garde users, such as those using simulators that allow users to configure the number of cores, so as to not have to manually adjust u-boot sources. h/w should also be reliably setting FRR NCPU in the future. Signed-off-by: Kim Phillips --- arch/powerpc/cpu/mpc8xxx/cpu.c

[U-Boot] [PATCH 1/2] powerpc/85xx: configure autocompletion support

2010-07-14 Thread Kim Phillips
because it's convenient. Signed-off-by: Kim Phillips --- include/configs/MPC8536DS.h |1 + include/configs/MPC8540ADS.h |3 ++- include/configs/MPC8541CDS.h |3 ++- include/configs/MPC8544DS.h |3 ++- include/configs/MPC8548CDS.h |3 ++- include/configs/MPC8555CDS.h |

Re: [U-Boot] (imp) uboot image size

2010-07-14 Thread Albert ARIBAUD
Le 15/07/2010 00:35, Albert ARIBAUD a écrit : > Le 14/07/2010 23:49, Wolfgang Denk a écrit : >> Dear Albert ARIBAUD, >> >> why not keeping the list on Cc:? > > Wrong and unintended action on my part, sorry: I hit the wrong reply > button (maybe there's a Thunderbird plugin that helps avoiding this?

Re: [U-Boot] (imp) uboot image size

2010-07-14 Thread Albert ARIBAUD
Le 14/07/2010 23:49, Wolfgang Denk a écrit : > Dear Albert ARIBAUD, > > why not keeping the list on Cc:? Wrong and unintended action on my part, sorry: I hit the wrong reply button (maybe there's a Thunderbird plugin that helps avoiding this?). As I don't know if you meant this reply of yours to

Re: [U-Boot] [PATCH 8/8] powerpc/85xx: Add memory test feature for mpc85xx.

2010-07-14 Thread Timur Tabi
On Wed, Jul 14, 2010 at 3:16 PM, Wolfgang Denk wrote: > NAK. > > Please do not reinvent the wheel and add yet another meory test. Use > one of the existing memory tests we already have - > post/drivers/memory.c comes to mind. That code is not capable of testing more than 2GB of RAM. It assumes

[U-Boot] [PATCH v3] powerpc/85xx: Add command to report errata workarounds

2010-07-14 Thread Kumar Gala
Add 'errata' command to report what errata we workaround. Report workaround for erratum SATA-A001 on P1022/P1013. Also sorted the CONFIG_CMD_* list. Signed-off-by: Kumar Gala --- * Sorted the CMD list arch/powerpc/cpu/mpc85xx/Makefile |1 + arch/powerpc/cpu/mpc85xx/cmd_errata.c | 51

Re: [U-Boot] [PATCH] powerpc/85xx: Add command to report errata workarounds

2010-07-14 Thread Kumar Gala
On Jul 14, 2010, at 4:43 PM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1279142410-30629-1-git-send-email-ga...@kernel.crashing.org> you > wrote: >> Add 'errata' command to report what errata we workaround. Report >> workaround for erratum SATA-A001 on P1022/P1013. >> >> Signed-o

Re: [U-Boot] [PATCH] powerpc/85xx: Add command to report errata workarounds

2010-07-14 Thread Wolfgang Denk
Dear Kumar Gala, In message <1279142410-30629-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Add 'errata' command to report what errata we workaround. Report > workaround for erratum SATA-A001 on P1022/P1013. > > Signed-off-by: Kumar Gala ... > +#if defined(CONFIG_FSL_SATA_V2) && def

[U-Boot] [PULL] U-Boot-pxa

2010-07-14 Thread Marek Vasut
Please merge into -master. The following changes since commit d6f324d03d7829a1da1dee8b60f91b173a3976f0: Merge branch 'next' of git://git.denx.de/u-boot-nios (2010-07-14 22:07:41 +0200) are available in the git repository at: git://git.denx.de/u-boot-pxa.git master Marek Vasut (9): E

[U-Boot] [PATCH v4] Move ICS CLK chip frequency calculation code into a common board library

2010-07-14 Thread Kumar Gala
We have several boards that use the same ICS307 CLK chip to drive the System clock and DDR clock. Move the code into a common location so we share it. Convert the P2020DS board as the first to use the new common ICS307 code. Signed-off-by: Kumar Gala Acked-by: Timur Tabi --- * Fixed commit mes

[U-Boot] [PATCH v2] powerpc/85xx: Add recognition of e5500 core

2010-07-14 Thread Kumar Gala
Signed-off-by: Kumar Gala --- * use case statement and handle unknown values arch/powerpc/cpu/mpc85xx/cpu.c | 28 ++-- 1 files changed, 18 insertions(+), 10 deletions(-) diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b/arch/powerpc/cpu/mpc85xx/cpu.c index fb8fa5e..fe2b52d

[U-Boot] [PATCH] powerpc/85xx: Add command to report errata workarounds

2010-07-14 Thread Kumar Gala
Add 'errata' command to report what errata we workaround. Report workaround for erratum SATA-A001 on P1022/P1013. Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/Makefile |1 + arch/powerpc/cpu/mpc85xx/cmd_errata.c | 51 + include/configs/P1022DS

Re: [U-Boot] [PATCH] p1022ds: fix indentation of case statement

2010-07-14 Thread Kumar Gala
On Jul 14, 2010, at 3:22 PM, Timur Tabi wrote: > Signed-off-by: Timur Tabi > --- > board/freescale/p1022ds/p1022ds.c | 20 ++-- > 1 files changed, 10 insertions(+), 10 deletions(-) applied and squashed into p1022ds patch - k ___ U-B

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: Report workaround of errata SATA-A001

2010-07-14 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > > >> +#if defined(CONFIG_FSL_SATA_V2) && > defined(CONFIG_FSL_SATA_ERRATUM_A001) > >> + if (IS_SVR_REV(svr, 1, 0) && > >> + ((SVR_SOC_VER(svr) == SVR_P1022) || > >> + (SVR_SOC_VER(svr) == SVR_P1022_E) || > >> + (SVR_SOC_VER(svr) == SVR_P

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: Report workaround of errata SATA-A001

2010-07-14 Thread Kumar Gala
On Jul 14, 2010, at 2:30 PM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1276143535-22532-2-git-send-email-ga...@kernel.crashing.org> you > wrote: >> Signed-off-by: Kumar Gala >> --- >> arch/powerpc/cpu/mpc85xx/cmd_errata.c | 14 ++ >> 1 files changed, 14 insertions(+)

Re: [U-Boot] [PATCH 1/2] powerpc/85xx: Add command to report errata workarounds

2010-07-14 Thread Kumar Gala
On Jul 14, 2010, at 4:00 PM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <4203e0db-91ec-4311-8c52-7ec48f570...@kernel.crashing.org> you > wrote: >> >>> NAK. Please do not add dead code. >>> >>> Please re-submit when you really add code here. >>> >>> Best regards, >>> >>> Wolfgang

Re: [U-Boot] [PATCH 1/2] powerpc/85xx: Add command to report errata workarounds

2010-07-14 Thread Wolfgang Denk
Dear Kumar Gala, In message <4203e0db-91ec-4311-8c52-7ec48f570...@kernel.crashing.org> you wrote: > > > NAK. Please do not add dead code. > > > > Please re-submit when you really add code here. > > > > Best regards, > > > > Wolfgang Denk > > Do you want me to just merge w/the patch that does a

Re: [U-Boot] (imp) uboot image size

2010-07-14 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4c3e20a3.1020...@free.fr> you wrote: > > > Eventually your processor (which you do not care to mention) has it's > > reset entry point at the end of the physical addess space, so this > > will always be included in theimage - the further you move TEXT_BASE > > down

Re: [U-Boot] [PATCH] p1022ds: fix indentation of case statement

2010-07-14 Thread Wolfgang Denk
Dear Timur Tabi, In message <1279138965-21510-1-git-send-email-ti...@freescale.com> you wrote: > Signed-off-by: Timur Tabi > --- > board/freescale/p1022ds/p1022ds.c | 20 ++-- > 1 files changed, 10 insertions(+), 10 deletions(-) > > diff --git a/board/freescale/p1022ds/p1022ds

Re: [U-Boot] [PULL] u-boot-pxa next

2010-07-14 Thread Marek Vasut
Dne St 14. července 2010 22:54:55 Marek Vasut napsal(a): > Dne St 14. července 2010 21:31:51 Scott Wood napsal(a): > > On Wed, 14 Jul 2010 21:18:48 +0200 > > > > Wolfgang Denk wrote: > > > Dear Marek Vasut, > > > > > > In message <201007060323.45787.marek.va...@gmail.com> you wrote: > > > > Hey,

Re: [U-Boot] [PULL] u-boot-pxa next

2010-07-14 Thread Marek Vasut
Dne St 14. července 2010 21:31:51 Scott Wood napsal(a): > On Wed, 14 Jul 2010 21:18:48 +0200 > > Wolfgang Denk wrote: > > Dear Marek Vasut, > > > > In message <201007060323.45787.marek.va...@gmail.com> you wrote: > > > Hey, these are some additions and fixes. This is against u-boot.git > > > mas

Re: [U-Boot] (imp) uboot image size

2010-07-14 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4c3e135b.7040...@free.fr> you wrote: > > Even if your "golden", uboot1 and uboot2 bootloaders are all full-blown > u-boots, you still don't need to change their TEXT_BASE: just make sur > uboot{1,2} have CONFIG_SKIP_LOWLEVEL_INIT defined, and that "golden" Be care

Re: [U-Boot] [PULL] u-boot-pxa next

2010-07-14 Thread Scott Wood
On Wed, 14 Jul 2010 22:43:49 +0200 Wolfgang Denk wrote: > Dear Scott Wood, > > In message <20100714143151.3cea3...@schlenkerla.am.freescale.net> you wrote: > > > > > This has to go through the NAND custodian. > > > > I've provided comments on this patch. > > Sorry if I missed this. http://lis

Re: [U-Boot] [PATCH 1/2] powerpc/85xx: Add command to report errata workarounds

2010-07-14 Thread Kumar Gala
On Jul 14, 2010, at 2:29 PM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1276143535-22532-1-git-send-email-ga...@kernel.crashing.org> you > wrote: >> Add 'errata' command to report what errata we workaround >> >> Signed-off-by: Kumar Gala >> --- >> arch/powerpc/cpu/mpc85xx/Makefil

Re: [U-Boot] [PULL] u-boot-pxa next

2010-07-14 Thread Wolfgang Denk
Dear Scott Wood, In message <20100714143151.3cea3...@schlenkerla.am.freescale.net> you wrote: > > > This has to go through the NAND custodian. > > I've provided comments on this patch. Sorry if I missed this. > This one is just touching ARM init code. It isn't really NAND stuff > (or OneNAND,

Re: [U-Boot] (imp) uboot image size

2010-07-14 Thread Albert ARIBAUD
Le 14/07/2010 22:29, Wolfgang Denk a écrit : > Eventually your processor (which you do not care to mention) has it's > reset entry point at the end of the physical addess space, so this > will always be included in theimage - the further you move TEXT_BASE > down, the bigger your image will be. U

[U-Boot] [PATCH] p1022ds: fix indentation of case statement

2010-07-14 Thread Timur Tabi
Signed-off-by: Timur Tabi --- board/freescale/p1022ds/p1022ds.c | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/board/freescale/p1022ds/p1022ds.c b/board/freescale/p1022ds/p1022ds.c index 8cc73ed..be692cb 100644 --- a/board/freescale/p1022ds/p1022ds.

Re: [U-Boot] (imp) uboot image size

2010-07-14 Thread Wolfgang Denk
Dear Sagar Heroorkar, In message you wrote: > > I changed the TEXT_BASE to implement the uboot redundancy. I got in to > problem of having image size. > > See this: > > > I am planning to implement uboot redundancy. > This means having the following idea which we thought. > > Golden-Uboot wh

Re: [U-Boot] (imp) uboot image size

2010-07-14 Thread Wolfgang Denk
Dear Sagar Heroorkar, please mind the Netiquette - do not top post, do not full quote. In message you wrote: > > I am trying to relocate the uboot code to different address in the norflash. You definitely do NOT want to do that - mind that "relocate" is a well-defined term that does not mean

Re: [U-Boot] Support for SD/MMC for davinci boards ?

2010-07-14 Thread Paulraj, Sandeep
Hi Sandeep, Any plan to merge SD/MMC support patches [1] for davinci boards? I dont see these patches in u-boot-ti. git tree [2], Please correct me if I am wrong or I have missed any discussions on these patches. [1] http://lists.denx.de/pipermail/u-boot/2010-May/071434.html [2] git://gi

Re: [U-Boot] [PATCH 8/8] powerpc/85xx: Add memory test feature for mpc85xx.

2010-07-14 Thread Wolfgang Denk
Dear Kumar Gala, In message <1279120502-6289-8-git-send-email-ga...@kernel.crashing.org> you wrote: > From: york > > If enabled in config file and hwconfig, the memory test is performed > after DDR initialization when U-boot stills runs in flash and cache. > Whole memory is testable. However, o

Re: [U-Boot] [Nios] Pull Request

2010-07-14 Thread Wolfgang Denk
Dear Scott McNutt, In message <4c3b3fb3.3050...@psyent.com> you wrote: > Dear Wolfgang, > > The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934: >Wolfgang Denk (1): > Make sure that argv[] argument pointers are not modified. > > are available in the git repos

Re: [U-Boot] [GIT PULL] u-boot-mpc83xx: support for mpc8308rdb and ve8313 boards

2010-07-14 Thread Wolfgang Denk
Dear Kim Phillips, In message <20100709161510.bcf6caf3.kim.phill...@freescale.com> you wrote: > Wolfgang Denk, > > please pull: > > The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934: > > Make sure that argv[] argument pointers are not modified. (2010-07-04 > 23:55:4

Re: [U-Boot] Pull request - net *updated*

2010-07-14 Thread Wolfgang Denk
Dear Ben Warren, In message <4c3c0b91.40...@gmail.com> you wrote: > > > Wolfgang, > > The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934: >Wolfgang Denk (1): > Make sure that argv[] argument pointers are not modified. > > are available in the git repositor

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

2010-07-14 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1278713901-15574-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934: > > Make sure that argv[] argument pointers are not modified. (2010-07-04 > 23:55:42 +0200) > > are available in the

Re: [U-Boot] [PULL] u-boot-pxa next

2010-07-14 Thread Scott Wood
On Wed, 14 Jul 2010 21:18:48 +0200 Wolfgang Denk wrote: > Dear Marek Vasut, > > In message <201007060323.45787.marek.va...@gmail.com> you wrote: > > Hey, these are some additions and fixes. This is against u-boot.git master > > branch. Please pull, thanks. > > > > -

Re: [U-Boot] Pull request: nand flash

2010-07-14 Thread Wolfgang Denk
Dear Scott Wood, In message <20100709194156.ga7...@schlenkerla.am.freescale.net> you wrote: > The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934: > Wolfgang Denk (1): > Make sure that argv[] argument pointers are not modified. > > are available in the git reposi

Re: [U-Boot] (imp) uboot image size

2010-07-14 Thread Albert ARIBAUD
Le 14/07/2010 21:25, Sagar Heroorkar a écrit : > I changed the TEXT_BASE to implement the uboot redundancy. I got in to > problem of having image size. > See this: > I am planning to implement uboot redundancy. > This means having the following idea which we thought. > > Golden-Uboot which is flash

Re: [U-Boot] Please pull u-boot-mpc85xx

2010-07-14 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934: > Wolfgang Denk (1): > Make sure that argv[] argument pointers are not modified. > > are available in the git repository at: > > git://git.denx.de/u-boot-mpc85xx mas

Re: [U-Boot] [PATCH] [v3] powerpc: add support for the Freescale P1022DS reference board

2010-07-14 Thread Wolfgang Denk
Dear Timur Tabi, In message <1276547304-10105-1-git-send-email-ti...@freescale.com> you wrote: > Add basic suport for the Freescale P1022DS reference board. > > Specifics: > > 1) 36-bit only > 2) Booting from NOR flash only > 3) Environment stored in NOR flash only > 4) No SPI support ... > +int

Re: [U-Boot] [PATCH] powerpc/85xx: Add recognition of e5500 core

2010-07-14 Thread Wolfgang Denk
Dear Kumar Gala, In message <1277891327-24506-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc85xx/cpu.c | 20 ++-- > 1 files changed, 10 insertions(+), 10 deletions(-) > > diff --git a/arch/powerpc/cpu/mpc85xx/cp

Re: [U-Boot] [PATCH v3] Move ICS CLK chip frequenty calculation code into a common board library

2010-07-14 Thread Wolfgang Denk
Dear Kumar Gala, In message <93aa257e-bdbb-4ac9-80d3-d83c7f7b4...@kernel.crashing.org> you wrote: > > On May 24, 2010, at 3:09 PM, Kumar Gala wrote: > > > We have several boards that use the same ICS307 CLK chip to drive the > > System clock and DDR clock. Move the code into a common location s

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: Report workaround of errata SATA-A001

2010-07-14 Thread Wolfgang Denk
Dear Kumar Gala, In message <1276143535-22532-2-git-send-email-ga...@kernel.crashing.org> you wrote: > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc85xx/cmd_errata.c | 14 ++ > 1 files changed, 14 insertions(+), 0 deletions(-) > > diff --git a/arch/powerpc/cpu/mpc85xx/cm

Re: [U-Boot] [PATCH 1/2] powerpc/85xx: Add command to report errata workarounds

2010-07-14 Thread Wolfgang Denk
Dear Kumar Gala, In message <1276143535-22532-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Add 'errata' command to report what errata we workaround > > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc85xx/Makefile |1 + > arch/powerpc/cpu/mpc85xx/cmd_errata.c | 35

Re: [U-Boot] (imp) uboot image size

2010-07-14 Thread Sagar Heroorkar
I changed the TEXT_BASE to implement the uboot redundancy. I got in to problem of having image size. See this: I am planning to implement uboot redundancy. This means having the following idea which we thought. Golden-Uboot which is flashed in the NOR-FLASH. This is not field upgradable. This g

Re: [U-Boot] [PULL] u-boot-pxa next

2010-07-14 Thread Wolfgang Denk
Dear Marek Vasut, In message <201007060323.45787.marek.va...@gmail.com> you wrote: > Hey, these are some additions and fixes. This is against u-boot.git master > branch. Please pull, thanks. > > --- > > The following ch

Re: [U-Boot] [PULL] u-boot-pxa next

2010-07-14 Thread Wolfgang Denk
Dear Marek Vasut, In message <201007060323.39074.marek.va...@gmail.com> you wrote: > Hey, these are some new boards with PXA cpus. This is against u-boot.git > master > branch. Please pull, thanks. > > --- > > The foll

Re: [U-Boot] [PULL] u-boot-pxa next-mmc

2010-07-14 Thread Wolfgang Denk
Dear Marek Vasut, In message <201007060323.26001.marek.va...@gmail.com> you wrote: > Hey, this is the new PXA mmc driver. This is against u-boot.git master > branch. > Please pull, thanks. > > --- > > The following cha

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

2010-07-14 Thread Wolfgang Denk
Dear s-paul...@ti.com, In message <1278376152-26972-1-git-send-email-s-paul...@ti.com> you wrote: > Wolfgang, > > Please pull u-boot-ti/master. > I ran MAKEALL for all ARMV7 boards and saw one compilation warning. > This however was not becuase of the recent updates by Steve Sakoman. > The compil

Re: [U-Boot] (imp) uboot image size

2010-07-14 Thread Sagar Heroorkar
I am trying to relocate the uboot code to different address in the norflash. -Sagar On Wed, Jul 14, 2010 at 2:10 AM, Wolfgang Denk wrote: > Dear Sagar Heroorkar, > > In message > you wrote: > > > > I changed the TEXT_BASE address to something different. I see that the > image > > size of the u

Re: [U-Boot] mkconfig "arch" link generation

2010-07-14 Thread Wolfgang Denk
Dear Matteo Facchinetti, In message <4c3d83f3.1040...@sirius-es.it> you wrote: > > I'm updating my uboot to mainline and I have a question about a link > generate from mkconfig (with mpc5121_config). Which code are you talkign about? There is no target mpc5121_config supported in mainline... >

Re: [U-Boot] U-boot and AT91SAM9263-EK

2010-07-14 Thread Reinhard Meyer
Radovan Vápeník wrote: > Hello, > i have compiled new u-boot (2010-06) for at91sam9263-ek and I have problem > with access and save environment variables to NAND Flash. When I set any > environment variable and save it to Nand (saveenv), uBoot shows me "Saving > Environment to NAND..." and afte

Re: [U-Boot] concerning the EasyPC WMT Netbook Machine and your hand made modules (or your knowledge of both)

2010-07-14 Thread Marek Vasut
Dne St 14. července 2010 19:20:34 Maciek Błachnio napsal(a): > Hi Marek, Hi, linux-arm-kernel, u-boot CCed. > I found your address in the description of a kernel module and decided to > give it a shot. > I'm sure I am one of many, but I wonder if you could help me with one > thing. What kernel

[U-Boot] Need New Clients

2010-07-14 Thread Smart Biz Solutions
SILVER SOLUTIONS MARKETING No business can afford to wait for the phone to ring. Email marketing has evolved a lot since its early days, and it can now be considered as an important branch of marketing. Embarking on an email marketing program is one of the most effective online marketing tacti

Re: [U-Boot] U-boot and AT91SAM9263-EK

2010-07-14 Thread Alexander Stein
Hello, Am Mittwoch, 14. Juli 2010, 17:05:47 schrieb Radovan Vápeník: > i have compiled new u-boot (2010-06) for at91sam9263-ek and I have problem > with access and save environment variables to NAND Flash. When I set any > environment variable and save it to Nand (saveenv), uBoot shows me > "Savi

[U-Boot] U-boot and AT91SAM9263-EK

2010-07-14 Thread Radovan Vápeník
Hello, i have compiled new u-boot (2010-06) for at91sam9263-ek and I have problem with access and save environment variables to NAND Flash. When I set any environment variable and save it to Nand (saveenv), uBoot shows me "Saving Environment to NAND..." and after it shows the command prompt. Th

[U-Boot] [PATCH 8/8] powerpc/85xx: Add memory test feature for mpc85xx.

2010-07-14 Thread Kumar Gala
From: york If enabled in config file and hwconfig, the memory test is performed after DDR initialization when U-boot stills runs in flash and cache. Whole memory is testable. However, only the low 2GB space is mapped for DDR. The testing is conducted in the 2GB window and uses TLBs to map the hig

[U-Boot] [PATCH 7/8] powerpc/p2020ds: Integrated with P2020DS DDR change and enabled hwconfig

2010-07-14 Thread Kumar Gala
From: york Enabled SPD Enabled DDR2 Enabled hwconfig Signed-off-by: York Sun --- Makefile |1 + board/freescale/p2020ds/ddr.c | 56 ++--- board/freescale/p2020ds/p2020ds.c |7 +++- include/configs/P2020DS.h |6 +

[U-Boot] [PATCH 5/8] powerpc/8xxx: Enable DDR3 RDIMM support

2010-07-14 Thread Kumar Gala
From: york Enabled registered DIMMs using data from SPD. RDIMMs have registers which need to be configured before using. The register configuration words are stored in SPD byte 60~116 (JEDEC standard No.21-C). Software should read those RCWs and put into DDR controller before initialization. Sig

[U-Boot] [PATCH 6/8] powerpc/8xxx: Improvement to DDR parameters

2010-07-14 Thread Kumar Gala
From: york Changes for P2020DS DDR applies to other 8xxx platform Signed-off-by: York Sun --- arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c | 14 +++--- arch/powerpc/cpu/mpc8xxx/ddr/options.c |1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/arch/powerpc/cpu/mpc8x

[U-Boot] [PATCH 4/8] powerpc/8xxx: Enabled address hashing for 85xx

2010-07-14 Thread Kumar Gala
From: york For 85xx silicon which supports address hashing, it can be activated by hwconfig. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/ddr-gen3.c |2 ++ arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c | 10 ++ arch/powerpc/cpu/mpc8xxx/ddr/options.c |7 +++ arch

[U-Boot] [PATCH 2/8] powerpc/8xxx: Fix bug in memctrl interleaving & bank interleaving on cs0~cs4

2010-07-14 Thread Kumar Gala
From: york Verified on MPC8641HPCN with four DDR2 dimms. Each dimm has dual rank with 512MB each rank. Also check dimm size and rank size for memory controller interleaving Signed-off-by: York Sun --- arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c | 113 +++-- arch/powerpc

[U-Boot] [PATCH 3/8] powerpc/8xxx: Enable quad-rank DIMMs.

2010-07-14 Thread Kumar Gala
From: york Previous code presumes each DIMM has up to two rank (chip select). Newer DDR controller supports up to four chip select on one DIMM. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c | 52 ++- .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c

[U-Boot] [PATCH 1/8] powerpc/8xxx: Enabled hwconfig for memory interleaving

2010-07-14 Thread Kumar Gala
Replace environmental variables memctl_intlv_ctl and ba_intlv_ctl with hwconfig parameters. The syntax is setenv hwconfig "fsl_ddr:ctlr_intlv=,bank_intlv=" The mode values for memory controller interleaving are cacheline page bank superbank The mode values for bank interleavi

[U-Boot] [PATCH] powerpc/p2020: Move INIT_RAM_ADDR physical address higher for 36-bit for P2020DS

2010-07-14 Thread Kumar Gala
From: york If 36-bit is enabled, move INIT_RAM_ADDR physical address higher to free lowest 4GB address space. Signed-off-by: York Sun --- board/freescale/p2020ds/tlb.c |8 include/configs/P2020DS.h | 11 +++ 2 files changed, 15 insertions(+), 4 deletions(-) diff --g

[U-Boot] [PATCH] powerpc/85xx: Move INIT_RAM_ADDR physical address to 36-bit space

2010-07-14 Thread Kumar Gala
From: york If 36-bit physical address is used, move the INIT_RAM_ADDR to higher address. This frees the low 4GB address space for better use. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/start.S |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/powerpc

Re: [U-Boot] [PATCH V5 1/4] ide: add configuration CONFIG_IDE_SWAP_IO

2010-07-14 Thread Albert ARIBAUD
Hi all, Looking at the custodians list on the Denx site, I haven't found one for ide or mass storage. Did I miss him/her? If not, then, apart from Prafulla's for Marvell stuff, whose Ack or Nak should I expect for this patch set? Thanks in advance, Amicalement, Albert. Le 13/07/2010 14:02, A

Re: [U-Boot] mkconfig "arch" link generation

2010-07-14 Thread Matteo Facchinetti
Stefano Babic wrote: > Matteo Facchinetti wrote: > >> Hi, >> >> > > Hi Matteo, > > Hi Stefano, >> I'm updating my uboot to mainline and I have a question about a link >> generate from mkconfig (with mpc5121_config). >> Follwing link in "include/asm", I found a link named "arch" genarate

Re: [U-Boot] USB CDC branch

2010-07-14 Thread Remy Bohmer
Hi, >> The device unplug/plug behaviour was a pain for RNDIS, > > Do you mean that Windows and u-boot do not recognize cable unplug? Device unplug/plug behaviour on Windows is so slow... What I mean with unplug/plug is removing and adding the pullup resistor that makes the devices visible to

Re: [U-Boot] mkconfig "arch" link generation

2010-07-14 Thread Stefano Babic
Matteo Facchinetti wrote: > Hi, > Hi Matteo, > I'm updating my uboot to mainline and I have a question about a link > generate from mkconfig (with mpc5121_config). > Follwing link in "include/asm", I found a link named "arch" genarated by > mkconfig. > This is broken so point to "arch-mpc512x"

Re: [U-Boot] USB CDC branch

2010-07-14 Thread Vitaly Kuzmichev
Hi, > We also implemented the CDC and RNDIS on our board and working well. > If you merge your usb gadget tree then we will send the patches also. Have you shared this anywhere (public git?)? I would like to look at your patches to sync them with mine. ___ WBR, Vitaly. On 07/14/2010 11:10 AM, Ky

Re: [U-Boot] USB CDC branch

2010-07-14 Thread Vitaly Kuzmichev
Hi Remi, > What do you mean with ported to 2010.03? > It was already working on latest git, do you mean you backported it to > an older version? I mean that I have to work over our fork of main u-boot 2010.03. Of course before submitting the patches I will test them on both 'master' branches of m

[U-Boot] u-boot for rsk7203 - stand by control register problem

2010-07-14 Thread Fabio Giovagnini
Hi Nobuhiro san, I see STBCR registers but never used. Where are the modules set out from thye stand by? Regards -- Fabio Giovagnini Aurion s.r.l. P.I e C.F. 00885711200 skype: aurion.giovagnini Tel. +39.051.594.78.24 Cell. +39.335.83.50.919 www.aurion-tech.com _

[U-Boot] u-boot for rsk7203

2010-07-14 Thread Fabio Giovagnini
Hi nobuhiro san. Is it running really on rsk7203 u-boot? in the directory board/renesas/rsk7203 the file lowlevel_init.S defines PDCRL4_A but do not ise it. So if the port are not set as Data bus, how the sysstem can boot? Thanks a in advance -- Fabio Giovagnini Aurion s.r.l. P.I e C.F. 0088

[U-Boot] mkconfig "arch" link generation

2010-07-14 Thread Matteo Facchinetti
Hi, I'm updating my uboot to mainline and I have a question about a link generate from mkconfig (with mpc5121_config). Follwing link in "include/asm", I found a link named "arch" genarated by mkconfig. This is broken so point to "arch-mpc512x" instead of "arch/powerpc/cpu/mpc512x". Result is "#

Re: [U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-14 Thread Fabio Giovagnini
Thanks Guennadi. I hope Nobuhiro san would answer to me. This is my condition. I have derived a board based on rsk7203 keeping in mind the hw of rks7203. But I used 8 MBytes of Nor FLASH and 64 MBytes of SDRAM. I have potred the linux-2.6.17 given with rsk7203 and I developed the kernel driver fo

Re: [U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-14 Thread Fabio Giovagnini
Thanks Guennadi. I hope Nobuhiro san would answer to me. This is my condition. I have derived a board based on rsk7203 keeping in mind the hw of rks7203. But I used 8 MBytes of Nor FLASH and 64 MBytes of SDRAM. I have potred the linux-2.6.17 given with rsk7203 and I developed the kernel driver fo

Re: [U-Boot] USB CDC branch

2010-07-14 Thread Kyungmin Park
On Wed, Jul 14, 2010 at 4:48 AM, Remy Bohmer wrote: > Hi, > > 2010/7/13 Vitaly Kuzmichev : >> FYI I'm doing some work on this branch too. > > Great! > >> Actually I have ported it to 2010.03 > > What do you mean with ported to 2010.03? > It was already working on latest git, do you mean you backpo

Re: [U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-14 Thread Guennadi Liakhovetski
On Wed, 14 Jul 2010, Fabio Giovagnini wrote: > Hi Guennadi. > I saw your work about sh mobile. > I have these problem: > 1) I have my own board a little bit different than rsk7203; much NOR flash; > much > SDRAM; > 2) To know better the structure I'd like to run from NOR flash without reloc. >

Re: [U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-14 Thread Fabio Giovagnini
Hi Guennadi. I saw your work about sh mobile. I have these problem: 1) I have my own board a little bit different than rsk7203; much NOR flash; much SDRAM; 2) To know better the structure I'd like to run from NOR flash without reloc. How can I change noot.lds? I'd not have the email of Nobuhiro