[U-Boot] [PATCH V3 03/12] mpc8xx_lcd: get rid of CONFIG_EDT32F10

2014-12-08 Thread Nikita Kiryanov
No one is using CONFIG_EDT32F10; remove related code. Signed-off-by: Nikita Kiryanov Cc: Wolfgang Denk Cc: Anatolij Gustschin Acked-by: Simon Glass --- Changes in V3: - No changes. Changes in V2: - No changes. drivers/video/mpc8xx_lcd.c | 28 inc

[U-Boot] [PATCH V3 04/12] lcd: remove LCD_MONOCHROME

2014-12-08 Thread Nikita Kiryanov
No one is using LCD_MONOCHROME; remove related code. Signed-off-by: Nikita Kiryanov Cc: Wolfgang Denk Cc: Anatolij Gustschin Acked-by: Simon Glass --- Changes in V3: - No changes. Changes in V2: - No changes. common/lcd.c | 30 ++ dr

[U-Boot] [PATCH V3 01/12] lcd: remove CONFIG_SYS_INVERT_COLORS

2014-12-08 Thread Nikita Kiryanov
No one is using CONFIG_SYS_INVERT_COLORS; remove related code. Signed-off-by: Nikita Kiryanov Cc: Simon Glass Cc: Anatolij Gustschin Acked-by: Simon Glass --- Changes in V3: - No changes. Changes in V2: - No changes. common/lcd.c | 8 drivers/video/mpc

[U-Boot] [PATCH V3 00/12] cleanup and refactor lcd.c

2014-12-08 Thread Nikita Kiryanov
This series is a first step towards an end goal of merging all CONFIG_LCD related functionality into CONFIG_VIDEO code. My plan is to start by refactoring lcd.c into something cleaner (less ifdefs) and more modular (split code into multiple files), then possibly refactor CONFIG_VIDEO code if needed

[U-Boot] [PATCH v2] exynos5250/arndale: Enable SATA/AHCI support.

2014-12-08 Thread Ian Campbell
This is based on some old patches from the chromeos-v2011.12 branch of http://git.chromium.org/chromiumos/third_party/u-boot.git by Taylor Hutt. Specifically: http://git.chromium.org/gitweb/?p=chromiumos/third_party/u-boot.git;a=commit;h=26f6c570b5deb37c52306920ae049203c68f014a exynos: sata: o

Re: [U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

2014-12-08 Thread Fabio Estevam
Hi Stefan, On Mon, Dec 8, 2014 at 12:32 PM, Stefan Roese wrote: > Could you test this on one of your board? If your board also fails to boot > via the "bmode mmc0" command if the CCGR0 register value is missing? I am currently out of the office without access to my mx6 board, but looking in boa

Re: [U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

2014-12-08 Thread Stefan Roese
Hi Fabio, On 08.12.2014 15:15, Fabio Estevam wrote: On Mon, Dec 8, 2014 at 11:31 AM, Stefan Roese wrote: While switching a custom i.MX6DL board port to the common mx6 infrastructure without any board specific DCD file (*.cfg), booting from SD-card (mmc0) via the bmode command (bmode mmc0) did

Re: [U-Boot] A23 u-boot with SPL / dram init available in my personal git repo

2014-12-08 Thread Chen-Yu Tsai
On Mon, Dec 8, 2014 at 4:27 AM, Hans de Goede wrote: > Hi, > > This is still a bit rough around the edges, I'll clean it up as > time permits and then post it upstream. > > In the mean time people interested can find $subject here: > https://github.com/jwrdegoede/u-boot-sunxi/commits/sunxi-wip Ho

Re: [U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

2014-12-08 Thread Fabio Estevam
Hi Stefan, On Mon, Dec 8, 2014 at 11:31 AM, Stefan Roese wrote: > While switching a custom i.MX6DL board port to the common mx6 > infrastructure without any board specific DCD file (*.cfg), booting > from SD-card (mmc0) via the bmode command (bmode mmc0) did not work > any more. Adding this one l

Re: [U-Boot] USB Host not enumerating properly on AM335x-based board

2014-12-08 Thread Maxime Ripard
Hi Anatolij, On Sat, Nov 22, 2014 at 12:40:58AM +0100, Anatolij Gustschin wrote: > > The same USB port with the same device works fine under Linux. > > > > The VBUS pin is still up after running the command, so it's not really > > a matter of power being shut down on the bus. > > > > I'm kind of

[U-Boot] [PATCH RFC] arm: mx6: Add CCGR0 configuration to default DCD (spl_sd.cfg)

2014-12-08 Thread Stefan Roese
While switching a custom i.MX6DL board port to the common mx6 infrastructure without any board specific DCD file (*.cfg), booting from SD-card (mmc0) via the bmode command (bmode mmc0) did not work any more. Adding this one line for the CCGR0 solves this issue. I have to admit that I'm not really

Re: [U-Boot] A23 u-boot with SPL / dram init available in my personal git repo

2014-12-08 Thread mike . valk
On Sunday, December 7, 2014 9:27:37 PM UTC+1, Hans de Goede wrote: > Hi, > > This is still a bit rough around the edges, I'll clean it up as > time permits and then post it upstream. Hip, Hip Hooray. Thank you. How did you pull it off? Did you find documentation somewhere? Or by piecing things

[U-Boot] Implementing the uBoot SYSCALL interface for MIPS

2014-12-08 Thread Matthew Fortune
Hi all, I've been recently working on and promoting a common bare-metal semi-hosting interface for the MIPS architecture. The main goal of this is to allow a bare-metal MIPS application to run on the maximum number of simulation and hardware platforms without (much/any) modification. The interface

Re: [U-Boot] [PATCH 1/6] kirkwood: ib62x0: add CONFIG_SYS_GENERIC_BOARD define

2014-12-08 Thread Luka Perkov
Hi Prafulla, any luck with getting this patches in your or master tree? Luka On Mon, Dec 01, 2014 at 12:34:50AM -0800, Prafulla Wadaskar wrote: > > -Original Message- > > From: Luka Perkov [mailto:l...@openwrt.org] > > Sent: 30 November 2014 09:31 > > To: u-boot@lists.denx.de > > Cc: Luk

Re: [U-Boot] [PATCH] fix: tools: kwbimage.c: Initialize headersz to suppress warning

2014-12-08 Thread Lukasz Majewski
Hi Albert, > Hello Lukasz, > > Thank you and Guillaume for the indications. So gcc 4.7.2 and 4.8.1 > should exhibit the problem. > > Apparently, 4.7.4 and 4.8.3 don't. :( > > /me goes and fetches a 4.8.1 somewhere. > > Amicalement, Is there any progress with preparing fix for this warning? -

Re: [U-Boot] [PATCH v1] fastboot: handle flash write to GPT partition

2014-12-08 Thread Lukasz Majewski
Hi Marek, > On Thursday, December 04, 2014 at 11:36:33 PM, Steve Rae wrote: > > Implement a feature to allow fastboot to write the downloaded image > > to the space reserved for the Protective MBR and the Primary GUID > > Partition Table. > > > > Signed-off-by: Steve Rae > > Lukasz, what do you

Re: [U-Boot] [PATCH v1] fastboot: handle flash write to GPT partition

2014-12-08 Thread Lukasz Majewski
Hi Steve, > Implement a feature to allow fastboot to write the downloaded image > to the space reserved for the Protective MBR and the Primary GUID > Partition Table. > > Signed-off-by: Steve Rae > --- > > README | 7 +++ > common/fb_mmc.c | 19 --- > 2 files chan

Re: [U-Boot] [PATCH 1/2] sun6i: Update Colombus defconfig settings

2014-12-08 Thread Ian Campbell
On Mon, 2014-12-08 at 11:59 +0100, Hans de Goede wrote: > Hi, > > On 08-12-14 10:31, Ian Campbell wrote: > > On Mon, 2014-12-08 at 09:26 +, Ian Campbell wrote: > >> On Sun, 2014-12-07 at 21:23 +0100, Hans de Goede wrote: > >>> The Colombus defconfig settings are missing a number of settings fo

Re: [U-Boot] [PATCH 1/2] sun6i: Update Colombus defconfig settings

2014-12-08 Thread Hans de Goede
Hi, On 08-12-14 10:31, Ian Campbell wrote: On Mon, 2014-12-08 at 09:26 +, Ian Campbell wrote: On Sun, 2014-12-07 at 21:23 +0100, Hans de Goede wrote: The Colombus defconfig settings are missing a number of settings for recently added features, because we did not know exactly how things wer

Re: [U-Boot] [PATCH 1/2] sun6i: Update Colombus defconfig settings

2014-12-08 Thread Ian Campbell
On Mon, 2014-12-08 at 09:26 +, Ian Campbell wrote: > On Sun, 2014-12-07 at 21:23 +0100, Hans de Goede wrote: > > The Colombus defconfig settings are missing a number of settings for > > recently > > added features, because we did not know exactly how things were hooked up. > > > > Maxime Ripa

Re: [U-Boot] [PATCH 2/2] sunxi: mmc: Properly setup mod-clk and clock sampling phases

2014-12-08 Thread Ian Campbell
On Sun, 2014-12-07 at 21:23 +0100, Hans de Goede wrote: > The sunxi mmc controller has both an internal clock divider, as well as > the divider in the mod0-clk for the mmc controller. > > The internal divider cannot be used, as it conflicts with the setting of > clock sampling phases which is done

Re: [U-Boot] [PATCH 1/2] sun6i: Update Colombus defconfig settings

2014-12-08 Thread Ian Campbell
On Sun, 2014-12-07 at 21:23 +0100, Hans de Goede wrote: > The Colombus defconfig settings are missing a number of settings for recently > added features, because we did not know exactly how things were hooked up. > > Maxime Ripard has run various tests to get us the necessary details, this > commi

Re: [U-Boot] [PATCH] arm: socfpga: Add DT support for SoCFPGA

2014-12-08 Thread Stefan Roese
Marek, On 08.12.2014 09:15, Stefan Roese wrote: On 06.12.2014 13:58, Marek Vasut wrote: On Thursday, October 30, 2014 at 09:19:56 AM, Stefan Roese wrote: This patch includes the latest DT sources for socfpga from the current Linux kernel. And enables CONFIG_OF_CONTROL for socfpga_cyclone5 to m

Re: [U-Boot] [PATCH] arm: socfpga: Add DT support for SoCFPGA

2014-12-08 Thread Stefan Roese
Hi Marek, On 06.12.2014 13:58, Marek Vasut wrote: On Thursday, October 30, 2014 at 09:19:56 AM, Stefan Roese wrote: This patch includes the latest DT sources for socfpga from the current Linux kernel. And enables CONFIG_OF_CONTROL for socfpga_cyclone5 to make use of this new DT support. Note t

Re: [U-Boot] [PATCH 1/4 v4] spi: Add Cadence QSPI DM driver used by SoCFPGA

2014-12-08 Thread Stefan Roese
On 06.12.2014 13:56, Marek Vasut wrote: On Saturday, November 08, 2014 at 01:18:31 PM, Stefan Roese wrote: On 07.11.2014 20:56, Dinh Nguyen wrote: +CC: Graham Moore On 11/07/2014 09:26 AM, Stefan Roese wrote: Hi Dinh, Hi Vince! Could we not just use a "plain" GPL (v2) license here as wel

<    1   2