Re: [U-Boot] [linux-sunxi] Re: [RFC PATCH 2/6] sunxi: Rename bus-width related macros in H3 DRAM code

2017-02-11 Thread Icenowy Zheng
12.02.2017, 01:00, "Jens Kuske" : > Hi, > > renaming is not quite enough, see the comments below. > > On 11.02.2017 16:08, Icenowy Zheng wrote: >>  The DesignWare DRAM controller used by H3 and newer SoCs use a bit to >>  identify whether the DRAM is half-width. >> >>  As H3 itself come with 32-b

Re: [U-Boot] [linux-sunxi] Re: [RFC PATCH 4/6] sunxi: Add selective DRAM type and timing

2017-02-11 Thread Icenowy Zheng
12.02.2017, 01:00, "Jens Kuske" : > Hi. > > On 11.02.2017 16:08, Icenowy Zheng wrote: > [..] >>  @@ -299,6 +190,13 @@ static void mctl_h3_zq_calibration_quirk(struct >> dram_para *para) >>   { >>   struct sunxi_mctl_ctl_reg * const mctl_ctl = >>   (struct sunxi_mc

Re: [U-Boot] [linux-sunxi] Re: [RFC PATCH 4/6] sunxi: Add selective DRAM type and timing

2017-02-11 Thread Icenowy Zheng
2017年2月12日 00:59于 Jens Kuske 写道: > > Hi. > > On 11.02.2017 16:08, Icenowy Zheng wrote: > [..] > > @@ -299,6 +190,13 @@ static void mctl_h3_zq_calibration_quirk(struct > > dram_para *para) > >  { > >  struct sunxi_mctl_ctl_reg * const mctl_ctl = > >  (struct sunxi_mctl_ctl_reg *)SUNXI_DRAM_C

Re: [U-Boot] please pull u-boot-samsung master

2017-02-11 Thread Tom Rini
On Sat, Feb 11, 2017 at 10:41:45PM +0900, Minkyu Kang wrote: > Dear Tom, > > > The following changes since commit f1cc97764be4383d2aeb56d5ba5415439a1d5c97: > > > Merge branch 'master' of git://git.denx.de/u-boot-video (2017-02-09 > 14:54:09 -0500) > > > are available in the git repository

Re: [U-Boot] Please pull u-boot-rockchip

2017-02-11 Thread Tom Rini
On Thu, Feb 09, 2017 at 09:20:56PM -0700, Simon Glass wrote: > Hi Tom, > > This includes a board rename and a few other minor changes. > > > The following changes since commit 21342d4aed6c77a4aa7a5b2579b3c23e21aea31a: > > Merge git://git.denx.de/u-boot-dm (2017-02-08 16:24:44 -0500) > > are

Re: [U-Boot] [PATCH v2 06/10] PINCTRL: stm32f7: add pin control driver

2017-02-11 Thread Simon Glass
On 10 February 2017 at 16:11, Vikas Manocha wrote: > This driver uses the same pin control binding as that of linux, binding > document of this patch is copied from linux. One addition done is for > GPIO input and output mode configuration which was missing. > > Signed-off-by: Vikas Manocha Revi

Re: [U-Boot] [PATCH 06/10] PINCTRL: stm32f7: add pin control driver

2017-02-11 Thread Simon Glass
Hi Vikas, On 10 February 2017 at 14:39, vikas wrote: > Hi Simon, > > On 02/10/2017 08:22 AM, Simon Glass wrote: >> Hi Vikas, >> >> On 4 February 2017 at 15:43, Vikas Manocha wrote: >>> This driver uses the same pin control binding as that of linux, binding >>> document of this patch is copied fr

Re: [U-Boot] [PATCH v2 03/10] stm32f7: serial: use clock driver to enable clock

2017-02-11 Thread Simon Glass
On 10 February 2017 at 16:11, Vikas Manocha wrote: > Signed-off-by: Vikas Manocha > --- > > Changed in v2: > - added blank lines in code like before return and after > variable declaration. > > drivers/serial/serial_stm32x7.c | 18 ++ > 1 file changed, 18 insert

Re: [U-Boot] [PATCH v2 02/10] clk: stm32f7: add clock driver for stm32f7 family

2017-02-11 Thread Simon Glass
On 10 February 2017 at 16:11, Vikas Manocha wrote: > add basic clock driver support for stm32f7 to enable clocks required by > the peripherals. > > Signed-off-by: Vikas Manocha > --- > > Changed in v2: > - added blank lines in code like before return and after > variable declara

Re: [U-Boot] [PATCH v2 2/2] test/py: Create tests for ext4 and fat testing on sandbox

2017-02-11 Thread Stefan Bruens
On Donnerstag, 5. Januar 2017 17:15:02 CET you wrote: > On 01/01/2017 02:48 PM, Stefan Bruens wrote: > > On Montag, 12. Dezember 2016 11:04:34 CET you wrote: > >> On 12/04/2016 05:52 PM, Stefan Brüns wrote: > >>> From: Stefan Brüns > >>> > >>> The following checks are currently implemented: > >>

Re: [U-Boot] [RFC PATCH 4/6] sunxi: Add selective DRAM type and timing

2017-02-11 Thread Jens Kuske
Hi. On 11.02.2017 16:08, Icenowy Zheng wrote: [..] > @@ -299,6 +190,13 @@ static void mctl_h3_zq_calibration_quirk(struct > dram_para *para) > { > struct sunxi_mctl_ctl_reg * const mctl_ctl = > (struct sunxi_mctl_ctl_reg *)SUNXI_DRAM_CTL0_BASE; > + int zq_count; >

Re: [U-Boot] [RFC PATCH 2/6] sunxi: Rename bus-width related macros in H3 DRAM code

2017-02-11 Thread Jens Kuske
Hi, renaming is not quite enough, see the comments below. On 11.02.2017 16:08, Icenowy Zheng wrote: > The DesignWare DRAM controller used by H3 and newer SoCs use a bit to > identify whether the DRAM is half-width. > > As H3 itself come with 32-bit DRAM, the two modes of the bit used to be > nam

[U-Boot] [PATCH] travis-ci: Add qemu-x86_64 target

2017-02-11 Thread Tom Rini
Add qemu-x86_64 to the list of targets we use for test.py runs. Signed-off-by: Tom Rini --- .travis.yml | 7 +++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 48b7b101f1c6..dab55f34e51d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -311,6 +311,13 @@ matrix:

[U-Boot] [PATCH 3/3] flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabled

2017-02-11 Thread Masahiro Yamada
The whole of common/flash.c is guarded by #if defined() ... #endif. Move the conditional to common/Makefile. Signed-off-by: Masahiro Yamada --- common/Makefile | 2 +- common/flash.c | 5 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/common/Makefile b/common/Makefile inde

[U-Boot] [PATCH 0/3] Move CONFIG_SYS_NO_FLASH and rename it to CONFIG_MTD_NOR_FLASH

2017-02-11 Thread Masahiro Yamada
Masahiro Yamada (3): configs: Re-sync all defconfig files by savedefconfig flash: complete CONFIG_SYS_NO_FLASH move with renaming flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabled README | 13 - arch/arm/cpu/armv7/mx6/clo

[U-Boot] please pull u-boot-samsung master

2017-02-11 Thread Minkyu Kang
Dear Tom, The following changes since commit f1cc97764be4383d2aeb56d5ba5415439a1d5c97: Merge branch 'master' of git://git.denx.de/u-boot-video (2017-02-09 14:54:09 -0500) are available in the git repository at: git://git.denx.de/u-boot-samsung.git master for you to fetch changes up t

Re: [U-Boot] [PATCH] exynos: Drop large alignment for SDRAM parameters

2017-02-11 Thread Minkyu Kang
Dear Simon Glass, On 9 February 2017 at 17:31, Jaehoon Chung wrote: > On 02/08/2017 09:43 PM, Simon Glass wrote: > > We don't ever search for these so there is no need for a 4KB alignment. > > It just wastes space. > > > > Drop this and use the standard 4-byte alignment. > > > > Signed-off-by: S

[U-Boot] [PATCH v3 1/3] sunxi: add basic V3s support

2017-02-11 Thread Icenowy Zheng
Basic U-Boot support is now present for V3s. Some memory addresses are changed specially for V3s, as the original address map cannot fit into a so small DRAM. As the DRAM controller code needs a big refactor, the SPL support is disabled in this version. Signed-off-by: Icenowy Zheng --- Changes