[U-Boot] [PATCH] powerpc/8xxx: Fix compile warning when build for a DDR1 or DDR2 board

2011-01-19 Thread Kumar Gala
ctrl_regs.c: In function 'set_ddr_sdram_mode_2': ctrl_regs.c:690:6: warning: unused variable 'i' 'i' is only used by DDR3 code. Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/cpu/mpc8x

Re: [U-Boot] [PATCH v7] mpq101: initial support for Mercury Computer Systems MPQ101 board

2011-01-19 Thread Kumar Gala
On Jan 19, 2011, at 11:02 PM, Alex Dubov wrote: > Mpq101 is a RapidIO development board in AMC form factor, featuring MPC8548 > processor, 512MB of hardwired DDR2 RAM, 128MB of hardwired NAND flash > memory, real time clock and additional serial EEPROM on i2c bus (enabled). > USB controller is av

Re: [U-Boot] U-Boot support for board(s) meesc, otc570

2011-01-19 Thread Daniel Gorsulowski
Hello Reinhard, Reinhard Meyer wrote: > Dear Daniel Gorsulowski, >> Hello Albert, >> >> Albert ARIBAUD wrote: >>> Le 18/01/2011 10:27, Daniel Gorsulowski a écrit : Hello again! >>> >>> Hi Daniel, >>> One month ago, I asked you for help (see message below), but got no answer. >>> >>>

[U-Boot] [PATCH v7] mpq101: initial support for Mercury Computer Systems MPQ101 board

2011-01-19 Thread Alex Dubov
Mpq101 is a RapidIO development board in AMC form factor, featuring MPC8548 processor, 512MB of hardwired DDR2 RAM, 128MB of hardwired NAND flash memory, real time clock and additional serial EEPROM on i2c bus (enabled). USB controller is available, but not presently enabled. Additional board info

[U-Boot] [GIT PULL] Please pull u-boot-mpc85xx.git

2011-01-19 Thread Kumar Gala
The following changes since commit e1ccf97c5d7651664d37c0c5aa243874b8851b2d: Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2011-01-17 20:31:46 +0100) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Dipen Dudhat (1): powerpc/85xx: Protect a

Re: [U-Boot] [PATCH] ppc/85xx:Fix compile err when PCI disabled on P1_P2_RDB

2011-01-19 Thread Kumar Gala
On Jan 19, 2011, at 1:25 AM, Prabhakar Kushwaha wrote: > u-boot cannot be compiled after disabling CONFIG_PCI. > > Place PCI related codes under #ifdef CONFIG_PCI > > Signed-off-by: Prabhakar Kushwaha > --- > Based of http://git.denx.de/u-boot.git (branch master) > > Top commit: > commit 3f1

Re: [U-Boot] [PATCH ] powerpc/85xx: Protect all LBC code with CONFIG_FSL_LBC

2011-01-19 Thread Kumar Gala
On Jan 19, 2011, at 1:39 AM, Dipen Dudhat wrote: > Future SoC (like the P1010) replace the LBC controller with the new IFC > (Integrated Flash Controller) so ensure we properly protect code that is > related to the LBC. > > Signed-off-by: Dipen Dudhat > Acked-by: Kumar Gala > --- > arch/powerp

Re: [U-Boot] [PATCH] corenet_ds: Update to use new hwconfig APIs

2011-01-19 Thread Kumar Gala
On Jan 12, 2011, at 10:20 AM, York Sun wrote: > Hwconfig is called before relocating. Use the new hwconfig APIs. > > Signed-off-by: York Sun > --- > arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c | 15 +-- > 1 files changed, 13 insertions(+), 2 deletions(-) applied to 85xx - k ___

Re: [U-Boot] [Patch v3 7/7] corenet_ds: Extend board specific parameters

2011-01-19 Thread Kumar Gala
On Jan 10, 2011, at 4:03 PM, York Sun wrote: > Extend board specific parameters to include cpo, write leveling override > Extend write leveling sample to 0xf > Adding rcw overrid for quad-rank RDIMMs > > Signed-off-by: York Sun > --- > arch/powerpc/include/asm/fsl_ddr_sdram.h |3 + > board/f

Re: [U-Boot] [Patch v3 6/7] mpc85xx: Implement workaround for erratum DDR-A003

2011-01-19 Thread Kumar Gala
On Jan 10, 2011, at 4:03 PM, York Sun wrote: > Erratum DDR-A003 requires workaround to correctly set RCW10 for registered > DIMM. > Also adding polling after enabling DDR controller to ensure completion. > > Signed-off-by: York Sun > --- > arch/powerpc/cpu/mpc85xx/cmd_errata.c|4 ++ > a

Re: [U-Boot] [Patch v3 5/7] mpc85xx: Enable unique mode registers and dynamic ODT for DDR3

2011-01-19 Thread Kumar Gala
On Jan 10, 2011, at 4:03 PM, York Sun wrote: > Added fsl_ddr_get_version() function to for DDR3 to poll DDRC IP version > (major, minor, errata) to determine if unique mode registers are available. > If true, always use unique mode registers. Dynamic ODT is enabled if needed. > The table is docum

Re: [U-Boot] [Patch v3 4/7] mpc85xx: Adding more registers and options

2011-01-19 Thread Kumar Gala
On Jan 10, 2011, at 4:02 PM, York Sun wrote: > This patch exposes more registers which can be used by the DDR drivers or > interactive debugging. U-boot doesn't use all the registers in DDRC. > When advanced tuning is required, writing to those registers is needed. > > Add writing to cdr1, cdr2,

Re: [U-Boot] [Patch v3 3/7] corenet_ds: Enable ECC for corenet_ds

2011-01-19 Thread Kumar Gala
On Jan 10, 2011, at 4:02 PM, York Sun wrote: > ECC can be turned on/off by hwconfig without recompiling. So enable it > by default. > > Signed-off-by: York Sun > --- > include/configs/corenet_ds.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) applied to 85xx - k ___

Re: [U-Boot] [Patch v3 2/7] mpc8xxx: Enable ECC on/off control in hwconfig

2011-01-19 Thread Kumar Gala
On Jan 10, 2011, at 4:02 PM, York Sun wrote: > Add fsl_ddr:ecc=on in hwconfig. If ECC is enabled in board configuration file, > ECC can be turned on/off by this switch. If this switch is omitted, it is ON > by > default. > > Updated hwconfig calls to use local buffer. > > Syntax is > hwconfig=

Re: [U-Boot] [Patch v3 1/7] mpc8xxx: Display RDIMM if detected

2011-01-19 Thread Kumar Gala
On Jan 10, 2011, at 4:02 PM, York Sun wrote: > Print a message when a RDIMM is detected. > > Signed-off-by: York Sun > --- > .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c| 18 +++--- > 1 files changed, 7 insertions(+), 11 deletions(-) applied to 85xx - k ___

Re: [U-Boot] [PATCH v3] powerpc/8xxx: Add new hwconfig APIs to address early parsing used by DDR init

2011-01-19 Thread Kumar Gala
On Jan 19, 2011, at 2:53 AM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1295391047-10952-1-git-send-email-ga...@kernel.crashing.org> you > wrote: >> There are several users of the hwconfig APIs (8xxx DDR) before we have >> the environment properly setup. This causes issues because

[U-Boot] IMX51 EVK Splash Screen

2011-01-19 Thread Thomas Besemer
Hi folks - I had posted last week. I was able to get basic Splash Screen going on EVK, through using patches I found from googling around. At the end of this email, the patch set that shows the differences from the U-Boot I pulled on 12/24/2010. I am not sure I have the right patch set, but in

[U-Boot] [PATCH] NAND: Fix saving of redundand environment

2011-01-19 Thread Alexander Holler
When redundand environments are used the serial needs to get increased, otherwise the old one will still be used. Signed-off-by: Alexander Holler --- common/env_nand.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/env_nand.c b/common/env_nand.c index 2682f07..a

Re: [U-Boot] [PATCH v3 1/4] arm: Tegra2: Add basic NVIDIA Tegra2 SoC support

2011-01-19 Thread Graeme Russ
On Thu, Jan 20, 2011 at 8:19 AM, Tom Warren wrote: > + > +/* > + * Routine: uart_clock_init > + * Description: init the PLL and clock for the UART in uart_num > + */ > +void uart_clock_init(int uart_num) > +{ > +       clk_rst_ctlr *const clkrst = (clk_rst_ctlr *)NV_PA_CLK_RST_BASE; > +       sta

Re: [U-Boot] [PATCH v3 1/4] arm: Tegra2: Add basic NVIDIA Tegra2 SoC support

2011-01-19 Thread Peter Tyser
Hi Tom, Some last minutes nits: It looks like some of the new functions can be declared statically. It'd be nice to do so where possible. > --- /dev/null > +++ b/arch/arm/cpu/armv7/tegra2/lowlevel_init.S > @@ -0,0 +1,66 @@ > +/* > + * Board specific setup info This is CPU-specific code, correc

Re: [U-Boot] usage of DMA

2011-01-19 Thread Marcel
Hi Vitaly, > If you want to autoboot from tftp you should specify bootcmd environment > variable to something like "tftp uImage; bootm". > And always use usb gadget only with network commands like tftp, dhcp, > ping, etc. Currently it boots to the prompt. Than when I specify things like the above

Re: [U-Boot] [PATCH] powerpc/8xxx: Introduce 85xx, 86xx, QorIQ config headers

2011-01-19 Thread Kumar Gala
On Jan 19, 2011, at 3:40 PM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1295429250-25788-1-git-send-email-ga...@kernel.crashing.org> you > wrote: >> Add new headers that capture common defines for a given SoC/processor >> rather than duplicating that information in board config.h a

Re: [U-Boot] [PATCH] powerpc/8xxx: Introduce 85xx, 86xx, QorIQ config headers

2011-01-19 Thread Wolfgang Denk
Dear Kumar Gala, In message <1295429250-25788-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Add new headers that capture common defines for a given SoC/processor > rather than duplicating that information in board config.h and random > other places. > > Eventually this should be handl

Re: [U-Boot] usage of DMA

2011-01-19 Thread Marcel
Hi Vitaly, Thanks so much for your reply. I got a little further now. > Marcel wrote: > >> Could you enable debug output for ether.c and for your UDC driver and > >> show the results? > > > > I enabled a lot of extra debugging messages so this is not very short. > > The output attached below is

[U-Boot] [PATCH v3 3/4] arm: Tegra2: Add support for NVIDIA Harmony board

2011-01-19 Thread Tom Warren
Signed-off-by: Tom Warren --- Changes for V2: - Use board/nvidia/ instead of /board/tegra - Change nv-common.h config file to tegra2-common.h MAINTAINERS |4 + board/nvidia/harmony/Makefile | 50 boards.cfg |1 + i

[U-Boot] [PATCH v3 4/4] arm: Tegra2: Add support for NVIDIA Seaboard board

2011-01-19 Thread Tom Warren
Signed-off-by: Tom Warren --- Changes for V2: - Remove mach-types.h change; wait for ARM kernel sync-up - Use board/nvidia/ instead of /board/tegra MAINTAINERS|1 + board/nvidia/seaboard/Makefile | 50 boards.cfg

[U-Boot] [PATCH v3 1/4] arm: Tegra2: Add basic NVIDIA Tegra2 SoC support

2011-01-19 Thread Tom Warren
Signed-off-by: Tom Warren --- Changes for V2: - Coding style cleanup - Move serial driver changes to separate patch - Use board/nvidia/ instead of /board/tegra - Remove TRUE/FALSE defines - Use standard NS16550 register/bit defines in UART init Changes for

[U-Boot] [PATCH v3 2/4] serial: Add Tegra2 serial port support

2011-01-19 Thread Tom Warren
Signed-off-by: Tom Warren --- Changes for V2: - Move serial driver changes to separate patch common/serial.c |3 ++- include/serial.h |3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common/serial.c b/common/serial.c index 051ae4e..8ebf9a5 100644 --- a/comm

[U-Boot] [PATCH v3 0/4] Add basic NVIDIA Tegra2 SoC support

2011-01-19 Thread Tom Warren
This series of patches adds preliminary/baseline support for NVIDIA's Tegra2 SoC. Basic CPU (AVP), RAM and UART init are covered so that the system (Harmony or Seaboard) can boot to the U-Boot serial cmd prompt. Further support (for Cortex-A9 CPU(s), USB, SD/MMC, etc.) to follow. Changes for V2:

Re: [U-Boot] [PATCH 0/4 V2] Add basic NVIDIA Tegra2 SoC support

2011-01-19 Thread Tom Warren
Wolfgang, On Mon, Jan 17, 2011 at 4:27 PM, Wolfgang Denk wrote: > Dear Tom Warren, > > In message you > wrote: >> >> 1) IO access functions - I pre-reviewed my patch series with Wolfgang >> (to hopefully catch any blatant errors and smooth >> the process) and he indicated that C structs and I/O

Re: [U-Boot] Pull request: u-boot-usb

2011-01-19 Thread Wolfgang Denk
Dear Remy Bohmer, In message you wrote: > The following changes since commit 3f1266d6d5bf14ea7248544db8406d308c6bfa7c: > > Escape minus signs in manpage (2011-01-19 00:07:51 +0100) > > are available in the git repository at: > git://git.denx.de/u-boot-usb.git master > > Lei Wen (1): >

Re: [U-Boot] usb cdc mode flow

2011-01-19 Thread Marcel
Hi Remy, > 2011/1/15 Marcel : > > Hi, > > > > Is there someone on the list who has a USB trace of a working CDC > > implementation ? > > What I want to know is what happens after all descriptors are received by > > the host. > > The last descriptor I receive is a string descriptor saying "Etherne

Re: [U-Boot] [Patch] Fix hash table deletion to prevent lost entries

2011-01-19 Thread Wolfgang Denk
Dear Peter Barada, In message <4d371208.3090...@logicpd.com> you wrote: > > >> The hash delete code is in error; instead of just removing the deleted > >> key, it should instead allocate a new hashtable, hash all the keys into > >> the new table except for the deleted key and then reclaim the old

[U-Boot] Confirmar

2011-01-19 Thread Casilda Rocha
Usted tiene una transferencia de dinero de $85.000 .Por favor confirmar la recepción con su nombre y su país. Enviar por correo electrónico: wude...@w.cn ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] P2020 L2 cache as SRAM

2011-01-19 Thread Scott Wood
On Wed, 19 Jan 2011 08:50:52 +0100 Fabian Cenedese wrote: > At 09:07 17.01.2011 +0100, Fabian Cenedese wrote: > >Hi > > > >We're trying to configure the PPC P2020 cpu to use the L2 cache > >as SRAM so we can load the U-Boot code in there. However we > >stumble into problems. Sometimes the cpu goe

Re: [U-Boot] environmental "baudrate" not used at boot up

2011-01-19 Thread Scott Wood
On Tue, 18 Jan 2011 21:34:45 -0800 wrote: > On Sun, Jan 16, 2011 at 06:01:22AM -0800, chr...@cyberswitching.com wrote: > > ... > > Any advice on where to take it from here? > > Hi everyone, > > I investigated this a little further, and I'm wondering if the problem > is related to the initializa

Re: [U-Boot] environmental "baudrate" not used at boot up

2011-01-19 Thread chrisv
On Wed, Jan 19, 2011 at 08:49:12PM +0100, Reinhard Meyer wrote: > I just want to point out that this works fine on our AT91SAM9260/9XE, > however the environment is read from I2C EEPROM. Not sure where > his ENV is coming from, whether it is read before use, or if there is > static data involved be

Re: [U-Boot] environmental "baudrate" not used at boot up

2011-01-19 Thread Reinhard Meyer
Dear Wolfgang Denk, > Dear chr...@cyberswitching.com, > > In message<20110119144640.GA8828@cslinux-build01.cyberswitching.local> you > wrote: >> >> Thanks for the feedback. I hope that someone else can continue this >> work now that I've identified the problem and have developed a solution >> th

[U-Boot] [PATCH v5 1/1] imximage: Add MX53 boot image support

2011-01-19 Thread Jason Liu
This patch add the MX53 boot image support. This patch has been tested on Freescale MX53EVK board and MX51EVK board. Signed-off-by: Jason Liu --- Changes for v2: - Address the following comments from Stefano, - Get rid of #ifdef in the imximage.h and .c file and use the runtime check for

Re: [U-Boot] [PATCH v4 1/1] imximage: Add MX53 boot image support

2011-01-19 Thread Jason Liu
Hi, Wolfgang, 2011/1/20 Wolfgang Denk : > Dear Jason Liu, > > In message you > wrote: >> >> Do you mean the I need add the braces as the following? >> >>     if ((fhdr_v1->app_code_barker == APP_CODE_BARKER) && >>              (hdr_v1->dcd_table.preamble.barker == DCD_BARKER)) { >>             r

Re: [U-Boot] [PATCH v4 1/1] imximage: Add MX53 boot image support

2011-01-19 Thread Wolfgang Denk
Dear Jason Liu, In message you wrote: > > Do you mean the I need add the braces as the following? > > if ((fhdr_v1->app_code_barker == APP_CODE_BARKER) && > (hdr_v1->dcd_table.preamble.barker == DCD_BARKER)) { > return IMXIMAGE_V1; > } Right. And especially wit

[U-Boot] Pull request: u-boot-usb

2011-01-19 Thread Remy Bohmer
The following changes since commit 3f1266d6d5bf14ea7248544db8406d308c6bfa7c: Escape minus signs in manpage (2011-01-19 00:07:51 +0100) are available in the git repository at: git://git.denx.de/u-boot-usb.git master Lei Wen (1): usb_ether: register usb ethernet gadget at each eth init

[U-Boot] [Patch] Fix hash table deletion to prevent lost entries

2011-01-19 Thread Peter Barada
>> The hash delete code is in error; instead of just removing the deleted >> key, it should instead allocate a new hashtable, hash all the keys into >> the new table except for the deleted key and then reclaim the old table >> (and deleted key). > Can you please come up with a patch? Hashtable de

Re: [U-Boot] usb cdc mode flow

2011-01-19 Thread Remy Bohmer
Hi Marcel, 2011/1/15 Marcel : > Hi, > > Is there someone on the list who has a USB trace of a working CDC > implementation ? > What I want to know is what happens after all descriptors are received by the > host. > The last descriptor I receive is a string descriptor saying "Ethernet data". > > I'

Re: [U-Boot] [PATCH v4 1/1] imximage: Add MX53 boot image support

2011-01-19 Thread Jason Liu
Hi, Wolfgang, 2011/1/19 Jason Liu : > Hi, Wolfgang, > > 2011/1/19 Wolfgang Denk : >> Dear Jason Liu, >> >> In message <1295382963-32356-1-git-send-email-r64...@freescale.com> you >> wrote: >>> This patch add the MX53 boot image support. >>> >>> This patch has been tested on Freescale MX53EVK boar

Re: [U-Boot] environmental "baudrate" not used at boot up

2011-01-19 Thread Wolfgang Denk
Dear chr...@cyberswitching.com, In message <20110119144640.GA8828@cslinux-build01.cyberswitching.local> you wrote: > > Thanks for the feedback. I hope that someone else can continue this > work now that I've identified the problem and have developed a solution > that works for my needs with no o

[U-Boot] [RFC PATCH] Speed up kernel decompression

2011-01-19 Thread Matthias Weisser
This patch is not intended to go into mainline! It is just a RFC. Situation: Booting a LZO compressed legacy image containing an ELF (so, no linux) from flash takes about 1.6 seconds after issuing the bootm command to jumping to the elfs entry point when the patch regarding section copying I send

Re: [U-Boot] environmental "baudrate" not used at boot up

2011-01-19 Thread chrisv
On Wed, Jan 19, 2011 at 07:59:10AM +0100, Wolfgang Denk wrote: > > Based on empirical testing, I've discovered that re-running > > init_baudrate() after env_relocate() fixes everything. The serial > > console uses the baud rate stored in the "baudrate" variable now, and > > some ordering of displa

[U-Boot] [PATCH 3/3 v4] iMX5: EfikaMX: Preliminary board support

2011-01-19 Thread Marek Vasut
Supported: MMC IDE PMIC SPI flash LEDs I can boot the kernel supplied by freescale/genesi with this from MMC card and/or PATA disk. Signed-off-by: Marek Vasut --- v4: Fixed coding style as proposed by Wolfgang (multiline comments, #defines) MAINTAINERS|1 + board/efikamx/Ma

[U-Boot] [PATCH 2/3 v2] MX51EVK: Use SWx macros in PMIC init

2011-01-19 Thread Marek Vasut
Signed-off-by: Marek Vasut --- v2: Remove stray newline and useless parens board/freescale/mx51evk/mx51evk.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/board/freescale/mx51evk/mx51evk.c b/board/freescale/mx51evk/mx51evk.c index 2160d5a..726ce18 100644 --- a/bo

[U-Boot] [PATCH 1/3 RESEND] MC13892: Add SWx buck switchers definitions

2011-01-19 Thread Marek Vasut
Define voltages configurable on SWx buck switchers. Signed-off-by: Marek Vasut Acked-by: Stefano Babic --- include/mc13892.h | 39 +++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/include/mc13892.h b/include/mc13892.h index 61c3e6e..a1078

Re: [U-Boot] [PATCH 3/3 v3] iMX5: EfikaMX: Preliminary board support

2011-01-19 Thread Marek Vasut
On Wednesday 19 January 2011 09:49:41 Wolfgang Denk wrote: > Dear Marek Vasut, > > In message <1295379040-11563-3-git-send-email-marek.va...@gmail.com> you wrote: > > Supported: > > MMC > > IDE > > PMIC > > SPI flash > > LEDs > > ... > > > +/*

Re: [U-Boot] [v3 patch 2/4] SMDK6400: Fix some label undefined in build error

2011-01-19 Thread seedshope
On 01/15/2011 02:15 AM, Albert ARIBAUD wrote: > Le 14/01/2011 17:56, seedshope a écrit : >> On 01/15/2011 12:39 AM, Albert ARIBAUD wrote: >>> Hi seedshope, >>> >>> Le 14/01/2011 16:45, seedshope a écrit : On 01/14/2011 02:07 AM, Albert ARIBAUD wrote: > Le 13/01/2011 14:36, seedshope a écri

Re: [U-Boot] [PATCH 2/3 RESEND] MX51EVK: Use SWx macros in PMIC init

2011-01-19 Thread Marek Vasut
On Wednesday 19 January 2011 12:15:33 Sergei Shtylyov wrote: > On 19-01-2011 2:19, Marek Vasut wrote: > > Signed-off-by: Marek Vasut > > [...] > > > diff --git a/board/freescale/mx51evk/mx51evk.c > > b/board/freescale/mx51evk/mx51evk.c index 2160d5a..bcf1934 100644 > > --- a/board/freescale/mx51e

Re: [U-Boot] [PATCH v4 1/1] imximage: Add MX53 boot image support

2011-01-19 Thread Jason Liu
Hi, Wolfgang, 2011/1/19 Wolfgang Denk : > Dear Jason Liu, > > In message <1295382963-32356-1-git-send-email-r64...@freescale.com> you wrote: >> This patch add the MX53 boot image support. >> >> This patch has been tested on Freescale MX53EVK board >> and MX51EVK board. >> >> Signed-off-by: Jason L

Re: [U-Boot] [PATCH v4 1/1] imximage: Add MX53 boot image support

2011-01-19 Thread Jason Liu
Hi, Wolfgang, 2011/1/19 Wolfgang Denk : > Dear Jason Liu, > > In message <1295382963-32356-1-git-send-email-r64...@freescale.com> you wrote: >> This patch add the MX53 boot image support. >> >> This patch has been tested on Freescale MX53EVK board >> and MX51EVK board. >> >> Signed-off-by: Jason L

Re: [U-Boot] [V2 patch 3/4] SMDK6400: Fix build error for nand_spl support

2011-01-19 Thread seedshope
On 01/19/2011 05:56 AM, Wolfgang Denk wrote: > Dear seedshope, > > In message<1294757545-4771-4-git-send-email-bocui...@gmail.com> you wrote: >> Add some relocation symbols to u-boot.lds and disable LED functions >> in start.s to support nand_spl. >> >> Signed-off-by: seedshope > Please re-split y

Re: [U-Boot] [PATCH v3] ppc4xx: Add DLVision-10G board support

2011-01-19 Thread Wolfgang Denk
Dear Dirk Eibach, In message <1295440671-20653-1-git-send-email-eib...@gdsys.de> you wrote: > Board support for the Guntermann & Drunck DLVision-10G. > Adds support for multiple FPGAs per board for gdsys 405ep > architecture. > Adds support for dual link osd hardware for gdsys 405ep. > > Signed-o

[U-Boot] [PATCH v3] ppc4xx: Add DLVision-10G board support

2011-01-19 Thread Dirk Eibach
Board support for the Guntermann & Drunck DLVision-10G. Adds support for multiple FPGAs per board for gdsys 405ep architecture. Adds support for dual link osd hardware for gdsys 405ep. Signed-off-by: Dirk Eibach --- Replaces - 0001-ppc4xx-Add-DLVision-10G-board-support.patch - 000

[U-Boot] [PATCH v2] ppc4xx: Add DLVision-10G board support

2011-01-19 Thread Dirk Eibach
Board support for the Guntermann & Drunck DLVision-10G. Adds support for multiple FPGAs per board for gdsys 405ep architecture. Adds support for dual link osd hardware for gdsys 405ep. Signed-off-by: Dirk Eibach --- Replaces - 0001-ppc4xx-Add-DLVision-10G-board-support.patch - 000

[U-Boot] [PATCH V2 2/2] Cleanup .boards.depend when using an objtree

2011-01-19 Thread Loïc Minier
.boards.depend was created in the source tree even when calling make with O=objtree, and distclean O=objtree wouldn't clean it. Create .boards.depend in objtree instead as to clean it up properly. --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Ma

[U-Boot] [PATCH V2 1/2] Don't add symlink in srctree when using an objtree

2011-01-19 Thread Loïc Minier
When building with srctree != objtree, the build creates arch/soc/cpu specific symlinks in the source tree. This means that the same source tree can't be used for multiple builds at the same time. Also, these symlinks in the source tree are only cleaned up if one passes the same O= to distclean.

[U-Boot] bug report: the 8378 can not boot up when we enable the debug log

2011-01-19 Thread Leo Liu
I test the mpc8378 board when I enable the DEBUG macro in common.h file Log is below: -- U-Boot 2010.12 (Jan 15 2011 - 11:40:03) MPC83XX Reset Status: Software Hard, External/Internal Soft, External/Internal Hard CPU: e300c4, MPC8378E, Rev: 2.1 at 297 MHz, CSB: 198 MHz Board: Freescale MPC837

Re: [U-Boot] [PATCH 1/7] Add support for MX35 processor

2011-01-19 Thread Stefano Babic
On 01/19/2011 12:37 PM, Wolfgang Denk wrote: > No, I wonder why code a loop when a simple memset() does the same. Ok, I get the point - you are right, I will replace the code with memset. > >>> What do these "!<" markers mean? >> >> They have no useful meaning and I must drop them. > > There ar

Re: [U-Boot] [PATCH V4] mpc83xx:fix pcie configuration space read/write

2011-01-19 Thread Leo Liu
2011/1/19 Leo Liu : > This patch fix a problem for the pcie enumeration when the mpc83xx pcie > controller is > connected with switch or we use both of the two pcie controller. > > Signed-off-by: Baidu Boy > --- Ignore this one, the name is not changed ___

[U-Boot] [PATCH V4] mpc83xx:fix pcie configuration space read/write

2011-01-19 Thread Leo Liu
This patch fix a problem for the pcie enumeration when the mpc83xx pcie controller is connected with switch or we use both of the two pcie controller. Signed-off-by: Leo Liu --- Changes for V2: - Avoid line wrap in the patch Changes for V3 - Add space between ) and { Changes for

Re: [U-Boot] [PATCH] sh: add support for sh7757lcr board

2011-01-19 Thread Yoshihiro Shimoda
Dear Wolfgang Denk, Thank you for your review. 2011/01/19 17:28, Wolfgang Denk wrote: >> arch/sh/include/asm/cpu_sh4.h |2 + >> arch/sh/include/asm/cpu_sh7757.h| 263 +++ >> board/renesas/sh7757lcr/Makefile| 42 +++ >> board/renesas/sh7757lcr/config.m

Re: [U-Boot] mkimage -a -e ; could address1 and address2 be the same?

2011-01-19 Thread Wolfgang Denk
Dear Fabio Giovagnini, In message <201101191135.58566.fabio.giovagn...@aurion-tech.com> you wrote: > Thanks Depending on the actual system behaviour this may or may not be ok. For example, nearly all PowerArchitecture systems use address1=0 and address2=0. Best regards, Wolfgang Denk -- DENX

[U-Boot] [PATCH V4] mpc83xx:fix pcie configuration space read/write

2011-01-19 Thread Leo Liu
This patch fix a problem for the pcie enumeration when the mpc83xx pcie controller is connected with switch or we use both of the two pcie controller. Signed-off-by: Baidu Boy --- Changes for V2: - Avoid line wrap in the patch Changes for V3 - Add space between ) and { Changes fo

Re: [U-Boot] [PATCH 6/7] mxc_spi: add support for i.MX35 processor

2011-01-19 Thread Wolfgang Denk
Dear Stefano Babic, In message <4d36b845.1000...@denx.de> you wrote: > ... > There are at the moment two other patches by Anatolji regarding this > driver. I have already rebased one of them and post to the ML, but I > admit that, as they are not in the same patchset, it is quite difficult > to ha

Re: [U-Boot] [PATCH 1/7] Add support for MX35 processor

2011-01-19 Thread Wolfgang Denk
Dear Stefano Babic, In message <4d36b2af.9000...@denx.de> you wrote: > > >> +void imx_get_mac_from_fuse(unsigned char *mac) > >> +{ > >> + int i; > >> + > >> + for (i = 0; i < 6; i++) > >> + mac[i] = 0; > > > > memset(mac, 0, 6); > > > > ? > > I think your question mark is relate

Re: [U-Boot] Diferences about CONFIG_SYS_LOAD_ADDR and CONFIG_LOAD_ADDR

2011-01-19 Thread Wolfgang Denk
Dear Fabio Giovagnini, In message <201101191011.23174.fabio.giovagn...@aurion-tech.com> you wrote: > > why this double definitions? Historical reasons. > Aren't they the same thing? Yes, they are. Cleanup patches are welcome. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH 2/3 RESEND] MX51EVK: Use SWx macros in PMIC init

2011-01-19 Thread Sergei Shtylyov
On 19-01-2011 2:19, Marek Vasut wrote: > Signed-off-by: Marek Vasut [...] > diff --git a/board/freescale/mx51evk/mx51evk.c > b/board/freescale/mx51evk/mx51evk.c > index 2160d5a..bcf1934 100644 > --- a/board/freescale/mx51evk/mx51evk.c > +++ b/board/freescale/mx51evk/mx51evk.c > @@ -198,17 +198,1

[U-Boot] [PATCH V2] Do not copy elf section to same adress

2011-01-19 Thread Matthias Weisser
When an elf section is already at the right position (e.g. after image decompression by bootm) there is no need to copy it. This saves some ms when bootig an elf image. Changes since V1 - Fixed style issues Signed-off-by: Matthias Weisser --- common/cmd_elf.c |8 +--- 1 files changed,

Re: [U-Boot] [PATCH 2/3] MX51EVK: Use SWx macros in PMIC init

2011-01-19 Thread Sergei Shtylyov
Hello. On 18-01-2011 22:30, Marek Vasut wrote: > Signed-off-by: Marek Vasut > diff --git a/board/freescale/mx51evk/mx51evk.c > b/board/freescale/mx51evk/mx51evk.c > index 2160d5a..bcf1934 100644 > --- a/board/freescale/mx51evk/mx51evk.c > +++ b/board/freescale/mx51evk/mx51evk.c > @@ -198,17 +19

[U-Boot] mkimage -a -e ; could address1 and address2 be the same?

2011-01-19 Thread Fabio Giovagnini
Thanks -- Ing. Fabio Giovagnini Aurion s.r.l. P.I e C.F. 00885711200 skype: aurion.giovagnini Tel. +39.051.594.78.24 Fax. +39.051.082.14.49 Cell. +39.335.83.50.919 www.aurion-tech.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/ma

Re: [U-Boot] [PATCH 6/7] mxc_spi: add support for i.MX35 processor

2011-01-19 Thread Stefano Babic
On 01/19/2011 08:48 AM, Wolfgang Denk wrote: > Dear Stefano Babic, > > In message <1295012124-15551-6-git-send-email-sba...@denx.de> you wrote: >> Signed-off-by: Stefano Babic >> --- >> drivers/spi/mxc_spi.c | 96 >> + >> 1 files changed, 73 ins

Re: [U-Boot] [PATCH 7/7] Add support for Freescale's mx35pdk board.

2011-01-19 Thread Stefano Babic
On 01/19/2011 09:06 AM, Wolfgang Denk wrote: >> diff --git a/MAINTAINERS b/MAINTAINERS >> index d7cd09c..3abb4cb 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -554,6 +554,7 @@ Stefano Babic >> ea20davinci >> polaris xscale >> trizepsiv xscale >> +

Re: [U-Boot] [PATCH v6] mpq101: initial support for Mercury Computer Systems MPQ101 board

2011-01-19 Thread Alex Dubov
> > > > > +/* > > + * For booting Linux, the board info and command line > data > > + * have to be in the first 16 MB of memory, since > this is > > + * the maximum mapped by the Linux kernel during > initialization. > > + */ > > +#define CONFIG_SYS_BOOTMAPSZ (16 << 20) /* > Initial Memory map fo

Re: [U-Boot] [PATCH 3/7] mxc_i2c: Add support for the i.MX35 processor

2011-01-19 Thread Stefano Babic
On 01/19/2011 08:37 AM, Wolfgang Denk wrote: > Dear Stefano Babic, > > In message <1295012124-15551-3-git-send-email-sba...@denx.de> you wrote: >> Signed-off-by: Stefano Babic > > Add a "Cc: Heiko Schocher " here so the responsible > custodian is on Cc: > >> -#error "define CONFIG_SYS_I2C_MX31_

Re: [U-Boot] [PATCH 1/7] Add support for MX35 processor

2011-01-19 Thread Stefano Babic
On 01/19/2011 08:35 AM, Wolfgang Denk wrote: > Dear Stefano Babic, >> +if (!reg) { >> +reg = __REG(ROMPATCH_REV); > > __REG()? It should not be.. > > NAK. Please use I/O accessors. Please fix globally. I supposed to have already replaced all of them, but I have missed some of

[U-Boot] [PATCH] UEC: Fix compiler warnings introduced by linux/mii.h change

2011-01-19 Thread Kumar Gala
Patch 8ef583a0 [miiphy: convert to linux/mii.h] introduced the following compiler warnings in the uec ethernet driver: In file included from /local/home/galak/git/u-boot-85xx/include/miiphy.h:37:0, from uec.c:32: /local/home/galak/git/u-boot-85xx/include/linux/mii.h:133:0: warning

Re: [U-Boot] [PATCH] powerpc/8xxx: Introduce 85xx, 86xx, QorIQ config headers

2011-01-19 Thread Kumar Gala
Wolfgang, Please take a look. I'd like to see this go in for v2011.03 to clean up the both the order issue, but also establish a cleaner means to handle SoC specific defines for 85xx/86xx/QorIQ going forward. (will be helpful for things like SoC specific errata not having to get put into ever

[U-Boot] [PATCH] powerpc/8xxx: Introduce 85xx, 86xx, QorIQ config headers

2011-01-19 Thread Kumar Gala
Add new headers that capture common defines for a given SoC/processor rather than duplicating that information in board config.h and random other places. Eventually this should be handled by Kconfig & defconfigs Signed-off-by: Kumar Gala --- * I know its late for such a patch, but I think it bes

Re: [U-Boot] [PATCH 2/3] MX51EVK: Use SWx macros in PMIC init

2011-01-19 Thread Stefano Babic
On 01/18/2011 08:30 PM, Marek Vasut wrote: > Signed-off-by: Marek Vasut > --- > board/freescale/mx51evk/mx51evk.c |7 --- > 1 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/board/freescale/mx51evk/mx51evk.c > b/board/freescale/mx51evk/mx51evk.c > index 2160d5a..bcf1934

[U-Boot] Diferences about CONFIG_SYS_LOAD_ADDR and CONFIG_LOAD_ADDR

2011-01-19 Thread Fabio Giovagnini
H All, why this double definitions? Aren't they the same thing? Thanks -- Ing. Fabio Giovagnini Aurion s.r.l. P.I e C.F. 00885711200 skype: aurion.giovagnini Tel. +39.051.594.78.24 Fax. +39.051.082.14.49 Cell. +39.335.83.50.919 www.aurion-tech.com __

Re: [U-Boot] [PATCH 1/3] MC13892: Add SWx buck switchers definitions

2011-01-19 Thread Stefano Babic
On 01/18/2011 08:30 PM, Marek Vasut wrote: > Define voltages configurable on SWx buck switchers. > > Signed-off-by: Marek Vasut > --- > include/mc13892.h | 35 +++ > 1 files changed, 35 insertions(+), 0 deletions(-) > Acked-by: Stefano Babic Best regards, St

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: Add Support for Freescale P1014 Processor

2011-01-19 Thread Kumar Gala
> Please sort list. > >> diff --git a/drivers/misc/fsl_law.c b/drivers/misc/fsl_law.c >> index 931cc71..d2b0cde 100644 >> --- a/drivers/misc/fsl_law.c >> +++ b/drivers/misc/fsl_law.c >> @@ -38,7 +38,7 @@ DECLARE_GLOBAL_DATA_PTR; >> defined(CONFIG_MPC8641) || defined(CONFIG_MPC8610) >> #defin

Re: [U-Boot] usage of DMA

2011-01-19 Thread Vitaly Kuzmichev
Hi Marcel, Marcel wrote: >> Could you enable debug output for ether.c and for your UDC driver and >> show the results? > > I enabled a lot of extra debugging messages so this is not very short. > The output attached below is including start of macb but USB device behave > the > same when I don'

Re: [U-Boot] [PATCH v3] powerpc/8xxx: Add new hwconfig APIs to address early parsing used by DDR init

2011-01-19 Thread Wolfgang Denk
Dear Kumar Gala, In message <1295391047-10952-1-git-send-email-ga...@kernel.crashing.org> you wrote: > There are several users of the hwconfig APIs (8xxx DDR) before we have > the environment properly setup. This causes issues because of the > numerous ways the environment might be accessed beca

Re: [U-Boot] [PATCH v4 1/1] imximage: Add MX53 boot image support

2011-01-19 Thread Wolfgang Denk
Dear Jason Liu, In message <1295382963-32356-1-git-send-email-r64...@freescale.com> you wrote: > This patch add the MX53 boot image support. > > This patch has been tested on Freescale MX53EVK board > and MX51EVK board. > > Signed-off-by: Jason Liu > > --- > Changes for v2: > - Address the fol

Re: [U-Boot] [PATCH 3/3 v3] iMX5: EfikaMX: Preliminary board support

2011-01-19 Thread Wolfgang Denk
Dear Marek Vasut, In message <1295379040-11563-3-git-send-email-marek.va...@gmail.com> you wrote: > Supported: > MMC > IDE > PMIC > SPI flash > LEDs ... > +/** > + * Compile-time error checking > + > *

Re: [U-Boot] [PATCH] Do not copy elf section to same adress

2011-01-19 Thread Wolfgang Denk
Dear Matthias Weisser, In message <1295367283-4696-1-git-send-email-weiss...@arcor.de> you wrote: > When an elf section is already at the right position (e.g. after image > decompression by bootm) there is no need to copy it. > > Signed-off-by: Matthias Weisser > --- > common/cmd_elf.c |7 +

Re: [U-Boot] [PATCH] Fix defines needed to enable command sha1sum

2011-01-19 Thread Wolfgang Denk
Dear Alexander Holler, In message <1295340488-10494-1-git-send-email-hol...@ahsoftware.de> you wrote: > Documented is CONFIG_CMD_SHA1, through confusion in the source > CONFIG_CMD_SHA1 and CONFIG_CMD_SHA1SUM has to be used to enable > sha1sum. > > Fix both, the documentation and the source, so th

Re: [U-Boot] Pull request 85xx

2011-01-19 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > The following changes since commit e1ccf97c5d7651664d37c0c5aa243874b8851b2d: > > Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2011-01-17 > 20:31:46 +0100) > > are available in the git repository at: > > git://git.denx.de/u-boot-mpc85x

Re: [U-Boot] [PATCH v3] powerpc/85xx: Move RESET_VECTOR_ADDRESS into config.h

2011-01-19 Thread Wolfgang Denk
Dear Kumar Gala, In message <1295308504-880-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Rather than defining it config.mk we can set it in config.h and remove > config.mk from several boards that don't need it. > > We mimic what 4xx does and introduce CONFIG_RESET_VECTOR_ADDRESS for

Re: [U-Boot] Hash problem...

2011-01-19 Thread Wolfgang Denk
Dear Peter Barada, In message <4d34c85e.4030...@logicpd.com> you wrote: > > After spending an entire day digging into the hash using GDB/BDI on my > ARM board, I've findally figured out that the hash key of "ramdiskimage" > and "preboot" are the same modulus 347, and this is problematic because

Re: [U-Boot] [PATCH] sh: Fix MigoR of boards.cfg

2011-01-19 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message <1295269288-12468-1-git-send-email-iwama...@nigauri.org> you wrote: > There is not break character between board name and CPU. > > Signed-off-by: Nobuhiro Iwamatsu > --- > boards.cfg |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thank

Re: [U-Boot] [PATCH] sh: add support for sh7757lcr board

2011-01-19 Thread Wolfgang Denk
Dear Yoshihiro Shimoda, In message <4d33c15c.9030...@renesas.com> you wrote: > The R0P7757LC0030RL board has SH7757, 256MB DDR3-SDRAM, SPI ROM, > Ethernet, and more. > > This patch supports the following functions: > - 256MB DDR3-SDRAM > - SPI ROM > - Ethernet > > Signed-off-by: Yoshihiro Shi

Re: [U-Boot] NetRxPackets

2011-01-19 Thread Vitaly Kuzmichev
Hi Marcel, Marcel wrote: >> Not sure that branch is anything up to date > > hmmm. What branch is best to work on for this code ? If someone sends USB-CDC patches they usually are applied into master branch of u-boot-usb.git repository: http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot/u-boot-us

  1   2   >