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
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
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
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
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
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
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
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
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
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:
> >>
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;
>
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
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:
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
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
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
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
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
18 matches
Mail list logo