Re: [U-Boot] [PATCH v2] odroid-XU3: Add entry for DTS EHCI GPIO

2014-12-08 Thread Sjoerd Simons
Hey Hyungwon Hwang, On Tue, 2014-12-09 at 13:10 +0900, Hyungwon Hwang wrote: > Dear all, > > On Mon, 08 Dec 2014 19:36:46 -0800 > Suriyan Ramasami wrote: > > In odroid_xu3.h you might want to add the below as well (for LAN + > > USB storage) > > > > +/* Enable USB */ > > +#define CONFIG_CMD_US

Re: [U-Boot] [PATCH] mtd: nand: mxs: Add support for multiple NAND chips

2014-12-08 Thread Stefan Roese
On 08.12.2014 23:53, Scott Wood wrote: => nand device Device 0: 2x nand0, sector size 128 KiB Page size 2048 b OOB size 64 b Erase size 131072 b Shouldn't you see "Device 0" and "Device 1" ? The "2x" indicates that there are two identical chips being treated as a sin

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

2014-12-08 Thread chenhui.z...@freescale.com
Refer to "Table 5-1. LS1 memory map" in "LS1 SoC Architecture Specification". It shows that: Start Address: 0x2 Size: 16MB DCSR Or, see the dcsr node in arch/arm/boot/dts/ls1021a.dtsi in Linux. Thanks, Chenhui From: York Sun Sent: Tuesday, De

Re: [U-Boot] [PATCH v5 01/11] dm: i2c: Add a uclass for I2C

2014-12-08 Thread Heiko Schocher
Hello Simon, Am 09.12.2014 06:31, schrieb Simon Glass: Hi, On Dec 5, 2014 8:32 AM, "Simon Glass" wrote: The uclass implements the same operations as the current I2C framework but makes some changes to make it fit driver model better: - Remove the chip address from API calls - Remove the add

Re: [U-Boot] [PATCH v5 01/11] dm: i2c: Add a uclass for I2C

2014-12-08 Thread Masahiro Yamada
Hi Simon, On Mon, 8 Dec 2014 22:31:59 -0700 Simon Glass wrote: > Hi, > > On Dec 5, 2014 8:32 AM, "Simon Glass" wrote: > > > > The uclass implements the same operations as the current I2C framework but > > makes some changes to make it fit driver model better: > > > > - Remove the chip address

Re: [U-Boot] [PATCH v5 01/11] dm: i2c: Add a uclass for I2C

2014-12-08 Thread Simon Glass
Hi, On Dec 5, 2014 8:32 AM, "Simon Glass" wrote: > > The uclass implements the same operations as the current I2C framework but > makes some changes to make it fit driver model better: > > - Remove the chip address from API calls > - Remove the address length from API calls > - Remove concept of

Re: [U-Boot] [PATCH v2] odroid-XU3: Add entry for DTS EHCI GPIO

2014-12-08 Thread Kevin Hilman
Suriyan Ramasami writes: > Hello Hyungwon Hwang, > > On Mon, Dec 8, 2014 at 7:01 PM, Hyungwon Hwang > wrote: >> Dear Sjoerd, >> >> On Fri, 05 Dec 2014 21:26:10 +0100 >> Sjoerd Simons wrote: >> >>> Add samsung,vbus-gpio information for the XU3. This allows the usage >>> of the EHCI controller o

Re: [U-Boot] [PATCH v2] odroid-XU3: Add entry for DTS EHCI GPIO

2014-12-08 Thread Hyungwon Hwang
Dear all, On Mon, 08 Dec 2014 19:36:46 -0800 Suriyan Ramasami wrote: > Hello Hyungwon Hwang, > > On Mon, Dec 8, 2014 at 7:01 PM, Hyungwon Hwang > wrote: > > Dear Sjoerd, > > > > On Fri, 05 Dec 2014 21:26:10 +0100 > > Sjoerd Simons wrote: > > > >> Add samsung,vbus-gpio information for the XU3.

Re: [U-Boot] [PATCH v2] odroid-XU3: Add entry for DTS EHCI GPIO

2014-12-08 Thread Suriyan Ramasami
Hello Hyungwon Hwang, On Mon, Dec 8, 2014 at 7:01 PM, Hyungwon Hwang wrote: > Dear Sjoerd, > > On Fri, 05 Dec 2014 21:26:10 +0100 > Sjoerd Simons wrote: > >> Add samsung,vbus-gpio information for the XU3. This allows the usage >> of the EHCI controller on the XU3, which is connected to the SMSC

Re: [U-Boot] [PATCH v2] odroid-XU3: Add entry for DTS EHCI GPIO

2014-12-08 Thread Hyungwon Hwang
Dear Sjoerd, On Fri, 05 Dec 2014 21:26:10 +0100 Sjoerd Simons wrote: > Add samsung,vbus-gpio information for the XU3. This allows the usage > of the EHCI controller on the XU3, which is connected to the SMSC > LAN9514 chip (usb hub + network). > > Signed-off-by: Sjoerd Simons > --- > Changes s

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

2014-12-08 Thread Tom Rini
On Mon, Dec 08, 2014 at 07:52:10PM -0600, Robert Nelson wrote: > On Mon, Dec 8, 2014 at 3:44 PM, Tom Rini wrote: > > 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 > >

[U-Boot] [PATCH v11 1/3] config: exynos5420: move non common configs to specific board files

2014-12-08 Thread Hyungwon Hwang
The media for boot and environment is a board-specific feature, not a processor-specific. This is same to console port number and some other addresses. This patch moves the that kinds of configs to each board-specific files from the common config file for Exynos5420. Signed-off-by: Hyungwon Hwang

[U-Boot] [PATCH v11 3/3] Odroid-XU3: Add documentation for Odroid-XU3

2014-12-08 Thread Hyungwon Hwang
This patch adds documentation for Odroid-XU3. This documentation is based on that of Odroid (doc/README-odroid) made by Przemyslaw Marczak. The documentation includes basic information about boot media layout, environment, partition layout, and the instruction to burn the u-boot image to boot media

[U-Boot] [PATCH v11 0/3] Adds support for Exynos5422 odroid xu3 board

2014-12-08 Thread Hyungwon Hwang
This is v11 of the patchset adding support Odroud XU3 board. link to the previous version: v2: https://www.mail-archive.com/u-boot@lists.denx.de/msg152275.html v3: https://www.mail-archive.com/u-boot%40lists.denx.de/msg152677.html v4: https://patchwork.ozlabs.org/patch/407411/ v5: https://patchwor

[U-Boot] [PATCH v11 2/3] Odroid-XU3: Add support for Odroid-XU3

2014-12-08 Thread Hyungwon Hwang
This patch adds support for Odroid-XU3. Signed-off-by: Hyungwon Hwang Reviewed-by: Sjoerd Simons Tested-by: Sjoerd Simons Acked-by: Simon Glass Cc: Minkyu Kang Cc: Lukasz Majewski Cc: Sjoerd Simons Cc: Javier Martinez Canillas Cc: Simon Glass --- Changes for v3: - Remove unnecessary node

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

2014-12-08 Thread Bin Meng
Hi Jagan, On Tue, Dec 9, 2014 at 2:04 AM, Jagan Teki wrote: > Hi Bin, > > On 1 November 2014 at 14:23, Bin Meng 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. Howeve

Re: [U-Boot] [PATCH v10 3/4] Odroid-XU3: Add documentation for Odroid-XU3

2014-12-08 Thread Hyungwon Hwang
Dear Simon, On Tue, 02 Dec 2014 10:22:55 -0700 Simon Glass wrote: > Hi, > > On 2 December 2014 at 00:07, Hyungwon Hwang > wrote: > > This patch adds documentation for Odroid-XU3. This documentation is > > based on that of Odroid (doc/README-odroid) made by Przemyslaw > > Marczak. The documenta

Re: [U-Boot] [PATCH v10 2/4] Odroid-XU3: Add support for Odroid-XU3

2014-12-08 Thread Hyungwon Hwang
Dear Sjoerd, On Fri, 05 Dec 2014 20:31:25 +0100 Sjoerd Simons wrote: > On Tue, 2014-12-02 at 16:07 +0900, Hyungwon Hwang wrote: > > This patch adds support for Odroid-XU3. > > > > > diff --git a/configs/odroid-xu3_defconfig > > b/configs/odroid-xu3_defconfig new file mode 100644 > > index

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

2014-12-08 Thread Robert Nelson
On Mon, Dec 8, 2014 at 7:52 PM, Robert Nelson wrote: > On Mon, Dec 8, 2014 at 3:44 PM, Tom Rini wrote: >> 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 qu

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

2014-12-08 Thread Robert Nelson
On Mon, Dec 8, 2014 at 3:44 PM, Tom Rini wrote: > 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 ar

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

2014-12-08 Thread Kevin Hilman
Hi Simon, Simon Glass writes: > On 8 December 2014 at 10:58, Kevin Hilman wrote: [...] >> FWIW, the XU3 firmware is broken in other ways as well which have a >> major impact on power management. >> >> First, with mainline kernels using MCPM, only 6 of 8 CPUs come >> online. However, even wit

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

2014-12-08 Thread Steve Rae
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 --- Changes in v2: add validation of the GPT before writing to flash (suggested by: Lukasz Majewski ) README

[U-Boot] [PATCH] arm/ls1021a: Add workaround for DDR erratum A008378

2014-12-08 Thread York Sun
Internal memory controller counters can reach a bad state after training in DDR4 mode if accumulated ECC or DBI mode is eanbled. Signed-off-by: York Sun --- arch/arm/include/asm/arch-ls102xa/config.h |1 + drivers/ddr/fsl/fsl_ddr_gen4.c |8 2 files changed, 9 inserti

Re: [U-Boot] [PATCH] mtd: nand: mxs: Add support for multiple NAND chips

2014-12-08 Thread Scott Wood
On Sun, 2014-12-07 at 06:26 +0100, Marek Vasut wrote: > On Sunday, December 07, 2014 at 02:50:25 AM, Scott Wood wrote: > > On Sun, 2014-12-07 at 02:32 +0100, Marek Vasut wrote: > > > On Sunday, December 07, 2014 at 12:45:30 AM, Scott Wood wrote: > > > > On Sat, 2014-12-06 at 14:07 +0100, Marek Vasu

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 wrote: > Lukasz Majewski writes: > > [...] > >>> On 28 November 2014 at 06:46, Lukasz Majewski >>> wrote: >>> > Hello Javier, >>> > >>> >> Hello Lukasz, >>> >> >>> >> On Fri, Nov 28, 2014 at 9:39 AM, Lukasz Majewski >>> >> wrote: >>> >> >> I

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 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: > > http://git.chromium.org/gitweb/?p=chromiumos/third_party/u-boot.git;a=c

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 16

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

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: > https://github.com/jwrdegoede/u-boot-sunxi/commits/su

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 Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.d

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

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 Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.d

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 Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.d

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 > > 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 uninitialized in >

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

Re: [U-Boot] Replace with

2014-12-08 Thread Tom Rini
On Wed, Nov 26, 2014 at 04:00:58PM +0900, Masahiro Yamada wrote: > Including is enough for general use. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing li

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 Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signat

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 Applied to u-boot/master, thanks! -- Tom signature.asc Description: Di

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 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 > Cc: Sonic Zhang Applied to u-boot/master, thanks! -- Tom signature.asc De

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 Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx

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 varia

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 > Acked-by: Simon Glass Applied to u-

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 > Acked-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.d

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 > Acked-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital s

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 UART_LC

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 > Acked-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digit

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 > Cc: Stefano Babic Applied to u-boot/master, thanks! -- Tom

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] 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, 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 > Reviewed-by: Simon Glass > Tested-by: Simon Glass Applied to u-boot/

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 Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.

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 s

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 i

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 Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.

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 b

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] 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 G

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 > Acked-by: Stefan Roese > Acked-by: Kyungmin Park Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

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] 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 548b310c68ac99a0330d8b5

Re: [U-Boot] [U-Boot, 2/2] spl: MMC U-Boot image load from raw partition

2014-12-08 Thread Tom Rini
On Sat, Nov 08, 2014 at 11:14:56PM +0100, Paul Kocialkowski wrote: > Raw images of U-Boot can be stored inside MMC partitions, so it makes sense to > read the partition table, looking for a partition number instead of using > a fixed sector address. > > Signed-off-by: Paul Kocialkowski > Reviewe

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 t

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

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

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 reposit

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 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/list

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

[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 --- The following dependent patches should be applied first: http://patchwork.ozlabs.org/patch/403532 h

[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 --- The following dependent patches should be applied first: http://patchwork.ozla

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, bu

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

2014-12-08 Thread Kevin Hilman
Lukasz Majewski writes: [...] >> On 28 November 2014 at 06:46, Lukasz Majewski >> wrote: >> > Hello Javier, >> > >> >> Hello Lukasz, >> >> >> >> On Fri, Nov 28, 2014 at 9:39 AM, Lukasz Majewski >> >> wrote: >> >> >> I have yet to take him up on that offer though, but it sounds >> >> >> like a

[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 --- arch/arm/cpu/arm926ejs/kirkwood/Kconfig |4 + board/Seagate/nas220/Kconfig| 12 +++ board/Seagate/nas220/MAINTAINERS|6 ++ board/Seagate/nas220/Makefile |7 ++ board/Seagate/nas

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

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 --- README | 7 +++ common/fb_mm

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

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 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 program command (like

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 Date: W

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

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 yo

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

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

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 tha

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 : > Signed-off-by: Masahiro Yamada > --- > > Changes in v2: > - Add "clock-frequency" property Applied to u-boot-uniphier. -- Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de http://

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 : > Add I2C controller and NAND controller devices. Fix indentation too. > > Signed-off-by: Masahiro Yamada > --- > > Changes v2: > - I2C Ch4 does not exist on PH1-Pro4 > - Add "clock-frequency" property Applied to u-boot-uniphier. -- Best Regard

[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. lc

[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 --- 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 + 3 files changed, 18

[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 --- Changes v2: - I2C Ch4 does not exist on PH1-Pro4 - Add "clock-frequency" property arch/arm/dts/uniphier-ph1-ld4-ref.dts | 27 +++--- arch/arm/dts/uniphier-ph1-ld4.dtsi | 44

[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 Cc: Anatolij Gustschin Cc: Simon Glass --- Changes in V3: - Instead of invoking lcd_get(bg|fg)col

[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 Cc: Anatolij Gustschin Cc: Simon Glass Cc: Stephen Wa

[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 Cc: Anatolij Gustschin Cc: Simon Glass Acked-by: Simon Glass Tested-by: Simon Glass --- Changes in V3:

[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 Cc: Anatolij Gustschin Cc: Simon Glass

[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 Cc: Simon Glass Cc: Anatolij Gustschin Acked-by: Simon Glass Tested-by: Simon Glas

[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 Cc: Anatolij Gustschin Cc: Simon Glass Acked-by: Simon Glass --- Changes in V3: - No changes. Changes in V2: - No changes. common/lcd.c | 14 +- 1 file changed, 1 insertion(+), 13 deleti

[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 Cc: Anatolij Gustschin Cc: Simon Glass Acked-by: Simon Glass Tested-by: Simon Glass --- Changes in V3: - No changes. Changes in V2: - New patch. common/lcd_

[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 Cc: Anatolij Gustschin Cc: Simon Glass Acked-by: Simon Glass Tested-by: Simon Glass --- Change

  1   2   >