[U-Boot] [PATCH] rockchip: set scan_dev_for_boot_part env for rockchip SoC

2017-02-16 Thread Eddie Cai
Auto write GPT table if fail to get GPT table when scan_dev_for_boot_part Signed-off-by: Eddie Cai --- arch/arm/mach-rockchip/rk3036-board.c | 20 ++- arch/arm/mach-rockchip/rk3288-board.c | 20 ++- arch/arm/mach-rockchip/rk3399-board.c | 46

Re: [U-Boot] [PATCH v2 00/10] zynq: clk: Move zynq platform to clock framework

2017-02-16 Thread Stefan.Herbrechtsmeier
Hi Michal, > -Ursprüngliche Nachricht- > Von: Michal Simek [mailto:michal.si...@xilinx.com] > > > Hi Stefan, > > On 6.2.2017 11:14, stefan.herbrechtsme...@weidmueller.com wrote: > > Hi Michal, > > > >> -Ursprüngliche Nachricht- > >> Von: stefan.herbrechtsme...@weidmueller.com >

[U-Boot] [PATCH] ARM: uniphier: enable CONFIG_CMD_GPT

2017-02-16 Thread Masahiro Yamada
Enable CONFIG_CMD_GPT, keeping CONFIG_SPL_EFI_PARTITION because the SPL for UniPhier platform does not recognize any partitions. Signed-off-by: Masahiro Yamada --- configs/uniphier_ld11_defconfig | 2 ++ configs/uniphier_ld20_defconfig | 2 ++

[U-Boot] [PATCH] ARM: uniphier: deassert RST_n of eMMC device for LD11/LD20

2017-02-16 Thread Masahiro Yamada
For LD11 and LD20 SoCs, the RST_n pin is asserted by default. If the EXT_CSD[162], bit[1:0] (RST_n_ENABLE) is fused, the eMMC device would stay in the reset state until its RST_n pin is deasserted by software. Currently, this is cared by an ad-hoc way because the eMMC hardware reset provider is

[U-Boot] [PATCH] dm: rtc: Add 16-bit read/write support

2017-02-16 Thread Bin Meng
At present there are only 8-bit and 32-bit read/write routines in the rtc uclass driver. This adds the 16-bit support. Signed-off-by: Bin Meng --- drivers/rtc/rtc-uclass.c | 30 ++ include/rtc.h| 20 2 files

Re: [U-Boot] [PATCH v4 24/28] arm: socfpga: arria10: Added miscellaneous drivers for Arria 10

2017-02-16 Thread Ley Foon Tan
On Mon, Jan 23, 2017 at 12:16 PM, Marek Vasut wrote: > On 01/10/2017 06:20 AM, Chee Tien Fong wrote: >> From: Tien Fong Chee >> >> The drivers is restructured such common functions, gen5 functions. and >> arria10 functions are moved to misc.c, misc_gen5

Re: [U-Boot] [PATCH v3 04/16] rockchip: mkimage: Add support rk3188 serial

2017-02-16 Thread Kever Yang
Hi Heiko, On 02/04/2017 12:09 AM, Heiko Stuebner wrote: Add the entry for the rk3188 requiring rc4-encryption of the SPL. Signed-off-by: Heiko Stuebner --- tools/rkcommon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/rkcommon.c b/tools/rkcommon.c index

Re: [U-Boot] [PATCH v3 03/16] rockchip: mkimage: Allow encoding of loader code in spl images

2017-02-16 Thread Kever Yang
Hi Heiko, On 02/04/2017 12:09 AM, Heiko Stuebner wrote: Rockchip SoCs allow the spl code to be rc4-encoded, not only the image header, but only newer SoCs allow this encoding to be disabled. The rk3188 is not part of those and requires its boot code to be rc4-encoded with the regular key. So

Re: [U-Boot] [PATCH v3 00/16] rk3188 uboot support

2017-02-16 Thread Kever Yang
Hi Heiko, For this patch series, I have test and works on my NAND based rodxa board. For the sd-card, you will need one patch to fix the problem which I have send to you offline. Tested-by: Kever Yang Thanks, - Kever On 02/04/2017 12:09 AM, Heiko Stuebner wrote:

Re: [U-Boot] [PATCH] ARM: uniphier: disable CONFIG_MTD_NOR_FLASH

2017-02-16 Thread Masahiro Yamada
2017-02-13 10:29 GMT+09:00 Masahiro Yamada : > This feature is seldom used these days on UniPhier boards. > > Signed-off-by: Masahiro Yamada Applied to u-boot-uniphier. -- Best Regards Masahiro Yamada

Re: [U-Boot] [PATCH] ARM: dts: uniphier: drop u-boot, dm-pre-reloc from system-bus pinctrl node

2017-02-16 Thread Masahiro Yamada
2017-02-12 23:44 GMT+09:00 Masahiro Yamada : > Since commit 26b09c022ab6 ("ARM: uniphier: move SBC and Support Card > init code to U-Boot proper"), SPL does not need pin-mux settings for > the System Bus. > > Signed-off-by: Masahiro Yamada

Re: [U-Boot] [PATCH 2/2] ARM: uniphier: rename second stage loader name

2017-02-16 Thread Masahiro Yamada
2017-02-12 18:21 GMT+09:00 Masahiro Yamada : > For the memory footprint reason, the Boot ROM can not load the ARM > Trusted Firmware BL1 directly when Trusted Board Boot is enabled. > The second stage loader is Socionext's own firmware, so rename it > for

Re: [U-Boot] [PATCH 1/2] pinctrl: uniphier: support pin configuration

2017-02-16 Thread Masahiro Yamada
2017-02-12 18:21 GMT+09:00 Masahiro Yamada : > Support the following DT properties: > "bias-disable" > "bias-pull-up" > "bias-pull-down" > "bias-pull-pin-default" > "input-enable" > "input-disable" > > My main motivation is to support pull up/down

Re: [U-Boot] [PATCH] ARM: uniphier: remove DRAM base address from board parameters

2017-02-16 Thread Masahiro Yamada
2017-02-05 10:52 GMT+09:00 Masahiro Yamada : > The base address of each DRAM channel can be calculated from other > parameters, so does not need hard-coding. What we need is the size > of each DRAM channel and DRAM_SPARSE flag to decide the start address > of DRAM

Re: [U-Boot] [PATCH] ARM: uniphier: enable generic EHCI driver for uniphier_v8_defconfig

2017-02-16 Thread Masahiro Yamada
2017-02-07 21:25 GMT+09:00 Masahiro Yamada : > The LD11 SoC is equipped with USB EHCI controllers. > > Signed-off-by: Masahiro Yamada Applied to u-boot-uniphier. -- Best Regards Masahiro Yamada

Re: [U-Boot] [PATCH] ARM: uniphier: update README.uniphier for latest build instruction

2017-02-16 Thread Masahiro Yamada
2017-01-30 13:12 GMT+09:00 Masahiro Yamada : > Since commit c0efc3140e75 ("ARM: uniphier: change CONFIG_SPL_PAD_TO > to 128KB"), the u-boot.bin should be burned at the offset 0x2. > I missed to update README.uniphier in that commit. Now updating. > >

Re: [U-Boot] [PATCH v1 3/3] x86: Intel MID platforms has no microcode update

2017-02-16 Thread Bin Meng
Hi Andy, On Wed, Feb 15, 2017 at 5:52 PM, Andy Shevchenko wrote: > On Wed, 2017-02-15 at 11:10 +0800, Bin Meng wrote: >> Hi Andy, >> >> On Tue, Feb 14, 2017 at 10:47 PM, Andy Shevchenko >> wrote: >> > There is no microcode

Re: [U-Boot] [PATCH v1 1/3] x86: Introduce INTEL_MID quirk option

2017-02-16 Thread Bin Meng
Hi Andy, On Wed, Feb 15, 2017 at 6:15 PM, Andy Shevchenko wrote: > On Wed, 2017-02-15 at 18:09 +0800, Bin Meng wrote: >> Hi Andy, >> >> On Wed, Feb 15, 2017 at 5:50 PM, Andy Shevchenko >> wrote: >> > On Wed, 2017-02-15 at

Re: [U-Boot] [PATCH v3 00/16] rk3188 uboot support

2017-02-16 Thread Heiko Stübner
Hi Simon, Am Donnerstag, 16. Februar 2017, 13:43:45 CET schrieb Simon Glass: > On 3 February 2017 at 09:09, Heiko Stuebner wrote: > > this is meant as a status update and possible discussion for > > the core parts if needed. > > > > After talking with Simon and Tom the order is

Re: [U-Boot] [PATCH v3 01/16] dm: allow limiting pre-reloc markings to spl or tpl

2017-02-16 Thread Heiko Stübner
Hi Simon, Am Montag, 6. Februar 2017, 07:34:54 CET schrieb Simon Glass: > On 3 February 2017 at 08:09, Heiko Stuebner wrote: > > Right now the u-boot,dm-pre-reloc flag will make each marked node > > always appear in both spl and tpl. But systems needing an additional > > tpl

[U-Boot] socfpga qspi issues on SoCKit devkit

2017-02-16 Thread Rush, Jason A.
The QSPI NOR interface on the Altera Cyclone V SoCKit devkit (Rev B) appears to be broken in the current release. I've tracked it down to working in the v2016.07 release, but broken in the the v2016.09 release. With the help of git bisect, I tracked down the commit that breaks the QSPI to the

Re: [U-Boot] [PATCH 3/9] zymqmp: Replace home grown mmu code with generic table approach

2017-02-16 Thread brettstahlman
I'm trying to boot on a Zynq Ultrascale+ (ARM Cortex-A53 64-bit), and u-boot is panicking in create_table with "Insufficient RAM for page table", along with the recommendation "Please increase the size in get_page_table_size()". What is the likely root cause, and what's the best way to increase

Re: [U-Boot] ARMv7 EFI loader broken?

2017-02-16 Thread Michal Suchanek
On 14 February 2017 at 15:50, Michal Suchanek wrote: > Hello, > > I tired to build u-boot master for Snow board, install grub, chainload grub. > > In short, it fails. > > First, u-boot searches for EFI loader in ${distro_bootpart} which > defaults to unset and is interpreted

Re: [U-Boot] [PATCH v2] spl: net: Add FIT image support over network boot

2017-02-16 Thread Andrew F. Davis
On 02/15/2017 05:07 AM, Vignesh R wrote: > Hi, > > On Wednesday 08 February 2017 11:21 PM, Davis, Andrew wrote: >> FIT support in the net boot case is much like the RAM boot case in that >> we load our image to "load_addr" and pass a dummy read function into >> "spl_load_simple_fit()". As the

Re: [U-Boot] [PATCH v3 4/8] armv8: Add workaround for USB erratum A-009007

2017-02-16 Thread york sun
On 02/03/2017 06:08 AM, Suresh Gupta wrote: > Rx Compliance tests may fail intermittently at high > jitter frequencies using default register values > > Changes identified in test setup makes the Rx compliance test pass > > Signed-off-by: Sriram Dash > Signed-off-by: Rajesh

Re: [U-Boot] [PATCH v1 1/3] x86: Introduce INTEL_MID quirk option

2017-02-16 Thread Simon Glass
On 14 February 2017 at 07:47, Andy Shevchenko wrote: > Intel Mobile Internet Device (MID) platforms have special treatment in > some cases, such as CPU enumeration or boot parameters configuration. > > Here we introduce specific quirk option for such cases. > >

Re: [U-Boot] Veyron-speedy u-boot

2017-02-16 Thread Simon Glass
Hi Riley, On 15 February 2017 at 17:31, Riley Baird wrote: > > Hi Simon, > > I've tried porting u-boot to the veyron-speedy Chromebook, based upon > the veyron-minnie patch. > > I've attached a patch with my changes to this email. > > However, when I boot, all I get is a

Re: [U-Boot] [PATCH v1 2/3] x86: zImage: add Intel MID platforms support

2017-02-16 Thread Simon Glass
On 14 February 2017 at 20:08, Bin Meng wrote: > On Tue, Feb 14, 2017 at 10:47 PM, Andy Shevchenko > wrote: >> From: Vincent Tinelli >> >> Intel MID platform boards have special treatment, such as boot parameter >>

Re: [U-Boot] [PATCH v4 8/9] STiH410-B2260: Add device tree

2017-02-16 Thread Simon Glass
On 14 February 2017 at 07:38, wrote: > From: Patrice Chotard > > This device tree has been extracted from v4.9 kernel > > Signed-off-by: Patrice Chotard > Reviewed-by: Tom Rini > --- > > v4 : _ Add

Re: [U-Boot] [PATCH v4 7/9] STiH410: Add STi pinctrl driver

2017-02-16 Thread Simon Glass
On 14 February 2017 at 07:38, wrote: > From: Patrice Chotard > > Add STMicroelectronics STiH410 pinctrl driver > > Signed-off-by: Patrice Chotard > Reviewed-by: Tom Rini > --- >

Re: [U-Boot] [PATCH] rockchip: firefly: configs: remove config_spl_of_platdata

2017-02-16 Thread Simon Glass
Hi, On 14 February 2017 at 23:41, Jacob Chen wrote: > Hi Kever, > > > Kever Yang wrote on 2017年02月15日 14:13: >> >> Hi Jacob, >> >> On 02/15/2017 11:06 AM, Jacob Chen wrote: >>> >>> We should remove config_spl_of_platdata to build u-boot-spl-dtb.bin >>> rather than

Re: [U-Boot] [PATCH v4 9/9] board: Add STMicroelectronics STiH410-B2260 support

2017-02-16 Thread Simon Glass
On 14 February 2017 at 07:38, wrote: > From: Patrice Chotard > > This is a 96Board compliant board based on STiH410 SoC: > - 1GB DDR > - On-Board USB combo WiFi/Bluetooth RTL8723BU > with PCB soldered antenna > - Ethernet 1000-BaseT >

Re: [U-Boot] [PATCH v1 3/3] x86: Intel MID platforms has no microcode update

2017-02-16 Thread Simon Glass
On 14 February 2017 at 07:47, Andy Shevchenko wrote: > There is no microcode update available for SoCs used on Intel MID > platforms. > > Use conditional to bypass it. > > Signed-off-by: Andy Shevchenko > --- >

Re: [U-Boot] [PATCH v4 4/9] STiH410: Add STi serial driver

2017-02-16 Thread Simon Glass
On 14 February 2017 at 07:38, wrote: > From: Patrice Chotard > > This patch adds support to ASC (asynchronous serial controller) > driver, which is basically a standard serial driver. This IP > is common across other STMicroelectronics SoCs > >

Re: [U-Boot] [PATCH v4 5/9] gpio: do not include for ARCH_STI

2017-02-16 Thread Simon Glass
On 14 February 2017 at 07:38, wrote: > From: Patrice Chotard > > As no gpio.h is defined in arch/arm/include/asm/arch-stih410, > to avoid compilation failure, do not include asm/arch/gpio.h. > > This is needed for example when including sdhci.h,

Re: [U-Boot] [PATCH v4 2/9] STiH410: Add STi timer driver

2017-02-16 Thread Simon Glass
On 14 February 2017 at 07:38, wrote: > From: Patrice Chotard > > Add ARM global timer based timer > > Signed-off-by: Patrice Chotard > --- > > v3 : _ convert previous arch/arm/mach-sti/timer.c into STi timer driver > > >

Re: [U-Boot] [PATCH v3 00/16] rk3188 uboot support

2017-02-16 Thread Simon Glass
Hi Heiko, On 3 February 2017 at 09:09, Heiko Stuebner wrote: > Hi, > > this is meant as a status update and possible discussion for > the core parts if needed. > > After talking with Simon and Tom the order is now also correct > with tpl -> spl -> uboot. > > > Status right now

Re: [U-Boot] [PATCH v2 2/4] regmap: use fdt address translation

2017-02-16 Thread Simon Glass
On 14 February 2017 at 03:20, Jean-Jacques Hiblot wrote: > > > On 14/02/2017 06:23, Simon Glass wrote: >> >> Hi, >> >> On 13 February 2017 at 08:17, Jean-Jacques Hiblot wrote: >>> >>> In the DTS, the addresses are defined relative to the parent bus. We need >>>

Re: [U-Boot] [PATCH v2 1/9] arm64: rk3399: add ddr controller driver

2017-02-16 Thread Simon Glass
Hi Kever, On 13 February 2017 at 02:38, Kever Yang wrote: > RK3399 support DDR3, LPDDR3, DDR4 sdram, this patch is porting from > coreboot, support 4GB lpddr3 in this version. > > Signed-off-by: Kever Yang > --- > > Changes in v2: > - use

Re: [U-Boot] [PATCH v2 0/9] rk3399: enable SPL driver

2017-02-16 Thread Simon Glass
Hi Kever, On 13 February 2017 at 02:38, Kever Yang wrote: > > This series patch enable basic driver for rk3399 SPL, the ATF support > has been split as a separate patch. > > SPL_OF_PLATDATA is consider to be must because the dram driver has much > configuration

Re: [U-Boot] [PATCH v2 8/9] arm64: rk3399: add SPL support

2017-02-16 Thread Simon Glass
On 13 February 2017 at 02:39, Kever Yang wrote: > Add SPL support for rk3399, default with of-platdata enabled. > > Signed-off-by: Kever Yang > --- > > Changes in v2: > - split SPL patch into 4 patches > > Changes in v1: None > >

Re: [U-Boot] [PATCH v2 7/9] dts: rk3399: update for spl require driver

2017-02-16 Thread Simon Glass
On 13 February 2017 at 02:39, Kever Yang wrote: > Add syscon and dmc node, and 'u-boot,dm-pre-reloc' option for > required driver. > > Signed-off-by: Kever Yang > --- > > Changes in v2: None > Changes in v1: None > >

Re: [U-Boot] [PATCH v2 9/9] config: rk3399: enable SPL config for evb-rk3399

2017-02-16 Thread Simon Glass
On 13 February 2017 at 02:39, Kever Yang wrote: > Enable all the CONFIGs which need by SPL. > > Signed-off-by: Kever Yang > --- > > Changes in v2: None > Changes in v1: None > > configs/evb-rk3399_defconfig| 18 ++ >

Re: [U-Boot] U-Boot of-platdata issue

2017-02-16 Thread Simon Glass
Hi Kever, On 13 February 2017 at 18:09, Kever Yang wrote: > Hi Simon, Jaehoon, > > > On 02/13/2017 05:51 PM, Jaehoon Chung wrote: >> >> On 02/13/2017 06:23 PM, Kever Yang wrote: >>> >>> Hi Simon, >>> >>> On 01/16/2017 12:15 PM, Simon Glass wrote: Hi Kever,

Re: [U-Boot] [PATCH v2 6/9] arm64: rk3399: syscon addition for rk3399

2017-02-16 Thread Simon Glass
On 13 February 2017 at 02:38, Kever Yang wrote: > rk3399 has different syscon registers which may used in spl, > add to support rk3399 spl. > > Signed-off-by: Kever Yang > --- > > Changes in v2: None > Changes in v1: None > >

Re: [U-Boot] [PATCH] regmap: add support for address cell 2

2017-02-16 Thread Simon Glass
Hi Kever, On 13 February 2017 at 01:28, Kever Yang wrote: > ARM64 is using 64bit address which address cell is 2 instead of 1, > update to support it when of-platdata enabled. > > Signed-off-by: Kever Yang > --- > > drivers/core/regmap.c |

Re: [U-Boot] [PATCH] wandboard: Enable SATA for quad

2017-02-16 Thread Peter Robinson
On Thu, Feb 16, 2017 at 6:20 PM, Nicolas Chauvet wrote: > Having sata first will makes preference to sata boot if > both sata0 and mmc0 have a boot partition > > This change was not tested against wanboard solo/dual, > but it does operate correctly when there is no sata disk >

[U-Boot] [PATCH] wandboard: Enable SATA for quad

2017-02-16 Thread Nicolas Chauvet
Having sata first will makes preference to sata boot if both sata0 and mmc0 have a boot partition This change was not tested against wanboard solo/dual, but it does operate correctly when there is no sata disk connected on quad. (it falls back to mmc0 boot) Tested with current u-boot 2017.03-rc2

Re: [U-Boot] [RFC PATCH] armv8: Extend modification of MMU tables

2017-02-16 Thread york sun
On 02/03/2017 02:24 PM, York Sun wrote: > Device memory needs to be set along with PXN and UNX bits. Normal memory > must clear these bits. To support modification of PXN, UXN bits, extend > existing function mmu_set_region_dcache_behaviour() to accept attributes > directly. Also fix parsing

[U-Boot] [PATCH v6 3/3] Kconfig: Disable non-FIT SPL loading for TI secure devices

2017-02-16 Thread Andrew F. Davis
Non-FIT SPL image loading support should be disabled for TI secure devices as the image handlers for those image types do not follow our secure boot flow. Signed-off-by: Andrew F. Davis --- Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kconfig

[U-Boot] [PATCH v6 1/3] spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option

2017-02-16 Thread Andrew F. Davis
CONFIG_SPL_ABORT_ON_RAW_IMAGE causes SPL to abort and move on when it encounters RAW images, express this same functionality as a positive option enabling support for RAW images: CONFIG_SPL_RAW_IMAGE_SUPPORT Also move uses of this to defconfigs. Signed-off-by: Andrew F. Davis ---

[U-Boot] [PATCH v6 2/3] spl: Add option to enable SPL Legacy image support

2017-02-16 Thread Andrew F. Davis
Add a Kconfig option that enables Legacy image support, this allows boards to explicitly disable this, for instance when needed for security reasons. Signed-off-by: Andrew F. Davis Reviewed-by: Simon Glass --- Kconfig | 8 common/spl/spl.c |

[U-Boot] [PATCH v6 0/3] Allow disabling non-FIT image loading from SPL

2017-02-16 Thread Andrew F. Davis
Hello all, To address a needed feature brought up by Andreas[0], we need a way to disable SPL from loading non-FIT images. The function spl_parse_image_header is common to all SPL loading paths (common/spl/spl_(nand|net|nor|etc..)) so we add the check here. This version of the series is a bit

Re: [U-Boot] [PATCH v5 0/6] Allow disabling non-FIT image loading from SPL

2017-02-16 Thread Andrew F. Davis
On 02/16/2017 08:51 AM, Tom Rini wrote: > On Thu, Feb 16, 2017 at 08:40:37AM -0600, Andrew F. Davis wrote: >> On 02/15/2017 05:59 PM, Tom Rini wrote: >>> On Wed, Feb 15, 2017 at 01:45:45PM -0600, Andrew F. Davis wrote: >>> Hello all, To address a needed feature brought up by

Re: [U-Boot] [PATCH v2] armv7m: Add SysTick timer driver

2017-02-16 Thread Vikas MANOCHA
Hi Phil, > -Original Message- > From: Phil Edworthy [mailto:phil.edwor...@renesas.com] > Sent: Wednesday, February 15, 2017 11:22 PM > To: Vikas MANOCHA ; Albert Aribaud > > Cc: Tom Rini ; Kamil Lulko

Re: [U-Boot] [PATCH v5 0/6] Allow disabling non-FIT image loading from SPL

2017-02-16 Thread Tom Rini
On Thu, Feb 16, 2017 at 08:40:37AM -0600, Andrew F. Davis wrote: > On 02/15/2017 05:59 PM, Tom Rini wrote: > > On Wed, Feb 15, 2017 at 01:45:45PM -0600, Andrew F. Davis wrote: > > > >> Hello all, > >> > >> To address a needed feature brought up by Andreas[0], we need a way to > >> disable SPL

Re: [U-Boot] [PATCH v5 0/6] Allow disabling non-FIT image loading from SPL

2017-02-16 Thread Andrew F. Davis
On 02/15/2017 05:59 PM, Tom Rini wrote: > On Wed, Feb 15, 2017 at 01:45:45PM -0600, Andrew F. Davis wrote: > >> Hello all, >> >> To address a needed feature brought up by Andreas[0], we need a way to >> disable SPL from loading non-FIT images. >> >> The function spl_parse_image_header is common

Re: [U-Boot] Uart boot broken on AM335x-evm

2017-02-16 Thread Andrew F. Davis
On 02/16/2017 08:18 AM, Tom Rini wrote: > On Thu, Feb 16, 2017 at 07:43:31PM +0530, Lokesh Vutla wrote: >> Hi All, >> I am facing an issue with UART boot on AM335x-evm using latest U-Boot. >> SPL is not able to download u-boot.img completely. After a bit of debug >> with the help of Andrew,

Re: [U-Boot] Uart boot broken on AM335x-evm

2017-02-16 Thread Tom Rini
On Thu, Feb 16, 2017 at 07:43:31PM +0530, Lokesh Vutla wrote: > Hi All, > I am facing an issue with UART boot on AM335x-evm using latest U-Boot. > SPL is not able to download u-boot.img completely. After a bit of debug > with the help of Andrew, it is watchdog causing the timeout. If >

[U-Boot] Uart boot broken on AM335x-evm

2017-02-16 Thread Lokesh Vutla
Hi All, I am facing an issue with UART boot on AM335x-evm using latest U-Boot. SPL is not able to download u-boot.img completely. After a bit of debug with the help of Andrew, it is watchdog causing the timeout. If HW_WATCHDOG is disabled, SPL is able to download the image completely and

Re: [U-Boot] [PATCH v2 0/3] ARM: AM43xx: Enable SPL_DM

2017-02-16 Thread Tom Rini
On Thu, Feb 16, 2017 at 11:41:45AM +0530, Lokesh Vutla wrote: > Enable SPL_DM on all AM4xx based boards. > > This series depends on: > - DRA7 SPL_DM series[1] > - http://patchwork.ozlabs.org/patch/727106/ > > [1] https://www.mail-archive.com/u-boot@lists.denx.de/msg238751.html Since we're

[U-Boot] [PATCH v2 11/12] arm64: a37xx: Disable DB configurations on ESPRESSOBin board

2017-02-16 Thread kostap
From: Konstantin Porotchkin Bypass XHCI and AHCi board configuration flow on ESPRESSOBin community board. The community board does not have i2c expander and USB VBUS is always on, so the scan for AHCi and USB devices can be faster without unneded configurations.

[U-Boot] [PATCH v2 12/12] arm64: a37xx: Remove DM_I2C_COMPAT from the board config

2017-02-16 Thread kostap
From: Konstantin Porotchkin Remove DM_I2C_COMPAT from the board configurations for Armada 37xx platform boards for supressing the buid tim warning. Signed-off-by: Konstantin Porotchkin Cc: Stefan Roese Cc: Igal Liberman

[U-Boot] [PATCH v2 08/12] mvebu: a37xx: Add init for ESPRESSBin Topaz switch

2017-02-16 Thread kostap
From: Konstantin Porotchkin Implement the board-specific network init function for ESPRESSOBin community board, setting the on-board Topaz switch port to forward mode and allow network connection through any of the available Etherenet ports. Signed-off-by: Konstantin

[U-Boot] [PATCH v2 01/12] arm64: mvebu: Rename the db-88f3720 to armada-37xx platform

2017-02-16 Thread kostap
From: Konstantin Porotchkin Modify the file names and deifinitions relater to Marvell db-77f3720 board support. Convert these names to more generic armada-37xx platform for future addition of more boards based on the same SoC family. Signed-off-by: Konstantin Porotchkin

[U-Boot] [PATCH v2 02/12] arm64: a37xx: Enable Marvell ETH PHY support

2017-02-16 Thread kostap
From: Konstantin Porotchkin Enable support for Marvell Ethernet PHYs on A37xx platforms Signed-off-by: Konstantin Porotchkin Cc: Stefan Roese Cc: Igal Liberman Cc: Nadav Haklai --- Changes for v2: -

[U-Boot] [PATCH v2 06/12] mvebu: neta: Add support for board init function

2017-02-16 Thread kostap
From: Konstantin Porotchkin Add ability to use board-specific initialization flow to NETA driver (for instance Ethernet switch bring-up) Signed-off-by: Konstantin Porotchkin Cc: Stefan Roese Cc: Igal Liberman Cc: Nadav

[U-Boot] [PATCH v2 04/12] arm64: a37xx: dts: Add pin control nodes to DT

2017-02-16 Thread kostap
From: Konstantin Porotchkin Add pin control nodes for North and South bridges to Armada-37xx DT Signed-off-by: Konstantin Porotchkin Cc: Stefan Roese Cc: Igal Liberman Cc: Nadav Haklai ---

[U-Boot] [PATCH v2 03/12] arm64: a37xx: Enable bubt command support on A3720-DB

2017-02-16 Thread kostap
From: Konstantin Porotchkin Enable mvebu bubt command support on A3720 DB Signed-off-by: Konstantin Porotchkin Cc: Stefan Roese Cc: Igal Liberman Cc: Nadav Haklai --- Changes for v2: - No changes

[U-Boot] [PATCH v2 00/12] Add Marvell ESPRESSOBin community board support

2017-02-16 Thread kostap
From: Konstantin Porotchkin This patch set adds support for Marvell ESPRESSOBin community board. The Marvell ESPRESSOBin is a tiny board made by Globalscale and available on KickStarter project site. It has (current board version 3.1.1): - Dual core Cortex-A53 @1.2GHz CPU

[U-Boot] [PATCH v2 10/12] arm64: mvebu: Add default config for ESPRESSOBin board

2017-02-16 Thread kostap
From: Konstantin Porotchkin Add initial default configuration for Marvell ESPRESSOBin community board based on Aramda-3720 SoC Signed-off-by: Konstantin Porotchkin Cc: Stefan Roese Cc: Igal Liberman Cc: Nadav Haklai

[U-Boot] [PATCH v2 09/12] arm64: dts: Add device tree for ESPRESSOBin board

2017-02-16 Thread kostap
From: Konstantin Porotchkin Initial DTS file for Marvell ESPRESSOBin comunity board based on Armada-3720 SoC. The Marvell ESPRESSOBin is a tiny board made by Globalscale and available on KickStarter site. It has dual core Armv8 Marvell SoC (Armada-3720) with 512MB/1GB/2GB

[U-Boot] [PATCH v2 05/12] arm64: a37xx: Handle pin controls in early board init

2017-02-16 Thread kostap
From: Konstantin Porotchkin Fix the default pin control values in a board-specific function on early board init stage. This fix allows the NETA driver to work in RGMII mode until the full-featured pin control driver gets introduced. Signed-off-by: Konstantin Porotchkin

[U-Boot] [PATCH v2 07/12] mvebu: neta: a37xx: Add fixed link support to neta driver

2017-02-16 Thread kostap
From: Konstantin Porotchkin Add support for fixed link to NETA driver. This feature requreed for proper support of SFP modules and onboard connected devices like Ethernet switches Signed-off-by: Konstantin Porotchkin Signed-off-by: Terry Zhou

[U-Boot] [PATCH] sunxi: Add defconfig for Allwinner A23 EVB

2017-02-16 Thread Florent Jacquet
This enables the support for the Allwinner A23 Evaluation Board (EVB), that already had a device tree (from Linux) but no defconfig. This board has an AXP223 PMIC, some NAND, Audio out and in plugs, an accelerometer and light sensor, as well as a USB HSIC hub and a USB OTG mini-USB connector. It

Re: [U-Boot] [PATCH v4 20/28] arm: socfpga: arria10: Added clock manager and pin mux compat macro

2017-02-16 Thread Ley Foon Tan
On Mon, Jan 23, 2017 at 12:05 PM, Marek Vasut wrote: > On 01/10/2017 06:20 AM, Chee Tien Fong wrote: >> From: Tien Fong Chee >> >> These compat macros would be used by clock manager and pin mux drivers >> to look the required HW info from DTS for hardware