Re: [U-Boot] [PATCH 1/2] net: sh_eth: add cache handling

2011-01-19 Thread Yoshihiro Shimoda
Dear Wolfgang Denk, 2011/01/18 18:32, Wolfgang Denk wrote: Dear Yoshihiro Shimoda, In message 4d33c0da.4000...@renesas.com you wrote: --- a/drivers/net/sh_eth.c +++ b/drivers/net/sh_eth.c @@ -36,6 +36,12 @@ #ifndef CONFIG_SH_ETHER_PHY_ADDR # error Please define CONFIG_SH_ETHER_PHY_ADDR

Re: [U-Boot] [PATCH V4 1/5] mv: seperate kirkwood and armada from common setting

2011-01-19 Thread Lei Wen
Hi Wolfgang, On Wed, Jan 19, 2011 at 5:48 AM, Wolfgang Denk w...@denx.de wrote: Dear Lei Wen, In message 1294754710-7834-2-git-send-email-lei...@marvell.com you wrote: Since there are lots of difference between kirkwood and armada series, it is better to seperate them but still keep the most

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

2011-01-19 Thread Wolfgang Denk
Dear Stefano Babic, In message 1295012124-15551-7-git-send-email-sba...@denx.de you wrote: The patch adds suupport for the Freescale's mx35pdk board (known as well as mx35_3stack). The board boots from the NOR flash. Following devices are supported: - two ethernet devices (FEC and SMC911x

[U-Boot] [PATCH V5 0/5] Add Pantheon soc and dkb board support

2011-01-19 Thread Lei Wen
This patch set add the Pantheon soc and dkb board support. V2: This patch seris update the seperate mv_common part as suggested. V3: Fix config.h include place and copyright claim year. V4: Add change log to each patch. V5: Add doc in Readme for new CONFIG_SYS_MVFS. code style fix. Lei Wen

[U-Boot] [PATCH V5 1/5] mv: seperate kirkwood and armada from common setting

2011-01-19 Thread Lei Wen
Since there are lots of difference between kirkwood and armada series, it is better to seperate them but still keep the most common file shared by all marvell platform in the mv-common configure file. This patch move the kirkwood only driver definitoin in mv-common to the soc_name/config.h. This

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

2011-01-19 Thread Yoshihiro Shimoda
Dear Wolfgang Denk, 2011/01/18 18:36, Wolfgang Denk wrote: Dear Yoshihiro Shimoda, In message 4d3547b8.6020...@renesas.com you wrote: Is this nesseary? The #sinclude is not nessesary. I will remove it. However the LDSCRIPT is necessary on this board because the LSI needs the top of

[U-Boot] [PATCH 2/5] ARM: Add Support for Marvell Pantheon Familiy SoCs

2011-01-19 Thread Lei Wen
Pantheon Family processors are highly integrated SoCs based on Sheeva_88SV331x-v5 PJ1 cpu core. Ref: http://www.marvell.com/products/processors/communications/marvell_pantheon_910_920_pb.pdf SoC versions Supported: 1) PANTHEON920 (TD) 2) PANTHEON910 (TTC) Signed-off-by: Lei Wen

[U-Boot] [PATCH 3/5] serial: add pantheon soc support

2011-01-19 Thread Lei Wen
Signed-off-by: Lei Wen lei...@marvell.com --- V2: V3: Fix copyright claim year. V4: Add change log to each patch. V5: drivers/serial/serial.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c index cd3439e..4032dfd

[U-Boot] [PATCH 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-19 Thread Lei Wen
This patch adds the support MFP support for Marvell PANTHEON SoCs Signed-off-by: Lei Wen lei...@marvell.com --- V2: V3: Fix copyright claim year. V4: Add change log to each patch. V5: coding style fix. arch/arm/include/asm/arch-pantheon/mfp.h | 41 ++

[U-Boot] [PATCH 5/5] Pantheon: Add Board Support for Marvell dkb board

2011-01-19 Thread Lei Wen
DKB is a Development Board for PANTHEON TD/TTC(pxa920/pxa910) with * Processor upto 806Mhz * LPDDR1/2 * x8/x16 SLC/MLC NAND * Footprints for eMMC MMC x8 card With Peripherals: * Parallel LCD I/F * Audio codecs (88PM8607) * MIPI CSI-2 camera * Marvell 88W8787 802.11n/BT module * Marvell 2G/3G RF

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

2011-01-19 Thread Wolfgang Denk
Dear Kumar Gala, In message 1295023271-11897-1-git-send-email-ga...@kernel.crashing.org you wrote: From: Poonam Aggrwal poonam.aggr...@freescale.com Key Features include of the P1010: * e500v2 core frequency operation of 500 to 800 MHz * Power consumption less than 5.0 W at 800 MHz core

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

2011-01-19 Thread Wolfgang Denk
Dear Kumar Gala, In message 1295023271-11897-2-git-send-email-ga...@kernel.crashing.org you wrote: From: Poonam Aggrwal poonam.aggr...@freescale.com The P1014 is similar to the P1010 processor with the following differences: - 16bit DDR with ECC. (P1010 has 32bit DDR w/o ECC) - no eCAN

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 Shimoda

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 iwama...@nigauri.org --- boards.cfg |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

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 on the

Re: [U-Boot] Pull request 85xx

2011-01-19 Thread Wolfgang Denk
Dear Kumar Gala, In message Pine.LNX.4.64.1101172245100.2066@localhost.localdomain 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

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 that

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 weiss...@arcor.de ---

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 r64...@freescale.com --- Changes for v2: -

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't enable

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) #define

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 marek.va...@gmail.com --- include/mc13892.h | 35 +++ 1 files changed, 35 insertions(+), 0 deletions(-) Acked-by: Stefano Babic

[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 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 marek.va...@gmail.com --- 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

[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 ga...@kernel.crashing.org --- * I know its late for such a

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

[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:

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 them.

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 sba...@denx.de Add a Cc: Heiko Schocher h...@denx.de here so the responsible custodian is on Cc: -#error define

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 for Linux*/ + You

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 sba...@denx.de ea20davinci polaris xscale trizepsiv xscale +

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 sba...@denx.de --- drivers/spi/mxc_spi.c | 96 + 1 files changed, 73

[U-Boot] mkimage -a address1 -e address2 ; 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

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 Vasutmarek.va...@gmail.com 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

[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 weiss...@arcor.de --- common/cmd_elf.c |8 +---

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 Vasutmarek.va...@gmail.com [...] 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 @@

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 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 related to the fact that it is not so

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 have an

Re: [U-Boot] mkimage -a address1 -e address2 ; 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

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.mk

[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 liucai@gmail.com --- Changes for V2: - Avoid line wrap in the patch Changes for V3 - Add space between

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

2011-01-19 Thread Leo Liu
2011/1/19 Leo Liu liucai@gmail.com: 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 liucai@gmail.com --- Ignore this one, the name is not changed

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 are other such

[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

[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] [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

[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 eib...@gdsys.de --- Replaces -

[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 eib...@gdsys.de --- Replaces -

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-off-by:

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 message1294757545-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: seedshopebocui...@gmail.com Please

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 w...@denx.de: 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

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 Vasutmarek.va...@gmail.com [...] diff --git a/board/freescale/mx51evk/mx51evk.c b/board/freescale/mx51evk/mx51evk.c index 2160d5a..bcf1934 100644 ---

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 écrit : Modify Makefile

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 ... +/***

[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 marek.va...@gmail.com Acked-by: Stefano Babic sba...@denx.de --- include/mc13892.h | 39 +++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/include/mc13892.h

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

2011-01-19 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com --- 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

[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 marek.va...@gmail.com --- v4: Fixed coding style as proposed by Wolfgang (multiline comments, #defines) MAINTAINERS|

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 display outputs

[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 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

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 liu.h.ja...@gmail.com: Hi, Wolfgang, 2011/1/19 Wolfgang Denk w...@denx.de: 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

Re: [U-Boot] usb cdc mode flow

2011-01-19 Thread Remy Bohmer
Hi Marcel, 2011/1/15 Marcel korg...@home.nl: 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.

[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 delete is

[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

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

2011-01-19 Thread Wolfgang Denk
Dear Jason Liu, In message AANLkTinx920ets6A-F5R-+RiJ06OQLx=5zujbj9lk...@mail.gmail.com 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)) {

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 w...@denx.de: Dear Jason Liu, In message AANLkTinx920ets6A-F5R-+RiJ06OQLx=5zujbj9lk...@mail.gmail.com you wrote: Do you mean the I need add the braces as the following?     if ((fhdr_v1-app_code_barker == APP_CODE_BARKER)              

[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 r64...@freescale.com --- Changes for v2: - Address the following comments from Stefano, - Get rid of #ifdef in the imximage.h and .c file and use

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

2011-01-19 Thread Reinhard Meyer
Dear Wolfgang Denk, Dear chr...@cyberswitching.com, In message20110119144640.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

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

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 chr...@cyberswitching.com 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

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 cened...@indel.ch 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

[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] [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 table

Re: [U-Boot] usb cdc mode flow

2011-01-19 Thread Marcel
Hi Remy, 2011/1/15 Marcel korg...@home.nl: 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

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

2011-01-19 Thread Wolfgang Denk
Dear Remy Bohmer, In message AANLkTi=xpppa51rausqjuch7sfr0agv-qouzmpa3d...@mail.gmail.com 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:

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 w...@denx.de wrote: Dear Tom Warren, In message AANLkTi=f-14jnam_dy5c1sgtt0nmqm-pnok6gdg4d...@mail.gmail.com you wrote: 1) IO access functions - I pre-reviewed my patch series with Wolfgang (to hopefully catch any blatant errors and

[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

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

2011-01-19 Thread Tom Warren
Signed-off-by: Tom Warren twar...@nvidia.com --- 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

[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 twar...@nvidia.com --- 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

[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 twar...@nvidia.com --- 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

[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 twar...@nvidia.com --- 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

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 including

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 handled by

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 and random

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 it

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. snip --- /dev/null +++ b/arch/arm/cpu/armv7/tegra2/lowlevel_init.S @@ -0,0 +1,66 @@ +/* + * Board specific setup info This is CPU-specific code,

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 twarren.nvi...@gmail.com 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

[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 hol...@ahsoftware.de --- common/env_nand.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/env_nand.c

[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

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 of the

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 york...@freescale.com --- .../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 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

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 york...@freescale.com --- include/configs/corenet_ds.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) applied to 85xx - k

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 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

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 york...@freescale.com --- arch/powerpc/cpu/mpc85xx/cmd_errata.c

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 york...@freescale.com --- arch/powerpc/include/asm/fsl_ddr_sdram.h |

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 york...@freescale.com --- arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c | 15 +-- 1 files changed, 13 insertions(+), 2 deletions(-) applied

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 dipen.dud...@freescale.com Acked-by: Kumar Gala

  1   2   >