Re: [U-Boot] [U-Boot-Users]-compilation error

2012-01-27 Thread Christian Riesch
Hi, On Fri, Jan 27, 2012 at 7:32 AM, periyasamy samy eceperiyas...@gmail.com wrote: hi..  i am new to u-boot and for my practice i compiled  arm720t impa7 source code using abacus-anurag-linux compiler. i am getting the following I'm not familiar with abacus-anurag, but isn't that a different

[U-Boot] [PATCH] * Fix: watchdog timed out, if flash blank (0xFF) blocks

2012-01-27 Thread Jens Scharsig (BuS Elektronik)
The current implementation of cfi_flash uses udelay to reset watchdog. If several blocks are blank (0xff filled) the watchdog timed out. The reason is, udelay is never called, if flash device is ready to fast. e.g. mw.w $(copy_addr) 1;cp.b $(copy_addr) 1088 2 -

Re: [U-Boot] mx28 spl power cpu clock configuration

2012-01-27 Thread Robert Deliën
When I swap power_init and mem_init though, the board boots fine, othervise it hangs. Ok, so looks like this is not compiler related issue then. I will try this too. I've noticed that mem_init also touched PLL bypass, etc. I'm starting to wonder if we need to touch PLL bypass in

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-01-27 Thread Sergey Lapin
On Thu, Jan 26, 2012 at 05:39:13PM +0100, Pali Rohár wrote: On Thursday 26 January 2012 11:25:59 Sergey Lapin wrote: On Wed, Jan 25, 2012 at 11:00:34PM +0100, Marek Vasut wrote: What do you mean, you don't need xloader, u-boot SPL can replace it. Yes and no. No, becaue you nor I

Re: [U-Boot] [PATCH V4 1/2] ehci-omap: driver for EHCI host on OMAP3

2012-01-27 Thread Govindraj
On Thu, Jan 26, 2012 at 2:19 AM, Tom Rini tom.r...@gmail.com wrote: On Wed, Jan 25, 2012 at 3:32 AM, Stefano Babic sba...@denx.de wrote: On 17/01/2012 07:14, Govindraj wrote: On Mon, Jan 16, 2012 at 3:27 PM, Stefano Babic sba...@denx.de wrote: On 16/01/2012 08:58, Govindraj wrote: Th v2

Re: [U-Boot] [PATCH V4 1/2] ehci-omap: driver for EHCI host on OMAP3

2012-01-27 Thread Stefano Babic
On 27/01/2012 10:07, Govindraj wrote: My only concern is that I would really like to wait for the cleanup / fixup series to be complete before we pull this change in as well. Yes thanks, I am working on some comments from Igor to make use of ulpi frame work for soft phy reset for ulpi

Re: [U-Boot] [PATCH 00/14] Nokia RX-51 support

2012-01-27 Thread Pali Rohár
On Friday 27 January 2012 03:59:41 Sergey Lapin wrote: On Thu, Jan 26, 2012 at 05:39:13PM +0100, Pali Rohár wrote: On Thursday 26 January 2012 11:25:59 Sergey Lapin wrote: On Wed, Jan 25, 2012 at 11:00:34PM +0100, Marek Vasut wrote: What do you mean, you don't need xloader, u-boot SPL

Re: [U-Boot] [PATCH 1/4] net: fec_mxc: add 1000 Mbps selection

2012-01-27 Thread Dirk Behme
On 26.01.2012 23:21, Troy Kisky wrote: Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com Whole patch series: Acked-by: Dirk Behme dirk.be...@de.bosch.com Many thanks! Dirk ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 13/14] New command bootmenu: ANSI terminal Boot Menu support

2012-01-27 Thread Sergey Lapin
On Wed, Jan 25, 2012 at 08:57:19PM +0100, Pali Rohár wrote: On Wednesday 25 January 2012 19:18:50 Marek Vasut wrote: Do you need this command if you already have common/menu.c? I need menu which can work with ANSI terminal and framebuffer on device screen. Something which can easy

[U-Boot] [PATCH]powerpc/8xxx:Add MPH controller support in USB device-tree fixup

2012-01-27 Thread Ramneek Mehresh
Add support for fixing usb mode and phy type for MPH(Multi Port Host) USB controllers in device-tree nodes. Required for socs like P3060, P5020, etc having MPH USB controller. Signed-off-by: Ramneek Mehresh ramneek.mehr...@freescale.com --- arch/powerpc/cpu/mpc8xxx/fdt.c | 46

[U-Boot] Pull request: Davinci uboot

2012-01-27 Thread Hadli, Manjunath
Hi Tom, These patches have been posted earlier and have gone necessary reviews and I feel they are ready to be pulled. Please pull these pathes. Thanks and Regards, -Manju The following changes since commit 3325ee67f2194d821f0755b94dc57adb1d579d7b: Yegor Yefremov (1): am3517evm:

Re: [U-Boot] Pull request: Davinci uboot

2012-01-27 Thread Christian Riesch
Hi Manju, On Fri, Jan 27, 2012 at 12:34 PM, Hadli, Manjunath manjunath.ha...@ti.com wrote: Hi Tom, These patches have been posted earlier and have gone necessary reviews and I feel they are ready to be pulled. Please pull these pathes. I think the last time you posted these patches was in

Re: [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

2012-01-27 Thread Govindraj
On Wed, Jan 25, 2012 at 7:10 PM, Igor Grinberg grinb...@compulab.co.il wrote: Hi Govindraj, On 01/25/12 11:04, Govindraj wrote: Hi Igor, On Sun, Jan 22, 2012 at 5:50 PM, Igor Grinberg grinb...@compulab.co.il wrote: On 01/19/12 10:15, Govindraj wrote: On Wed, Jan 18, 2012 at 11:21 PM,

Re: [U-Boot] [PATCH V3 4/6] sf command: allow default chip select through CONFIG_SPI_FLASH_CS

2012-01-27 Thread Eric Nelson
On 01/26/2012 07:50 PM, Mike Frysinger wrote: On Thursday 26 January 2012 20:22:22 Eric Nelson wrote: On 01/24/2012 11:08 AM, Mike Frysinger wrote: On Tuesday 24 January 2012 11:18:22 Eric Nelson wrote: This patch allows a board configuration file to provide a default chip-select for serial

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Robert Nelson
On Thu, Jan 26, 2012 at 5:21 PM, Tom Rini tom.r...@gmail.com wrote: On Thu, Jan 26, 2012 at 12:35 PM, wilsonjonathan piercing_m...@hotmail.com wrote: On Thu, 2012-01-26 at 12:28 -0700, Tom Rini wrote: On Thu, Jan 26, 2012 at 12:14 PM, wilsonjonathan piercing_m...@hotmail.com wrote: On Thu,

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Tom Rini
On Fri, Jan 27, 2012 at 8:05 AM, Robert Nelson robertcnel...@gmail.com wrote: On Thu, Jan 26, 2012 at 5:21 PM, Tom Rini tom.r...@gmail.com wrote: On Thu, Jan 26, 2012 at 12:35 PM, wilsonjonathan piercing_m...@hotmail.com wrote: On Thu, 2012-01-26 at 12:28 -0700, Tom Rini wrote: On Thu, Jan

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread wilsonjonathan
On Fri, 2012-01-27 at 08:09 -0700, Tom Rini wrote: On Fri, Jan 27, 2012 at 8:05 AM, Robert Nelson robertcnel...@gmail.com wrote: On Thu, Jan 26, 2012 at 5:21 PM, Tom Rini tom.r...@gmail.com wrote: On Thu, Jan 26, 2012 at 12:35 PM, wilsonjonathan piercing_m...@hotmail.com wrote: On Thu,

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread wilsonjonathan
I think the area of code that needs investigating is in arch/arm/cpu/armv7/omap3/sdrc.c line 82 onwards :- u32 get_sdr_cs_size(u32 cs) { u32 size; /* get ram size field */ size = readl(sdrc_base-cs[cs].mcfg) 8; size = 0x3FF; /* remove unwanted bits */

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Tom Rini
On Fri, Jan 27, 2012 at 8:50 AM, wilsonjonathan piercing_m...@hotmail.com wrote: I think the area of code that needs investigating is in arch/arm/cpu/armv7/omap3/sdrc.c line 82 onwards :- u32 get_sdr_cs_size(u32 cs) {       u32 size;       /* get ram size field */       size =

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Robert Nelson
On Fri, Jan 27, 2012 at 9:58 AM, Tom Rini tom.r...@gmail.com wrote: On Fri, Jan 27, 2012 at 8:50 AM, wilsonjonathan piercing_m...@hotmail.com wrote: I think the area of code that needs investigating is in arch/arm/cpu/armv7/omap3/sdrc.c line 82 onwards :- u32 get_sdr_cs_size(u32 cs) {  

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Tom Rini
On Fri, Jan 27, 2012 at 9:23 AM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Jan 27, 2012 at 9:58 AM, Tom Rini tom.r...@gmail.com wrote: On Fri, Jan 27, 2012 at 8:50 AM, wilsonjonathan piercing_m...@hotmail.com wrote: I think the area of code that needs investigating is in

Re: [U-Boot] [PATCH] kirkwood_spi: correct access to irq_mask register

2012-01-27 Thread Ian Campbell
On Thu, 2012-01-12 at 08:22 -0800, Prafulla Wadaskar wrote: -Original Message- From: Ian Campbell [mailto:i...@hellion.org.uk] Sent: 12 January 2012 21:40 To: u-boot@lists.denx.de Cc: Ian Campbell; Prafulla Wadaskar; Albert ARIBAUD Subject: [PATCH] kirkwood_spi: correct

[U-Boot] Changes in uEnv.txt does not work

2012-01-27 Thread manishdkanchan
Hi, I am Manish and i have recently started working on beagleboard xm. I am facing certain issues. Need guidance to solve it. Background: I am using beagleboard xm, uboot version 9 of 2011 Intention: Current version of uboot has the environment variable loaduimage set for ext3 partition.Now i

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Robert Nelson
On Fri, Jan 27, 2012 at 10:25 AM, Tom Rini tom.r...@gmail.com wrote: On Fri, Jan 27, 2012 at 9:23 AM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Jan 27, 2012 at 9:58 AM, Tom Rini tom.r...@gmail.com wrote: On Fri, Jan 27, 2012 at 8:50 AM, wilsonjonathan piercing_m...@hotmail.com

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Robert Nelson
On Fri, Jan 27, 2012 at 10:51 AM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Jan 27, 2012 at 10:25 AM, Tom Rini tom.r...@gmail.com wrote: On Fri, Jan 27, 2012 at 9:23 AM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Jan 27, 2012 at 9:58 AM, Tom Rini tom.r...@gmail.com wrote:

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Tom Rini
On Fri, Jan 27, 2012 at 10:09 AM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Jan 27, 2012 at 10:51 AM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Jan 27, 2012 at 10:25 AM, Tom Rini tom.r...@gmail.com wrote: On Fri, Jan 27, 2012 at 9:23 AM, Robert Nelson

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Robert Nelson
On Fri, Jan 27, 2012 at 11:58 AM, Tom Rini tom.r...@gmail.com wrote: On Fri, Jan 27, 2012 at 10:09 AM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Jan 27, 2012 at 10:51 AM, Robert Nelson robertcnel...@gmail.com wrote: On Fri, Jan 27, 2012 at 10:25 AM, Tom Rini tom.r...@gmail.com

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

2012-01-27 Thread Tom Rini
Hello, I've updated my pull request with two important bugfixes. The following changes since commit 5d250e52ffd5554834a45ac8d53762fbbf36933c: Simon Glass (1): tegra2: Enable data cache are available in the git repository at: git://git.denx.de/u-boot-ti.git master Ben Gardiner (1):

Re: [U-Boot] [PATCH 1/2 V2] arm926: Flush the data cache before disabling it.

2012-01-27 Thread Tom Rini
On Fri, Jan 20, 2012 at 6:06 AM, Aneesh V ane...@ti.com wrote: Hi Christian, On Friday 20 January 2012 06:18 PM, Christian Riesch wrote: Hi Aneesh, On Fri, Jan 20, 2012 at 1:13 PM, Aneesh Vane...@ti.com  wrote: On Friday 20 January 2012 02:51 PM, Christian Riesch wrote: On Fri, Jan 20,

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread wilsonjonathan
On Fri, 2012-01-27 at 12:00 -0600, Robert Nelson wrote: On Fri, Jan 27, 2012 at 11:58 AM, Tom Rini tom.r...@gmail.com wrote: OMAP3530-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 720 mHz OMAP3 Beagle board + LPDDR/NAND I2C: ready DRAM: 256 MiB NAND: 256 MiB MMC: OMAP SD/MMC:

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Tom Rini
On Fri, Jan 27, 2012 at 11:42 AM, wilsonjonathan piercing_m...@hotmail.com wrote: On Fri, 2012-01-27 at 12:00 -0600, Robert Nelson wrote: On Fri, Jan 27, 2012 at 11:58 AM, Tom Rini tom.r...@gmail.com wrote: OMAP3530-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 720 mHz OMAP3 Beagle board

[U-Boot] beagle-xm boot logo / DSS in u-boot

2012-01-27 Thread Peter Meerwald
Hello, u-boot has some code for beagleboard to initialize DVI (?), i.e. beagle_display_init(); omap3_dss_enable(); as well as CONFIG_VIDEO_OMAP3 what is the expected output? this doesn't seem to do anything I understand that there is no code to actually output an image, but I would expect that

Re: [U-Boot] u-boot on beagleboard finds incorrect memory size.

2012-01-27 Thread Robert Nelson
On Fri, Jan 27, 2012 at 12:42 PM, wilsonjonathan piercing_m...@hotmail.com wrote: On Fri, 2012-01-27 at 12:00 -0600, Robert Nelson wrote: On Fri, Jan 27, 2012 at 11:58 AM, Tom Rini tom.r...@gmail.com wrote: OMAP3530-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 720 mHz OMAP3 Beagle board

Re: [U-Boot] [PATCH 3/4] net: phy: add support for Micrel's KSZ9021

2012-01-27 Thread Troy Kisky
On 1/26/2012 7:54 PM, Mike Frysinger wrote: On Thursday 26 January 2012 17:21:44 Troy Kisky wrote: +/* This is used to set board specific things like clock skew */ +unsigned short ksz9021_por_cmds[] = { static const Thanks +int ksz9021_send_phy_cmds(struct phy_device *phydev, unsigned

Re: [U-Boot] U-Boot for EVAL-SPEAR1310-CPU

2012-01-27 Thread Wolfgang Denk
Dear Zeeshan Aslam, In message CA+xOea9ZdhK6AUUzBsM=ozsenhvupdvnfvwwz9aakyjbtdo...@mail.gmail.com you wrote: From where I can get the UBOOT code for SPEAr1310 evaluation board. I m first time working on UBOOT thing. kindly direct me to the appropriate link where I can download this for

Re: [U-Boot] Question regarding NAND environment

2012-01-27 Thread Peter Barada
On 01/27/2012 04:46 PM, Scott Wood wrote: On 01/26/2012 11:34 AM, Peter Barada wrote: On 01/26/2012 12:27 PM, Scott Wood wrote: Why are two copies insufficient for that? Two copies are sufficient, if none of the blocks ever go bad. To simplify things, suppose the environment is the same size

Re: [U-Boot] Question regarding NAND environment

2012-01-27 Thread Tom Rini
On Fri, Jan 27, 2012 at 3:08 PM, Peter Barada peter.bar...@logicpd.com wrote: On 01/27/2012 04:46 PM, Scott Wood wrote: On 01/26/2012 11:34 AM, Peter Barada wrote: On 01/26/2012 12:27 PM, Scott Wood wrote: Why are two copies insufficient for that? Two copies are sufficient, if none of the