[U-Boot] [PATCH] sf: Add support for flag status register on Micron chips

2014-08-29 Thread Hou Zhiqiang
Add clear flag status register operation that some Micron SPI flash chips required after reading the flag status register to check some operations completion. Signed-off-by: Hou Zhiqiang --- Based on git://git.denx.de/u-boot.git. It also can be applied to git://www.denx.de/git/u-boot-mpc85xx.git.

Re: [U-Boot] [PATCH v2 1/4] add code to handle Android sparse image format

2014-08-29 Thread Marek Vasut
On Thursday, August 28, 2014 at 11:52:40 PM, Steve Rae wrote: > On 14-08-28 02:31 PM, Steve Rae wrote: > > On 14-08-28 02:16 PM, Tom Rini wrote: > >> On Thu, Aug 28, 2014 at 10:53:51AM -0700, Steve Rae wrote: > >>> Add original file (pristine) from : > >>> > >>> https://www.codeaurora.org/cgit/qui

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

2014-08-29 Thread Marek Vasut
Add support for the Kosagi Novena board. Currently supported are: - I2C busses - FEC Ethernet - MMC0, MMC1, Booting from MMC - SATA - USB ports - USB Ethernet Signed-off-by: Marek Vasut --- arch/arm/Kconfig | 4 + board/kosagi/novena/Kconfig | 23 ++ board/kosagi/novena/M

Re: [U-Boot] [PATCH] sf: Add support for flag status register on Micron chips

2014-08-29 Thread Jagan Teki
On 29 August 2014 12:24, Hou Zhiqiang wrote: > Add clear flag status register operation that some Micron SPI flash > chips required after reading the flag status register to check some > operations completion. > > Signed-off-by: Hou Zhiqiang > --- > Based on git://git.denx.de/u-boot.git. > It als

Re: [U-Boot] [PATCH 2/2] USB: gadget: s3c: get rid of debug compile warning

2014-08-29 Thread Marek Vasut
On Wednesday, August 27, 2014 at 11:28:18 AM, Bo Shen wrote: > When enable debug option to compile, it will give the following > warning, this patch is used to get rid of it. > --->8--- > warning: 'flags' is used uninitialized in this function [-Wuninitialized] > ---8<--- > > Signed-off-by: Bo She

[U-Boot] [PULL] u-boot/master

2014-08-29 Thread Marek Vasut
The following changes since commit 124c5998755ef6778ca43acab27372fc470b8366: samsung: s5p_goni: fix: Add missing definitions for G_DNL_UMS gadget (2014-08-28 13:47:34 -0400) are available in the git repository at: git://git.denx.de/u-boot-usb.git HEAD for you to fetch changes up to 74c0d75

Re: [U-Boot] [PATCH] usb: hub: don't check CONNECTION in hub_port_reset()

2014-08-29 Thread Marek Vasut
On Friday, August 08, 2014 at 01:07:59 AM, Stephen Warren wrote: > From: Stephen Warren > > One specific USB 3.0 device behaves strangely when reset by > usb_new_device()'s call to hub_port_reset(). For some reason, the device > appears to briefly drop off the bus when this second bus reset is >

Re: [U-Boot] [PATCH 2/3] configs: zynq: Add config support for ZYBO

2014-08-29 Thread Michal Simek
Hi, On 08/29/2014 08:41 AM, Steve Wang wrote: > Hi, Peter, > > In ZYBO, there is an on-board eeprom that contains a unique MAC address for > each > board. > In FSBL (before u-boot), the MAC address is read out from EEPROM and write to > the corresponding registers in ETH controller. > So, in u

Re: [U-Boot] [GIT PULL] Zynq patches

2014-08-29 Thread Michal Simek
Hi Tom, based on your post some days ago. Can you please add these fixes to directly to your master branch? Thanks, Michal On 08/19/2014 09:57 AM, Michal Simek wrote: > Hi Albert, > > please pull these 3 patches to your tree. > > Thanks, > Michal > > Summary of 4 commits for 6 boards (6 threa

Re: [U-Boot] [PATCH 0/3] ARM: Zynq: Add ZYBO board

2014-08-29 Thread Michal Simek
On 08/28/2014 01:16 PM, Peter Crosthwaite wrote: > Hi Michal, Steven, > > This series adds the ZYBO board to u-boot. Some components were originally > contributed to the digilent u-boot tree (P2). Thanks to Steven Wang. The > original code had a custom u-boot env specific for Zybo but I have dropp

[U-Boot] [NAND Question] How should NAND_CMD_LOCK_TIGHT be handled ?

2014-08-29 Thread Masahiro Yamada
Hi, Scott and other MTD developers, Commit ff94bc40af3481d47546595ba73c136de6af6929 (mtd, ubi, ubifs: resync with Linux-3.14) moved the definition of NAND_CMD_LOCK_TIGHT and NAND_CMD_LOCK_STATUS from include/mtd/nand/ to drivers/mtd/nand/nand_util.c (These two macros looks like U-Boot specific

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

2014-08-29 Thread Michal Simek
On 08/21/2014 03:43 PM, 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 .vectors section to > th

Re: [U-Boot] [PATCH 0/8] U-Boot port to Xtensa architecture

2014-08-29 Thread Michal Simek
Hi Max, On 08/20/2014 07:42 PM, Max Filippov wrote: > Hi Tom, > > this series adds U-Boot port to Xtensa, configurable processor architecture > from Tensilica, Inc., now Cadence Design Systems Inc. > > Preparation patches clean up OpenCores 10/100 MBit driver, enable it to be > used with dedicat

Re: [U-Boot] [PATCH 0/8] U-Boot port to Xtensa architecture

2014-08-29 Thread Max Filippov
Hi Michal, On Fri, Aug 29, 2014 at 3:50 PM, Michal Simek wrote: > On 08/20/2014 07:42 PM, Max Filippov wrote: >> this series adds U-Boot port to Xtensa, configurable processor architecture >> from Tensilica, Inc., now Cadence Design Systems Inc. >> >> Preparation patches clean up OpenCores 10/100

Re: [U-Boot] [PATCH v4 1/2] blackfin: convert blackfin board_f and board_r to use generic board init functions

2014-08-29 Thread Michal Simek
Hi Sonic On 08/07/2014 09:08 AM, Sonic Zhang wrote: > From: Sonic Zhang > > - move blackfin specific cpu init code from blackfin board.c to cpu.c > - remove blackfin specific board init code and invoke generic board_f fron > cpu init entry > - rename section name bss_vma to bss_start in order t

[U-Boot] [PATCH 1/2] sandbox: Update minor documentation changes

2014-08-29 Thread Jagannadha Sutradharudu Teki
From: Jagannadha Sutradharudu Teki - Use _defconfig instead of _config, but _config is still working. - Corrected README.sandbox path in ./README Signed-off-by: Jagannadha Sutradharudu Teki --- README | 2 +- board/sandbox/README.sandbox | 4 ++-- 2 files changed, 3 inser

[U-Boot] [PATCH 2/2] doc: Use KBUILD_OUTPUT instead of BUILD_DIR

2014-08-29 Thread Jagannadha Sutradharudu Teki
Now saving output files in a separate directory through KBUILD_OUTPUT not with BUILD_DIR, so updated the documentation accordingly. Signed-off-by: Jagannadha Sutradharudu Teki --- MAKEALL | 12 ++-- README | 10 +- doc/README.kwbimage | 4 ++-- 3 files c

[U-Boot] [PATCH v2 12/16] buildman: Correct counting of build failures on retry

2014-08-29 Thread Simon Glass
When a build is to be performed, buildman checks to see if it has already been done. In most cases it will not bother trying again. However, it was not reading the return code from the 'done' file, so if the result was a failure, it would not be counted. This depresses the 'failure' count stats tha

[U-Boot] [PATCH v2 13/16] buildman: Provide an internal option to clean the outpur dir

2014-08-29 Thread Simon Glass
For testing it is useful to clean the output directory before running a test. This avoids a test interfering with the results of a subsequent test by leaving data around. Add this feature as an optional parameter to the control logic. Signed-off-by: Simon Glass --- Changes in v2: None tools/b

[U-Boot] [PATCH v2 05/16] buildman: Move the command line code into its own file

2014-08-29 Thread Simon Glass
We want to be able to issue parser commands from within buildman for test purposes. Move the parser code into its own file so we don't end up needing the buildman and test modules to reference each other. Signed-off-by: Simon Glass --- Changes in v2: None tools/buildman/buildman.py | 73 ++

[U-Boot] [PATCH v2 15/16] buildman: Add additional functional tests

2014-08-29 Thread Simon Glass
This adds coverage of core features of the builder, including the command-line options which affect building. Signed-off-by: Simon Glass --- Changes in v2: None tools/buildman/func_test.py | 324 +--- 1 file changed, 306 insertions(+), 18 deletions(-) d

[U-Boot] [PATCH v2 01/16] patman: Add a way of recording terminal output for testing

2014-08-29 Thread Simon Glass
When running unit tests we don't want output to go to the terminal. Provide a way of collecting it so that it can be examined by test code later. Signed-off-by: Simon Glass --- Changes in v2: - Add a function to print out the terminal output recorded tools/patman/terminal.py | 72 +

Re: [U-Boot] [PATCH 0/8] U-Boot port to Xtensa architecture

2014-08-29 Thread Michal Simek
On 08/29/2014 02:25 PM, Max Filippov wrote: > Hi Michal, > > On Fri, Aug 29, 2014 at 3:50 PM, Michal Simek wrote: >> On 08/20/2014 07:42 PM, Max Filippov wrote: >>> this series adds U-Boot port to Xtensa, configurable processor architecture >>> from Tensilica, Inc., now Cadence Design Systems Inc

Re: [U-Boot] [PATCH 6/8] ARMv8: PSCI: Fixup the device tree for PSCI v0.2

2014-08-29 Thread Arnab Basu
Hi Mark On 08/28/2014 06:14 PM, Mark Rutland wrote: Hi, On Wed, Aug 27, 2014 at 09:29:59PM +0100, Arnab Basu wrote: Set the enable-method in the cpu node to psci, create the psci device tree node and also add a reserve section for the psci code that lives in in normal RAM, so that the kernel l

Re: [U-Boot] [PATCH v2 07/15] exynos: kconfig: move board select menu and common settings

2014-08-29 Thread Tom Rini
On Fri, Aug 29, 2014 at 11:57:57AM +0900, Masahiro Yamada wrote: > Hi Tom, > > > On Thu, 28 Aug 2014 15:53:28 -0400 > Tom Rini wrote: > > > > > > Thanks, > > > > > Minkyu Kang. > > > > > > > > Is there any chance that this patch set will be pulled to mainline in a > > > > near future? > > > >

Re: [U-Boot] tools/genboardscfg.py: fix a bug of MAINTAINERS handling

2014-08-29 Thread Tom Rini
On Fri, Aug 22, 2014 at 02:10:43PM +0900, Masahiro Yamada wrote: > This patch fixes a minor problem: > If a block without "F: configs/*_defconfig" is followed by another > block with "F: configs/*_defconfig", the maintainers from the > former block are squashed into the latter. > > Signed-off

Re: [U-Boot] [U-Boot,3/3] kconfig: add CONFIG_CC_OPTIMIZE_FOR_SIZE

2014-08-29 Thread Tom Rini
On Fri, Aug 22, 2014 at 07:42:29PM +0900, Masahiro Yamada wrote: > Copy the Kconfig option from "init/Kconfig" of Linux v3.16 tag > and adjust the help document. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v3, 2/7] tools/genboardscfg.py: be tolerant of missing MAINTAINERS

2014-08-29 Thread Tom Rini
On Mon, Aug 25, 2014 at 12:39:43PM +0900, Masahiro Yamada wrote: > tools/genboardscfg.py expects all the boards have MAINTAINERS. > If someone adds a new board but misses to add its MAINTAINERS file, > tools/genboardscfg.py fails to generate the boards.cfg file. > It is annoying for the other deve

Re: [U-Boot] [U-Boot, 1/2] Fix test failure caused by bad handling of ramdisk

2014-08-29 Thread Tom Rini
On Fri, Aug 22, 2014 at 02:26:43PM -0600, Simon Glass wrote: > Commit e3a5bbce broke the FIT image tests by not loading a ramdisk even if > a load address is provided in the FIT. The rationale was that a load address > of 0 should be considered to mean 'do not load'. > > Add a new load operation

Re: [U-Boot] [U-Boot, v3, 4/7] tools/genboardscfg.py: wait for unfinished subprocesses before error-out

2014-08-29 Thread Tom Rini
On Mon, Aug 25, 2014 at 12:39:45PM +0900, Masahiro Yamada wrote: > When an error occurs or the program is terminated by the user > on the way, the destructer __del__ of class Slot is invoked and > the work directories are removed. > > We have to make sure there are no subprocesses (in this case,

Re: [U-Boot] [U-Boot, v3, 3/7] tools/genboardscfg.py: be tolerant of insane Kconfig

2014-08-29 Thread Tom Rini
On Mon, Aug 25, 2014 at 12:39:44PM +0900, Masahiro Yamada wrote: > The tools/genboardscfg.py expects all the Kconfig and defconfig are > written correctly. Imagine someone accidentally has broken a board. > Error-out just for one broken board is annoying for the other > developers. Let the tool

Re: [U-Boot] [U-Boot, 2/2] Correct sandbox filesystem commands in FIT image test

2014-08-29 Thread Tom Rini
On Fri, Aug 22, 2014 at 02:26:44PM -0600, Simon Glass wrote: > The host filesystem name has changed, so update the tests. The tests now > run again correctly: > > $ make O=b/sandbox sandbox_defconfig all > ... > $ test/image/test-fit.py -u b/sandbox/u-boot > FIT Tests > > = > Kernel load

Re: [U-Boot] net: cpsw: am335x: Drop constant link checking from rx/tx path's

2014-08-29 Thread Tom Rini
On Mon, Aug 25, 2014 at 11:26:19AM +0200, Stefan Roese wrote: > We noticed on the DXR2 platform (AM335x with a SMSC LAN9303 switch connected > to the CPSW MAC) that the network performance in U-Boot is quite poor. Only > when the transfer is started without a cable connected, and the cable is > pl

Re: [U-Boot] [U-Boot, v3, 7/7] tools/genboardscfg.py: improve performance

2014-08-29 Thread Tom Rini
On Mon, Aug 25, 2014 at 12:39:48PM +0900, Masahiro Yamada wrote: > I guess some developers are already getting sick of this tool > because it generally takes a few minites to generate the boards.cfg > on a reasonable computer. > > The idea popped up on my mind was to skip Makefiles and > to run s

Re: [U-Boot] [U-Boot, v2] README.kconfig: document backward compatibility "make *_config"

2014-08-29 Thread Tom Rini
On Thu, Aug 28, 2014 at 10:56:55AM +0900, Masahiro Yamada wrote: > Commit 3ff291f371fa9858426774f3732924bacb61ed1c > (kconfig: convert Kconfig helper script into a shell script) > restored "_config" target for backward compatibility. > It should be documented. > > Signed-off-by: Masahiro Yamada

Re: [U-Boot] [U-Boot, v3, 6/7] tools/genboardscfg.py: check if the boards.cfg is up to date

2014-08-29 Thread Tom Rini
On Mon, Aug 25, 2014 at 12:39:47PM +0900, Masahiro Yamada wrote: > It looks silly to regenerate the boards.cfg even when it is > already up to date. > > The tool should exit with doing nothing if the boards.cfg is newer > than any of defconfig, Kconfig and MAINTAINERS files. > > Specify -f (--fo

Re: [U-Boot] tools/genboardscfg.py: change shebang into /usr/bin/env python2

2014-08-29 Thread Tom Rini
On Wed, Aug 27, 2014 at 02:05:51PM +0900, Masahiro Yamada wrote: > This tool only works on python 2 (python 2.6 or lator). > > Change the shebang to make sure the script is run by python 2 > and clearly say the supported version in the comment block. > > Signed-off-by: Masahiro Yamada Applied

Re: [U-Boot] [U-Boot, v3, 5/7] tools/genboardscfg.py: fix minor problems on termination

2014-08-29 Thread Tom Rini
On Mon, Aug 25, 2014 at 12:39:46PM +0900, Masahiro Yamada wrote: > This tool deletes the incomplete boards.cfg > if it encounters an error or is is terminated by the user. > > I notice some problems even though they rarely happen. > > [1] The boards.cfg is removed if the program is terminated >

Re: [U-Boot] [U-Boot, 2/3] scripts: refetch scripts/setlocalversion from Linux 3.16

2014-08-29 Thread Tom Rini
On Fri, Aug 22, 2014 at 07:42:28PM +0900, Masahiro Yamada wrote: > Now we have CONFIG_LOCALVERSION and CONFIG_LOCALVERSION_AUTO > in Kconfig so we can use scripts/setlocalversion without > any adjustment. Copy it from Linux 3.16 as is. > > Signed-off-by: Masahiro Yamada Applied to u-boot/maste

Re: [U-Boot] [U-Boot, v3, 1/7] tools/genboardscfg.py: ignore defconfigs starting with a dot

2014-08-29 Thread Tom Rini
On Mon, Aug 25, 2014 at 12:39:42PM +0900, Masahiro Yamada wrote: > Kconfig in U-Boot creates a temporary file configs/.tmp_defconfig > during processing "make _defconfig". The temporary file > might be left over for some reasons. > > Just in case, tools/genboardscfg.py should make sure to > not

Re: [U-Boot] [U-Boot, 1/2] MAKEALL: run genboardscfg.py all the time

2014-08-29 Thread Tom Rini
On Fri, Aug 22, 2014 at 02:33:40PM +0900, Masahiro Yamada wrote: > This commit makes sure boards.cfg is up to date before starting > the build tests. tools/genboardscfg.py exits immediately printing > "boards.cfg is up to date. Nothing to do." when boards.cfg is > already new. > > Signed-off-by:

Re: [U-Boot] [U-Boot, 2/2] buildman: run genboardscfg.py all the time

2014-08-29 Thread Tom Rini
On Fri, Aug 22, 2014 at 02:33:41PM +0900, Masahiro Yamada wrote: > This commit makes sure boards.cfg is up to date before starting > the build tests. tools/genboardscfg.py exits immediately printing > "boards.cfg is up to date. Nothing to do." when boards.cfg is > already new. > > Signed-off-by:

Re: [U-Boot] [U-Boot, 1/3] kconfig: add CONFIG_LOCALVERSION and CONFIG_LOCALVERSION_AUTO

2014-08-29 Thread Tom Rini
On Fri, Aug 22, 2014 at 07:42:27PM +0900, Masahiro Yamada wrote: > Copy Kconfig options from "init/Kconfig" of Linux v3.16 tag > and adjust some parts of the help document. > > Move CONFIG_SPL, CONFIG_TPL, ... etc. to "Boot images" menu. > > Signed-off-by: Masahiro Yamada Applied to u-boot/mas

Re: [U-Boot] [PATCH v2 1/4] add code to handle Android sparse image format

2014-08-29 Thread Tom Rini
On Thu, Aug 28, 2014 at 02:52:40PM -0700, Steve Rae wrote: > > On 14-08-28 02:31 PM, Steve Rae wrote: > > > >On 14-08-28 02:16 PM, Tom Rini wrote: > >>On Thu, Aug 28, 2014 at 10:53:51AM -0700, Steve Rae wrote: > >> > >>>Add original file (pristine) from : > >>> > >>>https://www.codeaurora.org/cgit

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

2014-08-29 Thread Stephen Warren
On 08/29/2014 03: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 diff --git a/board/kosagi/novena/novena.c b/board/kosagi/novena/novena.c +int drv_keyboar

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

2014-08-29 Thread Marek Vasut
On Friday, August 29, 2014 at 05:58:41 PM, Stephen Warren wrote: > On 08/29/2014 03: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 >

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

2014-08-29 Thread Nikolay Dimitrov
Hi Marek, On 8/29/2014 12:30 PM, Marek Vasut wrote: +static struct mx6_mmdc_calibration novena_mmdc_calib = { + /* write leveling calibration determine */ + .p0_mpwldectrl0 = 0x00420048, + .p0_mpwldectrl1 = 0x006f0059, + .p1_mpwldectrl0 = 0x005a010

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

2014-08-29 Thread Marek Vasut
On Friday, August 29, 2014 at 06:46:32 PM, Nikolay Dimitrov wrote: > Hi Marek, > > On 8/29/2014 12:30 PM, Marek Vasut wrote: > > +static struct mx6_mmdc_calibration novena_mmdc_calib = { > > + /* write leveling calibration determine */ > > + .p0_mpwldectrl0 = 0x00420048, > > + .p0_mp

Re: [U-Boot] buildman: suspect issue with patman tags

2014-08-29 Thread Steve Rae
On 14-08-28 05:59 PM, Simon Glass wrote: Hi Steve, On 28 August 2014 10:21, Steve Rae wrote: On 14-08-28 07:45 AM, Simon Glass wrote: Hi Steve, On 27 August 2014 15:22, Steve Rae wrote: [... snip ...] *From:*Steve Rae *Sent:* Monday, August 25, 2014 09:06 *To:* Simon Glass *Su

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

2014-08-29 Thread Fabio Estevam
On Fri, Aug 29, 2014 at 6:30 AM, Marek Vasut wrote: > +int board_mmc_init(bd_t *bis) > +{ > + s32 status = 0; > + int index; > + > + usdhc_cfg[0].sdhc_clk = mxc_get_clock(MXC_ESDHC3_CLK); > + usdhc_cfg[1].sdhc_clk = mxc_get_clock(MXC_ESDHC2_CLK); > + > + for (index =

Re: [U-Boot] [PATCH v2 1/4] add code to handle Android sparse image format

2014-08-29 Thread Steve Rae
On 14-08-29 08:11 AM, Tom Rini wrote: On Thu, Aug 28, 2014 at 02:52:40PM -0700, Steve Rae wrote: On 14-08-28 02:31 PM, Steve Rae wrote: On 14-08-28 02:16 PM, Tom Rini wrote: On Thu, Aug 28, 2014 at 10:53:51AM -0700, Steve Rae wrote: Add original file (pristine) from : https://www.codeau

[U-Boot] uboot env in mmc partition

2014-08-29 Thread Naitik Amin
HI there, I recently made changes to my system, where I created a new partition on my mmc. (mmcblk0p4) Then i dd'd a uboot env image into this partition, updated the fw_env.config to point to /dev/mmcblk0p4. At this point, my fw_printenv and fw_setenv work good. So as a next step, I am tried t

Re: [U-Boot] [PATCH v5 09/15] tools: add genboardscfg.py

2014-08-29 Thread Gerhard Sittig
[ yes, old thread, but might be worth to have in archives ] On Mon, 2014-07-28 at 04:14 +0100, Simon Glass wrote: > > Hi Masahiro, > > On 27 July 2014 10:05, Masahiro Yamada wrote: > > Hi Simon, > > > > On Sat, 26 Jul 2014 01:17:02 +0100 > > Simon Glass wrote: > > > >> > + > >> > +import sys >

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

2014-08-29 Thread Tom Rini
On Wed, Aug 20, 2014 at 04:13:34PM +0200, Stefano Babic wrote: > Hi Albert, > > please pull from u-boot-imx, thanks ! > > The following changes since commit 1899fac925eda817e12234aef3d01d354788662e: > > Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' > (2014-08-09 16:48:34 +0200)

Re: [U-Boot] [PULL] u-boot/master

2014-08-29 Thread Tom Rini
On Fri, Aug 29, 2014 at 11:28:42AM +0200, Marek Vasut wrote: > The following changes since commit 124c5998755ef6778ca43acab27372fc470b8366: > > samsung: s5p_goni: fix: Add missing definitions for G_DNL_UMS gadget > (2014-08-28 13:47:34 -0400) > > are available in the git repository at: > >

Re: [U-Boot] [U-Boot,GIT,PULL] Zynq patches

2014-08-29 Thread Tom Rini
On Tue, Aug 19, 2014 at 09:57:11AM +0200, Michal Simek wrote: > Hi Albert, > > please pull these 3 patches to your tree. > > Thanks, > Michal > > Summary of 4 commits for 6 boards (6 threads, 2 jobs per thread) > 01: patman: Only use git's --no-decorate when available > 02: zynq: spl: Add vecto

Re: [U-Boot] pull request for u-boot-tegra/master into ARM/master

2014-08-29 Thread Tom Rini
On Wed, Aug 20, 2014 at 09:12:48AM -0700, Tom Warren wrote: > Albert, > > Please pull u-boot-tegra/master into ARM/master. Thanks! > > ./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only > shows failures that were already present in ARM/master. > > The following changes since

Re: [U-Boot] Please pull u-boot-sunxi.git/master

2014-08-29 Thread Tom Rini
On Tue, Aug 12, 2014 at 10:36:16AM +0200, Hans de Goede wrote: > Hi Albert, > > Please pull from u-boot-sunxi.git/master for a set of patches adding > generic boot command support + a series of DRAM cleanups and fixes. > > Note the generic boot command support depends on > "config: introduce a g

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

2014-08-29 Thread Tom Rini
On Mon, Aug 25, 2014 at 03:18:00PM -0400, Tom Rini wrote: > Hey, > > The following changes since commit 1899fac925eda817e12234aef3d01d354788662e: > > Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' (2014-08-09 > 16:48:34 +0200) > > are available in the git repository at: > > >

[U-Boot] uboot env in mmc partition

2014-08-29 Thread Naitik Amin
HI there, I recently made changes to my system, where I created a new partition on my mmc. (mmcblk0p4) Then i dd'd a uboot env image into this partition, updated the fw_env.config to point to /dev/mmcblk0p4. At this point, my fw_printenv and fw_setenv work good. So as a next step, I am tried t

[U-Boot] tools-only build broken

2014-08-29 Thread Ian Campbell
The tools-only target is currently broken: $ make CROSS_COMPILE=arm-linux-gnueabihf- tools-only CHK include/config/uboot.release /bin/sh: 1: cannot open include/config/auto.conf: No such file Makefile:1052: recipe for target 'include/config/uboot.release' fail

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

2014-08-29 Thread Fabio Estevam
Hi Stefano, On Mon, Aug 25, 2014 at 5:11 PM, Fabio Estevam wrote: > On Mon, Aug 25, 2014 at 4:50 PM, Marek Vasut wrote: >> On Monday, August 25, 2014 at 07:26:46 PM, Fabio Estevam wrote: >>> Tested with an Intel Wireless PCI 7260HMW card: >>> >>> U-Boot 2014.10-rc1-16576-g4a8a8a8-dirty (Aug 23 2

Re: [U-Boot] [PATCH v2 1/4] add code to handle Android sparse image format

2014-08-29 Thread Marek Vasut
On Friday, August 29, 2014 at 07:38:39 PM, Steve Rae wrote: > On 14-08-29 08:11 AM, Tom Rini wrote: > > On Thu, Aug 28, 2014 at 02:52:40PM -0700, Steve Rae wrote: > >> On 14-08-28 02:31 PM, Steve Rae wrote: > >>> On 14-08-28 02:16 PM, Tom Rini wrote: > On Thu, Aug 28, 2014 at 10:53:51AM -0700,

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

2014-08-29 Thread Marek Vasut
On Friday, August 29, 2014 at 10:19:11 PM, Fabio Estevam wrote: > Hi Stefano, > > On Mon, Aug 25, 2014 at 5:11 PM, Fabio Estevam wrote: > > On Mon, Aug 25, 2014 at 4:50 PM, Marek Vasut wrote: > >> On Monday, August 25, 2014 at 07:26:46 PM, Fabio Estevam wrote: > >>> Tested with an Intel Wireless

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

2014-08-29 Thread Fabio Estevam
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 PCI support to the mx6sxsabresd board. Then I say that I tested it with a PCI ca

Re: [U-Boot] [PATCH v2 1/4] add code to handle Android sparse image format

2014-08-29 Thread Steve Rae
On 14-08-29 01:54 PM, Marek Vasut wrote: On Friday, August 29, 2014 at 07:38:39 PM, Steve Rae wrote: On 14-08-29 08:11 AM, Tom Rini wrote: On Thu, Aug 28, 2014 at 02:52:40PM -0700, Steve Rae wrote: On 14-08-28 02:31 PM, Steve Rae wrote: On 14-08-28 02:16 PM, Tom Rini wrote: On Thu, Aug 28,

Re: [U-Boot] [PATCH 06/25] dm: spi: Add a uclass for SPI

2014-08-29 Thread Simon Glass
Hi Jagan, On 28 August 2014 02:58, Jagan Teki wrote: > On 15 July 2014 06:26, Simon Glass wrote: >> Add a uclass which provides access to SPI buses and includes operations >> required by SPI. >> >> For a time driver model will need to co-exist with the legacy SPI interface >> so some parts of th

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

2014-08-29 Thread Ian Campbell
On Fri, 2014-08-29 at 21:07 +0100, Ian Campbell wrote: > The tools-only target is currently broken: > $ make CROSS_COMPILE=arm-linux-gnueabihf- tools-only > CHK include/config/uboot.release > /bin/sh: 1: cannot open include/config/auto.conf: No such file > Mak

[U-Boot] [PATCH v2 0/3] add support for new arch stv0991

2014-08-29 Thread Vikas Manocha
This patchset add support for new arch stv0991. Changes in v2: - corrected files license to GPL-2.0+ - replaced printf() usage with puts() for string print - sorted sourcing of board Kconfig Vikas Manocha (3): stv0991 : Add basic stv0991 architecture support. stv0991 : enable ethernet suppor

[U-Boot] [PATCH v2 3/3] stv0991: default + misc command configs enabled.

2014-08-29 Thread Vikas Manocha
Signed-off-by: Vikas Manocha --- Changes in v2: None include/configs/stv0991.h | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h index a7181b1..d6ff243 100644 --- a/include/configs/stv0991.h +++ b/i

[U-Boot] [PATCH v2 2/3] stv0991 : enable ethernet support.

2014-08-29 Thread Vikas Manocha
Signed-off-by: Vikas Manocha --- Changes in v2: None arch/arm/cpu/armv7/stv0991/clock.c | 14 arch/arm/cpu/armv7/stv0991/pinmux.c| 14 arch/arm/include/asm/arch-stv0991/gpio.h | 22 arch/arm/include/asm/arch-stv0991/

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

2014-08-29 Thread Vikas Manocha
stv0991 architecture support added. It contains the support for following blocks - Timer - uart Signed-off-by: Vikas Manocha --- Changes in v2: - corrected files license to GPL-2.0+ - replaced printf() usage with puts() for string print - sorted sourcing of board Kconfig arch/arm/Kconfig

Re: [U-Boot] [PATCH 0/3] ARM: Zynq: Add ZYBO board

2014-08-29 Thread Peter Crosthwaite
On Fri, Aug 29, 2014 at 9:07 PM, Michal Simek wrote: > On 08/28/2014 01:16 PM, Peter Crosthwaite wrote: >> Hi Michal, Steven, >> >> This series adds the ZYBO board to u-boot. Some components were originally >> contributed to the digilent u-boot tree (P2). Thanks to Steven Wang. The >> original cod

Re: [U-Boot] [PATCH 2/3] configs: zynq: Add config support for ZYBO

2014-08-29 Thread Peter Crosthwaite
On Fri, Aug 29, 2014 at 4:41 PM, Steve Wang wrote: > Hi, Peter, > > In ZYBO, there is an on-board eeprom that contains a unique MAC address for > each board. > In FSBL (before u-boot), the MAC address is read out from EEPROM and write > to the corresponding registers in ETH controller. > So, in u-