Re: [U-Boot] [v3 PATCH 0/12] arm, at91, spl: add spl support for the taurus and corvus boards

2014-11-05 Thread Heiko Schocher
Hello Andreas, Am 06.11.2014 01:24, schrieb Andreas Bießmann: Hi Heiko, On 31.10.14 08:30, Heiko Schocher wrote: This patchset add SPL support for the AT91SAM9G20 based taurus board, and the AT91SAM9M10G45 based corvus board from siemens, and replaces the at91bootstrap code. The boot.bin whi

Re: [U-Boot] [PATCH 2/2] mtd: nor: initialize writebufsize field

2014-11-05 Thread Heiko Schocher
Hello Andrew, Am 05.11.2014 20:23, schrieb Andrew Ruder: On Wed, Nov 05, 2014 at 08:00:21AM +0100, Heiko Schocher wrote: diff --git a/drivers/mtd/cfi_mtd.c b/drivers/mtd/cfi_mtd.c index ac805ff..d4c9609 100644 --- a/drivers/mtd/cfi_mtd.c +++ b/drivers/mtd/cfi_mtd.c @@ -226,6 +226,7 @@ int cfi_m

[U-Boot] [PATCH 1/2] arm: rmobile: Move sh-i2c of the address defined to common header

2014-11-05 Thread Nobuhiro Iwamatsu
R-Car SoCs of rmobile have same IP of sh-i2c, and have same address. This moves sh-i2c of the address defined to rcar-base.h as common header of R-Car SoCs, and headers of each SoCs. Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/include/asm/arch-rmobile/r8a7790.h | 4 arch/arm/include/asm

[U-Boot] [PATCH 2/2] arm: rmobile: Move rcar-i2c of the address defined to common header

2014-11-05 Thread Nobuhiro Iwamatsu
R-Car SoCs of rmobile have same IP of rcar-i2c, and have same address. This moves rcar-i2c of the address defined to rcar-base.h as common header of R-Car SoCs. Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/include/asm/arch-rmobile/rcar-base.h | 6 ++ include/configs/lager.h

[U-Boot] [PATCH 0/4] sh: refactor SuperH Kconfig files

2014-11-05 Thread Masahiro Yamada
Kconfig conversion was almost automatically by a tool. Let's tidy up board choice prompts and macro defines. Masahiro Yamada (4): sh: use more descriptive prompts for board select menu sh: move CONFIG_{SH2,SH2A,SH3,SH4} to Kconfig sh: consolidate CONFIG_SYS_CPU defines sh: define CONFIG

[U-Boot] [PATCH 3/4] sh: consolidate CONFIG_SYS_CPU defines

2014-11-05 Thread Masahiro Yamada
Now each board selects one of CONFIG_CPU_SH2, CONFIG_CPU_SH3, CONFIG_CPU_SH4, so let's move CONFIG_SYS_CPU definition to arch/sh/Kconfig. Signed-off-by: Masahiro Yamada Cc: Nobuhiro Iwamatsu --- arch/sh/Kconfig | 11 --- board/alphaproject/ap_sh4a_4a/Kconfig | 3

[U-Boot] [PATCH 2/4] sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig

2014-11-05 Thread Masahiro Yamada
This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4 to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A, CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention. Signed-off-by: Masahiro Yamada Cc: Nobuhiro Iwamatsu --- arc

[U-Boot] [PATCH 4/4] sh: define CONFIG_CPU_SH4A for some boards

2014-11-05 Thread Masahiro Yamada
Precisely, these boards are SH4A rather than SH4. Signed-off-by: Masahiro Yamada Cc: Nobuhiro Iwamatsu --- arch/sh/Kconfig | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index a77e6f9..685406b 100644 --- a/arch/sh/Kconfig ++

[U-Boot] [PATCH 1/4] sh: use more descriptive prompts for board select menu

2014-11-05 Thread Masahiro Yamada
The current prompts were added by a conversion tool based on board directory names when switching to Kconfig. Use better prompts mostly taken from from arch/sh/boards/* of Linux Kernel. Signed-off-by: Masahiro Yamada Cc: Nobuhiro Iwamatsu --- Nobuhiro, Please feel free to fix these prompts as

Re: [U-Boot] [v3 PATCH 02/12] arm, at91: add spi dataflash support for the taurus board

2014-11-05 Thread Jagan Teki
On 6 November 2014 05:06, Andreas Bießmann wrote: > Dear Jagan Teki, > > On 31.10.14 13:31, Heiko Schocher wrote: >> Hello Jagan, >> >> Am 31.10.2014 11:48, schrieb Jagan Teki: >>> On 31 October 2014 13:00, Heiko Schocher wrote: Signed-off-by: Heiko Schocher Reviewed-by: Bo Shen >>

[U-Boot] [PATCH 3/3] arm: rmobile: alt: Remove board_late_init function

2014-11-05 Thread Nobuhiro Iwamatsu
Alt board does not use board_late_init function. This removes this function and define of BOARD_LATE_INIT from config. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/alt/alt.c | 5 - include/configs/alt.h | 2 -- 2 files changed, 7 deletions(-) diff --git a/board/renesas/alt/alt.c b/b

[U-Boot] [PATCH 1/3] arm: rmobile: koelsch: Remove board_late_init function

2014-11-05 Thread Nobuhiro Iwamatsu
Koelsch board does not use board_late_init function. This removes this function and define of BOARD_LATE_INIT from config. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/koelsch/koelsch.c | 5 - include/configs/koelsch.h | 1 - 2 files changed, 6 deletions(-) diff --git a/board/re

[U-Boot] [PATCH 2/3] arm: rmobile: lager: Remove board_late_init function

2014-11-05 Thread Nobuhiro Iwamatsu
Lager board does not use board_late_init function. This removes this function and define of BOARD_LATE_INIT from config. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/lager/lager.c | 5 - include/configs/lager.h | 1 - 2 files changed, 6 deletions(-) diff --git a/board/renesas/lage

[U-Boot] [PATCH 2/3] arm: rmobile: gose: Add USB support

2014-11-05 Thread Nobuhiro Iwamatsu
Gose board has two USB ports, and can use USB EHCI HCD driver of rmobile. This adds driver settings in order to use this driver. Signed-off-by: Nobuhiro Iwamatsu --- include/configs/gose.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/configs/gose.h b/include/configs/gose.h

[U-Boot] [PATCH 1/3] arm: rmobile: gose: Add Ethernet support

2014-11-05 Thread Nobuhiro Iwamatsu
Gose board has one ether port, this works using sh-ether driver. This adds GPIO settings and driver settings in order to use the sh-ether. Signed-off-by: Nobuhiro Iwamatsu --- board/renesas/gose/gose.c | 62 +++ include/configs/gose.h| 19 +

[U-Boot] [PATCH 3/3] arm: rmobile: gose: Add VFAT file system support

2014-11-05 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu --- include/configs/gose.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/configs/gose.h b/include/configs/gose.h index 5889f02..62837d6 100644 --- a/include/configs/gose.h +++ b/include/configs/gose.h @@ -33,6 +33,7 @@ #define CONFIG_CMD_DHCP

[U-Boot] [PATCH v2] arm: rmobile: Add support gose board

2014-11-05 Thread Nobuhiro Iwamatsu
The gose board has R8A7793, 1GB DDR3-SDRAM, USB, Ethernet, and more. This patch supports the following functions: - DDR3-SDRAM - SCIF - QSPI - SPI Signed-off-by: Hisashi Nakamura Signed-off-by: Nobuhiro Iwamatsu CC: Masahiro Yamada --- v2: Remove COFIG_ARMV7 from config. Remove 'S+' p

Re: [U-Boot] [PATCH v1 0/6] Update gdsys board support

2014-11-05 Thread Dirk Eibach
Hi Stefan, >> Is Kim still active? Last message from him on the list I found was from >> may. > > > Not sure. Lets wait and see if Kim responds... looks not so good. I put Scott and York from Freescale to CC. Maybe they can inquire at Freescale. Cheers Dirk __

Re: [U-Boot] u-boot latest .tar.bz2 link is missing .tar

2014-11-05 Thread Wolfgang Denk
Dear Larry, In message you wrote: > > When I tried to follow some instructions to wget the latest u-boot > .tar.bz2, it failed. I see on ftp://ftp.denx.de/pub/u-boot a latest > link .bz2 file. The link file name is missing the .tar. Is this an > error? Yes, thisis a mistake. Thanks for poin

Re: [U-Boot] [PATCH] arm: rmobile: Add support gose board

2014-11-05 Thread Nobuhiro Iwamatsu
Hi, Thanks for youre review. 2014-11-06 15:10 GMT+09:00 Masahiro Yamada : > Hi Nobuhiro, > > > On Tue, 4 Nov 2014 16:33:02 +0900 > Nobuhiro Iwamatsu wrote: > >> diff --git a/configs/gose_defconfig b/configs/gose_defconfig >> new file mode 100644 >> index 000..e764583 >> --- /dev/null >> +++

Re: [U-Boot] [PATCH v3 3/3] ARM: atmel: add sama5d4ek board support

2014-11-05 Thread Bo Shen
Hi Masahiro, On 11/06/2014 02:13 PM, Masahiro Yamada wrote: On Wed, 29 Oct 2014 13:12:06 +0800 Bo Shen wrote: The code for this board supports following features: - Boot media support: NAND flash/SD card/SPI flash - Support LCD display - Support ethernet - Support USB mass storag

[U-Boot] u-boot latest .tar.bz2 link is missing .tar

2014-11-05 Thread Larry Baker
When I tried to follow some instructions to wget the latest u-boot .tar.bz2, it failed. I see on ftp://ftp.denx.de/pub/u-boot a latest link .bz2 file. The link file name is missing the .tar. Is this an error? Larry Baker US Geological Survey 650-329-5608 ba...@usgs.gov

Re: [U-Boot] [PATCH v3 3/3] ARM: atmel: add sama5d4ek board support

2014-11-05 Thread Masahiro Yamada
On Wed, 29 Oct 2014 13:12:06 +0800 Bo Shen wrote: > The code for this board supports following features: > - Boot media support: NAND flash/SD card/SPI flash > - Support LCD display > - Support ethernet > - Support USB mass storage > > Signed-off-by: Bo Shen > --- > diff --git a/arch/

Re: [U-Boot] [PATCH] arm: rmobile: Add support gose board

2014-11-05 Thread Masahiro Yamada
Hi Nobuhiro, On Tue, 4 Nov 2014 16:33:02 +0900 Nobuhiro Iwamatsu wrote: > diff --git a/configs/gose_defconfig b/configs/gose_defconfig > new file mode 100644 > index 000..e764583 > --- /dev/null > +++ b/configs/gose_defconfig > @@ -0,0 +1,3 @@ > +CONFIG_ARM=y > ++S:CONFIG_RMOBILE=y > +CONF

[U-Boot] [PATCH] board/freescale: use generic board architecture for p1010rdb

2014-11-05 Thread ying.zhang
From: Ying Zhang Use generic board architecture for p1010rdb, tested with NOR boot on p1010rdb-pb. Signed-off-by: Ying Zhang --- include/configs/P1010RDB.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index d378dbd..cd6a39c 10064

Re: [U-Boot] [PATCH 1/5] ARM: remove CONFIG_ARMV7 defines

2014-11-05 Thread Nobuhiro Iwamatsu
Hi, 2014-11-06 14:59 GMT+09:00 Masahiro Yamada : > Some (not all) of ARMv7 boards define CONFIG_ARMV7, which is useless. > Besides, it is never referenced. > > Signed-off-by: Masahiro Yamada Acked-by: Nobuhiro Iwamatsu > --- > > arch/arm/include/asm/arch-at91/sama5d3.h | 1 - > include/config

[U-Boot] [PATCH 5/5] ARM: remove CONFIG_ARM1136 defines

2014-11-05 Thread Masahiro Yamada
CONFIG_CPU_ARM1136 was introduced into Kconfig by commit 2e07c249a67e (kconfig: arm: introduce symbol for ARM CPUs). This commit removes all the defines of CONFIG_ARM1136 and replaces the only reference in arch/arm/lib/cache.c with CONFIG_CPU_ARM1136. Signed-off-by: Masahiro Yamada --- arch/ar

[U-Boot] [PATCH 2/5] ARM: remove CONFIG_ARM1176 defines

2014-11-05 Thread Masahiro Yamada
CONFIG_ARM1176 is defined for some boards but not referenced at all. Signed-off-by: Masahiro Yamada --- include/configs/rpi_b.h | 1 - include/configs/tnetv107x_evm.h | 1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h index ca27f9a..41

[U-Boot] [PATCH 0/5] Delete CONFIG_ARM and use CONFIG_CPU_

2014-11-05 Thread Masahiro Yamada
Since commit 2e07c249a67e055 (kconfig: arm: introduce symbol for ARM CPUs), every ARM board is supposed to select CONFIG_CPU_. (CONFIG_CPU_ARM720T, CONFIG_CPU_ARM920T, CONFIG_CPU_V7, etc.) We no longer need CONFIG_ARM920T, CONFIG_ARMV7, etc. These macros have been defined inconsistently. For exam

[U-Boot] [PATCH 3/5] ARM: remove CONFIG_ARM920T defines

2014-11-05 Thread Masahiro Yamada
CONFIG_CPU_ARM920T was introduced into Kconfig by commit 2e07c249a67e (kconfig: arm: introduce symbol for ARM CPUs). This commit removes all the defines of CONFIG_ARM920T and replaces the only reference in drivers/usb/host/ohci-hcd.c with CONFIG_CPU_ARM920T. Signed-off-by: Masahiro Yamada ---

[U-Boot] [PATCH 4/5] ARM: remove CONFIG_ARM926EJS defines

2014-11-05 Thread Masahiro Yamada
CONFIG_CPU_ARM926EJS was introduced into Kconfig by commit 2e07c249a67e (kconfig: arm: introduce symbol for ARM CPUs). This commit removes all the defines of CONFIG_ARM926EJS and replaces the only reference in arch/arm/lib/cache.c with CONFIG_CPU_ARM926EJS. Signed-off-by: Masahiro Yamada --- a

[U-Boot] [PATCH 1/5] ARM: remove CONFIG_ARMV7 defines

2014-11-05 Thread Masahiro Yamada
Some (not all) of ARMv7 boards define CONFIG_ARMV7, which is useless. Besides, it is never referenced. Signed-off-by: Masahiro Yamada --- arch/arm/include/asm/arch-at91/sama5d3.h | 1 - include/configs/alt.h| 1 - include/configs/armadillo-800eva.h | 1 - include/confi

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

2014-11-05 Thread Hyungwon Hwang
Dear Lukasz Majewski, On Wed, 05 Nov 2014 11:29:53 +0100 Lukasz Majewski wrote: > > +#undef CONFIG_EXYNOS_SPL > > +#undef CONFIG_SILENT_CONSOLE > > +#undef CONFIG_CROS_EC > > +#undef CONFIG_CROS_EC_SPI > > +#undef CONFIG_CROS_EC_I2C > > +#undef CONFIG_CROS_EC_KEYB > > +#undef CONFIG_CMD_CROS_EC

Re: [U-Boot] [PATCH v6] net/phy: Add support for CS4315/CS4340 PHY

2014-11-05 Thread shengzhou....@freescale.com
> -Original Message- > From: Shengzhou Liu [mailto:shengzhou@freescale.com] > Sent: Wednesday, November 05, 2014 1:33 PM > To: u-boot@lists.denx.de; Sun York-R58495; joe.hershber...@gmail.com > Cc: Liu Shengzhou-B36685 > Subject: [PATCH v6] net/phy: Add support for CS4315/CS4340 PHY >

Re: [U-Boot] SPL (Secondary Program Loader) on iMX6SL

2014-11-05 Thread John Tobias
Hi Fabio, The SPL support that I have done for sabresd is not %100 done. I just did that for the testing and to see if I could load the SPL image. Btw, I saw in freescale repository that they have the plugin feature. I enabled it but it didn't work. When I load the image, it jump to 0x00907000.

[U-Boot] [PATCH] ls1021aqds: set the default I2C channel before DDR init

2014-11-05 Thread Alison Wang
From: Chenhui Zhao When resuming from deep sleep, the I2C channel may not be in the default channel. So, switch to the default channel before accessing DDR SPD. Signed-off-by: Chenhui Zhao --- board/freescale/ls1021aqds/ls1021aqds.c | 32 +++- 1 file changed, 19 ins

[U-Boot] [PATCH v2 0/2] Follow-up patches for commit 2e07c249a67e (kconfig: arm: introduce symbol for ARM CPUs)

2014-11-05 Thread Masahiro Yamada
Changes in v2: - Rebase on commit 11ada9225a16ed2d8ddbf0715a2416245a777cbc - Fix Kosagi Novena board Masahiro Yamada (2): kconfig: arm: select CPU_V7 for some new boards kconfig: arm: move "armv8" define to arch/arm/Kconfig arch/arm/Kconfig| 6 -- arch/arm/c

[U-Boot] [PATCH v2 1/2] kconfig: arm: select CPU_V7 for some new boards

2014-11-05 Thread Masahiro Yamada
This commit adds "select CPU_V7" for some new boards that were not covered by commit 2e07c249a67e (kconfig: arm: introduce symbol for ARM CPUs). Redundant "SYS_CPU" defines and "string" directives should be removed. Signed-off-by: Masahiro Yamada Acked-by: Stefan Roese Acked-by: Georges Savound

[U-Boot] [PATCH v2 2/2] kconfig: arm: move "armv8" define to arch/arm/Kconfig

2014-11-05 Thread Masahiro Yamada
Commit 2e07c249a67e (kconfig: arm: introduce symbol for ARM CPUs) collected the default values of CONFIG_SYS_CPU into arch/arm/Kconfig. This commit moves "armv8" to there for consistency. Signed-off-by: Masahiro Yamada Acked-by: Georges Savoundararadj --- Changes in v2: None arch/arm/Kconfig

[U-Boot] [PATCH] sunxi: move "select CPU_V7" to ARCH_SUNXI

2014-11-05 Thread Masahiro Yamada
CPU_V7 is select'ed by all the MACH_SUN*I. While we are here, let's delete the redundant "string" typedef of SYS_CONFIG_NAME. Signed-off-by: Masahiro Yamada --- arch/arm/Kconfig| 1 + board/sunxi/Kconfig | 6 -- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/arch/arm/Kco

[U-Boot] [PATCH] arm: ls102xa: Add CCI-400 setting support for Deep Sleep

2014-11-05 Thread Alison Wang
According to the current deep sleep framework, the setting for CCI-400 registers will not execute when waking up. This patch moves the setting for CCI-400 Slave interfaces to board_early_init_f() which executes before dram_init(). This patch also moves the setting for enabling barrier transaction t

Re: [U-Boot] [PATCH] arm, at91: generate boot.bin file for all all atmel SoC

2014-11-05 Thread Masahiro Yamada
On Thu, 30 Oct 2014 09:59:59 +0100 Heiko Schocher wrote: > generate the boot.bin file for all atmel SoC (arm920, arm926, armv7) > > Signed-off-by: Heiko Schocher Reviewed-by: Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de http://li

Re: [U-Boot] [PATCH v1 3/3] sparc: Add support for gr712rc-board

2014-11-05 Thread Masahiro Yamada
Hi Francois, On Wed, 5 Nov 2014 14:30:53 +0200 Francois Retief wrote: > diff --git a/board/gaisler/gr712rc_board/MAINTAINERS > b/board/gaisler/gr712rc_board/MAINTAINERS > new file mode 100644 > index 000..1a77f89 > --- /dev/null > +++ b/board/gaisler/gr712rc_board/MAINTAINERS > @@ -0,0 +1,6

Re: [U-Boot] [PATCH] ARM: at91 series: convert to generic board

2014-11-05 Thread Andreas Bießmann
On 22.10.14 12:01, Bo Shen wrote: > Signed-off-by: Bo Shen Reviewed-by: Andreas Bießmann > --- > > include/configs/at91rm9200ek.h | 2 ++ > include/configs/at91sam9260ek.h | 2 ++ > include/configs/at91sam9261ek.h | 2 ++ > 3 files changed, 6 insertions(+) > > diff --git a/include/configs

Re: [U-Boot] [PATCH] arm, at91: generate boot.bin file for all all atmel SoC

2014-11-05 Thread Andreas Bießmann
On 30.10.14 09:59, Heiko Schocher wrote: > generate the boot.bin file for all atmel SoC (arm920, arm926, armv7) > > Signed-off-by: Heiko Schocher Reviewed-by: Andreas Bießmann > --- > > arch/arm/cpu/armv7/at91/config.mk | 4 +--- > scripts/Makefile.spl | 4 > 2 files chan

Re: [U-Boot] [v3 PATCH 0/12] arm, at91, spl: add spl support for the taurus and corvus boards

2014-11-05 Thread Andreas Bießmann
Hi Heiko, On 31.10.14 08:30, Heiko Schocher wrote: > > This patchset add SPL support for the AT91SAM9G20 based taurus board, > and the AT91SAM9M10G45 based corvus board from siemens, and replaces > the at91bootstrap code. > > The boot.bin which replaces the at91bootstrap image can created with >

Re: [U-Boot] [v3 PATCH 01/12] spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header

2014-11-05 Thread Andreas Bießmann
On 31.10.14 08:30, Heiko Schocher wrote: > move CONFIG_SYS_SPI_WRITE_TOUT into drivers/spi/atmel_spi.h > and define a default value. Delete this define in the board > config files, where it is possible (all boards use currently > the same value). > > Signed-off-by: Heiko Schocher Reviewed-by:

Re: [U-Boot] [v3 PATCH 12/12] arm, spl, at91: add spl support for the corvus board

2014-11-05 Thread Andreas Bießmann
On 31.10.14 08:31, Heiko Schocher wrote: > replaces the at91bootstrap code with SPL code. > make the spl image with: > ./tools/mkimage -T atmelimage -d spl/u-boot-spl.bin spl/boot.bin > > this writes the length of the spl image into the 6th > execption vector. This is needed from the ROM bootloa

Re: [U-Boot] [v3 PATCH 10/12] arm, spl, at91: add at91sam9260 and at91sam9g45 spl support

2014-11-05 Thread Andreas Bießmann
On 31.10.14 08:31, Heiko Schocher wrote: > add support for using spl code on at91sam9260 and at91sam9g45 > based boards. > > Signed-off-by: Heiko Schocher > Reviewed-by: Bo Shen Reviewed-by: Andreas Bießmann > > --- > > Changes in v3: > add comment from Bo shen > - fix AT91_PMC_MCKR_CSS_M

Re: [U-Boot] [v3 PATCH 08/12] spl, nand, atmel_nand: add erase one block function

2014-11-05 Thread Andreas Bießmann
On 31.10.14 08:31, Heiko Schocher wrote: > erase one nand block in spl code. keep it simple, as size matters > This is used on the upcoming taurus spl support. > > Signed-off-by: Heiko Schocher > Acked-by: Scott Wood > Reviewed-by: Bo Shen Reviewed-by: Andreas Bießmann > > --- > > Changes

Re: [U-Boot] [v3 PATCH 07/12] mtd: atmel_nand: add missign include

2014-11-05 Thread Andreas Bießmann
Hi Heiko, On 31.10.14 09:02, Heiko Schocher wrote: > Hello Bo, > > Am 31.10.2014 08:43, schrieb Bo Shen: >> Hi Heiko, >> Sorry for missing the subject typo error on v2 review. >> >> s/missign/missing. > > Ups ... corrected ... > >> I think it can be corrected when apply. > > That would be grea

Re: [U-Boot] [v3 PATCH 02/12] arm, at91: add spi dataflash support for the taurus board

2014-11-05 Thread Andreas Bießmann
Dear Jagan Teki, On 31.10.14 13:31, Heiko Schocher wrote: > Hello Jagan, > > Am 31.10.2014 11:48, schrieb Jagan Teki: >> On 31 October 2014 13:00, Heiko Schocher wrote: >>> Signed-off-by: Heiko Schocher >>> Reviewed-by: Bo Shen >>> >>> --- >>> >>> Changes in v3: >>> add Reviewed-by from Bo Shen

Re: [U-Boot] [v3 PATCH 02/12] arm, at91: add spi dataflash support for the taurus board

2014-11-05 Thread Andreas Bießmann
Dear Heiko Schocher, On 31.10.14 08:30, Heiko Schocher wrote: > Signed-off-by: Heiko Schocher > Reviewed-by: Bo Shen > > --- > > Changes in v3: > add Reviewed-by from Bo Shen > > Changes in v2: > - add comment from Jagan Teki: > - remove spi_init_f() from board file > - remove CONFIG_SYS_

Re: [U-Boot] buildman: using wrong libgcc.a (magic -3)

2014-11-05 Thread Wolfgang Denk
Dear Steve, In message <545a7c54.30...@broadcom.com> you wrote: > > Actually, that would be unfortunate, because I currently have: > - /usr/bin/arm-linux-gnueabi-gcc > - > /opt/eldk-5.4/armv7a/sysroots/i686-eldk-linux/usr/bin/armv7a-vfp-neon-linux-gnueabi/arm-linux-gnueabi-gcc > - (and others) >

Re: [U-Boot] [PATCH v6 1/6] sandbox: script for testing sandbox/ext4/fat/fs commands

2014-11-05 Thread Suriyan Ramasami
Hello Simon, On Tue, Nov 4, 2014 at 5:04 PM, Simon Glass wrote: > Hi, > > On 3 November 2014 18:49, Suriyan Ramasami wrote: >> Test size/read/write commands in a sandbox environment. >> >> Signed-off-by: Suriyan Ramasami >> >> --- >> >> Changes in v6: >> * Update expected results in comments >>

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

2014-11-05 Thread Tom Rini
Hi me, The following changes since commit d5325eff10922acb11c39efece6d5f24de5b1998: Merge git://www.denx.de/git/u-boot-sunxi (2014-11-05 07:23:32 -0500) are available in the git repository at: git://git.denx.de/u-boot-ti.git for you to fetch changes up to d23ee49b0bf1c21fdd3f19e8921cc5dc

Re: [U-Boot] [U-Boot, v2, 8/11] omap3: cm-t3517: add basic board support

2014-11-05 Thread Tom Rini
On Wed, Nov 05, 2014 at 02:25:35PM +0200, Igor Grinberg wrote: > CompuLab cm-t3517 is Computer on Module (CoM) based on AM3517 SoC. > Features: up to 256MB DDR2, up to 512MB NAND, USB hub, mUSB, WiFi, BT, > Analog audio codec, touch screen controller, LED. > > Add basic support including: > LED,

Re: [U-Boot] [U-Boot, v2] am335x: make get_board_rev() function weak

2014-11-05 Thread Tom Rini
On Wed, Nov 05, 2014 at 01:29:54PM +0200, Igor Grinberg wrote: > Current get_board_rev() function returns a hard coded value which is > obviously incorrect for the majority of boards. > Allow boards to provide a correct implementation by making this > function weak. > In addition open code the tri

Re: [U-Boot] arm: am335x: net: pxm2: disable rgmii internal delay mode

2014-11-05 Thread Tom Rini
On Wed, Nov 05, 2014 at 10:23:21AM +0100, Heiko Schocher wrote: > disable internal delay through gmii_sel register, as this > is done in the ar8031 phy. > > Signed-off-by: Heiko Schocher > Cc: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, U-boot, v2] ks2_evm: config: enable fatload command

2014-11-05 Thread Tom Rini
On Tue, Nov 04, 2014 at 06:06:27PM +0200, Khoronzhuk, Ivan wrote: > The keystone2 evm can boot from USB partition with FAT32 FS, so > enable generic load command and fatload command usage. > > Acked-by: Murali Karicheri > Signed-off-by: Ivan Khoronzhuk > Reviewed-by: Tom Rini Applied to u-boo

Re: [U-Boot] [U-Boot, U-boot] ks2_evm: board: remove sprintf for simple string

2014-11-05 Thread Tom Rini
On Tue, Nov 04, 2014 at 08:48:47PM +0200, Khoronzhuk, Ivan wrote: > There is no reason to sprintf simple string. > > Signed-off-by: Ivan Khoronzhuk Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot

Re: [U-Boot] [U-Boot, U-boot, 2/2] keystone2: config: align names of images with MCSDK

2014-11-05 Thread Tom Rini
On Tue, Nov 04, 2014 at 04:52:35PM +0200, Khoronzhuk, Ivan wrote: > The Multicore Software Development Kit (MCSDK) provides foundational > software for TI KeyStone II device platforms. It's supposed to be used > with uboot, and it's convenient to have the same names for images, so > correct enviro

Re: [U-Boot] [U-Boot, U-boot, 1/2] keystone2: config: restructure handling of default env settings

2014-11-05 Thread Tom Rini
On Tue, Nov 04, 2014 at 04:52:34PM +0200, Khoronzhuk, Ivan wrote: > From: Murali Karicheri > > Currently to customize env for various ks2 boards, individual > variables such as NAME_FS etc are defined and included in the > common config.h to define CONFIG_EXTRA_ENV_SETTINGS. This > doesn't scale

Re: [U-Boot] [U-Boot, U-boot] dma: keystone_nav: remove spurious qm_cfg verification

2014-11-05 Thread Tom Rini
On Tue, Nov 04, 2014 at 01:39:27AM +0200, Khoronzhuk, Ivan wrote: > The verification qm_cfg existence is done at ksnav_init(). > So, there is no need to verify it after initialization. > > Signed-off-by: Ivan Khoronzhuk > Reviewed-by: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom si

Re: [U-Boot] [U-Boot, U-boot, 1/2] ks2_evm: configs: fix UBI volume name

2014-11-05 Thread Tom Rini
On Mon, Nov 03, 2014 at 06:09:51PM +0200, Khoronzhuk, Ivan wrote: > The UBI volume name has to be prefixed with "ubi:". > > Signed-off-by: Ivan Khoronzhuk > Reviewed-by: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot, U-boot, 2/2] keystone2: change default boot mode to ubi

2014-11-05 Thread Tom Rini
On Mon, Nov 03, 2014 at 06:09:52PM +0200, Khoronzhuk, Ivan wrote: > From: Murali Karicheri > > To allow out of box demo, change default boot mode to ubi > boot now that NAND is functional in latest EVMs. > > Signed-off-by: Murali Karicheri > Signed-off-by: Ivan Khoronzhuk > Reviewed-by: Tom R

Re: [U-Boot] [U-Boot, 2/2] ARM: TI: omap3: remove raw initrd support in omap3_igep00x0 config file since it is now in ti_armv7_common.h

2014-11-05 Thread Tom Rini
On Mon, Nov 03, 2014 at 02:26:18PM +0100, Guillaume GARDET wrote: > Signed-off-by: Guillaume GARDET > Cc: Tom Rini > Reviewed-by: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing

Re: [U-Boot] [U-Boot,1/2] ARM: TI: Enable raw initrd support

2014-11-05 Thread Tom Rini
On Mon, Nov 03, 2014 at 02:26:17PM +0100, Guillaume GARDET wrote: > Signed-off-by: Guillaume GARDET > Cc: Tom Rini > Reviewed-by: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing

Re: [U-Boot] [U-Boot, 11/11] omap3: cm-t3517: add LCD/DVI and splash support

2014-11-05 Thread Tom Rini
On Mon, Nov 03, 2014 at 11:32:27AM +0200, Igor Grinberg wrote: > Add support for splash screen on both DVI and SCF0403 LCD. > > Signed-off-by: Igor Grinberg > Reviewed-by: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, 07/11] omap: hsmmc: assume cd gpio is active low

2014-11-05 Thread Tom Rini
On Mon, Nov 03, 2014 at 11:32:23AM +0200, Igor Grinberg wrote: > Switch the default CD GPIO polarity to active low. > > The current hsmmc driver assumption that the CD GPIO is active high, but > in the real hardware, usually the opposite holds. > The usual SD card socket has a mechanical switch w

Re: [U-Boot] [U-Boot,10/11] omap3: cm-t3517: add Ethernet support

2014-11-05 Thread Tom Rini
On Mon, Nov 03, 2014 at 11:32:26AM +0200, Igor Grinberg wrote: > Add both EMAC and SMC911x support. > > Signed-off-by: Igor Grinberg > Reviewed-by: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, 06/11] omap3: cm-t35: move get_board_serial() fallback

2014-11-05 Thread Tom Rini
On Mon, Nov 03, 2014 at 11:32:22AM +0200, Igor Grinberg wrote: > The fallback is used for cases when CONFIG_SERIAL_TAG defined, but the > eeprom is not used. > The fallback is useful for more than one CompuLab board, so move it to a > common location. > > Signed-off-by: Igor Grinberg > Reviewed-

Re: [U-Boot] [U-Boot, 03/11] omap3: cm-t35: move the USB hub reset code

2014-11-05 Thread Tom Rini
On Mon, Nov 03, 2014 at 11:32:19AM +0200, Igor Grinberg wrote: > Extract the USB hub reset code to a common location where it can be > reused by other compulab boards. > > Signed-off-by: Igor Grinberg > Reviewed-by: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom signature.asc Descrip

Re: [U-Boot] [U-Boot,09/11] omap3: cm-t3517: add USB support

2014-11-05 Thread Tom Rini
On Mon, Nov 03, 2014 at 11:32:25AM +0200, Igor Grinberg wrote: > Add both host and mUSB support. > Currently, the selection between host USB and mUSB is done through the > config file. > > Signed-off-by: Igor Grinberg > Reviewed-by: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom sign

Re: [U-Boot] [U-Boot, 04/11] omap3: cm-t35: extract the splash code from board

2014-11-05 Thread Tom Rini
On Mon, Nov 03, 2014 at 11:32:20AM +0200, Igor Grinberg wrote: > The splash screen loading code can be reused by other compulab boards. > For now extract it to a common location for further reuse. > > This also switches the splash code dependency from CONFIG_LCD to > CONFIG_SPLASH_SCREEN as it sh

Re: [U-Boot] [U-Boot,05/11] omap3: cm-t35: move the SMC911x code

2014-11-05 Thread Tom Rini
On Mon, Nov 03, 2014 at 11:32:21AM +0200, Igor Grinberg wrote: > Extract the SMC911x initialization code to a common location where it > can be reused by other compulab omap3 based boards. > > Signed-off-by: Igor Grinberg > Reviewed-by: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, 02/11] compulab: refactor board revision handling

2014-11-05 Thread Tom Rini
On Mon, Nov 03, 2014 at 11:32:18AM +0200, Igor Grinberg wrote: > Move board revision handling code to a common location > for further reuse. > > Signed-off-by: Igor Grinberg > Reviewed-by: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [U-Boot, U-boot] net: phy: marvell: add errata w/a for 88E151* chips

2014-11-05 Thread Tom Rini
On Wed, Oct 29, 2014 at 08:38:23PM +0200, Khoronzhuk, Ivan wrote: > From: Hao Zhang > > As per Marvell Release Notes - Alaska 88E1510/88E1518/88E1512/88E1514 > Rev A0, Errata Section 3.1 Marvell PHY has an errata which requires > that certain registers get written in order to restart > autonegot

Re: [U-Boot] [U-Boot, U-boot] ks2_evm: readme: add k2l evm board information

2014-11-05 Thread Tom Rini
On Wed, Oct 29, 2014 at 01:21:22PM +0200, Khoronzhuk, Ivan wrote: > From: "Khoronzhuk, Ivan" > > Currently Keystone2 Lamar evm (K2L) board is added, so update > Keystone2 readme file to have such one. > > Acked-by: Murali Karicheri > Signed-off-by: Ivan Khoronzhuk Applied to u-boot-ti/master

Re: [U-Boot] [U-Boot, U-boot, 3/4] net: keystone_net: add Keystone2 K2L SoC support

2014-11-05 Thread Tom Rini
On Wed, Oct 29, 2014 at 01:09:33PM +0200, Khoronzhuk, Ivan wrote: > The Keystone2 Lamar SoC uses the same keystone net driver. > This patch adds opportunity to use it by K2L SoCs. > > Acked-by: Murali Karicheri > Signed-off-by: Ivan Khoronzhuk Applied to u-boot-ti/master, thanks! -- Tom si

Re: [U-Boot] [U-Boot, U-boot, 4/4] board: k2l_evm: add network support

2014-11-05 Thread Tom Rini
On Wed, Oct 29, 2014 at 01:09:34PM +0200, Khoronzhuk, Ivan wrote: > From: Hao Zhang > > This patch adds network support code and enables keystone_net > driver usage for k2l_evm evaluation board. > > Acked-by: Murali Karicheri > Signed-off-by: Hao Zhang > Signed-off-by: Ivan Khoronzhuk Appli

Re: [U-Boot] [U-Boot, U-boot, 2/4] net: keystone_serdes: add keystone K2L SoC support

2014-11-05 Thread Tom Rini
On Wed, Oct 29, 2014 at 01:09:32PM +0200, Khoronzhuk, Ivan wrote: > Keystone2 Lamar SoC uses the same keystone SerDes driver. > All Keystone2 EVM boards currently use SerDes driver, so move > CONFIG_TI_KEYSTONE_SERDES to common configuration file. > > Acked-by: Murali Karicheri > Signed-off-by:

Re: [U-Boot] [U-Boot, v5, 1/1] Enable Android Fastboot support on am335x_evm board

2014-11-05 Thread Tom Rini
On Wed, Oct 29, 2014 at 05:07:11AM +0530, Dileep Katta wrote: > Signed-off-by: Dileep Katta After re-working things like this (so that am335x_evm_usbspl still builds): diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 7c83e3b..560e3bf 100644 --- a/include/configs/am

Re: [U-Boot] [U-Boot, U-boot, 1/4] ARM: keystone2: keysonte_nav: add support for K2L SoC

2014-11-05 Thread Tom Rini
On Wed, Oct 29, 2014 at 01:09:31PM +0200, Khoronzhuk, Ivan wrote: > The Keystone2 Lamar SoC uses the same keystone navigator. > Move queue numbers to common hardware file, as all Keystone2 SoCs > have the same ones. > > Acked-by: Murali Karicheri > Signed-off-by: Ivan Khoronzhuk Applied to u-b

Re: [U-Boot] twl4030: More voltages on VAUX2 and VAUX3

2014-11-05 Thread Tom Rini
On Tue, Oct 28, 2014 at 04:10:59PM +0100, Paul Kocialkowski wrote: > Signed-off-by: Paul Kocialkowski Applied to u-boot-ti/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] am335x_evm: Convert NOR_BOOT to Kconfig

2014-11-05 Thread Tom Rini
On Mon, Oct 27, 2014 at 04:15:08PM -0400, Tom Rini wrote: > Signed-off-by: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/l

Re: [U-Boot] [U-Boot,1/2] am335x_evm: Add NOR to Kconfig

2014-11-05 Thread Tom Rini
On Mon, Oct 27, 2014 at 04:15:07PM -0400, Tom Rini wrote: > Make enabling support for NOR (and describe where it's seen) be done via > Kconfig. > > Signed-off-by: Tom Rini Applied to u-boot-ti/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] porting u-boot, MMU question

2014-11-05 Thread Otavio Salvador
Hello Dave, On Wed, Nov 5, 2014 at 7:04 PM, Stefano Babic wrote: > On 05/11/2014 18:16, DaveKucharczyk wrote: >> Stefano Babic wrote >>> You do not need to care about that. Cache is activated per default with >>> mx5/mx6, if you do not explicitely deactivate it in your config file. >>> You do not

Re: [U-Boot] porting u-boot, MMU question

2014-11-05 Thread Stefano Babic
Hi Dave, On 05/11/2014 18:16, DaveKucharczyk wrote: > Stefano Babic wrote >> You do not need to care about that. Cache is activated per default with >> mx5/mx6, if you do not explicitely deactivate it in your config file. >> You do not need to bother about MMU setup in your board files. > > Ok t

Re: [U-Boot] [PATCH 6/6] hush: add some tests for quoting

2014-11-05 Thread Rabin Vincent
On Sat, Nov 01, 2014 at 09:12:37AM -0600, Simon Glass wrote: > On 29 October 2014 16:21, Rabin Vincent wrote: > > + assert(run_command("setenv ut_var '\"'; setenv ut_var2 > > \"${ut_var}\"", 0) == 0); > > + assert(!strcmp(getenv("ut_var2"), "\"")); > > + > > + assert(run_command

Re: [U-Boot] [PATCH v2] mtd, cfi, ubi: add missing writebufsize initialization

2014-11-05 Thread Andrew Ruder
On Wed, Nov 05, 2014 at 01:20:00PM -0600, Andrew Ruder wrote: > I'm just not sure it really matters. That being said: Acked-by: Andrew Ruder Cheers :), Andy ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PULL] Please pull u-boot-imx

2014-11-05 Thread Tom Rini
On Wed, Nov 05, 2014 at 06:01:04PM +0100, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit 3f97af5302ee15530411232b464d255eb2ff2ffb: > > ot1200: add sata support (2014-10-23 10:04:26 +0200) > > are available in the git repository

Re: [U-Boot] [PATCH 1/6] dlmalloc: ensure gd is set for early alloc

2014-11-05 Thread Rabin Vincent
On Sat, Nov 01, 2014 at 09:11:34AM -0600, Simon Glass wrote: > On 29 October 2014 16:21, Rabin Vincent wrote: > > Attempting to run the sandbox leads to a segfault, because some dynamic > > libraries (outside of u-boot) attempt to use malloc() to allocate memory > > before u-boot's gd variable is

[U-Boot] [PATCH v2] ubi: enable error reporting in initialization

2014-11-05 Thread Andrew Ruder
The UBI layer will disable much of its error reporting when it is compiled into the linux kernel to avoid stopping boot. We want this error reporting in U-Boot since we don't initialize the UBI layer until it is used and want the error reporting. We force this by telling the UBI layer we are buil

Re: [U-Boot] buildman: using wrong libgcc.a (magic -3)

2014-11-05 Thread Steve Rae
On 14-11-05 11:09 AM, Wolfgang Denk wrote: Dear Steve, In message <545a74e6.5010...@broadcom.com> you wrote: In my experience, we would normally set the CROSS_COMPILE variable to the "prefix" of the cross compiler toolchain, for example: CROSS_COMPILE=/opt/eldk-5.4/armv7a/sysroots/i686-eldk

Re: [U-Boot] [PATCH 2/2] mtd: nor: initialize writebufsize field

2014-11-05 Thread Andrew Ruder
On Wed, Nov 05, 2014 at 08:00:21AM +0100, Heiko Schocher wrote: > >diff --git a/drivers/mtd/cfi_mtd.c b/drivers/mtd/cfi_mtd.c > >index ac805ff..d4c9609 100644 > >--- a/drivers/mtd/cfi_mtd.c > >+++ b/drivers/mtd/cfi_mtd.c > >@@ -226,6 +226,7 @@ int cfi_mtd_init(void) > > mtd->flags

Re: [U-Boot] [PATCH v2] mtd, cfi, ubi: add missing writebufsize initialization

2014-11-05 Thread Andrew Ruder
On Fri, Oct 31, 2014 at 11:29:45AM +0100, Heiko Schocher wrote: > diff --git a/drivers/mtd/cfi_mtd.c b/drivers/mtd/cfi_mtd.c > index ac805ff..709a486 100644 > --- a/drivers/mtd/cfi_mtd.c > +++ b/drivers/mtd/cfi_mtd.c > @@ -226,6 +226,7 @@ int cfi_mtd_init(void) > mtd->flags

Re: [U-Boot] buildman: using wrong libgcc.a (magic -3)

2014-11-05 Thread Wolfgang Denk
Dear Steve, In message <545a74e6.5010...@broadcom.com> you wrote: > > In my experience, we would normally set the CROSS_COMPILE variable to > the "prefix" of the cross compiler toolchain, for example: > > CROSS_COMPILE=/opt/eldk-5.4/armv7a/sysroots/i686-eldk-linux/usr/bin/armv7a-vfp-neon-linux

Re: [U-Boot] buildman: using wrong libgcc.a (magic -3)

2014-11-05 Thread Steve Rae
On 14-11-05 10:46 AM, Jeroen Hofstee wrote: Hello Simon, On 03-11-14 22:14, Simon Glass wrote: Hi, On 30 October 2014 14:57, Jeroen Hofstee wrote: Hello Steve, On 30-10-14 21:42, Steve Rae wrote: H -- maybe it would be better to specify the entire path for the CROSS_COMPILE, and not

Re: [U-Boot] buildman: using wrong libgcc.a

2014-11-05 Thread Jeroen Hofstee
Hello Simon, On 03-11-14 22:14, Simon Glass wrote: Hi, On 30 October 2014 14:57, Jeroen Hofstee wrote: Hello Steve, On 30-10-14 21:42, Steve Rae wrote: H -- maybe it would be better to specify the entire path for the CROSS_COMPILE, and not rely on the PATH to find the cross compile tool

  1   2   3   >