Re: [U-Boot] Help with Glomation GESBC-9G20

2013-06-25 Thread Andreas Bießmann
Hi Larry, On 26.06.13 03:55, Larry Baker wrote: > On Jun 25, 2013, at 6:08 PM, Bo Shen wrote: > >> Hi Larry Baker, >> >> On 06/26/2013 02:02 AM, Larry Baker wrote: >>> On 24 Jun 2013, at 1:22 AM, Bo Shen wrote: >>> Hi Larry Baker, On 6/24/2013 16:02, Larry Baker wrote: BTW,

[U-Boot] U-Boot: am335x video support

2013-06-25 Thread Heiko Schocher
Hello, is in current U-Boot a lcd driver for the am335x integrated LCD controller? If yes, also with Splash screen support? Thanks! bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany _

Re: [U-Boot] U-Boot Digest, Vol 61, Issue 36

2013-06-25 Thread krishna dwivedi
t; >>> On Jun 25, 2013, at 11:08 AM, Heiko Schocher wrote: > >>> > >>>> Hello, > >>>> > >>>> using "dfu-util -l" shows different output connecting to > >>>> an am335x based board and using dfu_nand.c with curren

[U-Boot] [PATCH v2] drivers:usb: use get|put_unaligned_le16

2013-06-25 Thread Piotr Wilczek
This patch use get|put_unaligned_le16 to access structure data to avoid data abort on some ARM platforms. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Marek Vasut --- Changes for v2: - rebased on top of u-boot-usb/master drivers/usb/gadget/f_mass_storage.c |8 1

Re: [U-Boot] [PATCH 2/4] ARM: AM33xx: Cleanup clocks layer

2013-06-25 Thread Heiko Schocher
Hello Lokesh, Am 24.06.2013 15:15, schrieb Lokesh Vutla: > Cleaning up the clocks layer. > This helps in addition of new Soc with minimal > changes. > This is derived from OMAP4 boards. > > Signed-off-by: Lokesh Vutla > --- > arch/arm/cpu/armv7/am33xx/board.c |6 - > arch/arm/cpu/

Re: [U-Boot] [PATCH 1/4] ARM: AM33xx: Cleanup dplls data

2013-06-25 Thread Heiko Schocher
Hello Lokesh, Am 24.06.2013 15:15, schrieb Lokesh Vutla: > Locking sequence for all the dplls is same. > In the current code same sequence is done repeatedly > for each dpll. Instead have a generic function > for locking dplls and pass dpll data to that function. > > This is derived from OMAP4 bo

Re: [U-Boot] [PATCH 1/4] ARM: AM33xx: Cleanup dplls data

2013-06-25 Thread Heiko Schocher
Hello Lokesh, Am 24.06.2013 15:15, schrieb Lokesh Vutla: > Locking sequence for all the dplls is same. > In the current code same sequence is done repeatedly > for each dpll. Instead have a generic function > for locking dplls and pass dpll data to that function. > > This is derived from OMAP4 bo

Re: [U-Boot] [PATCH 0/4] ARM: AM33xx: Cleanup clocks and hwinit

2013-06-25 Thread Lokesh Vutla
Hi Tom, On Monday 24 June 2013 06:45 PM, Lokesh Vutla wrote: This series tries to cleanup code for AM33xx, inorder to ensure code reusabilty by moving the duplicated code to common place. This also helps in addition of new Soc with minimal changes. Testing: Boot tested on BeagleBone White/Black,

Re: [U-Boot] Help with Glomation GESBC-9G20

2013-06-25 Thread Larry Baker
On Jun 25, 2013, at 6:08 PM, Bo Shen wrote: > Hi Larry Baker, > > On 06/26/2013 02:02 AM, Larry Baker wrote: >> On 24 Jun 2013, at 1:22 AM, Bo Shen wrote: >> >>> Hi Larry Baker, >>> >>> On 6/24/2013 16:02, Larry Baker wrote: I have found why the latest U-Boot does not work on my Glomation

Re: [U-Boot] [PATCH] powerpc/mpc85xx:Disable Debug TLB entry for non-minimal SPL

2013-06-25 Thread Prabhakar Kushwaha
On 06/25/2013 08:38 PM, Scott Wood wrote: On 06/25/2013 12:03:56 AM, Prabhakar Kushwaha wrote: CONFIG_SPL_BUILD creates debug TLB entry, so disable it before init_tlbs. CONFIG_SPL_INIT_MINIMAL never creates any debug TLB entry, so no need of disable_tlb(). Signed-off-by: Prabhakar Kushwaha -

Re: [U-Boot] [PATCH 1/2] blackfin: gpio: Unreserve gpio in special_gpio_free()

2013-06-25 Thread Sonic Zhang
Acked-by: Sonic Zhang On Wed, Jun 26, 2013 at 10:09 AM, Axel Lin wrote: > In special_gpio_free(), call unreserve() rather than reserve() to release > gpio. > > Signed-off-by: Axel Lin > --- > arch/blackfin/cpu/gpio.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a

[U-Boot] [PATCH] ColdFire: Update the arch_global_date changes for mcf5441x

2013-06-25 Thread Jason Jin
Update inp_clk, vco_clk and flb_clk for mcf5441x as those items were moved to arch_global_data. Signed-off-by: Jason Jin --- arch/m68k/cpu/mcf5445x/speed.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/m68k/cpu/mcf5445x/speed.c b/arch/m68k/cpu/mcf5445x/speed

Re: [U-Boot] [PATCH 2/2] gpio: adi_gpio2: Unreserve gpio in special_gpio_free()

2013-06-25 Thread Sonic Zhang
Acked-by: Sonic Zhang On Wed, Jun 26, 2013 at 10:10 AM, Axel Lin wrote: > In special_gpio_free(), call unreserve() rather than reserve() to release > gpio. > > Signed-off-by: Axel Lin > --- > drivers/gpio/adi_gpio2.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a

[U-Boot] [PATCH] arm: atmel: add nand trimffs subcommand for at91sam9n12 and at91sam9x5

2013-06-25 Thread Bo Shen
as the at91sam9n12 and at91sam9x5 soc support PMECC, when use u-boot to flash the rootfs, in order to avoid flash one sector with all 0xff into NAND, so use nand trimffs subcommand to avoid it Signed-off-by: Bo Shen --- include/configs/at91sam9n12ek.h |3 +++ include/configs/at91sam9x5ek.h

[U-Boot] [PATCH] arm: atmel: add gmac support for sama5d3xek board

2013-06-25 Thread Bo Shen
add gmac support for sama5d3xek board, the gmac embedded in: - sama5d33, sama5d34, sama5d35 Signed-off-by: Bo Shen --- arch/arm/cpu/armv7/at91/sama5d3_devices.c| 24 arch/arm/include/asm/arch-at91/at91_common.h |1 + board/atmel/sama5d3xek/sama5d3xek.c

[U-Boot] [PATCH 2/2] gpio: adi_gpio2: Unreserve gpio in special_gpio_free()

2013-06-25 Thread Axel Lin
In special_gpio_free(), call unreserve() rather than reserve() to release gpio. Signed-off-by: Axel Lin --- drivers/gpio/adi_gpio2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/adi_gpio2.c b/drivers/gpio/adi_gpio2.c index 7a034eb..051073c 100644 --- a/dri

[U-Boot] [PATCH 1/2] blackfin: gpio: Unreserve gpio in special_gpio_free()

2013-06-25 Thread Axel Lin
In special_gpio_free(), call unreserve() rather than reserve() to release gpio. Signed-off-by: Axel Lin --- arch/blackfin/cpu/gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/blackfin/cpu/gpio.c b/arch/blackfin/cpu/gpio.c index f74a0b7..a4d10d5 100644 --- a/arc

Re: [U-Boot] Help with Glomation GESBC-9G20

2013-06-25 Thread Bo Shen
Hi Larry Baker, On 06/26/2013 02:02 AM, Larry Baker wrote: On 24 Jun 2013, at 1:22 AM, Bo Shen wrote: Hi Larry Baker, On 6/24/2013 16:02, Larry Baker wrote: I have found why the latest U-Boot does not work on my Glomation GESBC-9G20 board. Two causes: a bad code text segment address (preven

Re: [U-Boot] [PATCH v5 8/8] Boards: Add support for SolidRun CuBox

2013-06-25 Thread Sebastian Hesselbarth
On 06/25/2013 11:27 PM, Sascha Silbe wrote: With latest support for Marvell Dove SoC, add the SolidRun CuBox as the very first board with that SoC. Three variants are provided: 1. A regular SPI boot image for CuBox (1GiB) The CuBox (without "Pro") has 1GiB of memory. 2. A regular SPI boot

Re: [U-Boot] [PATCH v5 5/8] SPI: add Dove support to Kirkwood SPI driver

2013-06-25 Thread Sebastian Hesselbarth
On 06/25/2013 11:27 PM, Sascha Silbe wrote: The SPI support on Dove is very similar to that on Kirkwood (and possibly orion5x as well). Instead of duplicating the code, we tweak the Kirkwood driver so it works for Dove, too. Signed-off-by: Sascha Silbe --- v4->v5: Modify Kirkwood driver rather

Re: [U-Boot] [PATCH v5 1/8] ARM: dove: add support for Marvell Dove SoC

2013-06-25 Thread Sebastian Hesselbarth
On 06/25/2013 11:27 PM, Sascha Silbe wrote: This patch adds initial support for the armv7-based Marvell Dove SoC (88AP510). Signed-off-by: Sascha Silbe --- v4->v5: some adjustments for the GPIO and SPI driver changes [...] diff --git a/arch/arm/include/asm/arch-dove/config.h b/arch/arm/inclu

Re: [U-Boot] [PATCH v5 3/8] GPIO: add Dove support to Kirkwood GPIO driver

2013-06-25 Thread Sebastian Hesselbarth
On 06/25/2013 11:27 PM, Sascha Silbe wrote: The GPIO support of Dove is very similar to that on Kirkwood (and possibly orion5x as well). Instead of duplicating the code, we tweak the Kirkwood driver so it works for Dove, too. Signed-off-by: Sascha Silbe --- [...] diff --git a/drivers/gpio/kw_g

Re: [U-Boot] [PATCH 06/11] powerpc/T4240EMU: Add T4240EMU target

2013-06-25 Thread Scott Wood
On 06/25/2013 05:02:58 PM, York Sun wrote: On 06/25/2013 02:24 PM, Wolfgang Denk wrote: > > Entry to MAINTAINERS missing. And checkpatch reports a number of Didn't know we are enforcing this. Will add. > warnings that need to be fixed: > > - WARNING: quoted string split across lines Noticed.

Re: [U-Boot] [PATCH 06/11] powerpc/T4240EMU: Add T4240EMU target

2013-06-25 Thread York Sun
On 06/25/2013 02:24 PM, Wolfgang Denk wrote: > > Entry to MAINTAINERS missing. And checkpatch reports a number of Didn't know we are enforcing this. Will add. > warnings that need to be fixed: > > - WARNING: quoted string split across lines Noticed. How are we going to balance the long lines

[U-Boot] [PATCH v5 7/8] NET: mvgbe: avoid unused variable warning when used without phylib support

2013-06-25 Thread Sascha Silbe
Avoid a recently introduced unused variable warning for boards that use mvgbe but not phylib. Signed-off-by: Sascha Silbe --- v4->v5: Most of the original patch ("NET: mvgbe: add phylib support") was merged to master, only this clean-up remains. drivers/net/mvgbe.c | 5 +++-- 1 file c

[U-Boot] [PATCH v5 6/8] block: mvsata: add dove include

2013-06-25 Thread Sascha Silbe
Dove SoC also uses mvsata, therefore add a SoC specific include to allow to reuse the mvsata ide driver. Signed-off-by: Sascha Silbe Acked-by: Prafulla Wadaskar --- v4->v5: no changes drivers/block/mvsata_ide.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/block/mvsata_ide.c b

[U-Boot] [PATCH v5 8/8] Boards: Add support for SolidRun CuBox

2013-06-25 Thread Sascha Silbe
With latest support for Marvell Dove SoC, add the SolidRun CuBox as the very first board with that SoC. Three variants are provided: 1. A regular SPI boot image for CuBox (1GiB) The CuBox (without "Pro") has 1GiB of memory. 2. A regular SPI boot image for CuBox Pro (2GiB) The CuBox Pro h

[U-Boot] [PATCH v5 4/8] MMC: sdhci: Add support for dove sdhci

2013-06-25 Thread Sascha Silbe
This adds a driver for the sdhci controller found on Dove SoCs. Signed-off-by: Sascha Silbe --- v4->v5: no changes arch/arm/include/asm/arch-dove/mmc.h | 27 ++ drivers/mmc/Makefile | 1 + drivers/mmc/dove_sdhci.c | 101 +++

[U-Boot] [PATCH v5 2/8] usb: ehci-marvell: add support for second USB controller

2013-06-25 Thread Sascha Silbe
From: Sascha Silbe Marvell 88AP510 (Armada 510, dove) has two separate USB controllers. Use the index parameter that already gets passed in to calculate the base address of the controller. Signed-off-by: Sascha Silbe --- v4->v5: no changes drivers/usb/host/ehci-marvell.c | 35 +++

[U-Boot] [PATCH v5 3/8] GPIO: add Dove support to Kirkwood GPIO driver

2013-06-25 Thread Sascha Silbe
The GPIO support of Dove is very similar to that on Kirkwood (and possibly orion5x as well). Instead of duplicating the code, we tweak the Kirkwood driver so it works for Dove, too. Signed-off-by: Sascha Silbe --- v4->v5: Modify Kirkwood driver rather than duplicating it. The patch description

[U-Boot] [PATCH v5 5/8] SPI: add Dove support to Kirkwood SPI driver

2013-06-25 Thread Sascha Silbe
The SPI support on Dove is very similar to that on Kirkwood (and possibly orion5x as well). Instead of duplicating the code, we tweak the Kirkwood driver so it works for Dove, too. Signed-off-by: Sascha Silbe --- v4->v5: Modify Kirkwood driver rather than duplicating it. The patch description

[U-Boot] [PATCH v5 0/8] Add Marvell Dove and SolidRun CuBox support

2013-06-25 Thread Sascha Silbe
Changes from v4: - some patches got included in master, so they've been dropped from the series - removed Sebastian Hesselbarth's Signed-off-by and MAINTAINERS entry on his request - modified Kirkwood GPIO and SPI drivers rather than duplicating them This version has only been tested (lightly

Re: [U-Boot] [PATCH 06/11] powerpc/T4240EMU: Add T4240EMU target

2013-06-25 Thread Wolfgang Denk
Dear York Sun, In message <1372185469-14161-6-git-send-email-york...@freescale.com> you wrote: > Add emulator support for T4240. Emulator has limited peripherals and > interfaces. Difference between emulator and T4240QDS includes: > ECC for DDR is disabled due the procedure to load images >

Re: [U-Boot] [PATCH 0/11] MIPS: bootm updates

2013-06-25 Thread Daniel Schwierzeck
2013/6/25 Daniel Schwierzeck : > Hi Thomas, > oops, I hit the send key too early > Am 21.06.2013 21:59 schrieb "Langer Thomas (LQDE RD ST PON SW)" > : > > >> >> Hello Daniel, >> >> sorry for being late with my questions. >> >> Daniel Schwierzeck wrote on 2013-06-09: >> > MIPS: bootm: refactor i

Re: [U-Boot] [PATCH 1/2] arm: add support for LaCie CloudBox

2013-06-25 Thread Simon Guinot
On Tue, Jun 25, 2013 at 10:50:56PM +0200, Simon Guinot wrote: > On Tue, Jun 25, 2013 at 06:49:04PM +0200, Frederic Leroy wrote: > > From: Frédéric Leroy > > Hi Frédéric, > > > > > The LaCie CloudBox device is a Kirkwood based nas : > > > > - SoC: Marvell 88F6700 1000Mhz > > 88F6702 > > > - S

Re: [U-Boot] [PATCH 2/2] LaCie/common: Fix cloudbox ethernet leds

2013-06-25 Thread Simon Guinot
On Tue, Jun 25, 2013 at 06:49:05PM +0200, Frederic Leroy wrote: > From: Frédéric Leroy > > The cloudbox device have a different ethernet phy setup than other ns2 > devices. We get initialization value from the GPL LaCie source > > Signed-off-by: Frédéric Leroy > --- > board/LaCie/common/common

Re: [U-Boot] [PATCH 0/11] MIPS: bootm updates

2013-06-25 Thread Daniel Schwierzeck
Hi Thomas, Am 21.06.2013 21:59 schrieb "Langer Thomas (LQDE RD ST PON SW)" < thomas.lan...@lantiq.com>: > > Hello Daniel, > > sorry for being late with my questions. > > Daniel Schwierzeck wrote on 2013-06-09: > > MIPS: bootm: refactor initialisation of kernel cmdline > > MIPS: bootm: refactor

Re: [U-Boot] [PATCH v4 05/10] SPI: Add Dove SPI driver

2013-06-25 Thread Sebastian Hesselbarth
On 06/25/2013 10:38 PM, Sascha Silbe wrote: Sebastian Hesselbarth writes: [...] I was under the impression that you resent the patches because you have a CuBox you want to get supported. Exactly. I'd like to see support for CuBox enter mainline U-Boot. However, there's also a limit to the amo

Re: [U-Boot] [PATCH 1/2] arm: add support for LaCie CloudBox

2013-06-25 Thread Simon Guinot
On Tue, Jun 25, 2013 at 06:49:04PM +0200, Frederic Leroy wrote: > From: Frédéric Leroy Hi Frédéric, > > The LaCie CloudBox device is a Kirkwood based nas : > > - SoC: Marvell 88F6700 1000Mhz 88F6702 > - SDRAM memory: 256MB DDR2 400Mhz > - Gigabit ethernet: PHY Marvell 88E1318 > - Flash memor

Re: [U-Boot] [PATCH] Fix ext2/ext4 filesystem accesses beyond 2TiB

2013-06-25 Thread Sascha Silbe
Frederic Leroy writes: [...] > disk/part_efi.c| 4 ++-- While testing the CuBox patches using buildman, I noticed a warning in disk/part_iso.c. The following patch should fix it: diff --git a/disk/part_iso.c b/disk/part_iso.c index cc323b0..e15e1b9 100644 --- a/disk/part_iso.c +++ b/di

Re: [U-Boot] [PATCH v4 05/10] SPI: Add Dove SPI driver

2013-06-25 Thread Sascha Silbe
Sebastian Hesselbarth writes: [...] > I was under the impression that you resent the patches because you have > a CuBox you want to get supported. Exactly. I'd like to see support for CuBox enter mainline U-Boot. However, there's also a limit to the amount of time I can afford to spend on it (bo

Re: [U-Boot] [PATCH v4 05/10] SPI: Add Dove SPI driver

2013-06-25 Thread Sascha Silbe
Hello Jagan, Jagan Teki writes: > Looks ok to me as per coding style after a quick look. Thanks for the review. [...] > Done use the below tag code instead go for spi_alloc_slave() > see the sample code on "drivers/spi/exynos_spi.c" > > --- TAG+ >> + slave = malloc(s

Re: [U-Boot] [PATCH v4 3/3] Add TI816X evm board support

2013-06-25 Thread Tom Rini
On Wed, Jun 19, 2013 at 12:08:21PM +0200, TENART Antoine wrote: > Signed-off-by: Antoine Tenart [snip] > +#define CONFIG_EXTRA_ENV_SETTINGS \ > + "verify=yes\0" Do we really want that? [snip] > +/* > + * Memtest works on 8 MB in DRAM after skipping 32MB > + * from start addr of ram disk > +

Re: [U-Boot] [PATCH v4 1/3] Prepare for TI816X : reuse existing code from TI814X

2013-06-25 Thread Tom Rini
On Wed, Jun 19, 2013 at 12:08:19PM +0200, TENART Antoine wrote: > Rename some CONFIG_TI814X to a more generic CONFIG_81XX > > Signed-off-by: Antoine Tenart Acked-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot mailing

Re: [U-Boot] [PATCH v4 2/3] Add TI816X support

2013-06-25 Thread Tom Rini
On Wed, Jun 19, 2013 at 12:08:20PM +0200, TENART Antoine wrote: [snip] > +/* WDT related */ > +#define WDT_WDSC (WDT_BASE + 0x010) > +#define WDT_WDST (WDT_BASE + 0x014) > +#define WDT_WISR (WDT_BASE + 0x018) > +#define WDT_WIER (WDT_BASE + 0x01C) >

Re: [U-Boot] [PATCH v4 05/10] SPI: Add Dove SPI driver

2013-06-25 Thread Sebastian Hesselbarth
On 06/25/2013 09:33 PM, Sascha Silbe wrote: Sebastian Hesselbarth writes: Either orion_spi as it was named originally, or mv_spi as Prafulla suggested. Then move mpp (pinctrl) from kirkwood_spi to corresponding boards, switch to orion_/mv_spi, and remove kirkwood_spi. I suggest orion_spi, but

Re: [U-Boot] PPC: MPC5xxx Pull request

2013-06-25 Thread Tom Rini
On Mon, Jun 24, 2013 at 10:35:06PM +0200, Wolfgang Denk wrote: > Dear Tom, > > The following changes since commit e1208c2fe5e07f9a248cfbf9bbb212aa34ad2806: > > MIPS: asm/errno.h: switch to asm-generic/errno.h (2013-06-08 23:10:10 +0200) > > are available in the git repository at: > > git:/

Re: [U-Boot] [PATCH v4 05/10] SPI: Add Dove SPI driver

2013-06-25 Thread Sascha Silbe
Sebastian Hesselbarth writes: > Either orion_spi as it was named originally, or mv_spi as Prafulla > suggested. Then move mpp (pinctrl) from kirkwood_spi to corresponding > boards, switch to orion_/mv_spi, and remove kirkwood_spi. > > I suggest orion_spi, but Prafulla had his word so it should be

Re: [U-Boot] [PATCH v5 1/3] ARM: Tegra: FDT: Add USB EHCI function for T30/T114

2013-06-25 Thread Tom Warren
This is a Tegra change, Marek. I believe it's assigned to me in Patchwork. I'll apply it to u-boot-tegra/next today or tomorrow. Tom > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Tuesday, June 25, 2013 11:49 AM > To: u-boot@lists.denx.de > Cc: Stephen Warren; Ji

[U-Boot] Save flash from U-Boot

2013-06-25 Thread Szabolcs Sipos
Dear Wolfgang Denk, My ISP doesn't have the source of U-Boot because they left the original one (from ZTE) on the router. They modified the main firmware only. I want to make a dump from the hall flash and then install a new main firmware. I tried md but it made the router restart (except with

Re: [U-Boot] [PATCH] drivers:usb: use get|put_unaligned_le16

2013-06-25 Thread Marek Vasut
Dear Piotr Wilczek, > This patch use get|put_unaligned_le16 to access structure data > to avoid data abort on some ARM platforms. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Marek Vasut > --- > drivers/usb/gadget/f_mass_storage.c | 10 +- > 1 file changed,

Re: [U-Boot] [PATCH v5 1/3] ARM: Tegra: FDT: Add USB EHCI function for T30/T114

2013-06-25 Thread Marek Vasut
Dear Stephen Warren, > On 06/21/2013 05:05 AM, Jim Lin wrote: > > Add DT node for USB EHCI function. > > Add support for T30-Cardhu, T30-Beaver, T114-Dalmore boards. > > The series, > > Reviewed-by: Stephen Warren > > Also, on Beaver, Cardhu-A04, and Dalmore, I tested downloading/booting a > k

Re: [U-Boot] [PATCH] pxa: fix compiler warnings about unused variables

2013-06-25 Thread Marek Vasut
Dear Mike Dunn, > Newer gcc versions warn about unused variables. This patch corrects a few > of those warnings that popped up in a pxa build. Please split them, so the USB part can go through u-boot-usb and the MTD part through MTD or PXA tree. Best regards, Marek Vasut __

[U-Boot] [PATCH 03/11] mpc85xx: Base emulator support

2013-06-25 Thread York Sun
Prepare for emulator support for mpc85xx parts. Disable DDR training and skip wrlvl_cntl_2 and wrlvl_cntl_3 registers. These two registers improve stability but not supported by emulator. Add CONFIG_FSL_TBCLK_EXTRA_DIV for possible adjustment to time base. Signed-off-by: York Sun --- README

[U-Boot] [PATCH 08/11] powerpc/t4240qds: Adjust DDR timing for RDIMM

2013-06-25 Thread York Sun
RDIMM has different timing. Tested RDIMM is MT18JSF1G72PDZ-1G9E1 for dual rank. Single- and quad-rank are not tested due to availability. Signed-off-by: York Sun --- board/freescale/t4qds/ddr.h | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/board/frees

[U-Boot] [PATCH 05/11] powerpc/corenet: Move RCW print to cpu.c

2013-06-25 Thread York Sun
The RCW print is common for all corenet platforms. Not necessary to ducplicate in each board file. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/cpu.c | 23 +++ board/freescale/b4860qds/b4860qds.c | 15 --- board/freescale/corenet_ds/corene

[U-Boot] [PATCH 11/11] powerpc/mpc85xx: Workaround for A-005812

2013-06-25 Thread York Sun
Erratum A-005812 Incorrect reservation clearing in Write Shadow mode can result in invalid atomic operations. For u-boot, this erratum only impacts SoCs running in write shadow mode. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc85xx/cmd_errata.c |3 +++ arch/powerpc/cpu/mpc85xx/cpu_in

[U-Boot] [PATCH 10/11] powerpc/mpc8xxx: Add memory reset control

2013-06-25 Thread York Sun
JEDEC spec requires the clocks to be stable before deasserting reset signal for RDIMMs. Clocks start when any chip select is enabled and clock control register is set. This patch also adds the interface to toggle memory reset signal if needed by the boards. Signed-off-by: York Sun --- arch/power

[U-Boot] [PATCH 02/11] drivers/fm: Fix compiling error if FW location is not defined

2013-06-25 Thread York Sun
FMAN firmware can be in NOR flash, NAND flash, SPI flash, MMC or even remote. In case none of them is defined, set it to null. Signed-off-by: York Sun --- drivers/net/fm/fm.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/fm/fm.c b/drivers/net/fm/fm.c index 8d70586..0b1a8e5

[U-Boot] [PATCH 09/11] powerpc/mpc8xxx: Add x4 DDR device support

2013-06-25 Thread York Sun
On selected platforms, x4 DDR devices can be supported. Using x4 devices may lower the performance, but generally they are available for higher density. Tested on MT36JSF2G72PZ-1G9E1 RDIMM. Signed-off-by: York Sun --- arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c|4 arch/powerpc/cpu

[U-Boot] [PATCH 01/11] powerpc/corenet: Move CONFIG_FSL_CORENET out of board header file

2013-06-25 Thread York Sun
Move CONFIG_FSL_CORENET define to config_mpc85xx.h. It is not board specific feature and belongs to SoC header. Signed-off-by: York Sun --- arch/powerpc/include/asm/config_mpc85xx.h |5 + include/configs/B4860QDS.h|1 - include/configs/P2041RDB.h|1

[U-Boot] [PATCH 07/11] powerpc/mpc8xxx: Set inactive csn_bnds to 0xffffffff

2013-06-25 Thread York Sun
When chip select interleaving is enabled, cs0_bnds is used for address binding. Other csn_bnds are not used. When two controllers interleaving is enabled, cs0_bnds of both controllers are used, other csn_bnds are not. However, the unused csn_bnds may be used internally for calculating addresses for

[U-Boot] [PATCH 04/11] powerpc/t4qds: cleanup board header file

2013-06-25 Thread York Sun
CONFIG_PHYS_64BIT is always defined for t4qds. Removed unused #ifdef. Signed-off-by: York Sun --- include/configs/t4qds.h | 68 --- 1 file changed, 68 deletions(-) diff --git a/include/configs/t4qds.h b/include/configs/t4qds.h index 1032f12..3f7b82d

Re: [U-Boot] Save flash from U-Boot

2013-06-25 Thread Wolfgang Denk
Dear "Szabolcs Sipos", In message <000101ce71cd$34a620a0$9df261e0$@balfug.com> you wrote: > > Unfortunately the bootloader isn't modified by the ISP, only the main > firmware. If a knew that the main firmware was also covered by GPL, I > would ask them but I am sure they would tell me nothing, th

Re: [U-Boot] [PATCH 2/2] LaCie/common: Fix cloudbox ethernet leds

2013-06-25 Thread Wolfgang Denk
Dear Frederic Leroy, In message <1372178945-11528-3-git-send-email-fr...@starox.org> you wrote: > > diff --git a/board/LaCie/common/common.c b/board/LaCie/common/common.c > index a62bf9f..d828685 100644 > --- a/board/LaCie/common/common.c > +++ b/board/LaCie/common/common.c ... > + #ifndef CON

Re: [U-Boot] [PATCH 1/2] arm: add support for LaCie CloudBox

2013-06-25 Thread Wolfgang Denk
Dear Frederic Leroy, In message <1372178945-11528-2-git-send-email-fr...@starox.org> you wrote: > From: Frédéric Leroy > > The LaCie CloudBox device is a Kirkwood based nas : > > - SoC: Marvell 88F6700 1000Mhz > - SDRAM memory: 256MB DDR2 400Mhz > - Gigabit ethernet: PHY Marvell 88E1318 > - Fla

Re: [U-Boot] Help with Glomation GESBC-9G20

2013-06-25 Thread Larry Baker
On 24 Jun 2013, at 1:22 AM, Bo Shen wrote: > Hi Larry Baker, > > On 6/24/2013 16:02, Larry Baker wrote: >> I have found why the latest U-Boot does not work on my Glomation GESBC-9G20 >> board. Two causes: a bad code text segment address (prevents U-Boot from >> executing) and bad flash partiti

Re: [U-Boot] [PATCH V2 1/9] Validate dtc is new enough

2013-06-25 Thread Stephen Warren
On 06/25/2013 11:22 AM, Gerhard Sittig wrote: > On Mon, Jun 24, 2013 at 09:43 -0600, Stephen Warren wrote: >> >> +checkdtc: >> +@if test $(call dtc-version) -lt 0104; then \ >> +echo '*** Your dtc is too old, please upgrade to dtc 1.4 or >> newer'; \ >> +false; \ >> +

[U-Boot] Save flash from U-Boot

2013-06-25 Thread Szabolcs Sipos
Dear Wolfgang Denk, Unfortunately the bootloader isn't modified by the ISP, only the main firmware. If a knew that the main firmware was also covered by GPL, I would ask them but I am sure they would tell me nothing, they don't tell even my VOIP password. Szabolcs Sipos -Original Message--

Re: [U-Boot] [PATCH] board/bsc913x: Add config flag for bootdelay

2013-06-25 Thread Scott Wood
On 06/25/2013 07:38:20 AM, Rai Harninder-B01044 wrote: Hi Albert, (weird way of quoting messages; makes it really hard to see who said what. Can't your mail client use the standard ">" line prefix?) > Fixed No, it's not fixed. "> " is supposed to go before lines that you're quoting -- no

Re: [U-Boot] [PATCH V2 1/9] Validate dtc is new enough

2013-06-25 Thread Gerhard Sittig
On Mon, Jun 24, 2013 at 09:43 -0600, Stephen Warren wrote: > > +checkdtc: > + @if test $(call dtc-version) -lt 0104; then \ > + echo '*** Your dtc is too old, please upgrade to dtc 1.4 or > newer'; \ > + false; \ > + fi ... and ... > --- /dev/null > +++ b/tools/d

[U-Boot] [PATCH 2/2] LaCie/common: Fix cloudbox ethernet leds

2013-06-25 Thread Frederic Leroy
From: Frédéric Leroy The cloudbox device have a different ethernet phy setup than other ns2 devices. We get initialization value from the GPL LaCie source Signed-off-by: Frédéric Leroy --- board/LaCie/common/common.c | 8 1 file changed, 8 insertions(+) diff --git a/board/LaCie/commo

[U-Boot] [PATCH 1/2] arm: add support for LaCie CloudBox

2013-06-25 Thread Frederic Leroy
From: Frédéric Leroy The LaCie CloudBox device is a Kirkwood based nas : - SoC: Marvell 88F6700 1000Mhz - SDRAM memory: 256MB DDR2 400Mhz - Gigabit ethernet: PHY Marvell 88E1318 - Flash memory: SPI NOR 512KB (Macronix MX25L4005A) - 1 push button - 1 reset switch - 1 SATA port - 1 LED (bi-color,

[U-Boot] [PATCH 0/2] add support for LaCie CloudBox

2013-06-25 Thread Frederic Leroy
These patches add support for the network storage LaCie CloudBox. The device shares one sata hardrive via a gigabit ethernet port. It is based on a Marvell Kirkwood 6702 soc. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listi

Re: [U-Boot] Save flash from U-Boot

2013-06-25 Thread Wolfgang Denk
Dear "Szabolcs Sipos", In message <000301ce7196$32f25b20$98d71160$@balfug.com> you wrote: > > I have a ZTE ZXV10 H201L, and want to back its flash up for future > recovery > and for getting the VOIP settings. Since the firmware is modified by the > ISP, I have no access to it. It has U-Boot (with

Re: [U-Boot] [PATCH v2 5/5] ARM: at91: atmel_nand: add code to check the ONFI parameter ECC requirement

2013-06-25 Thread Scott Wood
On 06/25/2013 01:33:32 AM, Josh Wu wrote: Hi, Dear Scott On 6/21/2013 4:57 AM, Scott Wood wrote: On 06/17/2013 05:51:21 AM, Josh Wu wrote: +static int pmecc_choose_ecc(struct atmel_nand_host *host, +struct nand_chip *chip, +int *cap, int *sector_size) +{ +/* Get ECC require

Re: [U-Boot] [PATCH] powerpc/mpc85xx:Disable Debug TLB entry for non-minimal SPL

2013-06-25 Thread Scott Wood
On 06/25/2013 12:03:56 AM, Prabhakar Kushwaha wrote: CONFIG_SPL_BUILD creates debug TLB entry, so disable it before init_tlbs. CONFIG_SPL_INIT_MINIMAL never creates any debug TLB entry, so no need of disable_tlb(). Signed-off-by: Prabhakar Kushwaha --- arch/powerpc/cpu/mpc85xx/cpu_init_earl

Re: [U-Boot] [PATCH V2 1/9] Validate dtc is new enough

2013-06-25 Thread Simon Glass
Hi Stephen, On Tue, Jun 25, 2013 at 7:47 AM, Stephen Warren wrote: > On 06/24/2013 06:45 PM, Simon Glass wrote: > > Hi Stephen, > > > > On Mon, Jun 24, 2013 at 8:43 AM, Stephen Warren > > wrote: > > > > From: Stephen Warren mailto:swar...@nvidia.com > >> > > > >

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

2013-06-25 Thread Tom Rini
On Fri, Jun 21, 2013 at 03:51:37PM -0500, Andy Fleming wrote: > The following changes since commit 7315cfd9e1922ee1c3c5f016e5a3b16199122172: > > NET: Fix system hanging if NET device is not installed (2013-06-19 08:32:44 > -0400) > > are available in the git repository at: > > git://www.de

Re: [U-Boot] Pull request: u-boot-spi/master

2013-06-25 Thread Tom Rini
On Sun, Jun 23, 2013 at 11:29:11PM +0530, Jagannadha Sutradharudu Teki wrote: > Hi Tom, > > These are the major updates on current spi_flash framework to support > all sizes of flashes in 3-byte addressing mode. > > Tested these changes on stmicro, winbond and spansion flashes. > > Thanks, > Ja

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

2013-06-25 Thread Tom Rini
On Mon, Jun 24, 2013 at 07:21:25PM -0500, Joe Hershberger wrote: > The following changes since commit 348e47f766ac228fb02d1af562b2e9a4c69355db: > > Merge branch 'master' of git://git.denx.de/u-boot-arm (2013-06-22 > 07:38:12 -0400) > > are available in the git repository at: > > > git://gi

Re: [U-Boot] [PATCH 1/4] ARM: AM33xx: Cleanup dplls data

2013-06-25 Thread Tom Rini
On Tue, Jun 25, 2013 at 11:09:41AM +0530, Lokesh Vutla wrote: > Hi Heiko, > On Tuesday 25 June 2013 10:24 AM, Heiko Schocher wrote: > >Hello Lokesh, > > > >Am 25.06.2013 05:48, schrieb Lokesh Vutla: > >>Hi Heiko, > >>On Tuesday 25 June 2013 12:42 AM, Heiko Schocher wrote: > >>>Hello Lokesh, > >>> >

Re: [U-Boot] [PATCH V2 1/9] Validate dtc is new enough

2013-06-25 Thread Stephen Warren
On 06/24/2013 06:45 PM, Simon Glass wrote: > Hi Stephen, > > On Mon, Jun 24, 2013 at 8:43 AM, Stephen Warren > wrote: > > From: Stephen Warren mailto:swar...@nvidia.com>> > > Subsequent patches assume that dtc supports various recent features. > These a

Re: [U-Boot] [PATCH 1/4] ARM: AM33xx: Cleanup dplls data

2013-06-25 Thread Heiko Schocher
Hello Lokesh, Am 25.06.2013 10:17, schrieb Lokesh Vutla: > Hi Heiko, > On Tuesday 25 June 2013 12:35 PM, Heiko Schocher wrote: >> Hello Lokesh, >> >> Am 25.06.2013 07:39, schrieb Lokesh Vutla: >>> Hi Heiko, >>> On Tuesday 25 June 2013 10:24 AM, Heiko Schocher wrote: Hello Lokesh, Am

[U-Boot] [PATCH] drivers:usb: use get|put_unaligned_le16

2013-06-25 Thread Piotr Wilczek
This patch use get|put_unaligned_le16 to access structure data to avoid data abort on some ARM platforms. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Marek Vasut --- drivers/usb/gadget/f_mass_storage.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff -

Re: [U-Boot] [PATCH] SMDK5250: Remove reduntant code

2013-06-25 Thread Simon Glass
On Tue, Jun 25, 2013 at 6:47 AM, Rajeshwari Shinde wrote: > enum boot_mode is defined twice once in spl.h and also in > spl_boot.c, hence removing the same from spl_boot.c and including > the header file. > > Signed-off-by: Rajeshwari Shinde > Acked-by: Simon Glass

[U-Boot] [PATCH] SMDK5250: Remove reduntant code

2013-06-25 Thread Rajeshwari Shinde
enum boot_mode is defined twice once in spl.h and also in spl_boot.c, hence removing the same from spl_boot.c and including the header file. Signed-off-by: Rajeshwari Shinde --- arch/arm/include/asm/arch-exynos/spl.h |1 + board/samsung/smdk5250/spl_boot.c | 10 +- 2 files cha

Re: [U-Boot] [PATCH] sf:stmicro: Add support for N25Q512A

2013-06-25 Thread Jagan Teki
On Tue, Jun 25, 2013 at 3:36 PM, Priyanka Jain wrote: > Add support for Micron N25Q512A serial flash memory > Features: 64MB size, 1.8V, Multiple I/O, 4KB Sector erase > Memory is organised a 1024(64KB) main sectors. > Each sector is divided into 256 pages > > Register set/Opcodes is similar to ot

[U-Boot] [PATCH] power:bat:trats: Break battery charging with ctrl+C

2013-06-25 Thread Lukasz Majewski
Add support for disabling battery charging with ctrl+C keyboard combination pressed. Moreover the battery update is done more frequently. Signed-off-by: Lukasz Majewski Cc: Tom Rini --- drivers/power/battery/bat_trats.c | 13 + drivers/power/power_core.c|3 ++- 2 files

Re: [U-Boot] [PATCH] usb, dfu gadget: switch to dfu mode in dfu_bind

2013-06-25 Thread Lukasz Majewski
Hi Heiko, > - set in to_dfu_mode() f_dfu->dfu_state = DFU_STATE_dfuIDLE > as after every to_dfu_mode call this is done, so move > this into to_dfu_mode > - switch in dfu_bind() into dfu mode: > This fixes wrong "dfu-util -l" output, when calling > "dfu-util -l" after a board reset, without

Re: [U-Boot] [PATCH] board/bsc913x: Add config flag for bootdelay

2013-06-25 Thread Rai Harninder-B01044
Hi Albert, (weird way of quoting messages; makes it really hard to see who said what. Can't your mail client use the standard ">" line prefix?) > Fixed As for the commit summary, it is fine by me. > Scott has commented on the same. Can you please have a look and suggest? Are you not mixing up

Re: [U-Boot] [PATCH 1/2] board/bsc9132qds: Add DSP side tlb and laws

2013-06-25 Thread Prabhakar Lad
On Tue, Jun 25, 2013 at 10:57 AM, Priyanka Jain wrote: > BSC9132QDS is a Freescale Reference Design Board for BSC9132 SoC which is a > integrated device that contains two powerpc e500v2 cores and two DSP > starcores. > > To support DSP starcore > -Creating LAW and TLB for DSP-CCSR space. > -Creati

[U-Boot] Save flash from U-Boot

2013-06-25 Thread Szabolcs Sipos
I have a ZTE ZXV10 H201L, and want to back its flash up for future recovery and for getting the VOIP settings. Since the firmware is modified by the ISP, I have no access to it. It has U-Boot (with serial console) but some commands are missing: =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2013.06.24 17:35

[U-Boot] [PATCH] usb, dfu gadget: switch to dfu mode in dfu_bind

2013-06-25 Thread Heiko Schocher
- set in to_dfu_mode() f_dfu->dfu_state = DFU_STATE_dfuIDLE as after every to_dfu_mode call this is done, so move this into to_dfu_mode - switch in dfu_bind() into dfu mode: This fixes wrong "dfu-util -l" output, when calling "dfu-util -l" after a board reset, without doing a download bef

Re: [U-Boot] dfu: using dfu-util -l shows different output

2013-06-25 Thread Lukasz Majewski
Hi Heiko, > Hello Lukasz, > > Am 25.06.2013 12:29, schrieb Lukasz Majewski: > > Hi Heiko, > > > >> Hello Lukasz, > >> > >> Am 25.06.2013 10:44, schrieb Lukasz Majewski: > >>> Hi Heiko, > >>> > Hello Pantelis, > > Am 25.06.2013 10:16, schrieb Pantelis Antoniou: > > Heiko, > >>>

Re: [U-Boot] dfu: using dfu-util -l shows different output

2013-06-25 Thread Heiko Schocher
Hello Lukasz, Am 25.06.2013 12:29, schrieb Lukasz Majewski: > Hi Heiko, > >> Hello Lukasz, >> >> Am 25.06.2013 10:44, schrieb Lukasz Majewski: >>> Hi Heiko, >>> Hello Pantelis, Am 25.06.2013 10:16, schrieb Pantelis Antoniou: > Heiko, > > I don't think the gadget is init

Re: [U-Boot] dfu: using dfu-util -l shows different output

2013-06-25 Thread Lukasz Majewski
Hi Heiko, > Hello Lukasz, > > Am 25.06.2013 10:44, schrieb Lukasz Majewski: > > Hi Heiko, > > > >> Hello Pantelis, > >> > >> Am 25.06.2013 10:16, schrieb Pantelis Antoniou: > >>> Heiko, > >>> > >>> I don't think the gadget is initialized before you issue > >>> a dfu call. > >>> > >>> So that mak

[U-Boot] [PATCH 2/3] powerpc/b4860: Correct LIODN assignment for SRIO

2013-06-25 Thread Liu Gang
For B4, the SRIO LIODN registers are in SRIO address space and not in GUTs. Signed-off-by: Liu Gang --- arch/powerpc/cpu/mpc85xx/b4860_ids.c |4 ++-- arch/powerpc/include/asm/config_mpc85xx.h |1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/cpu/mpc85

[U-Boot] [PATCH 3/3] powerpc/t4: Correct LIODN assignment for SRIO

2013-06-25 Thread Liu Gang
For T4 platform, the SRIO LIODN registers are in SRIO address space and not in GUTs. Signed-off-by: Liu Gang --- arch/powerpc/cpu/mpc85xx/t4240_ids.c |4 ++-- arch/powerpc/include/asm/config_mpc85xx.h |1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/

[U-Boot] [PATCH 1/3] powerpc/srio: Update the SRIO LIODN registers and ID table macro

2013-06-25 Thread Liu Gang
For some PowerPC platforms, LIODN registers for SRIO ports are in SRIO register address space. So the ccsr_rio structure should be updated for those LIODN registers. In addition, add a new macro "SET_SRIO_LIODN_BASE" to create the SRIO LIODN ID table based on the SRIO LIODN register address. Sign

  1   2   >