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! snip Could we not just use a plain GPL (v2) license here as

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

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

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 commit

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 in

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 Ripard has run

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

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 for

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 s...@broadcom.com --- README | 7 +++ common/fb_mmc.c | 19 --- 2

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 s...@broadcom.com Lukasz, what

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

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: Luka Perkov;

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

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

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

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 hdego...@redhat.com 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:

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

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

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

[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

[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 nik...@compulab.co.il Cc: Simon Glass s...@chromium.org Cc: Anatolij Gustschin ag...@denx.de Acked-by: Simon Glass s...@chromium.org --- Changes in V3: - No changes. Changes in V2: - No

[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 nik...@compulab.co.il Cc: Wolfgang Denk w...@denx.de Cc: Anatolij Gustschin ag...@denx.de Acked-by: Simon Glass s...@chromium.org --- Changes in V3: - No changes. Changes in V2: - No changes.

[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 nik...@compulab.co.il Cc: Wolfgang Denk w...@denx.de Cc: Anatolij Gustschin ag...@denx.de Acked-by: Simon Glass s...@chromium.org --- Changes in V3: - No changes. Changes in V2: - No changes.

[U-Boot] [PATCH V3 06/12] lcd: replace CONSOLE_(ROWS|COLS) with variables

2014-12-08 Thread Nikita Kiryanov
Replace CONSOLE_(ROWS|COLS) macros with variables, and assign the original macro values. This is a preparatory step for extracting lcd console code into its own file. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Cc: Anatolij Gustschin ag...@denx.de Cc: Simon Glass s...@chromium.org

[U-Boot] [PATCH V3 05/12] lcd: rename console_(row|col)

2014-12-08 Thread Nikita Kiryanov
Rename console_(row|col) to console_curr_(row|col) to better distinguish it from console_(rows|cols). This is a preparatory step for extracting lcd console code into its own file. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Cc: Simon Glass s...@chromium.org Cc: Anatolij Gustschin

[U-Boot] [PATCH V3 02/12] lcd: cleanup lcd_drawchars

2014-12-08 Thread Nikita Kiryanov
Remove code duplication from lcd_drawchars(). Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Cc: Anatolij Gustschin ag...@denx.de Cc: Simon Glass s...@chromium.org Acked-by: Simon Glass s...@chromium.org --- Changes in V3: - No changes. Changes in V2: - No changes.

[U-Boot] [PATCH V3 12/12] lcd_console: remove unused defines

2014-12-08 Thread Nikita Kiryanov
CONSOLE_ROW_SECOND, CONSOLE_ROW_LAST, and CONSOLE_SCROLL_SIZE are unused. Remove them. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Cc: Anatolij Gustschin ag...@denx.de Cc: Simon Glass s...@chromium.org Acked-by: Simon Glass s...@chromium.org Tested-by: Simon Glass s...@chromium.org ---

[U-Boot] [PATCH V3 08/12] lcd: get rid of COLOR_MASK

2014-12-08 Thread Nikita Kiryanov
COLOR_MASK macro doesn't do anything; Remove it to reduce visual complexity. This is a preparatory step for extracting lcd console code into its own file. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Cc: Anatolij Gustschin ag...@denx.de Cc: Simon Glass s...@chromium.org Acked-by: Simon

[U-Boot] [PATCH V3 07/12] lcd: expand console api

2014-12-08 Thread Nikita Kiryanov
Introduce set_console_row(), set_console_col(), and lcd_init_console(). Use these functions in lcd functions: lcd_init(), lcd_clear(), lcd_logo(). This is a preparatory step for extracting lcd console code into its own file. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Cc: Anatolij

[U-Boot] [PATCH V3 11/12] lcd: refactor lcd console stuff into its own file

2014-12-08 Thread Nikita Kiryanov
common/lcd.c is a mix of code portions that do different but related things. To improve modularity, the various code portions should be split into their own modules. Separate lcd console code into its own file. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Cc: Anatolij Gustschin

[U-Boot] [PATCH V3 09/12] lcd: introduce getters for bg/fg color

2014-12-08 Thread Nikita Kiryanov
Introduce lcd_getbgcolor() and lcd_getfgcolor(), and use them where applicable. This is a preparatory step for extracting lcd console code into its own file. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Cc: Anatolij Gustschin ag...@denx.de Cc: Simon Glass s...@chromium.org --- Changes in

[U-Boot] [PATCH v2 6/9] ARM: UniPhier: add more device nodes to device tree

2014-12-08 Thread Masahiro Yamada
Add I2C controller and NAND controller devices. Fix indentation too. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes v2: - I2C Ch4 does not exist on PH1-Pro4 - Add clock-frequency property arch/arm/dts/uniphier-ph1-ld4-ref.dts | 27 +++---

[U-Boot] [PATCH v2 7/9] ARM: UniPhier: add device tree sources for PH1-sLD3

2014-12-08 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v2: - Add clock-frequency property arch/arm/dts/Makefile | 1 + arch/arm/dts/uniphier-ph1-sld3-ref.dts | 60 arch/arm/dts/uniphier-ph1-sld3.dtsi| 125

[U-Boot] [PATCH V3 10/12] lcd: make lcd_drawchars() independant of lcd_base

2014-12-08 Thread Nikita Kiryanov
lcd_logo() has the following return value: #if defined(CONFIG_LCD_LOGO) !defined(CONFIG_LCD_INFO_BELOW_LOGO) return (void *)((ulong)lcd_base + BMP_LOGO_HEIGHT * lcd_line_length); #else return (void *)lcd_base; #endif This return value gets assigned to lcd_console_address.

Re: [U-Boot] [PATCH v2 6/9] ARM: UniPhier: add more device nodes to device tree

2014-12-08 Thread Masahiro YAMADA
2014-12-09 0:16 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: Add I2C controller and NAND controller devices. Fix indentation too. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes v2: - I2C Ch4 does not exist on PH1-Pro4 - Add clock-frequency property

Re: [U-Boot] [PATCH v2 7/9] ARM: UniPhier: add device tree sources for PH1-sLD3

2014-12-08 Thread Masahiro YAMADA
2014-12-09 0:16 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Changes in v2: - Add clock-frequency property Applied to u-boot-uniphier. -- Best Regards Masahiro Yamada ___

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:51, Fabio Estevam 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, I see. Perhaps you could do that

[U-Boot] Pull request: u-boot-uniphier (updated!)

2014-12-08 Thread Masahiro YAMADA
Hi Tom, If it is not too late, please let me replace the PR I sent yesterday with this one. This includes one fixes. The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9: Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04 09:24:05 -0500) are

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

2014-12-08 Thread Fabio Estevam
On Mon, Dec 8, 2014 at 1:19 PM, Stefan Roese s...@denx.de wrote: Hi Fabio, On 08.12.2014 15:51, Fabio Estevam 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

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

2014-12-08 Thread Stefan Roese
On 08.12.2014 16:36, Fabio Estevam 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, I see. Perhaps you could do that once you

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 1:42 PM, Stefan Roese s...@denx.de wrote: I just tested it. And it doesn't help. I really think this code is not reached in this failure case. As the SPL is not loaded completely. Do you have this patch applied? commit

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

2014-12-08 Thread Stefan Roese
On 08.12.2014 17:13, Fabio Estevam wrote: I just tested it. And it doesn't help. I really think this code is not reached in this failure case. As the SPL is not loaded completely. Do you have this patch applied? commit f2863ff3f47c99c4b5ba00be572e3a2c4213c5a2 Author: Nikita Kiryanov

Re: [U-Boot] [PATCH v2 03/12] spi: sf: Support byte program for sst spi flash

2014-12-08 Thread Jagan Teki
Hi Bin, On 1 November 2014 at 14:23, Bin Meng bmeng...@gmail.com wrote: Currently if SST flash advertises SST_WP flag in the params table the word program command (ADh) with auto address increment will be used for the flash write op. However some SPI controllers do not support the word

[U-Boot] Link error for arm targets

2014-12-08 Thread York Sun
Guys, I need some help to understand the link error introduced by commit d455d8789d5b35a39a0a179b3af4b423db13bfdd fs: API changes enabling extra parameter to return size of type loff_t I don't see anything wrong with this commit, but some of my targets don't link after this commit. The error I

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

2014-12-08 Thread Steve Rae
Hi Lukasz, On 14-12-08 03:21 AM, Lukasz Majewski wrote: 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 s...@broadcom.com --- README | 7

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

2014-12-08 Thread Hans de Goede
Hi, On 08-12-14 15:28, Chen-Yu Tsai wrote: On Mon, Dec 8, 2014 at 4:27 AM, Hans de Goede hdego...@redhat.com 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:

Re: [U-Boot] [PATCH v9 2/2] Odroid-XU3: Add documentation for Odroid-XU3

2014-12-08 Thread Kevin Hilman
Lukasz Majewski l.majew...@majess.pl writes: [...] On 28 November 2014 at 06:46, Lukasz Majewski l.majew...@majess.pl wrote: Hello Javier, Hello Lukasz, On Fri, Nov 28, 2014 at 9:39 AM, Lukasz Majewski l.majew...@majess.pl wrote: I have yet to take him up on that offer though,

[U-Boot] [PATCH] Add support for Seagate BlackArmor NAS220

2014-12-08 Thread Evgeni Dobrev
Add support for Seagate BlackArmor NAS220 Signed-off-by: Evgeni Dobrev evg...@studio-punkt.com --- arch/arm/cpu/arm926ejs/kirkwood/Kconfig |4 + board/Seagate/nas220/Kconfig| 12 +++ board/Seagate/nas220/MAINTAINERS|6 ++ board/Seagate/nas220/Makefile |

Re: [U-Boot] Link error for arm targets

2014-12-08 Thread Scott Wood
On Mon, 2014-12-08 at 10:13 -0800, York Sun wrote: Guys, I need some help to understand the link error introduced by commit d455d8789d5b35a39a0a179b3af4b423db13bfdd fs: API changes enabling extra parameter to return size of type loff_t I don't see anything wrong with this commit, but some

[U-Boot] [PATCH V5] mpc85xx: inhibit qman and bman portals by default

2014-12-08 Thread Jeffrey Ladouceur
Not all portals might be managed and therefore visible. Set the isdr register so that the corresponding isr register won't be set. This is required when supporting power management. Signed-off-by: Jeffrey Ladouceur jeffrey.ladouc...@freescale.com --- The following dependent patches should be

[U-Boot] [PATCH v4] mpc85xx: inhibit bman portals by default

2014-12-08 Thread Jeffrey Ladouceur
Not all portals might be managed and therefore visible. Set the isdr register so that the corresponding isr register won't be set. This is needed for deepsleep. Signed-off-by: Jeffrey Ladouceur jeffrey.ladouc...@freescale.com --- The following dependent patches should be applied first:

Re: [U-Boot] Link error for arm targets

2014-12-08 Thread York Sun
On 12/08/2014 11:31 AM, Scott Wood wrote: On Mon, 2014-12-08 at 10:13 -0800, York Sun wrote: Guys, I need some help to understand the link error introduced by commit d455d8789d5b35a39a0a179b3af4b423db13bfdd fs: API changes enabling extra parameter to return size of type loff_t I don't see

Re: [U-Boot] [PATCH v4 9/9] arm: ls102xa: Add NAND boot support for LS1021AQDS board

2014-12-08 Thread York Sun
On 12/06/2014 06:46 AM, Alison Wang wrote: This patch adds NAND boot support for LS1021AQDS board. SPL framework is used. PBL initialize the internal RAM and copy SPL to it, then SPL initialize DDR using SPD and copy u-boot from NAND flash to DDR, finally SPL transfer control to u-boot.

Re: [U-Boot] [PATCH] doc/gitmail-rc: Update m68k alias

2014-12-08 Thread Tom Rini
On Thu, Dec 04, 2014 at 11:27:29AM -0500, Tom Rini wrote: Signed-off-by: Tom Rini tr...@ti.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de

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

2014-12-08 Thread Tom Rini
On Fri, Dec 05, 2014 at 09:53:49AM -0500, Tom Rini wrote: Hello myself, The following changes since commit f0c6e1c31b94f193047619b6adf67c2d792b659e: Revert image-fdt: boot_get_fdt() return value when no DTB exists (2014-12-03 13:19:34 -0500) are available in the git repository at:

Re: [U-Boot] [i2c] Pull request

2014-12-08 Thread Tom Rini
On Mon, Dec 08, 2014 at 07:29:16AM +0100, Heiko Schocher wrote: Hello Tom, please pull from u-boot-i2c.git The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9: Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04 09:24:05 -0500) are available

Re: [U-Boot] [U-Boot, 1/2] MMC SD fs boot partition config coding style and proper description

2014-12-08 Thread Tom Rini
On Sat, Nov 08, 2014 at 11:14:55PM +0100, Paul Kocialkowski wrote: CONFIG_SYS_MMC_SD_FS_BOOT_PARTITION ought to be called CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to keep it consistent with other config options such as: CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR. In addition, it is not related to

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

2014-12-08 Thread Tom Rini
On Fri, Dec 05, 2014 at 08:10:01AM -0800, York Sun wrote: Tom, The following changes since commit 38cd8c4253013ccdd4052ee021f6066fe9a52551: Merge branch 'master' of git://git.denx.de/u-boot-mips (2014-11-27 10:49:38 -0500) are available in the git repository at:

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

2014-12-08 Thread Tom Rini
On Fri, Dec 05, 2014 at 11:15:17AM +0900, Nobuhiro Iwamatsu wrote: Dear Tom Rini. Please pull u-boot-sh master branch. The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9: Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04 09:24:05 -0500)

Re: [U-Boot] get_maintainer.pl: fix source tree detection

2014-12-08 Thread Tom Rini
On Sun, Nov 16, 2014 at 08:30:11PM +0100, Daniel Schwierzeck wrote: get_maintainer.pl always fails with following message: ./scripts/get_maintainer.pl: The current directory does not appear to be a linux kernel source tree. This was caused by commit: commit

Re: [U-Boot] Fix console functions for U-Boot API

2014-12-08 Thread Tom Rini
On Thu, Nov 13, 2014 at 08:51:12PM -0700, Simon Glass wrote: Commit 709ea54 made a subtle change to the way the U-Boot API jump table is set up. So at present putc(), getc(), tstc() and puts() do not work correctly from functions that use the U-Boot API. Previously these were set to the

Re: [U-Boot] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available

2014-12-08 Thread Tom Rini
On Tue, Nov 18, 2014 at 10:44:46AM +0100, Guillaume GARDET wrote: In SPL MMC, boot modes are exclusive. So, if MMCSD_MODE_RAW fails, the board hangs. This patch allows to try MMCSD_MODE_FS then, if available. It has been tested on a pandaboard (rev. A3). Signed-off-by: Guillaume GARDET

Re: [U-Boot] MAINTAINERS: add me as a maintainer of UBI

2014-12-08 Thread Tom Rini
On Tue, Nov 18, 2014 at 09:08:45AM +0100, Heiko Schocher wrote: Add me for UBI custodian. Signed-off-by: Heiko Schocher h...@denx.de Acked-by: Stefan Roese s...@denx.de Acked-by: Kyungmin Park kyungmin.p...@samsung.com Applied to u-boot/master, thanks! -- Tom signature.asc Description:

Re: [U-Boot] net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changed

2014-12-08 Thread Tom Rini
On Tue, Nov 18, 2014 at 01:07:08PM +0800, Wu, Josh wrote: Currenly when CONFIG_BOOTP_SERVERIP is defined, the SERVERIP is not changed when receive the BOOTP packet. But BOOTFILE is changed via BOOTP packet. As we will load the BOOTFILE from SERVERIP, if the BOOTFILE is modified by bootp

Re: [U-Boot] [U-Boot,2/2] ARM: rpi: support an environment

2014-12-08 Thread Tom Rini
On Wed, Nov 19, 2014 at 08:41:04PM -0700, Stephen Warren wrote: Enable ENV_IS_IN_FAT so that the environment can be stored persistently. It's stored in the FAT partition that the RPi firmware requires. On most RPis, this is on the SD card (which must be present in order for the system to

Re: [U-Boot] git-mailrc: fix mips alias

2014-12-08 Thread Tom Rini
On Wed, Nov 19, 2014 at 08:20:11PM +0100, Daniel Schwierzeck wrote: Signed-off-by: Daniel Schwierzeck daniel.schwierz...@gmail.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list

Re: [U-Boot] [U-Boot,v2] cmd_fuse: return CMD_RET_FAILURE on error

2014-12-08 Thread Tom Rini
On Thu, Nov 20, 2014 at 09:27:42AM +0100, Hector Palacios wrote: Fuse drivers, like the mxs_ocotp.c, may return negative error codes but the commands are only allowed to return CMD_RET_* enum values to the shell, otherwise the following error appears: exit not allowed from main input

Re: [U-Boot] [U-Boot, 1/3] powerpc: lwmon5: remove redundant CONFIG_SPL_* defines

2014-12-08 Thread Tom Rini
On Fri, Nov 21, 2014 at 11:50:08AM +0900, Masahiro Yamada wrote: The CPU directory of this board is arch/powerpc/cpu/ppc4xx. Without the CONFIG_SPL_START_S_PATH and CONFIG_SPL_LDSCRIPT defines, the same start.o and u-boot-spl.lds are selected by default. Signed-off-by: Masahiro Yamada

Re: [U-Boot] [U-Boot,1/2] ARM: rpi: rename rpi_b to rpi

2014-12-08 Thread Tom Rini
On Wed, Nov 19, 2014 at 08:41:03PM -0700, Stephen Warren wrote: The U-Boot port runs on a variety of RPi models, not just the B. So, rename the port to something slightly more generic. Signed-off-by: Stephen Warren swar...@wwwdotorg.org Reviewed-by: Simon Glass s...@chromium.org Tested-by:

Re: [U-Boot] git-mailrc: fix mips alias

2014-12-08 Thread Tom Rini
On Wed, Nov 19, 2014 at 08:20:11PM +0100, Daniel Schwierzeck wrote: Signed-off-by: Daniel Schwierzeck daniel.schwierz...@gmail.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list

Re: [U-Boot] [U-Boot, v2] powerpc: mpc8xx: remove hermes board support

2014-12-08 Thread Tom Rini
On Fri, Nov 21, 2014 at 11:26:11AM +0900, Masahiro Yamada wrote: This board sprinkles #ifdef(CONFIG_HERMES) over various global files such as include/common.h, common/board_r.c, common/cmd_bdinfo.c. Let's zap such an ill-behaved board. It has not been converted to generic board yet and

Re: [U-Boot] [U-Boot,U-Boot] ARM: rpi_b: detect board revision

2014-12-08 Thread Tom Rini
On Tue, Nov 18, 2014 at 09:40:21PM -0700, Stephen Warren wrote: Detect the board revision early during boot, and print the decoded model name. Eventually, this information can be used for tasks such as: - Allowing/preventing USB device mode; some models have a USB device on- board so

Re: [U-Boot] [U-Boot, 3/3] imx6: remove redudant CONFIG_SPL_START_S_PATH define

2014-12-08 Thread Tom Rini
On Fri, Nov 21, 2014 at 11:50:10AM +0900, Masahiro Yamada wrote: The CPU directory of IMX6 is arch/arm/cpu/armv7, so setting CONFIG_SPL_START_S_PATH to arch/arm/cpu/armv7 is totally redundant. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Stefano Babic sba...@denx.de Applied

Re: [U-Boot] [U-Boot, 2/3] powerpc: a3m071: remove redundant CONFIG_SPL_* defines

2014-12-08 Thread Tom Rini
On Fri, Nov 21, 2014 at 11:50:09AM +0900, Masahiro Yamada wrote: The CPU directory of this board is arch/powerpc/cpu/mpc5xxx. Without the CONFIG_SPL_START_S_PATH and CONFIG_SPL_LDSCRIPT defines, the same start.o and u-boot-spl.lds are selected by default. Signed-off-by: Masahiro Yamada

Re: [U-Boot] [U-Boot, v2, 1/5] serial: pl01x: pass pl01x_type to set baudrate

2014-12-08 Thread Tom Rini
On Fri, Nov 21, 2014 at 10:34:19AM -0800, Vikas Manocha wrote: Although we were checking the pl01x type, seems like PL010 type was being passed by mistake. Signed-off-by: Vikas Manocha vikas.mano...@st.com Acked-by: Simon Glass s...@chromium.org Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, v2, 2/5] serial: pl01x: fix pl011 baud rate configuration

2014-12-08 Thread Tom Rini
On Fri, Nov 21, 2014 at 10:34:20AM -0800, Vikas Manocha wrote: UART_IBRD, UART_FBRD, and UART_LCR_H form a single 30-bit wide register which is updated on a single write strobe generated by a UART_LCR_H write. So, to internally update the content of UART_IBRD or UART_FBRD, a write to

Re: [U-Boot] [U-Boot, v2, 5/5] serial: pl01x: avoid pl01x type check two times

2014-12-08 Thread Tom Rini
On Fri, Nov 21, 2014 at 10:34:23AM -0800, Vikas Manocha wrote: Signed-off-by: Vikas Manocha vikas.mano...@st.com Acked-by: Simon Glass s...@chromium.org Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [U-Boot, v2, 4/5] serial: pl01x: disable as per type of pl01x

2014-12-08 Thread Tom Rini
On Fri, Nov 21, 2014 at 10:34:22AM -0800, Vikas Manocha wrote: pl010 pl011 have different control register offsets, setting it as per the pl01x type. Signed-off-by: Vikas Manocha vikas.mano...@st.com Acked-by: Simon Glass s...@chromium.org Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, v2, 3/5] serial: pl01x: move all line control at same place

2014-12-08 Thread Tom Rini
On Fri, Nov 21, 2014 at 10:34:21AM -0800, Vikas Manocha wrote: Receive line control uses same setting as transmit line control, also one lcrh write is effective for both baud rate receive line control internal update. Signed-off-by: Vikas Manocha vikas.mano...@st.com Acked-by: Simon Glass

Re: [U-Boot] [U-Boot,v2] Kbuild: introduce Makefile in arch/$ARCH/

2014-12-08 Thread Tom Rini
On Fri, Nov 21, 2014 at 11:51:33PM +0100, Daniel Schwierzeck wrote: Introduce a Makefile under arch/$ARCH/ and include it in the top Makefile (similar to Linux kernel). This allows further refactoringi like moving architecture-specific code out of global makefiles, deprecating config

Re: [U-Boot] Add Alison Wang m68k custodian email/alias

2014-12-08 Thread Tom Rini
On Tue, Nov 25, 2014 at 10:05:41AM +0100, ang...@sysam.it wrote: Signed-off-by: Angelo Dureghello ang...@sysam.it Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [U-Boot,v2] Add custodians to the m68k subsystem.

2014-12-08 Thread Tom Rini
On Mon, Nov 24, 2014 at 03:36:57PM +0100, ang...@sysam.it wrote: Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [U-Boot, 2/2] blackfin: include linux/compiler.h rather than define __iomem

2014-12-08 Thread Tom Rini
On Wed, Nov 26, 2014 at 04:02:54PM +0900, Masahiro Yamada wrote: The macro __iomem is defined in include/linux/compiler.h. Let's include it rather than double __iomem defines. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Sonic Zhang sonic@gmail.com Applied to

Re: [U-Boot] [U-Boot, v3] arm: bcm: update Cygnus and NSP board families

2014-12-08 Thread Tom Rini
On Fri, Nov 21, 2014 at 01:29:51PM -0800, Steve Rae wrote: - updates to support Cygnus and NSP board families better - add functions so CONFIG_ARMV7_NONSEC can be enabled on Cygnus boards Signed-off-by: Steve Rae s...@broadcom.com Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] Replace compiler.h with linux/compiler.h

2014-12-08 Thread Tom Rini
On Wed, Nov 26, 2014 at 04:00:58PM +0900, Masahiro Yamada wrote: Including linux/compiler.h is enough for general use. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, 1/2] linux/compat.h: remove redundant macro defines

2014-12-08 Thread Tom Rini
On Wed, Nov 26, 2014 at 04:02:53PM +0900, Masahiro Yamada wrote: __user and __iomem are defined in include/linux/compiler.h. MAX_ERRNO is defined in include/linux/err.h. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot, v2] fdt: Allow non-FDT kernels to boot when CONFIG_OF_LIBFDT is defined

2014-12-08 Thread Tom Rini
On Thu, Nov 27, 2014 at 01:24:16PM -0800, Suriyan Ramasami wrote: The boot commands - bootz/bootm mandate a third argument which is the address to the FDT blob. In cases where this argument is not specified, boot fails with a message indicating a missing FDT. This causes non-FDT kernels to

Re: [U-Boot] [U-Boot, 1/3] lib: bzip2: move bzip2 files to lib/bzip2/ directory

2014-12-08 Thread Tom Rini
On Fri, Nov 28, 2014 at 11:13:26AM +0900, Masahiro Yamada wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list

Re: [U-Boot] [U-Boot,2/3] libfdt: descend from lib/ to lib/libfdt/

2014-12-08 Thread Tom Rini
On Fri, Nov 28, 2014 at 11:13:27AM +0900, Masahiro Yamada wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list

Re: [U-Boot] kconfig: Fix warning ‘jump’ may be used uninitialized

2014-12-08 Thread Tom Rini
On Sat, Nov 29, 2014 at 05:26:04PM +0900, Masahiro Yamada wrote: From: Peter Kümmel syntheti...@gmx.net Warning: In file included from scripts/kconfig/zconf.tab.c:2537:0: scripts/kconfig/menu.c: In function ‘get_symbol_str’: scripts/kconfig/menu.c:590:18: warning: ‘jump’ may be used

[U-Boot] [ANN] U-Boot v2015.01-rc3 released

2014-12-08 Thread Tom Rini
Hey all, I've pushed v2015.01-rc3 out to the repository and tarballs should exist soon. So, we're nearing the end now, relatively speaking, so things should start getting quieter. I'd like everyone to please build their respective areas and make sure everything is building right. As always, if

Re: [U-Boot] Pull request: u-boot-uniphier (updated!)

2014-12-08 Thread Tom Rini
On Tue, Dec 09, 2014 at 12:23:36AM +0900, Masahiro YAMADA wrote: Hi Tom, If it is not too late, please let me replace the PR I sent yesterday with this one. This includes one fixes. The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9: Merge branch

Re: [U-Boot] [U-Boot, 3/3] libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile

2014-12-08 Thread Tom Rini
On Fri, Nov 28, 2014 at 11:13:28AM +0900, Masahiro Yamada wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list

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

2014-12-08 Thread Maxime Ripard
On Sun, Dec 07, 2014 at 09:27:27PM +0100, 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:

[U-Boot] ti, am3517: errata 430973 workaround

2014-12-08 Thread Jeroen Hofstee
Hi, A while ago [1], a RFC was posted to disable workaround for besides others, errata 430973. It is a bit unclear to me which revision actually need this workaround, but as suggested in [2] also enabling this workaround in Linux seem to make some weird problems go away in linux (signal 4, bad

Re: [U-Boot] [ANN] U-Boot v2015.01-rc3 released

2014-12-08 Thread Wolfgang Denk
Dear Tom, In message 20141208214410.GJ20704@bill-the-cat you wrote: I've pushed v2015.01-rc3 out to the repository and tarballs should exist soon. Tarball is on the FTP server. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel HRB 165235

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

2014-12-08 Thread Simon Glass
Hi Ian, On 8 December 2014 at 07:54, Ian Campbell ian.campb...@citrix.com wrote: 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:

Re: [U-Boot] [PATCH v9 2/2] Odroid-XU3: Add documentation for Odroid-XU3

2014-12-08 Thread Simon Glass
Hi Kevin, On 8 December 2014 at 10:58, Kevin Hilman khil...@kernel.org wrote: Lukasz Majewski l.majew...@majess.pl writes: [...] On 28 November 2014 at 06:46, Lukasz Majewski l.majew...@majess.pl wrote: Hello Javier, Hello Lukasz, On Fri, Nov 28, 2014 at 9:39 AM, Lukasz Majewski

  1   2   >