[U-Boot] [PATCH] arm:board:exynos4: add CONFIG_SYS_GENERIC_BOARD

2014-05-21 Thread Piotr Wilczek
Add CONFIG_SYS_GENERIC_BOARD for all Exynos4 boards. Signed-off-by: Piotr Wilczek Cc: Przemyslaw Marczak Cc: Lukasz Majewski Cc: Minkyu Kang --- include/configs/exynos4-dt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/exynos4-dt.h b/include/configs/exynos4-dt.h index

Re: [U-Boot] [PATCH v3 00/11] mx6: SPL NAND support

2014-05-21 Thread Stefano Babic
Hi Tim, On 22/05/2014 08:14, Tim Harvey wrote: > Stefano, > > Any comments on this series? I realize you've applied the first one > and I'll remove that from any subsequent posts. Right. > I think we have a very good point (nice work !) and we are near to merge the patchset. If I am not wrong

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-21 Thread Vishal Bhoj
Hi, Thanks for the inputs. On 21 May 2014 21:04, Mark Rutland wrote: > On Wed, May 21, 2014 at 04:28:53PM +0100, Tom Rini wrote: > > On Wed, May 21, 2014 at 10:40:38AM +0100, Mark Rutland wrote: > > > On Wed, May 21, 2014 at 09:46:35AM +0100, Vishal Bhoj wrote: > > > > Hi , > > > > > > Hi, > >

Re: [U-Boot] [PATCH v3 00/11] mx6: SPL NAND support

2014-05-21 Thread Tim Harvey
On Wed, May 7, 2014 at 10:16 PM, Tim Harvey wrote: > This series adds some necessary framework for IMX6 SPL support. The series > includes support for NAND SPL and has been tested with MMC as well. I have > tested this on five differing Ventana baseboards with a variety of memory > (32bit 512MB, 3

Re: [U-Boot] Script with 'if run' don't work as expected

2014-05-21 Thread Simon Glass
Hi Stefan, On 21 May 2014 03:12, Stefan Herbrechtsmeier wrote: > Hi, > > a script with 'if run' don't work as expect. I have test it on an > omap3_overo board. > > The following script always prints true: > setenv testcmd false; if run testcmd; then echo "true"; fi; > > This could be fixed by rev

Re: [U-Boot] [RFC, PATCH 0/4] mtd, ubi, ubifs: resync with Linux-3.14

2014-05-21 Thread Heiko Schocher
Hello Jörg, Am 21.05.2014 22:44, schrieb Jörg Krause: Building for a custom Freescale i.MX28 board failed for me. Here is the output: [joerg@timelineX u-boot-testing]$ export ARCH=arm [joerg@timelineX u-boot-testing]$ export CROSS_COMPILE=arm-linux-gnueabi- [joerg@timelineX u-boot-testing]$ mak

Re: [U-Boot] [PATCH V2] cmd_mmc.c: check mmc_init() during mmc dev

2014-05-21 Thread Jaehoon Chung
On 05/22/2014 01:18 AM, Stephen Warren wrote: > On 05/20/2014 11:40 PM, Jaehoon Chung wrote: >> Hi, Stephen. >> >> i didn't apply your patch. Which repository do you use? > > It's based on u-boot.git master branch. The latest u-boot-mmc.git master > branch is already included in that branch, and i

Re: [U-Boot] [PATCH v2 2/2] ARM: at91sam9m10g45ek: add mmc environment configuration support

2014-05-21 Thread Bo Shen
Hi Josh, On 05/21/2014 10:42 AM, Josh Wu wrote: In this configuration the environment will save in file: uboot.env of mmc card. Signed-off-by: Josh Wu Acked-by: Bo Shen --- v1 -> v2: 1. remove mem=128m and roottype in bootargs. 2. default boot command use zImage instead of uImage.

Re: [U-Boot] [PATCH v2 1/2] ARM: at91sam9m10g45ek: enable mci0 support

2014-05-21 Thread Bo Shen
Hi Josh, On 05/21/2014 10:42 AM, Josh Wu wrote: Also we enable the mmc command in configuration file. As both CONFIG_CMD_MMC and CONFIG_CMD_USB use the CONFIG_DOS_PARTITION, so remove the redundant CONFIG_DOS_PARTITION definition. Signed-off-by: Josh Wu Acked-by: Bo Shen --- v1 -> v2:

Re: [U-Boot] [RFC PATCH v2 13/13] tegra: Convert tegra GPIO driver to use driver model

2014-05-21 Thread Simon Glass
Hi Stephen, On 13 May 2014 09:30, Stephen Warren wrote: > On 05/09/2014 11:28 AM, Simon Glass wrote: >> This is an implementation of GPIOs for Tegra that uses driver model. It has >> been tested on trimslice and also using the new iotrace feature. >> >> The implementation uses a top-level GPIO de

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-21 Thread Minkyu Kang
On 22/05/14 03:58, Simon Glass wrote: > Hi Minkyu, > > On 21 May 2014 00:05, Minkyu Kang wrote: >> On 20/05/14 20:47, Simon Glass wrote: >>> Hi Minkyu, >>> >>> On 15 May 2014 00:51, Minkyu Kang wrote: On 03/04/14 08:24, Simon Glass wrote: > From: Aaron Durbin > > The TSP65090 i

Re: [U-Boot] Unable to boot the new FIT image

2014-05-21 Thread Simon Glass
Hi Harsha, On 21 May 2014 06:46, Harsha Kiran wrote: > Hi Simon, > > I have added the next patch in the series i.e., (../339610/) But the > result is still the same. This particular patch just created a device tree > In the arch/arm/dts folder For the beaglebone. I have already tried creating

Re: [U-Boot] [PATCH] Prevent a stack overflow in fit_check_sign

2014-05-21 Thread Simon Glass
On 20 May 2014 03:58, Michael van der Westhuizen wrote: > It is trivial to crash fit_check_sign by invoking with an > absolute path in a deeply nested directory. This is exposed > by vboot_test.sh. > > Signed-off-by: Michael van der Westhuizen Acked-by: Simon Glass > --- > tools/fit_check_si

Re: [U-Boot] [PATCH] Prevent a buffer overflow in mkimage when signing with SHA256

2014-05-21 Thread Simon Glass
In 20 May 2014 03:16, Michael van der Westhuizen wrote: > Due to the FIT_MAX_HASH_LEN constant not having been updated > to support SHA256 signatures one will always see a buffer > overflow in fit_image_process_hash when signing images that > use this larger hash. This is exposed by vboot_test.sh

Re: [U-Boot] [PATCH] patman: Don't request full names from get_maintainer

2014-05-21 Thread Simon Glass
Hi Doug, On 20 May 2014 12:51, Doug Anderson wrote: > Simon, > > On Tue, May 13, 2014 at 11:17 AM, Simon Glass wrote: >> Hi Doug, >> >> On 18 April 2014 15:32, Doug Anderson wrote: >>> Simon, >>> >>> On Fri, Apr 18, 2014 at 1:43 PM, Simon Glass wrote: Hi Doug, On 17 April 2014 1

Re: [U-Boot] [PATCH 2/2] Exynos5420: Let macros be used for exynos5420

2014-05-21 Thread Simon Glass
On 21 May 2014 03:20, Akshay Saraswat wrote: > Macros defined in exynos5_setup.h specific to SMDK5420 > are required for Peach-Pit too. Hence, replacing > CONFIG_SMDK5420 with CONFIG_EXYNOS5420 to enable these > macros for all the boards based on Exynos5420. > > Signed-off-by: Akshay Saraswat Ac

Re: [U-Boot] [PATCH 1/2] Exynos5420: Introduce support for the Peach-Pit board

2014-05-21 Thread Simon Glass
On 21 May 2014 03:20, Akshay Saraswat wrote: > While the Exynos5420 chip is used in both Smdk5420 and in the Peach-Pit > line of devices, there could be other boards using the same chip, so a > common configuration file is being added (exynos5420.h) as well > as two common device tree files (exyno

Re: [U-Boot] [RFC, PATCH 0/4] mtd, ubi, ubifs: resync with Linux-3.14

2014-05-21 Thread Jörg Krause
Building for a custom Freescale i.MX28 board failed for me. Here is the output: [joerg@timelineX u-boot-testing]$ export ARCH=arm [joerg@timelineX u-boot-testing]$ export CROSS_COMPILE=arm-linux-gnueabi- [joerg@timelineX u-boot-testing]$ make mrproper CLEAN scripts/basic

[U-Boot] [Patch v2 1/9] omap: overo: allow the use of a plain text env file instead boot scripts

2014-05-21 Thread Ash Charles
Adapted from d70f5480 described below. commit d70f54808dfa83b574e1239c3eccbcf3317343e1 Author: Javier Martinez Canillas Date: Mon Jan 7 03:51:20 2013 + omap4: allow the use of a plain text env file instead boot scripts For production systems it is better to use script

[U-Boot] [Patch v2 6/9] [omap3][overo] Add Board Revision for Wireless chip

2014-05-21 Thread Ash Charles
Gumstix Overo COMs with board revision 0x4 use a different Wifi and Bluetooth module: Wi2Wi's W2CBW0015. No other code changes are required in u-boot---just handling of this particular board revision. Signed-off-by: Ash Charles --- board/overo/overo.c | 1 + board/overo/overo.h | 1 + 2 files c

[U-Boot] [Patch v2 5/9] arm: omap3: Fix omap3_overo SPL boot hangup

2014-05-21 Thread Ash Charles
Patch f33b9bd3 [arm: omap3: Enable clocks for peripherals only if they are used] breaks SPL booting on Overo. Since some gpio inputs are read to detect the board revision. But with this patch above, the clocks to the GPIO subsystems are not enabled per default any more. The GPIO banks need to be co

[U-Boot] [Patch v2 2/9] OMAP3: overo: add command support for mtd and ubi

2014-05-21 Thread Ash Charles
The NAND linux partition format default was changed from jffs2 to ubi in 254973e6df0e48f1a72b67905185c774dcd9f394 but the corresponding commands were not enabled. Signed-off-by: Peter A. Bigot Tested-by: Ash Charles --- include/configs/omap3_overo.h | 40 +---

[U-Boot] [Patch v2 3/9] OMAP3: overo: increase linux partition to 8 MiB

2014-05-21 Thread Ash Charles
From: "Peter A. Bigot" Linux kernel at version 3.5 is about 3.5 MiB; test kernels for 3.10 exceed 4 MiB. Prepare for future upgrades by increasing the NAND partition now. Signed-off-by: Peter A. Bigot Tested-by: Ash Charles --- include/configs/omap3_overo.h | 4 ++-- 1 file changed, 2 insert

[U-Boot] [PATCH 1/2] openrisc: update SPR registers definition

2014-05-21 Thread Franck Jullien
The OpenRISC architecture specification v1.0 defines new SPR registers. This patch adds registers definition for group 0 and update bit definitions for the CPU configuration register. Signed-off-by: Franck Jullien --- arch/openrisc/include/asm/spr-defs.h | 13 - 1 files changed, 12

[U-Boot] [PATCH 2/2] openrisc: fix relocation code

2014-05-21 Thread Franck Jullien
The relocation code can now relocate from anywhere to the RAM. The old code assumed that the binary was copied to the RAM by some PBL and then it just relocated the .text section from the loaded address to the linked address. Now, it first checks if vectors are somewhere else than the linked addr

[U-Boot] [Patch v2 9/9] omap3: overo: Use common configurations for Overo

2014-05-21 Thread Ash Charles
Clean-up the board configuration file for the Gumstix Overo board by including common omap3 definitions from ti_omap3_common.h as suggested here [1]. [1] http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/185960 Signed-off-by: Ash Charles Conflicts: include/configs/omap3_overo.h

[U-Boot] [Patch v2 8/9] [omap3][overo] Allow overo to boot with device tree

2014-05-21 Thread Ash Charles
Update the board configuration for Gumstix Overo. In particular, add support for zImage and DTB files on boot. Signed-off-by: Ash Charles --- include/configs/omap3_overo.h | 58 --- 1 file changed, 38 insertions(+), 20 deletions(-) diff --git a/include/co

[U-Boot] [Patch v2 7/9] OMAP3: overo: add some Gumstix expansion boards

2014-05-21 Thread Ash Charles
Add EEPROM ID switches for Alto35, Arbor43C, Stagecoach, Thumbo, and Turtlecore Gumstix Overo expansion boards. Signed-off-by: Ash Charles --- board/overo/overo.c | 42 -- board/overo/overo.h | 16 2 files changed, 56 insertions(+), 2 dele

[U-Boot] [Patch v2 4/9] OMAP3: overo: eliminate hard-coded partition offsets

2014-05-21 Thread Ash Charles
The linux kernel is at nand0,3 using the current layout, but is best accessed through the partition label "linux". Since CONFIG_CMD_MTDPARTS is defined the CONFIG_JFFS2 settings are unreferenced; use "setenv partition rootfs" to set the default mtd partition for jffs2. Signed-off-by: Peter A. Big

[U-Boot] [Patch v2 0/9] omap3: overo: update board data

2014-05-21 Thread Ash Charles
This patch series collects board-specific fixes and updates for the Gumstix Overo COMs. v2 adds [1] originally sent separately and amends as discussed [2]. [1] https://www.mail-archive.com/u-boot@lists.denx.de/msg137739.html [2] http://lists.denx.de/pipermail/u-boot/2014-May/179891.html Ash Char

Re: [U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images

2014-05-21 Thread Tom Rini
On Wed, May 21, 2014 at 10:10:50PM +0200, Wolfgang Denk wrote: > Dear Tom Rini, > > In message <20140521195824.GE1752@bill-the-cat> you wrote: > > > > Something that Rob mentioned to me at ELC, and others have mentioned > > before is that it would be nice if 'bootm' (which says "boot application

Re: [U-Boot] [PATCH 8/8] [omap3][overo] Allow overo to boot with device tree

2014-05-21 Thread Ash Charles
On Tue, May 20, 2014 at 10:34 AM, Stefan Herbrechtsmeier wrote: > A run of mmcargs is missing. Totally correct---good catch. I'll send a v2 for this series rebased on u-boot-ti/master and also include this [1] patch. Hopefully this is correct. --Ash [1] https://www.mail-archive.com/u-boot@lists

Re: [U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images

2014-05-21 Thread Wolfgang Denk
Dear Tom Rini, In message <20140521195824.GE1752@bill-the-cat> you wrote: > > Something that Rob mentioned to me at ELC, and others have mentioned > before is that it would be nice if 'bootm' (which says "boot application > image stored in memory" in the help, even) would just work with zImage >

[U-Boot] [RFC] Extend 'bootm' to support Linux kernel generated images

2014-05-21 Thread Tom Rini
Hey all, Something that Rob mentioned to me at ELC, and others have mentioned before is that it would be nice if 'bootm' (which says "boot application image stored in memory" in the help, even) would just work with zImage or Image or whatever is spit directly out of the kernel. The following show

Re: [U-Boot] Unable to boot the new FIT image

2014-05-21 Thread Harsha Kiran
Hi Simon, I have added the next patch in the series i.e., (../339610/) But the result is still the same. This particular patch just created a device tree In the arch/arm/dts folder For the beaglebone. I have already tried creating for am335x-evmsk and was able to build the u-boot-dtb.bin. I h

[U-Boot] [PATCH] phy: fix create_phy_by_mask for when its given an actual search mask

2014-05-21 Thread Cormier, Jonathan
From: Cormier, Jonathan get_phy_id returns -EIO when it can't read from a phy at a given addr. This would cause create_phy_by_mask to return prematurely before it had tested the other addresses in the provided mask. Example usage: Replace phydev = phy_connect(bus, phy_addr, dev, phy_if) w

Re: [U-Boot] net/designware: call phy_connect_dev() to properly setup phylib device

2014-05-21 Thread Tom Rini
On Wed, May 21, 2014 at 07:44:15PM +0100, Ian Campbell wrote: > On Wed, 2014-05-14 at 11:20 -0400, Tom Rini wrote: > > On Wed, May 14, 2014 at 08:29:48AM +0100, Ian Campbell wrote: > > > On Tue, 2014-05-13 at 07:19 -0400, Tom Rini wrote: > > > > On Tue, May 13, 2014 at 11:19:13AM +0100, Ian Campbel

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-21 Thread Simon Glass
Hi Minkyu, On 21 May 2014 00:05, Minkyu Kang wrote: > On 20/05/14 20:47, Simon Glass wrote: >> Hi Minkyu, >> >> On 15 May 2014 00:51, Minkyu Kang wrote: >>> On 03/04/14 08:24, Simon Glass wrote: From: Aaron Durbin The TSP65090 is a PMIC on some exynos5 boards. The init function i

Re: [U-Boot] net/designware: call phy_connect_dev() to properly setup phylib device

2014-05-21 Thread Ian Campbell
On Wed, 2014-05-14 at 11:20 -0400, Tom Rini wrote: > On Wed, May 14, 2014 at 08:29:48AM +0100, Ian Campbell wrote: > > On Tue, 2014-05-13 at 07:19 -0400, Tom Rini wrote: > > > On Tue, May 13, 2014 at 11:19:13AM +0100, Ian Campbell wrote: > > > > Thanks, have you also seen "[PATCH v3 0/5] net/design

[U-Boot] [PATCH 2/2] arm:am33xx: Rework s_init and add board_early_init_f

2014-05-21 Thread Tom Rini
With the changes to the i2c framework (and adopting the omap24xx_i2c driver to them) we can no longer call i2c functions prior to gd having been set and cleared. When SPL booting, this is handled by setting gd to point to SRAM in s_init. However in the cases where we are loaded directly by ROM (m

[U-Boot] [PATCH 1/2] arm:am33xx: Make dram_init call sdram_init() in some contexts

2014-05-21 Thread Tom Rini
We have two contexts for booting these platforms. One is SPL which is roughly: reset, cpu_init_crit, lowlevel_init, s_init, sdram_init, _main, board_init_f from SPL, ... then U-Boot loads. The other is a memory-mapped XIP case (NOR or QSPI) where we do not run an SPL. In this case we go, roughly

[U-Boot] [PATCH 0/2] arm:am33xx: Fix problems with XIP booting and i2c

2014-05-21 Thread Tom Rini
The following series fixes problems with booting U-Boot without SPL on am33xx/am43xx, which only happens in the case of NOR or QSPI. The changes themselves are rather straight forward. The biggest thing is that they highlight that SPL needs to migrate over to common/board_f.c because, yeah, there

Re: [U-Boot] [PATCH V2] cmd_mmc.c: check mmc_init() during mmc dev

2014-05-21 Thread Stephen Warren
On 05/20/2014 11:40 PM, Jaehoon Chung wrote: > Hi, Stephen. > > i didn't apply your patch. Which repository do you use? It's based on u-boot.git master branch. The latest u-boot-mmc.git master branch is already included in that branch, and it looks like some changes have been applied to cmd_mmc.c

Re: [U-Boot] [PATCH 3/3 V2] ARM: mxs: Fix NAND FCB flashing

2014-05-21 Thread jkrause
I was wondering about the following warnings while bootings linux 3.15.0-rc5: [0.998885] nand: device found, Manufacturer ID: 0x98, Chip ID: 0xd1 [1.005485] nand: Toshiba NAND 128MiB 3,3V 8-bit [1.010165] nand: 128MiB, SLC, page size: 2048, OOB size: 64 [1.016176] Scanning device f

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-21 Thread Mark Rutland
On Wed, May 21, 2014 at 04:28:53PM +0100, Tom Rini wrote: > On Wed, May 21, 2014 at 10:40:38AM +0100, Mark Rutland wrote: > > On Wed, May 21, 2014 at 09:46:35AM +0100, Vishal Bhoj wrote: > > > Hi , > > > > Hi, > > > > > I have added mmc driver into the vexpress64 board file for uboot and > > > t

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-21 Thread Tom Rini
On Wed, May 21, 2014 at 10:40:38AM +0100, Mark Rutland wrote: > On Wed, May 21, 2014 at 09:46:35AM +0100, Vishal Bhoj wrote: > > Hi , > > Hi, > > > I have added mmc driver into the vexpress64 board file for uboot and tested > > it on FVP base model. I tried booting a kernel on that but it is abor

[U-Boot] Export Uboot command line functions to a standalone app.

2014-05-21 Thread mazen.e
Hello, is it possible to export some Uboot command line functions (e.g. bootm) to a standalone app, in such shall my app be GPLed. Many thanks. -- View this message in context: http://u-boot.10912.n7.nabble.com/Export-Uboot-command-line-functions-to-a-standalone-app-tp180395.html Sent from t

[U-Boot] Cannot source LVDS from SATA on MX6DL/SOLO

2014-05-21 Thread Fabio Estevam
Hi Marek, About the following piece of code in enable_pcie_clock: int enable_pcie_clock(void) * Switch LVDS clock source to SATA (0xb), disable clock INPUT and * enable clock OUTPUT. This is important for PCI express link that * is clocked from the i.MX6. */ #define ANADI

[U-Boot] [PATCH] arm64: zero cntvoff_el2

2014-05-21 Thread Mark Rutland
Currently cntvoff_el2 is initialised with an arbitrary bag of bits derived from the initial value of cnthctl_el2 on the current CPU. This is somewhat odd and problematic as some of these bits are UNKNOWN at reset and may differ across CPUs (which may cause an OS at EL1 to observe time going backwar

[U-Boot] [PATCH 2/2] Exynos5420: Let macros be used for exynos5420

2014-05-21 Thread Akshay Saraswat
Macros defined in exynos5_setup.h specific to SMDK5420 are required for Peach-Pit too. Hence, replacing CONFIG_SMDK5420 with CONFIG_EXYNOS5420 to enable these macros for all the boards based on Exynos5420. Signed-off-by: Akshay Saraswat --- arch/arm/cpu/armv7/exynos/exynos5_setup.h | 6 +++--- 1

[U-Boot] [PATCH 1/2] Exynos5420: Introduce support for the Peach-Pit board

2014-05-21 Thread Akshay Saraswat
While the Exynos5420 chip is used in both Smdk5420 and in the Peach-Pit line of devices, there could be other boards using the same chip, so a common configuration file is being added (exynos5420.h) as well as two common device tree files (exynos54xx.dtsi & exynos5420.dtsi). The peach board as dec

[U-Boot] [PATCH 0/2] Introduction of new board Peach-Pit

2014-05-21 Thread Akshay Saraswat
This board is based on Exynos5420 and is similar to SMDK5420 board. Adding new and refactoring existing DT and config files to support both SMDK5420 and Peach-Pit. Akshay Saraswat (2): Exynos5420: Introduce support for the Peach-Pit board Exynos5420: Let macros be used for exynos5420 arch/a

[U-Boot] Script with 'if run' don't work as expected

2014-05-21 Thread Stefan Herbrechtsmeier
Hi, a script with 'if run' don't work as expect. I have test it on an omap3_overo board. The following script always prints true: setenv testcmd false; if run testcmd; then echo "true"; fi; This could be fixed by reverting commit 1992dbfdb9886c3dfc4a505091895c851f736f3a: Make 'run' use run_

Re: [U-Boot] [PATCHv5 09/14] mmc: support the DDR mode for eMMC

2014-05-21 Thread Hector Palacios
On 05/21/2014 04:20 AM, Jaehoon Chung wrote: Hi, Hector. On 05/21/2014 01:37 AM, Hector Palacios wrote: Hi, On 05/16/2014 06:59 AM, Jaehoon Chung wrote: Signed-off-by: Jaehoon Chung Tested-by: Lukasz Majewski Acked-by: Lukasz Majewski What platforms did you test DDR mode on? I have tes

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-21 Thread Mark Rutland
On Wed, May 21, 2014 at 09:46:35AM +0100, Vishal Bhoj wrote: > Hi , Hi, > I have added mmc driver into the vexpress64 board file for uboot and tested > it on FVP base model. I tried booting a kernel on that but it is aborting > with the following message: > Final value for argc=3 >Loading Ker

[U-Boot] [PATCH] tb100 - add Abilis TB100 board

2014-05-21 Thread Alexey Brodkin
Development board for headless gateway platform from Abilis Systems. Initial commit with working UART and DW GMAC. For now with generic Ethernet PHY due to problems in Realtek PHY driver. Signed-off-by: Alexey Brodkin Cc: Vineet Gupta Cc: Christian Ruppert Cc: Pierrick Hascoet --- board/abi

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-21 Thread Minkyu Kang
On 20/05/14 20:47, Simon Glass wrote: > Hi Minkyu, > > On 15 May 2014 00:51, Minkyu Kang wrote: >> On 03/04/14 08:24, Simon Glass wrote: >>> From: Aaron Durbin >>> >>> The TSP65090 is a PMIC on some exynos5 boards. The init function is >>> called for the TPS65090 pmic. If that device is not a pa

[U-Boot] [RFC, PATCH 3/4] lib, list_sort: add list_sort from linux 3.14

2014-05-21 Thread Heiko Schocher
from linux 3.14: commit 455c6fdbd219161bd09b1165f11699d6d73de11c Author: Linus Torvalds Date: Sun Mar 30 20:40:15 2014 -0700 Linux 3.14 Needed for the MTD/UBI/UBIFS resync Signed-off-by: Heiko Schocher Cc: Marek Vasut Cc: Sergey Lapin Cc: Scott Wood --- include/linux/list_sort.h |

[U-Boot] [RFC,PATCH 1/4] dm: rename device struct to udevice

2014-05-21 Thread Heiko Schocher
using UBI and DM together leads in compiler error, as both define a "struct device", so rename "struct device" in include/dm/device.h to "struct udevice", as we use linux code (MTD/UBI/UBIFS some USB code,...) and cannot change the linux "struct device" Signed-off-by: Heiko Schocher Cc: Simon Gla

[U-Boot] [RFC,PATCH 2/4] lib, rbtree: resync with Linux-3.14

2014-05-21 Thread Heiko Schocher
resync with linux: commit 455c6fdbd219161bd09b1165f11699d6d73de11c Author: Linus Torvalds Date: Sun Mar 30 20:40:15 2014 -0700 Linux 3.14 Needed for the MTD/UBI/UBIFS resync Signed-off-by: Heiko Schocher Cc: Marek Vasut Cc: Sergey Lapin Cc: Scott Wood --- include/linux/rbtree.h

[U-Boot] [RFC,PATCH 0/4] mtd, ubi, ubifs: resync with Linux-3.14

2014-05-21 Thread Heiko Schocher
resync mtd, ubi and ubifs subsystem with linux: commit 455c6fdbd219161bd09b1165f11699d6d73de11c Author: Linus Torvalds Date: Sun Mar 30 20:40:15 2014 -0700 Linux 3.14 Main reason for this sync is, we now have UBI fastmap support in U-Boot. Tested it on am33xx, imx6 and mpc83xx boards. MA

[U-Boot] VMM as a standalone app.

2014-05-21 Thread mazen.e
Dear all, I am thinking of getting the Uboot to load a VMM (in hyp mode) rather than a standard kernel, is it a good (and feasible) idea to set the VMM as a standalone application which runs in hyp mode, and then the VMM uncompress and load a kernel image to be executed in SVC mode, is there a bet

[U-Boot] Booting armv8 kernel on uboot

2014-05-21 Thread Vishal Bhoj
Hi , I have added mmc driver into the vexpress64 board file for uboot and tested it on FVP base model. I tried booting a kernel on that but it is aborting with the following message: Final value for argc=3 Loading Kernel Image ... OK kernel loaded at 0x0008, end = 0x00827024 using: FDT

Re: [U-Boot] Building under Cygwin - "-ansi" flag?

2014-05-21 Thread Vasili Galka
Hi Jeroen, On Tue, May 20, 2014 at 9:06 PM, Jeroen Hofstee wrote: > Dear Vasili, > > On ma, 2014-05-19 at 12:45 +0300, Vasili Galka wrote: > [...] > >> 2. I see a reoccurring pattern of some headers being used from the host, >>causing mismatches and arising build errors. Then some way is soug

[U-Boot] [PATCH] mxs: fixed battery boot on imx233-olinuxino-micro

2014-05-21 Thread Peter Schumann
This patch makes it possible to boot from battery on olinuxino Boards from Olimex. We should not set DOUBLE_FETS in HW_POWER_MINPWR, it makes my system reset with in seconds while running on battery power. Also mxs_power_enable_4p2() should not be called if running from battery. It switches VDDD

[U-Boot] [PATCH] powerpc/espi: remove 80us delay to improve transfer performance

2014-05-21 Thread Hou Zhiqiang
Replace 80 mircoseconds delay with polling flag ESPI_EV_TXE. Signed-off-by: Hou Zhiqiang --- drivers/spi/fsl_espi.c | 138 + 1 file changed, 106 insertions(+), 32 deletions(-) diff --git a/drivers/spi/fsl_espi.c b/drivers/spi/fsl_espi.c index 7c84

[U-Boot] mkimage: path behavior for FIT images

2014-05-21 Thread Yegor Yefremov
I have following folder structure: board/kernel_fdt.its output/images/zImage The kernel.its has following path for the zImage: data = /incbin/("output/images/zImage"); When I invoke mkimage like this, it complains, that "output/images/zImage" doesn't exist: mkimage -f board/kernel_fdt.its outp