Re: [U-Boot] [PATCH v2 0/4] [ARM] Add KGDB support for ARM platforms

2010-04-19 Thread Mike Frysinger
splitting patches is good, but you cant use the same exact summary for each one with no changelog -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listin

Re: [U-Boot] [PATCH] KGDB set / remove breakpoints

2010-04-19 Thread Mike Frysinger
On Monday 19 April 2010 04:54:50 Tonny Tzeng wrote: > >> Please note, after applying this patch, those architectures, which > >> already enabled KGDB support, have to create a new asm/kgdb.h and > >> define the length of the break instruction (BREAK_INSTR_SIZE) in that > >> file. > > > > i dont th

[U-Boot] [PATCH] OpenRD: Bring PCIe endpoint out of reset

2010-04-19 Thread Tanmay Upadhyay
There exists PCIe endpoints(not all) that remains in reset state till PERST# line (A11 on the PCIe connector) is hold low. They come out of reset only when this line is high. In case of OpenRD, this line was in tri-state. So, some of the PCIe devices would never appear on the PCIe bus. This patch

[U-Boot] [PATCH v5] net: add altera triple speeds ethernet mac driver

2010-04-19 Thread Thomas Chou
This driver supports the Altera triple speeds 10/100/1000 ethernet mac. Signed-off-by: Thomas Chou --- sort the code to remove func proto. change initialization, with dev_num and bases. add tse_set_mac_address(). sgdma code is not folded due to increased code size. drivers/net/Makefile |

[U-Boot] [PATCH] nios2: consolidate reset initialization

2010-04-19 Thread Thomas Chou
Global interrupt should be disabled from the beginning. Signed-off-by: Thomas Chou --- arch/nios2/cpu/start.S |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/arch/nios2/cpu/start.S b/arch/nios2/cpu/start.S index 31cd5b0..d1016ea 100644 --- a/arch/nios2/cpu/start.

[U-Boot] please help me to Unsubscribe

2010-04-19 Thread zs
because my email box z...@hebut.edu.cn is little size, I do not want to receive email any more, please help me to Unsubscribe. Thanks 2010-04-20 zs ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 3/3] mpc83xx: turn on icache in core initialization to improve u-boot boot time

2010-04-19 Thread Timur Tabi
On Mon, Apr 19, 2010 at 4:37 PM, Kim Phillips wrote: >> That's not what I was asking.  The ITX was different from other 83xx >> boards.  It doesn't define CONFIG_MPC83xx (and with this patch, it > > why doesn't it, btw? It's been a while, but I believe the reason the ITX does not defined CONFIG_

Re: [U-Boot] [PATCH 3/3] mpc83xx: turn on icache in core initialization to improve u-boot boot time

2010-04-19 Thread Scott Wood
Kim Phillips wrote: > On Mon, 19 Apr 2010 15:19:24 -0500 > Scott Wood wrote: >> Shouldn't you be using icache_enable(), or at least using HID0_INIT to >> do invalidation and lock clearing? > > the invalidation should occur whether or not the cache enable bit is > set in HID0_INIT, OK, was think

Re: [U-Boot] [PATCH 3/3] mpc83xx: turn on icache in core initialization to improve u-boot boot time

2010-04-19 Thread Kim Phillips
On Mon, 19 Apr 2010 15:19:24 -0500 Scott Wood wrote: > Kim Phillips wrote: > > On Fri, 16 Apr 2010 20:06:02 +0300 > > Michael Zaidman wrote: > > > >> On Fri, Apr 16, 2010 at 1:36 AM, Kim Phillips > >> wrote: > >>> before, MPC8349ITX boots u-boot in 4.3sec: > >> [snip] > >>> after, MPC8349ITX b

Re: [U-Boot] [PATCH 3/3] mpc83xx: turn on icache in core initialization to improve u-boot boot time

2010-04-19 Thread Kim Phillips
On Mon, 19 Apr 2010 16:05:11 -0500 Timur Tabi wrote: > On Mon, Apr 19, 2010 at 3:41 PM, Scott Wood wrote: > > >> What was so special about the 8349ITX that icache() didn't work? > >> You're changing the HDI0 values for all of the 83xx boards, but AFAIK, > >> only the ITX had this problem. > > >

[U-Boot] [PATCH V2 2/6] MX: RTC13783 uses general function to access PMIC

2010-04-19 Thread Stefano Babic
The RTC is part of the Freescale's PMIC controller. Use general function to access to PMIC internal registers. Signed-off-by: Stefano Babic --- Changes since last version: configuration of the RTC must be updated for the boards that are using it. drivers/rtc/mc13783-rtc.c | 72

[U-Boot] [PATCH V3 4/6] SPI: added support for MX51 to mxc_spi

2010-04-19 Thread Stefano Babic
This patch add SPI support for the MX51 processor. Signed-off-by: Stefano Babic --- Changes: line errouneously removed before submitting the patch (Thanks Magnus Lilja to point out the mistake). drivers/spi/mxc_spi.c | 230 1 files changed, 210

Re: [U-Boot] [PATCH 3/3] mpc83xx: turn on icache in core initialization to improve u-boot boot time

2010-04-19 Thread Timur Tabi
On Mon, Apr 19, 2010 at 3:41 PM, Scott Wood wrote: >> What was so special about the 8349ITX that icache() didn't work? >> You're changing the HDI0 values for all of the 83xx boards, but AFAIK, >> only the ITX had this problem. > > All 83xx boards had the performance problem of not enabling icache

[U-Boot] Couture Brands Inc.

2010-04-19 Thread Couture Brands Inc.
Your email client cannot read this email. To view it online, please go here: http://entourage-group.com/Marketing/display.php?M=13316&C=e39d6aea7c75dea17561e294f3c5c716&S=11&L=7&N=14 To stop receiving these emails:http://entourage-group.com/Marketing/unsubscribe.php?M=13316&C=e39d6aea7c75dea1756

[U-Boot] CFI interface and PPC440EP EBC chipselects

2010-04-19 Thread Stevan Saban
Hi, I am porting u-boot to a PPC 440EP custom board that is very similar to Yosemite. I have two chips (32 MB each) of NOR flash running through ECB at CS0 and CS1 and using the CFI interface. I was wondering where u-boot maps the chip selects so that multiple flash chips can be used. I

Re: [U-Boot] [PATCH v3] Move arch/ppc to arch/powerpc

2010-04-19 Thread Kim Phillips
On Fri, 16 Apr 2010 18:59:30 +0200 Stefan Roese wrote: > [PATCH v3] Move arch/ppc to arch/powerpc > > As discussed on the list, move "arch/ppc" to "arch/powerpc" to > better match the Linux directory structure. > > Please note that this patch also changes the "ppc" target in > MAKEALL to "powe

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

2010-04-19 Thread Scott McNutt
Wolfgang, Wolfgang Denk wrote: > Um... Scott, I have a few other NIOS2 related patches in my queue > that seem to be pending, could you please have a look at these? > > 03/25 Thomas Chou [PATCH v2] nios2: add dma_alloc_coherent with > asm-nios2/dma-mapping.h > 03/27 Thomas Chou [PATCH] nios2:

Re: [U-Boot] [PATCH 3/3] mpc83xx: turn on icache in core initialization to improve u-boot boot time

2010-04-19 Thread Scott Wood
Timur Tabi wrote: > On Thu, Apr 15, 2010 at 5:36 PM, Kim Phillips > wrote: > >> #define CONFIG_SYS_HID0_FINAL (HID0_ENABLE_MACHINE_CHECK | \ >> -HID0_ENABLE_DYNAMIC_POWER_MANAGMENT) >> +HID0_ENABLE_INSTRUCTION_CACHE | \ >> +

Re: [U-Boot] [PATCH] cmd_nand.c: converted to new style subcmd handling

2010-04-19 Thread Scott Wood
On Sun, Apr 04, 2010 at 09:53:16PM +0200, Frans Meulenbroeks wrote: > converted to new style subcmd handling. > partly tested on sheevaplug > read and information commands tested on sheevaplug > (sorry did not want to nuke my device so I did not want to > test things like nand scrub) > > Signed-of

Re: [U-Boot] [PATCH 3/3] mpc83xx: turn on icache in core initialization to improve u-boot boot time

2010-04-19 Thread Timur Tabi
On Thu, Apr 15, 2010 at 5:36 PM, Kim Phillips wrote: >  #define CONFIG_SYS_HID0_FINAL  (HID0_ENABLE_MACHINE_CHECK | \ > -                        HID0_ENABLE_DYNAMIC_POWER_MANAGMENT) > +                                HID0_ENABLE_INSTRUCTION_CACHE | \ > +                                HID0_ENABLE

Re: [U-Boot] [PATCH 3/3] mpc83xx: turn on icache in core initialization to improve u-boot boot time

2010-04-19 Thread Scott Wood
Kim Phillips wrote: > On Fri, 16 Apr 2010 20:06:02 +0300 > Michael Zaidman wrote: > >> On Fri, Apr 16, 2010 at 1:36 AM, Kim Phillips >> wrote: >>> before, MPC8349ITX boots u-boot in 4.3sec: >> [snip] >>> after, MPC8349ITX boots u-boot in 3.0sec: >> Thanks for the good news! Memory POST test on m

Re: [U-Boot] [PATCH 3/3] mpc83xx: turn on icache in core initialization to improve u-boot boot time

2010-04-19 Thread Kim Phillips
On Fri, 16 Apr 2010 20:06:02 +0300 Michael Zaidman wrote: > On Fri, Apr 16, 2010 at 1:36 AM, Kim Phillips > wrote: > > before, MPC8349ITX boots u-boot in 4.3sec: > [snip] > > after, MPC8349ITX boots u-boot in 3.0sec: > > Thanks for the good news! Memory POST test on my board with icach > disabl

Re: [U-Boot] [PATCH 1/6] MX: Added Freescale Power Management Driver

2010-04-19 Thread Stefano Babic
Magnus Lilja wrote: > Hi > Hi Magnus, > On 04/19/2010 09:56 AM, Stefano Babic wrote: >> The patch add supports for the Freescale's Power >> Management Controller (known as Atlas) used together with i.MX31/51 >> processors. It was tested with a MC13783 (MX31) and >> MC13892 (MX51). > > You shoul

[U-Boot] [PATCH] tsec: Wait for both RX and TX to stop

2010-04-19 Thread Andy Fleming
When gracefully stopping the controller, the driver was continuing if *either* RX or TX had stopped. We need to wait for both, or the controller could get into an invalid state. Signed-off-by: Andy Fleming --- drivers/net/tsec.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff

Re: [U-Boot] [PATCH 1/6] MX: Added Freescale Power Management Driver

2010-04-19 Thread Magnus Lilja
Hi On 04/19/2010 09:56 AM, Stefano Babic wrote: > The patch add supports for the Freescale's Power > Management Controller (known as Atlas) used together with i.MX31/51 > processors. It was tested with a MC13783 (MX31) and > MC13892 (MX51). You should try and compile all i.MX31 boards with your p

[U-Boot] Porting U-Boot on MIPS Au1x00 Family

2010-04-19 Thread  Gurumurthy G M
Hi All, i have a RMI Alchemy Au1350 Board which has 1MB NOR Flash, 512MB SDRAM and 4GB moniNAND. i am customizing the present u-boot board source code available in u-boot. I need information regarding the porting U-boot on MIPS as i need to change lot of things here. i am using BDI300

[U-Boot] [RFC] PPC: post_word_{load/store} - eliminate redundant code

2010-04-19 Thread Michael Zaidman
Hi All, In order to eliminate redundant code for powerPC architecture when defining post_word_{load/store} routines I suggest moving them into the arch/ppc/lib/commproc.c file rather than adding them to every arch/ppc/cpu/. Also, defining them with weak attribute will permit overriding them f

Re: [U-Boot] NAND bootloader, SPL<->NUB offset for large page NAND

2010-04-19 Thread Peter Vollmer
On Fri, 16 Apr 2010 23:37:42 +0200, Scott Wood wrote: > We do use the remaining 124 KiB for the payload -- see e.g. > MPC8536DS.h. We > just set CONFIG_SYS_NAND_U_BOOT_OFFS to zero, and > CONFIG_SYS_NAND_U_BOOT_START to 4KiB after the destination. The SPL > will be > loaded twice, but who

[U-Boot] [PATCH v5 1/3] ARM1176: Coexist with other ARM1176 platforms

2010-04-19 Thread Cyril Chemparathy
The current ARM1176 CPU specific code is too specific to the SMDK6400 architecture. The following changes were necessary prerequisites for the addition of other SoCs based on ARM1176. Existing board's (SMDK6400) configuration has been modified to keep behavior unchanged despite these changes. 1.

[U-Boot] [PATCH v5 0/3] TI: tnetv107x patch series

2010-04-19 Thread Cyril Chemparathy
TNETV107X is a Texas Instruments SoC based on an ARM1176 core, and with a bunch on on-chip integrated peripherals. This patch series generalizes current ARM1176 code to allow for the addition of new ARM1176 SOCs. The remaining patches in this series add arch and board support. Cyril Chemparathy

[U-Boot] [PATCH v5 3/3] TI: TNETV107X EVM initial support

2010-04-19 Thread Cyril Chemparathy
TNETV107X is a Texas Instruments SoC based on an ARM1176 core, and with a bunch on on-chip integrated peripherals. This patch adds support for the TNETV107X EVM board. Signed-off-by: Cyril Chemparathy --- v5: rebased on master in u-boot-arm.git (unchanged) v4: rebased on next in u-boot-arm.git (

[U-Boot] [GIT PULL] Pull request: u-boot-imx

2010-04-19 Thread Stefano Babic
Hi Tom, The following changes since commit 7c33c16f3bf53e563aa57e25e2399d0069a08749: Stefano Babic (1): Moved board specific values in config file are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master John Rigby (1): MX25 print arm clock instead o

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

2010-04-19 Thread Stefan Roese
The following changes since commit 2a72e9ed18d2164eb7fe569119342eb631b568da: Stefan Roese (1): ppc4xx: Add option for PPC440SPe ports without old Rev. A support are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Stefan Roese (1): ppc4xx: TLB

Re: [U-Boot] [PATCH] ppc4xx: TLB init file cleanup

2010-04-19 Thread Stefan Roese
On Wednesday 14 April 2010 13:57:18 Stefan Roese wrote: > This patch adds new macros, with frequently used combinations of the > 4xx TLB access control and storage attibutes. Additionally the 4xx init.S > files are updated to make use of these new macros. Resulting in easier > to read TLB definitio

[U-Boot] mmc command

2010-04-19 Thread Amandeep Bhullar
Hello all, I build u-boot-2009.11.1 for the board AT91SAM9G45ek. I have two questions. 1 - Under the folder board/atmel/, the board at91sam9g45ek is not listed. The closest one is at91sam9m10g45ek. Is it Ok to use that? 2 - I want to try SD card boot on the board. After building u-boot (using at

Re: [U-Boot] U-boot on Lite5200B Evaluation Board

2010-04-19 Thread Stefano Babic
Ockie van Schalkwyk wrote: > Hi. We recently bought the Freescale Lite5200B Evaluation Board. A CD > which (supposedly) has the u-boot source code accompanied this board, > only it seems to be incomplete, with a great many empty folders and > missing source files. I downloaded u-boot v1.1.6 from

[U-Boot] [PATCH v2] pm9263 converted to at91 soc access

2010-04-19 Thread Asen Dimov
Signed-off-by: Asen Dimov --- board/ronetix/pm9263/led.c| 15 ++-- board/ronetix/pm9263/pm9263.c | 195 + include/configs/pm9263.h | 87 +- 3 files changed, 152 insertions(+), 145 deletions(-) diff --git a/board/ronetix/pm926

[U-Boot] [PATCH v2] at91: define matrix registers bit fields

2010-04-19 Thread Asen Dimov
Signed-off-by: Asen Dimov --- arch/arm/include/asm/arch-at91/at91_matrix.h | 138 ++ 1 files changed, 138 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/at91_matrix.h b/arch/arm/include/asm/arch-at91/at91_matrix.h index 981ec20..f99b1d4 10064

Re: [U-Boot] tlbentry for U3 bit

2010-04-19 Thread Stefan Roese
Hi Ronny, On Monday 19 April 2010 12:42:29 Ronny D wrote: > I am using ppc440 based board. I have > added one tlbentry in init.S for memctrl register with U3 bit enable. > > When I check the tlb entry through > BDI I found that U3 bit is disabled. > > I have done the same thing using > change_tl

[U-Boot] U-boot on Lite5200B Evaluation Board

2010-04-19 Thread Ockie van Schalkwyk
Hi. We recently bought the Freescale Lite5200B Evaluation Board. A CD which (supposedly) has the u-boot source code accompanied this board, only it seems to be incomplete, with a great many empty folders and missing source files. I downloaded u-boot v1.1.6 from Sourceforge, but that distributio

Re: [U-Boot] EABI 4.2

2010-04-19 Thread Detlev Zundel
Hi Tom, > Wolfgang Denk wrote: >> Dear Tom, >> >> In message <20100317084833.364b2...@marrow.netinsight.se> Simon Kagstrom >> wrote: >>> (Sorry if this has already been taken up, I've not been following the >>> discussion closely) >>> >>> On Thu, 11 Mar 2010 11:11:09 +0100 >>> "Martin Krause" w

[U-Boot] Pull request - u-boot-microblaze

2010-04-19 Thread Michal Simek
Hi Wolfgang, please pull the following changes. Thanks, Michal The following changes since commit 2a72e9ed18d2164eb7fe569119342eb631b568da: Stefan Roese (1): ppc4xx: Add option for PPC440SPe ports without old Rev. A support are available in the git repository at: git://www.denx

[U-Boot] tlbentry for U3 bit

2010-04-19 Thread Ronny D
I am using ppc440 based board. I have added one tlbentry in init.S for memctrl register with U3 bit enable. When I check the tlb entry through BDI I found that U3 bit is disabled.   I have done the same thing using change_tlb then I have seen U3 bit enabled through BDI.   Please let me kno

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

2010-04-19 Thread Prafulla Wadaskar
Hi Tom Pls pull the following The following changes since commit 07739bcef5da07cc4a4edef8b91014ccc332eda3: Stefano Babic (1): Moved board specific values in config file are available in the git repository at: http://git.denx.de/u-boot/u-boot-marvell.git master branch Frans Meulenbr

[U-Boot] [PATCH] at91: define matrix registers bit fields

2010-04-19 Thread Asen Dimov
Signed-off-by: Asen Dimov --- arch/arm/include/asm/arch-at91/at91_matrix.h | 138 ++ 1 files changed, 138 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/at91_matrix.h b/arch/arm/include/asm/arch-at91/at91_matrix.h index 981ec20..60fd75b 10064

Re: [U-Boot] [PATCH] KGDB set / remove breakpoints

2010-04-19 Thread Tonny Tzeng
Thanks for the review, Mike. >> Please note, after applying this patch, those architectures, which >> already enabled KGDB support, have to create a new asm/kgdb.h and >> define the length of the break instruction (BREAK_INSTR_SIZE) in that >> file. > > i dont think breaking build is a good idea.

[U-Boot] APPLY FOR LOAN @ 2% INTEREST RATE

2010-04-19 Thread Solucion Financiera
Solucion Financiera company Spain ATTENTION: DO YOU NEED A LOAN? { APPLY NOW } Are you a business man or woman? Are you in any financial stress or do you need funds to start up your own business? Do you need loan to settle our debt or pay off your bills or start a nice business? Do you have a

[U-Boot] [PATCH V2 6/6] Add SPI support to mx51evk board

2010-04-19 Thread Stefano Babic
The patch adds SPI devices to the mx51evk board. The MC13892 chip (PMIC) is supported. Signed-off-by: Stefano Babic --- Version 2 of the patch is rearranged due to changes in the mxc_spi driver. Other changes: Comments by Tom Rix: - Atmel SPI flash is not supported - removed - R

[U-Boot] [PATCH V2 4/6] SPI: added support for MX51 to mxc_spi

2010-04-19 Thread Stefano Babic
This patch add SPI support for the MX51 processor. Signed-off-by: Stefano Babic --- This is the second version to get support for MX51 in the driver. As reported by Tom Rix, the previous patch broke several MX31 boards and mixed supporting the MX51 processor with fixing some issues. This patch a

[U-Boot] [PATCH 5/6] MX: Added definition file for MC13892

2010-04-19 Thread Stefano Babic
The MC13892 is a Power Controller used with processors of the family MX.51. The file adds definitions to be used to setup the internal registers via SPI. Signed-off-by: Stefano Babic --- include/mc13892.h | 160 + 1 files changed, 160 insertio

[U-Boot] [PATCH 3/6] MX31: Add support for PMIC to the QONG module

2010-04-19 Thread Stefano Babic
Add support for the PMIC (MC13783) controller and enables charging of the RTC battery. Signed-off-by: Stefano Babic --- board/davedenx/qong/qong.c | 20 include/configs/qong.h | 14 ++ 2 files changed, 34 insertions(+), 0 deletions(-) diff --git a/board/

[U-Boot] [PATCH 2/6] MX: RTC13783 uses general function to access PMIC

2010-04-19 Thread Stefano Babic
The RTC is part of the Freescale's PMIC controller. Use general function to access to PMIC internal registers. Signed-off-by: Stefano Babic --- drivers/rtc/mc13783-rtc.c | 72 +--- 1 files changed, 15 insertions(+), 57 deletions(-) diff --git a/drivers/

[U-Boot] [PATCH 1/6] MX: Added Freescale Power Management Driver

2010-04-19 Thread Stefano Babic
The patch add supports for the Freescale's Power Management Controller (known as Atlas) used together with i.MX31/51 processors. It was tested with a MC13783 (MX31) and MC13892 (MX51). Signed-off-by: Stefano Babic --- This replaces: Added MC13892VK Power Management driver. As I saw that the same

[U-Boot] [PATCH] MX51evk: Removed warnings

2010-04-19 Thread Stefano Babic
Changes reflect modifications in the fsl_esdhc driver (the clk_enable field war removed in the configuration structure). Signed-off-by: Stefano Babic --- board/freescale/mx51evk/mx51evk.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/freescale/mx51evk/mx51evk.

Re: [U-Boot] Modify boot parameters using nandwrite?

2010-04-19 Thread Anders Darander
On Sun, Apr 18, 2010 at 22:11, Norbert Wegener wrote: > At the U-Boot boot prompt I can change among others the boot parameters. > Is it possible to modify those boot parameters when the Plug has booted > into Linux via e.g. nandwrite and some parameters? > Is there any documentation that I might