[U-Boot] [PATCH v2] gpio: lpc32xx: Use priv_data instead of platdata

2015-04-14 Thread Axel Lin
The LPC32XX GPIO driver platdata currently contains GPIO state information, which should go into priv_data. Thus rename lpc32xx_gpio_platdata to lpc32xx_gpio_priv and convert to use dev_get_priv() instead. Signed-off-by: Axel Lin axel@ingics.com --- v2: Update commit log to mention that using

Re: [U-Boot] [PATCH v2 3/4] mtd: nand: mxs: Add comment for calculating ECC strength

2015-04-14 Thread Heiko Schocher
Hello Jörg, Am 13.04.2015 22:17, schrieb Jörg Krause: Signed-off-by: Jörg Krause joerg.krause@embedded.rocks --- drivers/mtd/nand/mxs_nand.c | 7 +++ 1 file changed, 7 insertions(+) nitpick only ... diff --git a/drivers/mtd/nand/mxs_nand.c b/drivers/mtd/nand/mxs_nand.c index

Re: [U-Boot] [RESEND PATCH v4 2/3] mtd, nand: move common functions from cmd_nand.c to common place

2015-04-14 Thread Heiko Schocher
Hello Scott, Am 13.04.2015 22:32, schrieb Scott Wood: On Sun, 2015-04-12 at 10:12 +0200, Heiko Schocher wrote: @@ -595,7 +491,10 @@ static int do_nand(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) printf(\nNAND %s: , cmd); /* skip first two or

[U-Boot] [PATCH] zynq: Add Zynq PicoZed board support

2015-04-14 Thread Nathan Rossi
The PicoZed is a System-on-Module board which is marketed as part of the ZedBoard/MicroZed/etc. collection. It includes a Zynq-7000 processor. This patch adds support that covers all the variants of the PicoZed including the SKUs with Z7010/Z7020 and Z7015/Z7030 Zynq chips. This patch set however

[U-Boot] [PATCH v4 0/9] Allow sandbox to use config_distro_bootcmd

2015-04-14 Thread Sjoerd Simons
Testing whether images will correctly boot with the standard distro bootcmds can be rather time-consuming as it tends to require flashing the images and booting on a device. Ditto for testing changes to config_distro_bootcmd. Adding support for sandbox to run distro bootcmds makes things a lot

[U-Boot] run the u-boot for taihu board within qemu

2015-04-14 Thread fengyanz...@tju.edu.cn
Hi, Trying to run the u-boot for taihu board within qemu. but i get some error. I am using u-boot-latest and qemu-1.6.1. Command: make distclean make mrproper make ARCH=powerpc CROSS_COMPILE=/tools/bin/powerpc-linux- taihu_defconfig make ARCH=powerpc

Re: [U-Boot] [PATCH 1/2][v6] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041

2015-04-14 Thread aneesh.ban...@freescale.com
We have understood what Scott was suggesting but still need to try the changes suggested by him. We haven't started on it yet. Regards, Aneesh Bansal -Original Message- From: Sun York-R58495 Sent: Monday, April 13, 2015 10:03 PM To: Bansal Aneesh-B39320; u-boot@lists.denx.de Cc:

Re: [U-Boot] [PATCH v2 0/4] mtd: nand: mxs: Calculate ECC strength dynamically

2015-04-14 Thread Heiko Schocher
Hello Jörg, Am 13.04.2015 22:17, schrieb Jörg Krause: This series of patches are based on the patch of Peng Fan: https://patchwork.ozlabs.org/patch/422756/ Patch 1 is the originally patch from Peng Fan, Patch 2 and 3 add minor changes to 1 and patch 4 adds the ECC strength calculation to

Re: [U-Boot] [PATCH v2 3/4] mtd: nand: mxs: Add comment for calculating ECC strength

2015-04-14 Thread Jörg Krause
Hello Heiko, On Di, 2015-04-14 at 08:12 +0200, Heiko Schocher wrote: Hello Jörg, Am 13.04.2015 22:17, schrieb Jörg Krause: Signed-off-by: Jörg Krause joerg.krause@embedded.rocks --- drivers/mtd/nand/mxs_nand.c | 7 +++ 1 file changed, 7 insertions(+) nitpick only ... I'm

Re: [U-Boot] [PATCH v2 3/4] mtd: nand: mxs: Add comment for calculating ECC strength

2015-04-14 Thread Heiko Schocher
Hello Jörg, Am 14.04.2015 08:29, schrieb Jörg Krause: Hello Heiko, On Di, 2015-04-14 at 08:12 +0200, Heiko Schocher wrote: Hello Jörg, Am 13.04.2015 22:17, schrieb Jörg Krause: Signed-off-by: Jörg Krause joerg.krause@embedded.rocks --- drivers/mtd/nand/mxs_nand.c | 7 +++ 1 file

[U-Boot] [PATCH] vexpress64: use DM for all vexpress64 boards

2015-04-14 Thread Linus Walleij
Commit d8bafe1310487ba0e0785997726b4792072178d3 ARMv8: enable DM in vexpress64 board only enabled DM for the simulated vexpress64 board (FVP) with the hardcoded clock value for the simulated board, causing a console regression on the Juno board which was using a different clock setting. Fix this

[U-Boot] [PATCH v2 0/3] ARM: zynq: include ps7_init_gpl.c/h of Zed, MicroZed, ZC702, ZC706

2015-04-14 Thread Masahiro Yamada
Masahiro Yamada (3): ARM: zynq: drop legacy ps7_init.c/h support ARM: zynq: use separate configuration for ZC702 and ZC706 ARM: zynq: add default ps7_init_gpl.c/h for Zed, MicroZed, ZC70x arch/arm/cpu/armv7/zynq/Kconfig|19 +- arch/arm/cpu/armv7/zynq/spl.c

[U-Boot] [PATCH v2 2/3] ARM: zynq: use separate configuration for ZC702 and ZC706

2015-04-14 Thread Masahiro Yamada
Separate CONFIG_TARGET_ZYNQ_{ZC702,ZC706} which is necessary for the next commit. Adjust doc/README.zynq too. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com --- Changes in v2: None arch/arm/cpu/armv7/zynq/Kconfig| 9 ++---

[U-Boot] [GIT] Pull request: u-boot-dfu

2015-04-14 Thread Lukasz Majewski
The following changes since commit 7704fdbda3afb3d3bb0749378f444c71f92fb9ca: usb: gadget: thor: Claim EP after allocating it in thor gadget (2015-04-14 05:48:12 +0200) are available in the git repository at: git://git.denx.de/u-boot-dfu.git for you to fetch changes up to

Re: [U-Boot] [RFC PATCH] ARMv8: replace CONFIG_ARM64 with builtin __aarch64__

2015-04-14 Thread Albert ARIBAUD
Hello feng...@phytium.com.cn, On Tue, 3 Feb 2015 16:10:25 +0800, feng...@phytium.com.cn feng...@phytium.com.cn wrote: From: David Feng feng...@phytium.com.cn This patch replace CONFIG_ARM64 with gcc builtin __aarch64__. CONFIG_ARM64 is still needed in makefile and config.mk. Maybe them

[U-Boot] [PATCH v2 1/3] ARM: zynq: drop legacy ps7_init.c/h support

2015-04-14 Thread Masahiro Yamada
We are about to change the location for ps7_init files, breaking the current work-flows. It is good time to drop the legacy ps7_init.c/h support. Going forward, please use ps7_init_gpl.c/h all the time. If you are still using old Xilinx tools that are only able to generate ps7_init.c/h, rename

[U-Boot] [PATCH] ARM: UniPhier: add initrd_high and fdt_high environments

2015-04-14 Thread Masahiro Yamada
With FIT boot, U-boot puts a device tree and an initramdisk at the tail of the memory. Some UniPhier boards have a large amount of memory. For those boards, a device tree and an initramdisk are located out of reach of the Linux kernel causing a kernel panic if CONFIG_VMSPLIT_3G is defined in the

[U-Boot] [PATCH] board/t102x: use fdt_setprop_string instead of fdt_setprop

2015-04-14 Thread Shengzhou Liu
Use fdt_setprop_string instead of fdt_setprop to fix string length. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- board/freescale/t102xqds/eth_t102xqds.c | 9 + board/freescale/t102xrdb/eth_t102xrdb.c | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git

Re: [U-Boot] [PATCH v2 0/6] Add support for Colibri Vybrid Modules

2015-04-14 Thread maitysanchayan
Hello, On 15-04-14 09:06:27, Peter Chen wrote: Hi! Stefano, maybe you can pick 1,2,3,4,6 right away for next? This way, we can solve 5/6 separately, since it might need some further dicussion. I don't want that patch to block the rest

[U-Boot] [PATCH v2 02/13] arm: armada-xp: Move SoC headers to mach-mvebu/include/mach

2015-04-14 Thread Stefan Roese
Move arch/arm/include/asm/arch-armada-xp/* - arch/arm/mach-mvebu/include/mach/* Additionally the SYS_SOC is renamed from armada-xp to mvebu. With this change all these files can better be shared with other, newer Mavell MVEBU SoC's. Like the upcoming Armada 38x support. Signed-off-by:

[U-Boot] [PATCH v2 03/13] arm: mvebu: Move mvebu-common into mach-mvebu

2015-04-14 Thread Stefan Roese
Now that the mach-mvebu directory exists and is used by Armada XP we can move the mvebu-common files into this directory as well. Signed-off-by: Stefan Roese s...@denx.de Cc: Masahiro Yamada yamada.masah...@socionext.com --- Changes in v2: None arch/arm/Makefile

[U-Boot] U-Boot mini summit

2015-04-14 Thread Stefano Babic
Hi everybody, there were some rumours about next U-Boot mini summit and why there is not yet a date. The reason is that we at DENX are thinking about, taking into account that the U-Boot community is steadily increased, which is the best location for the next summit. We know that a lot of you are

[U-Boot] [PATCH v2 04/13] arm: mvebu: Change header macros from ARMADA_XP to MVEBU

2015-04-14 Thread Stefan Roese
Since these files will be used for other MVEBU SoC's, lets reflect this in the headers marcos as well. Signed-off-by: Stefan Roese s...@denx.de --- Changes in v2: None arch/arm/mach-mvebu/include/mach/config.h | 6 +++--- arch/arm/mach-mvebu/include/mach/cpu.h| 6 +++---

[U-Boot] [PATCH v2 08/13] arm: mvebu: Add basic Armada 38x support

2015-04-14 Thread Stefan Roese
This patch adds support for the Marvell Armada 38x SoC family. Supported peripherals are: - UART - Ethernet (mvneta) - I2C - SPI (including SPI NOR flash) Tested on Marvell DB-88F6820-GP evaluation board. Signed-off-by: Stefan Roese s...@denx.de --- Changes in v2: - Made mvebu_soc_family()

[U-Boot] [PATCH v2 09/13] arm: mvebu: Change network init code to allow a more flexible setup

2015-04-14 Thread Stefan Roese
With the introduction of the Armada 38x support, its necessary to change the mvneta ethernet driver init call from always 4 times to a configurable value. Lets make this init call more flexible by moving the actually used devices to the config header. Additionally this patch takes care of the

[U-Boot] [PATCH v2 0/13] Add Marvell Armada A38x 88F6820 SoC support

2015-04-14 Thread Stefan Roese
This patch series adds support for the Marvell Armada A38x SoC's. Specifically the 88F6820 / 88F6828. Basic support for the DB-88F6820-GP evaluation board is added. Supporting the following interfaces: - UART - SPI (including SPI NOR flash) - I2C - Ethernet (neta) One big part of this new SoC

[U-Boot] [PATCH v2 05/13] arm: mvebu: Remove unreferenced define

2015-04-14 Thread Stefan Roese
MAX_MVNETA_DEVS is not used anywhere in U-Boot. So lets remove it. Signed-off-by: Stefan Roese s...@denx.de --- Changes in v2: None arch/arm/mach-mvebu/include/mach/soc.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/mach-mvebu/include/mach/soc.h

[U-Boot] [PATCH v2 11/13] arm: mvebu: mv-common.h: Add CONFIG_PREBOOT

2015-04-14 Thread Stefan Roese
This enables the usage of the preboot environment variable on Marvell boards. Signed-off-by: Stefan Roese s...@denx.de --- Changes in v2: None include/configs/mv-common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index

[U-Boot] [PATCH v2 07/13] arm: mvebu: Move CONFIG_SPL_LDSCRIPT to common header

2015-04-14 Thread Stefan Roese
This way, new MVEBU boards don't need to specifiy the common location for the SPL linker script. Signed-off-by: Stefan Roese s...@denx.de --- Changes in v2: None arch/arm/mach-mvebu/include/mach/config.h | 5 + include/configs/db-mv784mp-gp.h | 1 - include/configs/maxbcm.h

[U-Boot] [PATCH v2 12/13] arm: mvebu: Add d-cache invalidate before enabling the d-cache

2015-04-14 Thread Stefan Roese
This solves some RX problems that have been seen, when using the mvneta ethernet driver. The cache needs to be reset into a clean state before using it. Signed-off-by: Stefan Roese s...@denx.de --- Changes in v2: None arch/arm/mach-mvebu/cpu.c | 3 +++ 1 file changed, 3 insertions(+) diff

[U-Boot] [PATCH v2 01/13] arm: armada-xp: Move SoC sources to mach-mvebu

2015-04-14 Thread Stefan Roese
Move arch/arm/cpu/armv7armada-xp/* - arch/arm/mach-mvebu/* Since this platform will be extended to support other Marvell SoC's as well, lets rename it directly to mvebu. This will be used by the upcoming Armada 38x suport (A38x). Signed-off-by: Stefan Roese s...@denx.de Cc: Masahiro Yamada

[U-Boot] [PATCH v2 13/13] arm: mvebu: Add Armada A38x DB-88F6820-GP board support

2015-04-14 Thread Stefan Roese
This patch adds support for the Marvell DB-88F6820-GP Armada A38x evaluation board. Supported peripherals are: - UART - Ethernet (mvneta) - I2C - SPI (including SPI NOR flash) Please note that this board support right now only supports the main U-Boot. Without the bin_hdr integration (DDR

[U-Boot] [PATCH v2 10/13] arm: mvebu: Add dynamic SoC detection to mbus driver

2015-04-14 Thread Stefan Roese
This enables the mbus driver to also support other, newer Armada SoC platforms. Like the newly added Armada 38x support. Signed-off-by: Stefan Roese s...@denx.de --- Changes in v2: None arch/arm/mach-mvebu/mbus.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git

[U-Boot] [PATCH v2 06/13] arm: mvebu: Only define MV88F78X60 for Armada XP

2015-04-14 Thread Stefan Roese
This define is used by the DDR training code for Armada XP. With the upcoming addition of Armada 38x support, lets only define it for Armada XP in this common header. Signed-off-by: Stefan Roese s...@denx.de --- Changes in v2: None arch/arm/mach-mvebu/include/mach/config.h | 4 +++- 1 file

Re: [U-Boot] [PATCH v2 2/2] arm: ls102xa: Enable regulation of outstanding read transactions for slave interface S2

2015-04-14 Thread prabha...@freescale.com
-Original Message- From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Alison Wang Sent: Thursday, March 12, 2015 9:02 AM To: Sun York-R58495; u-boot@lists.denx.de; Jin Zhengxiong-R64188 Subject: [U-Boot] [PATCH v2 2/2] arm: ls102xa: Enable regulation of outstanding

Re: [U-Boot] [PATCH v6 00/15] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-04-14 Thread Tom Rini
On Mon, Apr 13, 2015 at 06:48:05AM +0200, Jan Kiszka wrote: Changes in v6: - rebased over master - included Thierry's SMMU enabling patch - moved activation patch at the end so that it can be held back This version can also be found at

Re: [U-Boot] [PATCH v6 00/15] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-04-14 Thread Ian Campbell
On Tue, 2015-04-14 at 16:33 +0200, Jan Kiszka wrote: On 2015-04-14 16:30, Ian Campbell wrote: On Tue, 2015-04-14 at 16:12 +0200, Jan Kiszka wrote: On 2015-04-14 16:06, Stephen Warren wrote: On 04/14/2015 07:46 AM, Tom Rini wrote: On Mon, Apr 13, 2015 at 06:48:05AM +0200, Jan Kiszka wrote:

[U-Boot] [PATCH V2] ARM: tegra: enable STDIO deregistration

2015-04-14 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com At the very least when USB keyboard support is enabled, we need to enable CONFIG_SYS_STDIO_DEREGISTER, so the usb reset is able to re-scan USB ports and find new devices. Enable it everywhere per request from Simon Glass. Signed-off-by: Stephen Warren

Re: [U-Boot] [PATCH v6 00/15] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-04-14 Thread Jan Kiszka
On 2015-04-14 16:40, Ian Campbell wrote: On Tue, 2015-04-14 at 16:33 +0200, Jan Kiszka wrote: On 2015-04-14 16:30, Ian Campbell wrote: On Tue, 2015-04-14 at 16:12 +0200, Jan Kiszka wrote: On 2015-04-14 16:06, Stephen Warren wrote: On 04/14/2015 07:46 AM, Tom Rini wrote: On Mon, Apr 13, 2015

[U-Boot] [PATCH V2] nand: fix buffer alignment in new verification feature

2015-04-14 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com On systems with caches enabled, NAND I/O may need to flush/invalidate the cache during read/write operations. For this to work correctly, all buffers must be cache-aligned. Fix nand_verify*() to allocate aligned buffers. This prevents cache alignment

[U-Boot] [PATCH 03/10] sunxi: Introduce a hidden ARCH_SUN6I Kconfig bool

2015-04-14 Thread Hans de Goede
sun6i and newer (derived) SoCs such as the sun8i-a23, sun8i-a33 and sun9i have a various things in common, like having separate ahb reset control registers, the SID living inside the pmic, custom pmic busses, new style watchdog, etc. This commit introduces a new hidden ARCH_SUN6I Kconfig bool

[U-Boot] [PATCH 02/10] sunxi: usbc: Remove unused irq field

2015-04-14 Thread Hans de Goede
We do not use irqs in u-boot so remove the unused irq field, and all the #ifdef-ery around the irq initialization. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/usbc.c | 16 1 file changed, 16 deletions(-) diff --git

Re: [U-Boot] [PATCH v6 00/15] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-04-14 Thread Jan Kiszka
On 2015-04-14 16:30, Ian Campbell wrote: On Tue, 2015-04-14 at 16:12 +0200, Jan Kiszka wrote: On 2015-04-14 16:06, Stephen Warren wrote: On 04/14/2015 07:46 AM, Tom Rini wrote: On Mon, Apr 13, 2015 at 06:48:05AM +0200, Jan Kiszka wrote: Changes in v6: - rebased over master - included

[U-Boot] [PATCH 01/10] sunxi: Also set Auxiliary Ctl SMP bit in SPL

2015-04-14 Thread Hans de Goede
There is no reason not to and this make the #ifdef-ery easier to read. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/board.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/armv7/sunxi/board.c

[U-Boot] [PATCH 09/10] sunxi: Add softwinner astar mid756 A33 tablet board defconfig

2015-04-14 Thread Hans de Goede
From: Vishnu Patekar vishnupatekar0...@gmail.com The Astar MID756 is a 7 tablet using the A33 SoC with a 800x480 LCD screen, 512M RAM, 8G ROM and integrated sdio wifi. Also see: http://linux-sunxi.org/Softwinner_astar-rda Signed-off-by: Vishnu Patekar vishnupatekar0...@gmail.com Signed-off-by:

Re: [U-Boot] [PATCH v2 3/4] mtd: nand: mxs: Add comment for calculating ECC strength

2015-04-14 Thread Jörg Krause
Hello Heiko, On Di, 2015-04-14 at 10:02 +0200, Heiko Schocher wrote: Hello Jörg, Am 14.04.2015 08:29, schrieb Jörg Krause: Hello Heiko, On Di, 2015-04-14 at 08:12 +0200, Heiko Schocher wrote: Hello Jörg, Am 13.04.2015 22:17, schrieb Jörg Krause: Signed-off-by: Jörg Krause

Re: [U-Boot] [PATCH v2 2/3] ARM: zynq: use separate configuration for ZC702 and ZC706

2015-04-14 Thread Sören Brinkmann
On Tue, 2015-04-14 at 04:50PM +0900, Masahiro Yamada wrote: Separate CONFIG_TARGET_ZYNQ_{ZC702,ZC706} which is necessary for the next commit. Adjust doc/README.zynq too. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com --- Changes in v2: None

[U-Boot] [PATCH 10/10] sunxi: Add Ippo_q8h_v1_2_a33_1024x600 defconfig

2015-04-14 Thread Hans de Goede
Add a defconfig for generic 7 tablets using the Ippo q8h v1.2 pcb, with an A33 SoC (the pcb can take an A23 or an A33), and a 1024x600 LCD. Signed-off-by: Hans de Goede hdego...@redhat.com --- board/sunxi/MAINTAINERS | 1 + configs/Ippo_q8h_v1_2_a33_1024x600_defconfig | 23

[U-Boot] [PATCH 07/10] sunxi: Fix end of kernel memory alignment for A33

2015-04-14 Thread Hans de Goede
For unknown reasons the A33 needs the end of the memory we report to the kernel to be aligned to a multiple of 4 MiB. Without this things will hang when we hand over control to the kernel. Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/video/sunxi_display.c | 9 + 1 file

[U-Boot] [PATCH 08/10] sunxi: Add basic A33 basic support

2015-04-14 Thread Hans de Goede
From: Vishnu Patekar vishnupatekar0...@gmail.com Signed-off-by: Vishnu Patekar vishnupatekar0...@gmail.com Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/Makefile | 4 arch/arm/cpu/armv7/sunxi/board.c| 8 +--- arch/arm/cpu/armv7/sunxi/cpu_info.c |

[U-Boot] [PATCH 04/10] sunxi: s/sun8i/sun8i_a23/

2015-04-14 Thread Hans de Goede
This is a preparation patch for adding A33 support, which will have a mach name of sun8i-a33. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/Makefile | 8 arch/arm/cpu/armv7/sunxi/board.c | 8

[U-Boot] [PATCH 05/10] sunxi: Add support for A33 PLL11 (second DRAM pll)

2015-04-14 Thread Hans de Goede
Add support for the new second DRAM PLL found on the A33 SoC. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/clock_sun6i.c| 18 +++ arch/arm/include/asm/arch-sunxi/clock.h | 3 ++- arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 33

Re: [U-Boot] [PATCH v3 1/3] dm: usb: Move descriptor setup code into its own function

2015-04-14 Thread Stephen Warren
On 04/13/2015 09:19 PM, Simon Glass wrote: usb_new_device() is far too long and does far too much. As a first step, move the code that does initial setup and reads a descriptor into its own function called usb_setup_descriptor(). For XHCI the init order is different - we set up the device but

Re: [U-Boot] [PATCH v5 0/2] i2c: sunxi: Support every i2c controller on each supported platform

2015-04-14 Thread Paul Kocialkowski
This version is ready for merging by the way. I didn't use Kconfig after all, since all the Marvell boards are including this through config.h and I didn't feel like moving it all to Kconfig. Moreover, this doesn't use DM and apparently, only I2C drivers that use DM are in Kconfig now. Also, I

Re: [U-Boot] [PATCH v6 00/15] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-04-14 Thread Stephen Warren
On 04/14/2015 08:30 AM, Ian Campbell wrote: On Tue, 2015-04-14 at 16:12 +0200, Jan Kiszka wrote: On 2015-04-14 16:06, Stephen Warren wrote: On 04/14/2015 07:46 AM, Tom Rini wrote: On Mon, Apr 13, 2015 at 06:48:05AM +0200, Jan Kiszka wrote: Changes in v6: - rebased over master -

Re: [U-Boot] [PATCH v6 00/15] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-04-14 Thread Stephen Warren
On 04/14/2015 08:12 AM, Jan Kiszka wrote: On 2015-04-14 16:06, Stephen Warren wrote: On 04/14/2015 07:46 AM, Tom Rini wrote: On Mon, Apr 13, 2015 at 06:48:05AM +0200, Jan Kiszka wrote: Changes in v6: - rebased over master - included Thierry's SMMU enabling patch - moved activation

Re: [U-Boot] [PATCH v6 00/15] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-04-14 Thread Ian Campbell
On Tue, 2015-04-14 at 16:12 +0200, Jan Kiszka wrote: On 2015-04-14 16:06, Stephen Warren wrote: On 04/14/2015 07:46 AM, Tom Rini wrote: On Mon, Apr 13, 2015 at 06:48:05AM +0200, Jan Kiszka wrote: Changes in v6: - rebased over master - included Thierry's SMMU enabling patch -

Re: [U-Boot] [PATCH v6 00/15] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-04-14 Thread Stephen Warren
On 04/14/2015 08:45 AM, Jan Kiszka wrote: On 2015-04-14 16:40, Ian Campbell wrote: On Tue, 2015-04-14 at 16:33 +0200, Jan Kiszka wrote: On 2015-04-14 16:30, Ian Campbell wrote: On Tue, 2015-04-14 at 16:12 +0200, Jan Kiszka wrote: On 2015-04-14 16:06, Stephen Warren wrote: On 04/14/2015

Re: [U-Boot] [PATCH v2 10/13] arm: mvebu: Add dynamic SoC detection to mbus driver

2015-04-14 Thread Thomas Petazzoni
Dear Stefan Roese, On Tue, 14 Apr 2015 12:46:52 +0200, Stefan Roese wrote: + if (mvebu_soc_family() == MVEBU_SOC_AXP) + w-mbus_attr |= ATTR_HW_COHERENCY; Why is this Armada XP specific? Both Armada XP and Armada 38x support HW I/O coherency. But

Re: [U-Boot] [PATCH v6 00/15] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-04-14 Thread Jan Kiszka
On 2015-04-14 16:06, Stephen Warren wrote: On 04/14/2015 07:46 AM, Tom Rini wrote: On Mon, Apr 13, 2015 at 06:48:05AM +0200, Jan Kiszka wrote: Changes in v6: - rebased over master - included Thierry's SMMU enabling patch - moved activation patch at the end so that it can be held back

Re: [U-Boot] [PATCH v6 00/15] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-04-14 Thread Jan Kiszka
On 2015-04-14 16:50, Stephen Warren wrote: On 04/14/2015 08:45 AM, Jan Kiszka wrote: On 2015-04-14 16:40, Ian Campbell wrote: On Tue, 2015-04-14 at 16:33 +0200, Jan Kiszka wrote: On 2015-04-14 16:30, Ian Campbell wrote: On Tue, 2015-04-14 at 16:12 +0200, Jan Kiszka wrote: On 2015-04-14

[U-Boot] [PATCH 06/10] sunxi: Add a33 dram init code

2015-04-14 Thread Hans de Goede
From: Vishnu Patekar vishnupatekar0...@gmail.com Based on Allwinner dram init code from the a33 bsp: https://github.com/allwinner-zh/bootloader/blob/master/basic_loader/bsp/bsp_for_a33/init_dram/mctl_hal.c Initial u-boot port by Vishnu Patekar, major cleanup / rewrite by Hans de Goede.

Re: [U-Boot] [PATCH v6 00/15] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix

2015-04-14 Thread Stephen Warren
On 04/14/2015 07:46 AM, Tom Rini wrote: On Mon, Apr 13, 2015 at 06:48:05AM +0200, Jan Kiszka wrote: Changes in v6: - rebased over master - included Thierry's SMMU enabling patch - moved activation patch at the end so that it can be held back This version can also be found at