Re: [U-Boot] [PATCH v4 07/13] libfdt: Fix separator spelling

2016-07-10 Thread Maxime Ripard
Hi David, On Wed, Jul 06, 2016 at 11:16:41AM +1000, David Gibson wrote: > On Tue, Jul 05, 2016 at 10:26:40AM +0200, Maxime Ripard wrote: > > The function fdt_path_next_seperator had an obvious mispell. Fix it. > > > > Signed-off-by: Maxime Ripard > > Huh.. this entire function appears not to be

Re: [U-Boot] [PATCH] pwm: add MACRO to limit some code which only for rk3288

2016-07-10 Thread Kever Yang
Hi Simon, On 07/09/2016 10:39 PM, Simon Glass wrote: Hi Kever, On 7 July 2016 at 20:45, Kever Yang wrote: The grf setting for rkpwm is only need in rk3288, other SoCs like RK3399 which also use rkpwm do not need set the grf, let's add a MACRO to make the code only for RK3288. Change-Id: I167

Re: [U-Boot] [PATCH] wandboard: move environment partition farther from u-boot.img

2016-07-10 Thread Alexey Brodkin
Hi Otavio, On Sat, 2016-07-09 at 10:02 -0300, Otavio Salvador wrote: > On Sat, Jul 9, 2016 at 9:42 AM, Alexey Brodkin > wrote: > > > > Recently I started to notice that u-boot.img built for Wandboard > > by some toolchains becomes so large that it basically overlaps with > > U-Boot environment a

Re: [U-Boot] [PATCH 1/2] spi: ti_qspi: Fix failure on multiple READ_ID cmd

2016-07-10 Thread Jagan Teki
On 11 July 2016 at 11:00, Vignesh R wrote: > Populating QSPI_RD_SNGL bit(0x1) in priv->cmd means that value > QSPI_INVAL (0x4) is not written to CMD field of QSPI_SPI_CMD_REG in > ti_qspi_cs_deactivate(). Therefore CS is never deactivated between > successive READ ID which results in sf probe to f

[U-Boot] [PATCH 2/2] spi: ti_qspi: Fix compiler warning when DEBUG macro is set

2016-07-10 Thread Vignesh R
clk_div is uninitialized at the beginning of ti_spi_set_speed(), move debug() print after clk_div calculation to avoid compiler warning and to have proper value of clk_div printed during debugging. Signed-off-by: Vignesh R --- drivers/spi/ti_qspi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 de

[U-Boot] [PATCH 1/2] spi: ti_qspi: Fix failure on multiple READ_ID cmd

2016-07-10 Thread Vignesh R
Populating QSPI_RD_SNGL bit(0x1) in priv->cmd means that value QSPI_INVAL (0x4) is not written to CMD field of QSPI_SPI_CMD_REG in ti_qspi_cs_deactivate(). Therefore CS is never deactivated between successive READ ID which results in sf probe to fail. Fix this by not populating priv->cmd with QSPI_

Re: [U-Boot] [PATCH v7 0/4] Amlogic Meson GXBaby and ODROID-C2 support

2016-07-10 Thread Andreas Färber
Am 11.07.2016 um 06:23 schrieb Peter Robinson: > On Mon, Jul 11, 2016 at 4:57 AM, Andreas Färber wrote: >> P.S. The upstream arm-trusted-firmware fip_create tool doesn't know >> about --bl30 and --bl301 btw, anyone any insights? > > If you find details on the upstream ATF support I'd love a link

Re: [U-Boot] [RESEND PATCH v5 01/12] dm: core: implement dev_map_phsymem()

2016-07-10 Thread Vignesh R
On Saturday 09 July 2016 08:20 PM, Jagan Teki wrote: > On 7 July 2016 at 04:49, Simon Glass wrote: >> Hi, >> >> On 5 July 2016 at 22:28, Vignesh R wrote: >>> This API helps to map physical register addresss pace of device to >>> virtual address space easily. Its just a wrapper around map_physme

Re: [U-Boot] [PATCH v7 0/4] Amlogic Meson GXBaby and ODROID-C2 support

2016-07-10 Thread Peter Robinson
On Mon, Jul 11, 2016 at 4:57 AM, Andreas Färber wrote: > Hi, > > Am 08.05.2016 um 08:30 schrieb Beniamino Galvani: >> this series adds a very basic support for Amlogic S905 SoC (GXBaby) >> and for the ODROID-C2 board [1], and is based on u-boot sources >> available from the board vendor [2]. At th

Re: [U-Boot] [PATCH v7 0/4] Amlogic Meson GXBaby and ODROID-C2 support

2016-07-10 Thread Andreas Färber
Hi, Am 08.05.2016 um 08:30 schrieb Beniamino Galvani: > this series adds a very basic support for Amlogic S905 SoC (GXBaby) > and for the ODROID-C2 board [1], and is based on u-boot sources > available from the board vendor [2]. At the moment the only supported > devices are the integrated UART an

[U-Boot] [RESEND PATCH] board: move all the rockchip board in one folder

2016-07-10 Thread Kever Yang
The 'evb_rk3036' and 'kylin' is not a vendor name, let's replace them to 'rockchip' which is a real _vendor_ name, and meet the architecure 'board///'. More boards from rockchip like evb_rk3288, evb_rk3399 will comes later. Signed-off-by: Kever Yang --- arch/arm/mach-rockchip/rk3036/Kconfig

Re: [U-Boot] [PATCH] board: move all the rockchip board in one folder

2016-07-10 Thread Kever Yang
Hi Simon, On 07/09/2016 10:38 PM, Simon Glass wrote: Hi Kevin, On 7 July 2016 at 21:49, Eddie Cai wrote: 2016-07-08 11:30 GMT+08:00 Kever Yang : The 'evb_rk3036' and 'kylin' is not a vendor name, let's replace them to 'rockchip' which is a real _vendor_ name, and meet the architecure 'board/

Re: [U-Boot] [PATCH] rockchip: disable CONFIG_EFI_LOADER[Involving remittance information, please pay attention to the safety of property]

2016-07-10 Thread Ziyuan Xu
hi Simon, Sorry, it's my mistake about CONFIG_EFI_LOADER, pls drop this patch. At first, I doubt that CONFIG_EFI_LOADER influyences cache coherence while enable fastboot function on rk3288 board. With further investigation, I fix it with http://patchwork.ozlabs.org/patch/645189/. Could you ta

Re: [U-Boot] [RESEND PATCH] rockchip: add basic support for evb-rk3288 board

2016-07-10 Thread Ziyuan Xu
On 2016年07月09日 22:39, Simon Glass wrote: On 5 July 2016 at 04:06, Ziyuan Xu wrote: evb-3288 board RK3288-based development board with 2 USB ports, HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet. It also includes on-board 8G eMMC and 2GB of SDRAM. Expansion connector provide access

Re: [U-Boot] Ethernet on Colombus (sun6i-a31-colombus)

2016-07-10 Thread Hans de Goede
Hi, On 05/19/2016 10:53 AM, Quentin Schulz wrote: Hi, I put U-Boot for the Colombus on an SD Card but could not make Ethernet work. In U-Boot v2015.10, v2016.01 and v2016.05, Ethernet port is not detected. In U-Boot v2016.03, the Ethernet port is detected but cannot be used. I get the followin

Re: [U-Boot] [mips][cfi] Unable to write into flash under qemu

2016-07-10 Thread Alon Bar-Lev
On 5 July 2016 at 19:10, Daniel Schwierzeck wrote: > > Hi Alon, > > +cc Paul, Stefan > > Am 05.07.2016 um 14:04 schrieb Alon Bar-Lev: > > Hi, > > > > Found the debug setting. > > > > When I try to erase flash under qemu I get the following error, the > > erase actually succeeds in the backed file,

Re: [U-Boot] [PATCH v2] include: usb: Rename USB controller base address mapping

2016-07-10 Thread york sun
On 07/08/2016 10:02 PM, Rajesh Bhagat wrote: > >>> > > Hello York, > >> >> OK. You need to use ifdef somewhere. You can keep it your way. > > Are you planning to pick this? > Yes, I will pick it after 07 release. York ___ U-Boot mailing list U-Boot

Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-07-10 Thread Nikita Kiryanov
Hi Christopher, On Thu, Jul 07, 2016 at 03:30:25PM +0200, Christopher Spinrath wrote: > Hi Nikita, > > On 07/07/2016 10:53 AM, Nikita Kiryanov wrote: > > On Wed, Jun 22, 2016 at 07:17:53PM +0300, Igor Grinberg wrote: > >> On 06/19/2016 06:44 PM, Christopher Spinrath wrote: > >>> The cm-fx6 module

Re: [U-Boot] [PATCH 1/4] sunxi: Use BROM stored boot_media value to determine our boot-source

2016-07-10 Thread Ian Campbell
On Sat, 2016-07-09 at 22:22 +0200, Hans de Goede wrote: > Now that we know that the BROM stores a value indicating the boot- > source > at the beginning of SRAM, use that instead of trying to recreate the > BROM's boot probing. > > Signed-off-by: Hans de Goede All 4 patches: Acked-by: Ian Campbe

Re: [U-Boot] [PATCH v2] sunxi: Add support for multiple ethadrr-esses

2016-07-10 Thread Ian Campbell
On Sat, 2016-07-09 at 15:12 +0200, Hans de Goede wrote: > Currently we fill ethaddr with a fixed unique address based on the > SoCs > serial (from the sid) to make sure that boards which use the > integrated > emac / gmac get a fixed mac rather then a random one. > > On some boards the wifi does n

Re: [U-Boot] [PATCH] sunxi: Remove some unnecessary #ifdefs

2016-07-10 Thread Ian Campbell
On Sat, 2016-07-09 at 15:05 +0200, Hans de Goede wrote: > We always define CONFIG_MISC_INIT_R on sunxi and misc_init_r is never > called in the spl, so the linker will optimize it and > parse_spl_header(), > of which it is the only caller, away. > > On the tests I've done (Orange Pi PC build) the