Re: [U-Boot] [PATCH v2 1/3] stv0991 : Add basic stv0991 architecture support.

2014-08-30 Thread Masahiro YAMADA
Hi Vikas > stv0991 : Add basic stv0991 architecture support. Please do not add a priod at the end of the commit subject when you post patches next time. This is mentioned in "Commit message conventions": http://www.denx.de/wiki/U-Boot/Patches -- Best Regards Masahiro Yamada

Re: [U-Boot] tools-only build broken

2014-08-30 Thread Ian Campbell
On Sat, 2014-08-30 at 13:40 +0400, Matwey V. Kornilov wrote: > 30.08.2014 04:04, Ian Campbell пишет: > > > In the meantime "touch include/config/auto.conf" lets it build (hardly > > ideal though!) > > Hi, I do > > make defconfig > make silentoldconfig > make tools-only Thanks. I feared that wou

[U-Boot] [PATCH v3 08/14] omap3: kconfig: move board select menu and common settings

2014-08-30 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the OMAP3 board select menu to omap3/Kconfig. Move also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="omap3 Signed-off-by: Masahiro Yamada Reviewed-by: Tom Rini --- Changes in v3: None Changes in v2: None arch/a

[U-Boot] [PATCH v3 05/14] kirkwood: kconfig: refactor Kconfig and defconfig

2014-08-30 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the KirkWood board select menu to kirkwood/Kconfig. Consolidate also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="kirkwood"). Signed-off-by: Masahiro Yamada Acked-by: Prafulla Wadasdkar Cc: Luka Perkov --- C

Re: [U-Boot] [PATCH v10 06/14] patman: Avoid changing the order of tags

2014-08-30 Thread Masahiro YAMADA
2014-08-29 0:43 GMT+09:00 Simon Glass : > patman collects tags that it sees in the commit and places them nicely > sorted at the end of the patch. However, this is not really necessary and > in fact is apparently not desirable. > > Suggested-by: Masahiro Yamada > Signed-off-by: Simon Glass > ---

[U-Boot] [PATCH v3 0/14] arm: kconfig: move board select menus and other settings to SoC dir

2014-08-30 Thread Masahiro Yamada
There are lots of boards supported in ARM architecture. The board select menu in arch/arm/Kconfig is already too fat. This series introduces platform select between arch select and board select. ARCH select (ARM) |-- Platform select |-- Board select Many (not all) of boards have bee

[U-Boot] [PATCH v3 14/14] nomadik: kconfig: move board select menu and common settings

2014-08-30 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Nomadik board select menu to nomadik/Kconfig. Move also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="nomadik"). Signed-off-by: Masahiro Yamada --- Changes in v3: None Changes in v2: None arch/arm/Kconfig

[U-Boot] [PATCH v3 11/14] keystone: kconfig: move board select menu and common settings

2014-08-30 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Keystone board select menu to keystone/Kconfig. Move also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="keystone"). Signed-off-by: Masahiro Yamada Reviewed-by: Tom Rini Cc: Vitaly Andrianov --- Changes in v3:

[U-Boot] [PATCH v3 13/14] highbank: kconfig: move common settings

2014-08-30 Thread Masahiro Yamada
Move Highbank-specific settings to highbank/Kconfig. Signed-off-by: Masahiro Yamada Cc: Rob Herring --- Changes in v3: None Changes in v2: None arch/arm/Kconfig | 7 --- {board => arch/arm/cpu/armv7}/highbank/Kconfig | 2 +- configs/highbank_defconfig

[U-Boot] [PATCH v3 12/14] orion5x: kconfig: move board select menu and common settings

2014-08-30 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Orion5x board select menu to orion5x/Kconfig. Move also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="orion5x"). Signed-off-by: Masahiro Yamada Cc: Albert ARIBAUD --- Changes in v3: None Changes in v2: Non

[U-Boot] [PATCH v3 10/14] omap5: kconfig: move board select menu and common settings

2014-08-30 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the OMAP5 board select menu to omap5/Kconfig. Move also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="omap5"). Signed-off-by: Masahiro Yamada Reviewed-by: Tom Rini Cc: Lokesh Vutla --- Changes in v3: None Changes

[U-Boot] [PATCH v3 06/14] exynos: kconfig: move board select menu and common settings

2014-08-30 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Exynos board select menu to exynos/Kconfig. Consolidate also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="exynos"). Signed-off-by: Masahiro Yamada Acked-by: Minkyu Kang --- Changes in v3: None Changes in v2:

[U-Boot] [PATCH v3 03/14] rmobile: kconfig: move board select menu and common settings

2014-08-30 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Rmobile board select menu to rmobile/Kconfig. Consolidate also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="rmobile"). Signed-off-by: Masahiro Yamada Cc: Nobuhiro Iwamatsu --- Changes in v3: None Changes in v

[U-Boot] [PATCH v3 09/14] omap4: kconfig: move board select menu and common settings

2014-08-30 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the OMAP4 board select menu to omap4/Kconfig. Move also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="omap4"). Signed-off-by: Masahiro Yamada Reviewed-by: Tom Rini Cc: Lokesh Vutla --- Changes in v3: None Changes

[U-Boot] [PATCH v3 07/14] davinci: kconfig: move board select menu and common settings

2014-08-30 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Davinci board select menu to davinci/Kconfig. Move also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="davinci"). Signed-off-by: Masahiro Yamada Reviewed-by: Tom Rini Cc: Heiko Schocher Cc: Sandeep Paulraj

[U-Boot] [PATCH v3 04/14] versatile: kconfig: move common settings

2014-08-30 Thread Masahiro Yamada
Move Versatile-specific settings to versatile/Kconfig. Signed-off-by: Masahiro Yamada --- Changes in v3: None Changes in v2: None arch/arm/Kconfig | 13 ++ arch/arm/cpu/arm926ejs/versatile/Kconfig | 23 +++ board/armltd/versatile/Kconfig | 71 -

[U-Boot] [PATCH v3 02/14] tegra: kconfig: move board select menu and common settings

2014-08-30 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Tegra board select menu to tegra/Kconfig. Insert the Tegra SoC select menu between the arch select and the board select. Architecture select |-- Tegra Platform (Tegra) |- Tegra SoC select (Tegra20 / 30 / 114 / 124)

[U-Boot] [PATCH v3 01/14] zynq: kconfig: move board select menu and common settings

2014-08-30 Thread Masahiro Yamada
Becuase the board select menu in arch/arm/Kconfig is too big, move the Zynq board select menu to zynq/Kconfig. Consolidate also common settings (CONFIG_SYS_CPU="armv7" and CONFIG_SYS_SOC="zynq"). Refactor board/xilinx/zynq/MAINTAINERS too. Signed-off-by: Masahiro Yamada Tested-by: Michal Simek

Re: [U-Boot] Call for participation in the U-Boot Mini Summit 2014

2014-08-30 Thread Lukasz Majewski
On Sat, 30 Aug 2014 18:36:19 +0200 Marek Vasut wrote: > btw. Tom etc., do we have some "list of talks" for the minisummit or > some program for it available somewhere ? When is the deadline for > CFP ? I would also like to pose this question. Is there any ongoing work on the minisummit schedule?

Re: [U-Boot] [PATCH 7/7] sunxi: Add environment settings to make extlinux.conf booting work

2014-08-30 Thread Ian Campbell
On Fri, 2014-08-01 at 09:46 +0200, Hans de Goede wrote: > +config FTDFILE > + string "Default ftdfile env setting for this board" Vagrant just pointed out the typo in all of this to me, whoops ;-) > + "fdtfile=" CONFIG_FTDFILE "\0" \ At least the actual environment name is correct ;-)

Re: [U-Boot] [PATCH v7 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox

2014-08-30 Thread Tom Rini
On Sat, Aug 30, 2014 at 02:22:22PM -0300, Fabio Estevam wrote: > Tom, Joe or Stefano, > > On Mon, Aug 25, 2014 at 4:51 PM, Marek Vasut wrote: > > On Monday, August 25, 2014 at 06:34:16 PM, Fabio Estevam wrote: > >> mx6solox has a requirement for 64 bytes alignment for RX DMA transfer. > >> Other

Re: [U-Boot] [PATCH v7 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox

2014-08-30 Thread Fabio Estevam
Tom, Joe or Stefano, On Mon, Aug 25, 2014 at 4:51 PM, Marek Vasut wrote: > On Monday, August 25, 2014 at 06:34:16 PM, Fabio Estevam wrote: >> mx6solox has a requirement for 64 bytes alignment for RX DMA transfer. >> Other SoCs work with the standard 32 bytes alignment. >> >> Adjust it accordingly

Re: [U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena

2014-08-30 Thread Fabio Estevam
On Sat, Aug 30, 2014 at 1:34 PM, Marek Vasut wrote: > Good catch, but the board can have LVDS connected and it's actually planned to > get it in. What do you think, remove this and re-add it when the LVDS support > lands or keep it? It would be better to remove the LDB clock settings for now and

Re: [U-Boot] Call for participation in the U-Boot Mini Summit 2014

2014-08-30 Thread Marek Vasut
On Friday, August 22, 2014 at 05:26:52 AM, Masahiro Yamada wrote: > Hi Detlev, > > > I'd like to have a presentation at U-Boot mini summit 2014. > > > >8--- > > Kbuild and Kconfig for U-Boot > > Abstract: > > U-Boot has had big chan

Re: [U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena

2014-08-30 Thread Marek Vasut
On Saturday, August 30, 2014 at 05:20:44 PM, Fabio Estevam wrote: > On Sat, Aug 30, 2014 at 11:22 AM, Marek Vasut wrote: > > On Saturday, August 30, 2014 at 04:12:09 PM, Fabio Estevam wrote: > >> On Fri, Aug 29, 2014 at 6:30 AM, Marek Vasut wrote: > >> > Add support for the Kosagi Novena board. C

Re: [U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena

2014-08-30 Thread Fabio Estevam
On Sat, Aug 30, 2014 at 11:22 AM, Marek Vasut wrote: > On Saturday, August 30, 2014 at 04:12:09 PM, Fabio Estevam wrote: >> On Fri, Aug 29, 2014 at 6:30 AM, Marek Vasut wrote: >> > Add support for the Kosagi Novena board. Currently supported are: >> > - I2C busses >> > - FEC Ethernet >> > - MMC0,

Re: [U-Boot] [U-Boot, 1/2] arm/kirkwood/nand: allow forced disabling for subpage writes

2014-08-30 Thread Tom Rini
On Fri, Aug 15, 2014 at 10:51:47AM +0200, Holger Brunck wrote: > Make it configurable to disable subpage writes like the DaVinci NAND > driver already does. > > Signed-off-by: Holger Brunck > cc: Valentin Longchamp > cc: Prafulla Wadaskar > cc: Scott Wood Applied to u-boot/master, thanks! -

Re: [U-Boot] [U-Boot, v2] arm: Add missing .vectors section to linker scripts

2014-08-30 Thread Tom Rini
On Thu, Aug 21, 2014 at 03:43:11PM +0200, Benoît Thébaudeau wrote: > Commit 41623c9 'arm: move exception handling out of start.S files' missed some > linker scripts. Hence, some boards no longer had exception handling linked > since > this commit. Restore the original behavior by adding the .vect

Re: [U-Boot] [U-Boot, v3, 5/5] arm: convert Cygnus and NSP boards to Kconfig

2014-08-30 Thread Tom Rini
On Mon, Aug 11, 2014 at 01:58:26PM -0700, Steve Rae wrote: > Convert the bcm958300k and the bcm958622hr boards from "boards.cfg" to > Kconfig. > > Signed-off-by: Steve Rae Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [U-Boot, 2/2] arm/km: disable subpage write for km_kirkwood_pci and kmsuv31 target

2014-08-30 Thread Tom Rini
On Fri, Aug 15, 2014 at 10:51:48AM +0200, Holger Brunck wrote: > Newer FLASH types used on these boards don't allow writing of subpages. > So disable subpage write in the NAND driver. Additionally we need to > tell the UBI layer in the kernel that he also should only write 2048 > bytes. This is do

Re: [U-Boot] [U-Boot, v2, 3/4] vexpress_aemv8a.h: Clean up the config

2014-08-30 Thread Tom Rini
On Thu, Aug 14, 2014 at 06:42:37AM -0400, Tom Rini wrote: > - Drop DEBUG > - Drop defines we can use the default of. > - Provide a larger malloc pool. > - Correct default locations for kernel / initrd / device tree > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signatu

Re: [U-Boot] [U-Boot, v2, 4/4] vexpress_aemv8a.h: Enable CONFIG_CMD_BOOTI and CONFIG_CMD_UNZIP

2014-08-30 Thread Tom Rini
On Thu, Aug 14, 2014 at 06:42:38AM -0400, Tom Rini wrote: > Add support for booting Images and for unzipping Image.gz files. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Bo

Re: [U-Boot] [U-Boot,v3,4/5] arm: add Cygnus and NSP boards

2014-08-30 Thread Tom Rini
On Mon, Aug 11, 2014 at 01:58:25PM -0700, Steve Rae wrote: > From: Scott Branden > > The bcm_ep board configuration is used by a number of boards > including Cygnus and NSP. > Add builds for the bcm958300k and the bcm958622hr boards. > > Signed-off-by: Scott Branden > Signed-off-by: Steve Rae

Re: [U-Boot] [U-Boot, v2, 2/4] cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images

2014-08-30 Thread Tom Rini
On Thu, Aug 14, 2014 at 06:42:36AM -0400, Tom Rini wrote: > The default format for arm64 Linux kernels is the "Image" format, > described in Documentation/arm64/booting.txt. This, along with an > optional gzip compression on top is all that is generated by default. > The Image format has a magic

Re: [U-Boot] [U-Boot, v2, 1/4] arm64: Correct passing of Linux kernel args

2014-08-30 Thread Tom Rini
On Thu, Aug 14, 2014 at 06:42:35AM -0400, Tom Rini wrote: > The Documentation/arm64/booting.txt document says that pass in x1/x2/x3 > as 0 as they are reserved for future use. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] [U-Boot, v3, 2/5] arm: bcmcygnus: Add bcmcygnus u-architecture

2014-08-30 Thread Tom Rini
On Mon, Aug 11, 2014 at 01:58:23PM -0700, Steve Rae wrote: > From: Scott Branden > > Base support for the Broadcom Cygnus SoC. > Based on iproc-common and the SoC specific reset function. > > Signed-off-by: Scott Branden > Signed-off-by: Steve Rae Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, v3, 3/5] arm: bcmnsp: Add bcmnsp u-architecture

2014-08-30 Thread Tom Rini
On Mon, Aug 11, 2014 at 01:58:24PM -0700, Steve Rae wrote: > From: Scott Branden > > Base support for the Broadcom NSP SoC. > Based on iproc-common and the SoC specific reset function. > > Signed-off-by: Scott Branden > Signed-off-by: Steve Rae Applied to u-boot/master, thanks! -- Tom si

Re: [U-Boot] [U-Boot,1/4] arm: vf610: add NFC pin mux

2014-08-30 Thread Tom Rini
On Wed, Aug 06, 2014 at 10:59:35AM +0200, Stefan Agner wrote: > Add pin mux for NAND Flash Controller (NFC). NAND can be connected > using 8 or 16 data lines, this patch adds pin mux entries for all > 16 data lines. > > Signed-off-by: Stefan Agner Applied to u-boot/master, thanks! -- Tom si

Re: [U-Boot] [U-Boot, v3, 1/5] arm: iproc: Initial commit of iproc architecture code

2014-08-30 Thread Tom Rini
On Mon, Aug 11, 2014 at 01:58:22PM -0700, Steve Rae wrote: > From: Scott Branden > > The iproc architecture code is present in several Broadcom > chip architectures, including Cygnus and NSP. > > Signed-off-by: Scott Branden > Signed-off-by: Steve Rae Applied to u-boot/master, thanks! -- T

Re: [U-Boot] [U-Boot,2/4] arm: vf610: add NFC clock support

2014-08-30 Thread Tom Rini
On Wed, Aug 06, 2014 at 10:59:36AM +0200, Stefan Agner wrote: > Add NFC (NAND Flash Controller) clock support and enable them > at board initialization time. > > Signed-off-by: Stefan Agner Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [U-Boot, v2, 3/3] arm: bcm281xx: add board with Ethernet capability

2014-08-30 Thread Tom Rini
On Fri, Aug 01, 2014 at 08:37:17PM -0700, Steve Rae wrote: > Add board which has Broadcom StarFighter2 Ethernet capability. > > Signed-off-by: Steve Rae Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Bo

Re: [U-Boot] [U-Boot, v2, 2/3] arm: bcm281xx: net: Add Ethernet Driver

2014-08-30 Thread Tom Rini
On Fri, Aug 01, 2014 at 08:37:16PM -0700, Steve Rae wrote: > From: Jiandong Zheng > > The Broadcom StarFighter2 Ethernet driver is used in multiple Broadcom > SoC(s) and: > - supports multiple MAC blocks, > - provides support for the Broadcom GMAC. > This driver requires MII and PHYLIB. > > Sig

Re: [U-Boot] ARM: Fix overflow in MMU setup

2014-08-30 Thread Tom Rini
On Mon, Aug 04, 2014 at 01:45:46AM +0200, Marek Vasut wrote: > The patch fixes a corner case where adding size to DRAM start resulted > in a value (1 << 32), which in turn overflew the u32 computation, which > resulted in 0 and it therefore prevented correct setup of the MMU tables. > > The addit

Re: [U-Boot] MAINTAINERS: change the status of vexpress board to Orphan

2014-08-30 Thread Tom Rini
On Mon, Aug 04, 2014 at 10:30:32AM +0900, Masahiro Yamada wrote: > The email address of Matt Waddel is no longer working. > > Signed-off-by: Masahiro Yamada > Cc: Marc Zyngier > Cc: Mark Rutland > Cc: Catalin Marinas > Cc: Alexei Fedorov Applied to u-boot/master, thanks! -- Tom signatur

Re: [U-Boot] ARM: enable ARMv7 virt support for the Arndale board

2014-08-30 Thread Tom Rini
On Fri, Aug 01, 2014 at 01:35:44PM +0200, Christoffer Dall wrote: > From: Andre Przywara > > To enable hypervisors utilizing the ARMv7 virtualization extension > on the Arndale board, add the simple SMP pen address writer function > and add the required configuration variables to switch all core

Re: [U-Boot] arm: ep9315: Add .vectors section to lds and remove obsolete lds

2014-08-30 Thread Tom Rini
On Mon, Jul 28, 2014 at 04:08:01PM +0800, Sergey Kostanbaev wrote: > However ep9315 don't use > interrupt vectors during startup, but _startup symbol is used inside uboot to > calculate actual monitor size. > > Signed-off-by: Sergey Kostanbaev > Cc: albert.u.b...@aribaud.net Applied to u-boot/m

Re: [U-Boot] [U-Boot, v2, 1/3] arm: bcm281xx: Add Ethernet Clock support

2014-08-30 Thread Tom Rini
On Fri, Aug 01, 2014 at 08:37:15PM -0700, Steve Rae wrote: > From: Jiandong Zheng > > Enable Ethernet clock when Broadcom StarFighter2 Ethernet block > (CONFIG_BCM_SF2_ETH) is enabled. > > Signed-off-by: Jiandong Zheng > Signed-off-by: Steve Rae Applied to u-boot/master, thanks! -- Tom s

Re: [U-Boot] arm: include config.h in arch/arm/lib/vectors.S

2014-08-30 Thread Tom Rini
On Mon, Jul 07, 2014 at 11:07:25AM +0200, Christian Riesch wrote: > config.h is required for CONFIG_SYS_DV_NOR_BOOT_CFG. > > Signed-off-by: Christian Riesch > Reported-by: Masahiro Yamada > Cc: Albert Aribaud > Cc: Masahiro Yamada > Cc: Heiko Schocher > Cc: Sudhakar Rajashekhara Applied to

Re: [U-Boot] [U-Boot,PATCHv2] socfpga: cleanup socfpga_dw_mmc

2014-08-30 Thread Tom Rini
On Mon, Jul 21, 2014 at 01:30:19PM +0200, Pavel Machek wrote: > Cleanups as suggested by wd on mailing list. > > Signed-off-by: Pavel Machek > Acked-by: Chin Liang See Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, PATCHv3] socfpga: initialize designware ethernet

2014-08-30 Thread Tom Rini
On Mon, Jul 14, 2014 at 02:14:17PM +0200, Pavel Machek wrote: > Enable initialization fo designware ethernet controller. With this > patch, ethernet works in my configuration, provided I set ethernet > address in the environment. > > Signed-off-by: Pavel Machek Applied to u-boot/master, thanks!

Re: [U-Boot] socfpga: Fix SOCFPGA build error for Altera dev kit

2014-08-30 Thread Tom Rini
On Tue, Jul 22, 2014 at 04:28:35AM -0500, Chin Liang See wrote: > To fix the build error when build for Altera dev kit, not > virtual target. At same time, set the build for Altera dev > kit as default instead virtual target. With that, U-Boot > is booting well and SPL still lack of few drivers. >

Re: [U-Boot] ARM:asm:io.h use static inline

2014-08-30 Thread Tom Rini
On Sun, Jun 22, 2014 at 11:10:39PM +0200, Jeroen Hofstee wrote: > When compiling u-boot with W=1 the extern inline void for > read* is likely causing the most noise. gcc / clang will > warn there is never a actual declaration for these functions. > Instead of declaring these extern make them stati

Re: [U-Boot] socfpga: fix clock manager register definition

2014-08-30 Thread Tom Rini
On Sat, Jul 19, 2014 at 11:57:59PM +0200, Pavel Machek wrote: > Structure defining clock manager hardware was wrong, leading to > wrong registers being accessed and hang in MMC init. > > This fixes structure to match hardware. > > Signed-off-by: Pavel Machek Applied to u-boot/master, t

Re: [U-Boot] [U-Boot,1/3] arm: pxa: use common timer functions

2014-08-30 Thread Tom Rini
On Tue, Aug 12, 2014 at 09:25:59AM -0500, Andrew Ruder wrote: > From: Andrew Ruder > > This patch moves pxa to the common timer functions added in commit > > 8dfafdd - Introduce common timer functions > > The (removed) pxa timer code (specifically __udelay()) could deadlock at > the 32-bit

Re: [U-Boot] tarball for 2014.10-rc1

2014-08-30 Thread Masahiro YAMADA
Hi Wolfgang, Could you put the 2014-rc1 tarball, please? 2014-08-16 1:16 GMT+09:00 Matwey V. Kornilov : > > Hi, > > 2014.10-rc1 is tagged in git, but there is not file at > ftp://ftp.denx.de/pub/u-boot/ yet > > Is it how it should be? > > ___ > U-Boot

Re: [U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena

2014-08-30 Thread Marek Vasut
On Saturday, August 30, 2014 at 04:12:09 PM, Fabio Estevam wrote: > On Fri, Aug 29, 2014 at 6:30 AM, Marek Vasut wrote: > > Add support for the Kosagi Novena board. Currently supported are: > > - I2C busses > > - FEC Ethernet > > - MMC0, MMC1, Booting from MMC > > - SATA > > - USB ports > > - USB

Re: [U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena

2014-08-30 Thread Marek Vasut
On Saturday, August 30, 2014 at 03:55:48 PM, Fabio Estevam wrote: > On Sat, Aug 30, 2014 at 9:40 AM, Marek Vasut wrote: > > On Friday, August 29, 2014 at 07:08:54 PM, Fabio Estevam wrote: > > [...] > > > >> > +/* Extra U-Boot environment. */ > >> > +#define CONFIG_EXTRA_ENV_SETTINGS

Re: [U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena

2014-08-30 Thread Fabio Estevam
On Fri, Aug 29, 2014 at 6:30 AM, Marek Vasut wrote: > Add support for the Kosagi Novena board. Currently supported are: > - I2C busses > - FEC Ethernet > - MMC0, MMC1, Booting from MMC > - SATA > - USB ports > - USB Ethernet LVDS seems to be missing in the list. > +/* OCOTP Configs */ > +#ifdef

Re: [U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena

2014-08-30 Thread Fabio Estevam
On Sat, Aug 30, 2014 at 9:40 AM, Marek Vasut wrote: > On Friday, August 29, 2014 at 07:08:54 PM, Fabio Estevam wrote: > [...] >> > +/* Extra U-Boot environment. */ >> > +#define CONFIG_EXTRA_ENV_SETTINGS \ >> > + "fdt_high=0x\0"

[U-Boot] U-Boot for MIPS AR7161

2014-08-30 Thread Pasquale Riccio
Was a u-boot created for the wzr-hp-g300nh? And if so was there a way to flash it via jtag? I recently wiped the bootloader on my router, i have access to jtag via bus blaster and openocd, but do not know how to flash. Please help Thank you http://lists.denx.de/pipermail/u-boot/2012-November/1409

Re: [U-Boot] [PATCH v3 3/3] mx6sxsabresd: Add PCI support

2014-08-30 Thread Marek Vasut
On Saturday, August 30, 2014 at 12:54:27 AM, Fabio Estevam wrote: > On Fri, Aug 29, 2014 at 7:29 PM, Marek Vasut wrote: > > A proper commit message describing the change would be very useful. Thank > > you! > > Sorry, but I don't understand your suggestion. > > The Subject says that I am adding

Re: [U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena

2014-08-30 Thread Marek Vasut
On Friday, August 29, 2014 at 07:08:54 PM, Fabio Estevam wrote: [...] > > +/* Extra U-Boot environment. */ > > +#define CONFIG_EXTRA_ENV_SETTINGS \ > > + "fdt_high=0x\0" \ > > + "initrd_high=0x\

Re: [U-Boot] [PATCH] nand/denali: Adding Denali NAND driver support

2014-08-30 Thread Tom Rini
On Thu, Aug 28, 2014 at 11:13:40AM +0900, Masahiro Yamada wrote: > Hi Scott, > > > On Tue, 19 Aug 2014 04:47:40 -0500 > Chin Liang See wrote: > > > To add the Denali NAND driver support into U-Boot. > > This driver is leveraged from Linux. > > > > Signed-off-by: Chin Liang See > > Cc: Scott W

Re: [U-Boot] [PATCH v2] nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook

2014-08-30 Thread Thomas Chou
On 08/28/2014 05:35 PM, Thomas Chou wrote: This patch changes the link script to base at CONFIG_SYS_MONITOR_BASE. Then we can remove the text_base hook in nios2-generic board. Signed-off-by: Thomas Chou --- Changes in v2: - Remove text_base_hook() proto in nios2-generic.c Applied. _

Re: [U-Boot] [PATCH] serial: move nios2-yanu.h into opencores_yanu driver

2014-08-30 Thread Thomas Chou
On 08/25/2014 05:48 PM, Thomas Chou wrote: The nios2-yanu.h contains hardware registers and bits of opencores yanu. As there is no other user of this header , it should be moved into the driver. Signed-off-by: Thomas Chou CC: Renato Andreola Applied. _

Re: [U-Boot] [PATCH] nios2: move nios2.h to arch asm directory

2014-08-30 Thread Thomas Chou
On 08/25/2014 05:10 PM, Thomas Chou wrote: The nios2.h is nios2 cpu specific, and should go arch asm directory. Signed-off-by: Thomas Chou Applied. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] nios2: remove epled driver

2014-08-30 Thread Thomas Chou
Hi Thomas, On 08/25/2014 04:05 PM, Thomas Chou wrote: The epled driver was replaced by altera_pio and gpio_led. Signed-off-by: Thomas Chou Applied. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] nios2: divide nios2-io.h into each specific drivers and remove it

2014-08-30 Thread Thomas Chou
Hi Thomas, On 08/25/2014 04:53 PM, Thomas Chou wrote: The nios2-io.h defines hardware registers and bits of several FPGA IP cores. It could be divided in to the specific drivers, including altera timer, altera sysid, altera uart and altera jtag uart. The altera pio and altera spi drivers use the

[U-Boot] [PATCH] nios2: rebase nios2-generic board to 3c120 reference design

2014-08-30 Thread Thomas Chou
Though nios2-generic board meant to be a template, it is helpful to be able to test on a real hardware. As the nios2 linux is developed and tested on a 3c120 FPGA based Golden Hardware Reference Design, it makes sense to rebase nios2-generic on this FPGA design. Signed-off-by: Thomas Chou --- bo

Re: [U-Boot] tools-only build broken

2014-08-30 Thread Matwey V. Kornilov
30.08.2014 04:04, Ian Campbell пишет: > In the meantime "touch include/config/auto.conf" lets it build (hardly > ideal though!) Hi, I do make defconfig make silentoldconfig make tools-only ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.den