On Tue, Feb 23, 2016 at 3:01 AM, York Sun wrote:
> Convert ls1021aqds_nor_lpuart and ls1021aqds_ddr4_nor_lpuart to driver
> model suport. Enable lpuart port driver.
>
> Signed-off-by: York Sun
> CC: Alison Wang
> CC: Bin Meng
>
> ---
>
> Changes in v2:
> Fix default device tree name for
> ls1
Fix print message to show full 64bit addresses.
Signed-off-by: Michal Simek
---
cmd/mem.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/mem.c b/cmd/mem.c
index efa39296ef7a..a690957d0ff9 100644
--- a/cmd/mem.c
+++ b/cmd/mem.c
@@ -1038,7 +1038,7 @@ static int do_mem_mte
Hi, Bin,
> On Wed, Feb 24, 2016 at 11:56 AM, Alison Wang
> wrote:
> > In general, a carriage return needs to execute before a line feed.
> > The patch is to change serial DM driver based on this rule.
> >
> > Signed-off-by: Alison Wang
> > ---
> > drivers/serial/serial-uclass.c | 5 +++--
> > 1
Remove ARM Debug communication channel driver from the list
of not converted drivers to DM.
Signed-off-by: Michal Simek
---
doc/driver-model/serial-howto.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/doc/driver-model/serial-howto.txt
b/doc/driver-model/serial-howto.txt
index 61f2da323
On 2 February 2016 at 02:24, Albert ARIBAUD wrote:
> A patman series with a 'Series-notes' section causes
> buildman to crash with:
>
> self.series.notes += self.section
> TypeError: cannot concatenate 'str' and 'list' objects
>
> Fix by initializing series.notes as a one-element array
> r
On 3 February 2016 at 04:51, Masahiro Yamada
wrote:
> These two properties are necessary for SPL to get clocks from DT.
>
> Note:
> For now, only clock look-up by index is supported (clk_get_by_index()
> function), so "clock-names" is never parsed in U-Boot. However, we
> may want to support some
Introduce CONFIG_RTL8139 in Kconfig and move over boards' defconfig
to use that.
Signed-off-by: Bin Meng
---
configs/MPC8544DS_defconfig | 1 +
drivers/net/Kconfig | 6 ++
include/configs/MPC8536DS.h | 1 -
include/configs/MPC8544DS.h | 1 -
include/configs/MPC8572DS.h | 1
Introduce CONFIG_RTL8169 in Kconfig and move over boards' defconfig
to use that.
Signed-off-by: Bin Meng
---
configs/beaver_defconfig| 1 +
configs/cardhu_defconfig| 1 +
configs/chromebox_panther_defconfig | 1 +
configs/jetson-tk1_defconfig| 1 +
configs/minnow
Hi Stephen,
On 23 February 2016 at 13:33, Stephen Warren wrote:
> On 02/23/2016 01:00 PM, Simon Glass wrote:
>>
>> Hi Stephen,
>>
>> On 23 February 2016 at 10:40, Stephen Warren
>> wrote:
>>>
>>> On 02/23/2016 10:30 AM, Simon Glass wrote:
Hi Stephen,
On 23 February 2016
Hi Alison,
On Wed, Feb 24, 2016 at 11:56 AM, Alison Wang wrote:
> In general, a carriage return needs to execute before a line feed.
> The patch is to change serial DM driver based on this rule.
>
> Signed-off-by: Alison Wang
> ---
> drivers/serial/serial-uclass.c | 5 +++--
> 1 file changed, 3
In general, a carriage return needs to execute before a line feed.
The patch is to change serial DM driver based on this rule.
Signed-off-by: Alison Wang
---
drivers/serial/serial-uclass.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/serial/serial-uclass.c b/d
On 23 February 2016 at 20:56, Alison Wang wrote:
> In general, a carriage return needs to execute before a line feed.
> The patch is to change serial DM driver based on this rule.
>
> Signed-off-by: Alison Wang
> ---
> drivers/serial/serial-uclass.c | 5 +++--
> 1 file changed, 3 insertions(+),
Thanks, Albert.
Regards,
-Dongsheng
> -Original Message-
> From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net]
> Sent: Saturday, January 30, 2016 12:21 AM
> To: Tom Rini
> Cc: Dongsheng Wang ;
> alison.w...@freescale.com; jan.kis...@siemens.com; o...@buserror.net; u-
> b...@lists.den
> -Original Message-
> From: Scott Wood [mailto:o...@buserror.net]
> Sent: Tuesday, February 23, 2016 12:14 PM
> To: Prabhakar Kushwaha ; u-
> b...@lists.denx.de
> Cc: york sun ; Priyanka Jain
> Subject: Re: [RFC] armv8: layerscape: Add support of u-boot device tree fix-
> up
>
> On Tue,
Hi York,
On 23 February 2016 at 13:36, york sun wrote:
> On 02/16/2016 08:01 AM, Simon Glass wrote:
>> Hi York,
>>
>> On 12 February 2016 at 13:59, York Sun wrote:
>>> When dealing with image addresses, ulong has been used. Some files
>>> are used by both host and target. It is OK for the target
> -Original Message-
> From: Marc Zyngier [mailto:marc.zyng...@arm.com]
> Sent: Tuesday, February 23, 2016 9:19 AM
> To: Stuart Yoder ; Minghuan Lian
> ; u-
> b...@lists.denx.de
> Cc: york sun ; Prabhakar Kushwaha
> ;
> Mingkai Hu ; Yang-Leo Li
> Subject: Re: [PATCH 7/7] pci/layerscape
On 23/02/16 15:01, Stuart Yoder wrote:
>
>
>> -Original Message-
>> From: Minghuan Lian
>> Sent: Tuesday, February 23, 2016 3:57 AM
>> To: Stuart Yoder ; u-boot@lists.denx.de
>> Cc: york sun ; Prabhakar Kushwaha
>> ;
>> Mingkai Hu ; Yang-Leo Li ;
>> marc.zyng...@arm.com;
>> Stuart Yoder
On 02/16/2016 08:01 AM, Simon Glass wrote:
> Hi York,
>
> On 12 February 2016 at 13:59, York Sun wrote:
>> When dealing with image addresses, ulong has been used. Some files
>> are used by both host and target. It is OK for the target, but not
>> always enough for host tools including mkimage. Th
SY8106A is a PMIC which is used on the Allwinner
H3 Orange Pi Pc and Plus board. The VOUT1_SEL register is
implemented to set the default V-CPU voltage to 1200 mV.
This driver is required to retain the SY8106A V-CPU
voltage after a software reset. On cold boot the default
SY8106A output voltage is
> -Original Message-
> From: Minghuan Lian
> Sent: Tuesday, February 23, 2016 3:57 AM
> To: Stuart Yoder ; u-boot@lists.denx.de
> Cc: york sun ; Prabhakar Kushwaha
> ;
> Mingkai Hu ; Yang-Leo Li ;
> marc.zyng...@arm.com;
> Stuart Yoder
> Subject: RE: [PATCH 7/7] pci/layerscape: set LUT
On Tue, Feb 23, 2016 at 10:03 AM, Jagan Teki wrote:
> Hi Fabio,
>
> On 23 February 2016 at 00:22, Fabio Estevam wrote:
>> On Mon, Feb 22, 2016 at 3:17 PM, Jagan Teki wrote:
>>
>>> Can you pls- test the dataflash changes? use u-boot-spi/spi-nor
>>
>> Does not even build for me (mx6qsabresd_defcon
On Tue, Feb 23, 2016 at 09:29:14PM +0100, Hans de Goede wrote:
> Hi Tom,
>
> Here is a sunxi pull-req for v2016.04, it contains
> some improvements for Allwinner H3 support.
>
> The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:
>
> Merge branch 'master' of git://www
On Mon, Feb 22, 2016 at 04:52:26PM +0100, Michal Simek wrote:
> Hi Tom,
>
> please pull these fixes to your tree.
> Below is the log from buildman for zynq platform.
> Microblaze build is broken by one commit I have just replied in
> different thread.
>
> Thanks,
> Michal
>
> The following chan
On Tue, Feb 23, 2016 at 04:19:01PM +0530, Jagan Teki wrote:
> Hi Tom,
>
> Please pull this series.
>
> thanks!
> Jagan.
>
> The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:
>
> Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21
> 07:56:16 -0500
On Mon, Feb 22, 2016 at 06:15:25PM +0100, Anatolij Gustschin wrote:
> Hi Tom,
>
> The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:
>
> Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21
> 07:56:16 -0500)
>
> are available in the git repository a
On 02/23/2016 01:00 PM, Simon Glass wrote:
Hi Stephen,
On 23 February 2016 at 10:40, Stephen Warren wrote:
On 02/23/2016 10:30 AM, Simon Glass wrote:
Hi Stephen,
On 23 February 2016 at 10:21, Stephen Warren
wrote:
On 02/23/2016 06:17 AM, Simon Glass wrote:
Hi Alex,
On 21 February 201
Hi Tom,
Here is a sunxi pull-req for v2016.04, it contains
some improvements for Allwinner H3 support.
The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:
Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21
07:56:16 -0500)
are available in the git
Hi Stephen,
On 23 February 2016 at 10:40, Stephen Warren wrote:
> On 02/23/2016 10:30 AM, Simon Glass wrote:
>>
>> Hi Stephen,
>>
>> On 23 February 2016 at 10:21, Stephen Warren
>> wrote:
>>>
>>> On 02/23/2016 06:17 AM, Simon Glass wrote:
Hi Alex,
On 21 February 2016 at
Hi,
On 02/14/2016 08:45 AM, Chen-Yu Tsai wrote:
Hi,
On Wed, Feb 10, 2016 at 5:25 PM, Hans de Goede wrote:
From: Jelle van der Waa
Add support for phy 1-3.
Signed-off-by: Jelle van der Waa
[hdego...@redhat.com: use setclrbits_le32 instead of read-modify-write]
Signed-off-by: Hans de Goede
On 23.02.16 19:03, Stephen Warren wrote:
On 02/23/2016 05:59 AM, Julian Scheel wrote:
Add support for platforms based on the Meerkat COM module. Includes
support
for the minimal reference platform called Kein Baseboard, which in
fact is
sufficient to run most existing Meerkat carriers.
diff -
Hi,
On 02/23/2016 06:47 PM, Jelle van der Waa wrote:
SY8106A is a PMIC which is used on the Allwinner
H3 Orange Pi Pc and Plus board. The VOUT1_SEL register is
implemented to set the default V-CPU voltage to 1200 mV.
This driver is required to retain the SY8106A V-CPU
voltage after a software r
On 23.02.16 18:49, Stephen Warren wrote:
On 02/23/2016 05:59 AM, Julian Scheel wrote:
This adds support for the Avionic Design Tegra124 platform. It
consists of the
Meerkat SOM and a minimal baseboard Kein Baseboard.
The as3722 is placed on a different bus as compared to nvidia Jetson,
which
On Fri, Feb 19, 2016 at 1:52 AM, Alison Wang wrote:
> In commit [net: phy: do not read configuration register on
> reset], phy_reset() will clear the BMCR register. Bit 12(AUTO_NEGOTIATION)
> is cleared too. It causes auto-negotiation timeout error on Atheros's
> PHY AR8033.
>
> To fix this probl
Move to booting a zImage kernel by default to align with the other
i.MX boards.
While at it, adjust the fdt_addr so that we can boot a standard
mainline kernel.
Signed-off-by: Fabio Estevam
---
include/configs/mx53ard.h | 18 ++
1 file changed, 10 insertions(+), 8 deletions(-)
> -Original Message-
> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of
> amessier.t...@gmail.com
> Sent: 1-Feb-16 5:09 PM
>
> From: Alexandre Messier
>
> There is currently one config option (CONFIG_NET_RETRY_COUNT) that
> is available to tune the retries of the network s
Hello Dennis,
Am 22.02.2016 um 15:17 schrieb Bakhvalov, Denis (Nokia - PL/Wroclaw):
Dear U-Boot support,
I have problems while running following commands in U-Boot:
Which U-Boot version? Which board?
U-Boot => sf probe 0 0 0
SF: Detected S25FL512S with page size 512, total: 67108864
U-Boot
On 02/23/2016 05:59 AM, Julian Scheel wrote:
Add support for platforms based on the Meerkat COM module. Includes support
for the minimal reference platform called Kein Baseboard, which in fact is
sufficient to run most existing Meerkat carriers.
diff --git a/arch/arm/dts/tegra124-meerkat.dtsi
On 02/23/2016 05:59 AM, Julian Scheel wrote:
From: Alban Bedel
The init simply hardcoded the i2c bus and address to those used on
jetson. Extend the init function to take the bus number and device
address as parameter. As only jetson is using this code for now just
fix this single use of the fu
On 02/23/2016 05:59 AM, Julian Scheel wrote:
This adds support for the Avionic Design Tegra124 platform. It consists of the
Meerkat SOM and a minimal baseboard Kein Baseboard.
The as3722 is placed on a different bus as compared to nvidia Jetson, which
makes the as3722 required.
This doesn't
On 02/23/2016 10:30 AM, Simon Glass wrote:
Hi Stephen,
On 23 February 2016 at 10:21, Stephen Warren wrote:
On 02/23/2016 06:17 AM, Simon Glass wrote:
Hi Alex,
On 21 February 2016 at 18:57, Alexander Graf wrote:
The idea to generate our pages tables from an array of memory ranges
is very
Hi Stephen,
On 23 February 2016 at 10:21, Stephen Warren wrote:
> On 02/23/2016 06:17 AM, Simon Glass wrote:
>>
>> Hi Alex,
>>
>> On 21 February 2016 at 18:57, Alexander Graf wrote:
>>>
>>> The idea to generate our pages tables from an array of memory ranges
>>> is very sound. However, instead o
On 02/23/2016 03:37 AM, Michal Simek wrote:
On 22.2.2016 19:28, Stephen Warren wrote:
On 02/21/2016 06:57 PM, Alexander Graf wrote:
Now that we have nice table driven page table creating code that gives
us everything we need, move to that.
diff --git a/include/configs/tegra210-common.h
b/inc
On 02/23/2016 06:17 AM, Simon Glass wrote:
Hi Alex,
On 21 February 2016 at 18:57, Alexander Graf wrote:
The idea to generate our pages tables from an array of memory ranges
is very sound. However, instead of hard coding the code to create up
to 2 levels of 64k granule page tables, we really sh
On 02/23/2016 02:40 AM, Michal Simek wrote:
Provide user option to skip SPL signature verification for cases where
u-boot is build with SPL support but full U-Boot is also verified
without SPL.
If you want to support this feature please add env__spl_skipped = True
to your boardenv configuration
On 02/16/2016 08:01 AM, Simon Glass wrote:
> +Masahiro
>
> Hi York,
>
> On 12 February 2016 at 13:59, York Sun wrote:
>> Fix the following compiling warning on 32-bit host
>>
>> disk/part_efi.c: In function 'alloc_read_gpt_entries':
>> disk/part_efi.c:894:2: warning: format '%zu' expects argumen
Hi,
I found that I have problem with reading flash contents:
When dumping the flash from Linux env:
$ cat /dev/mtd5 > /tmp/flash.bin
: 55424923 0100 0003
But when I dump the flash contents from U-Boot I see this:
=> sf read 0x1B00 0x01B0 0x1000
=> md 0x1B0
Hi Alex,
On 21 February 2016 at 18:57, Alexander Graf wrote:
> The idea to generate our pages tables from an array of memory ranges
> is very sound. However, instead of hard coding the code to create up
> to 2 levels of 64k granule page tables, we really should just create
> normal 4k page tables
On 23 February 2016 at 02:02, Michal Simek wrote:
> Enabling this driver requires some DT changes.
> Adding DCC to root or main bus:
> dcc: dcc {
> compatible = "arm,dcc";
> u-boot,dm-pre-reloc;
> };
>
> Extend alias list to link DCC:
> serial0 = &uart0;
> serial1 =
Add support for platforms based on the Meerkat COM module. Includes support
for the minimal reference platform called Kein Baseboard, which in fact is
sufficient to run most existing Meerkat carriers.
Signed-off-by: Julian Scheel
---
arch/arm/dts/Makefile | 1 +
ar
This adds support for the Avionic Design Tegra124 platform. It consists of the
Meerkat SOM and a minimal baseboard Kein Baseboard.
The as3722 is placed on a different bus as compared to nvidia Jetson, which
makes the as3722 required.
Alban Bedel (1):
power: as3722: Allow using on any i2c bus wit
From: Alban Bedel
The init simply hardcoded the i2c bus and address to those used on
jetson. Extend the init function to take the bus number and device
address as parameter. As only jetson is using this code for now just
fix this single use of the function.
Signed-off-by: Alban Bedel
Reviewed-b
Hi,
before I comment the rest. You need to also fix gem driver because it is
using 1MB mapping.
diff --git a/drivers/net/zynq_gem.c b/drivers/net/zynq_gem.c
index b3821c31a91d..cf1376ce1bd7 100644
--- a/drivers/net/zynq_gem.c
+++ b/drivers/net/zynq_gem.c
@@ -150,10 +150,10 @@ struct emac_bd {
};
Hi Fabio,
On 23 February 2016 at 00:22, Fabio Estevam wrote:
> On Mon, Feb 22, 2016 at 3:17 PM, Jagan Teki wrote:
>
>> Can you pls- test the dataflash changes? use u-boot-spi/spi-nor
>
> Does not even build for me (mx6qsabresd_defconfig) :
Please try again, I think I missed some changes. mean w
Hi Stuart,
> -Original Message-
> From: Stuart Yoder [mailto:stuart.yo...@nxp.com]
> Sent: Monday, February 22, 2016 11:26 PM
> To: u-boot@lists.denx.de
> Cc: york sun ; Prabhakar Kushwaha
> ; Mingkai Hu ;
> Minghuan Lian ; Yang-Leo Li ;
> marc.zyng...@arm.com; Stuart Yoder
> Subject: [P
Dear Simon Glass,
On 23/02/16 15:42, Simon Glass wrote:
> Hi Minkyu,
>
> On 21 February 2016 at 21:08, Simon Glass wrote:
>>
>> This series converts the exynos LCD driver to work with driver model. Only
>> the eDP display is converted - the MIPI display is left mostly alone as I
>> do not have a
Le 22/02/2016 08:03, Schrempf Frieder a écrit :
> On 18.02.2016 18:14, Fabio Estevam wrote:
>> On Thu, Feb 18, 2016 at 1:32 PM, Marek Vasut wrote:
>>
Also one of our customers tested a few non-working sticks with this
change and reported, that it fixed it for him.
Here's a list of t
On 23.02.16 12:04, Michal Simek wrote:
> On 22.2.2016 02:57, Alexander Graf wrote:
>> Now that we have nice table driven page table creating code that gives
>> us everything we need, move to that.
>>
>> Signed-off-by: Alexander Graf
>> ---
>> arch/arm/cpu/armv8/zynqmp/cpu.c | 169
>> --
On 22.2.2016 02:57, Alexander Graf wrote:
> Now that we have nice table driven page table creating code that gives
> us everything we need, move to that.
>
> Signed-off-by: Alexander Graf
> ---
> arch/arm/cpu/armv8/zynqmp/cpu.c | 169
>
> include/configs
Hi Tom,
Please pull this series.
thanks!
Jagan.
The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:
Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21
07:56:16 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-spi.git mas
On 22.2.2016 19:28, Stephen Warren wrote:
> On 02/21/2016 06:57 PM, Alexander Graf wrote:
>> Now that we have nice table driven page table creating code that gives
>> us everything we need, move to that.
>
>> diff --git a/include/configs/tegra210-common.h
>> b/include/configs/tegra210-common.h
>
Provide user option to skip SPL signature verification for cases where
u-boot is build with SPL support but full U-Boot is also verified
without SPL.
If you want to support this feature please add env__spl_skipped = True
to your boardenv configuration file.
For example Xilinx Zynq is using this f
On 22.2.2016 18:29, Stephen Warren wrote:
> On 02/22/2016 05:52 AM, Michal Simek wrote:
>> Provide user option to skip SPL signature verification for cases where
>> u-boot is build with SPL support but full U-Boot is also verified
>> without SPL.
>> If you want to support this feature please add en
sec_init() which was earlier called in misc_init_r()
is now done in board_init() before PPA init as SEC
block will be used during PPA image validation.
Signed-off-by: Aneesh Bansal
---
The patchset is dependent on
http://patchwork.ozlabs.org/patch/571339/
board/freescale/ls1043ardb/ls1043ardb.c
As part of Secure Boot Chain of trust, PPA image must be validated
before the image is started.
The code for the same has been added.
Signed-off-by: Aneesh Bansal
---
The patchset is dependent on
http://patchwork.ozlabs.org/patch/571339/
arch/arm/cpu/armv8/fsl-layerscape/ppa.c | 22
Compile DCC serial driver by default.
Signed-off-by: Michal Simek
---
Changes in v2: None
include/configs/xilinx_zynqmp.h | 9 +++--
include/configs/zynq-common.h | 8 ++--
2 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/include/configs/xilinx_zynqmp.h b/include/confi
Enabling this driver requires some DT changes.
Adding DCC to root or main bus:
dcc: dcc {
compatible = "arm,dcc";
u-boot,dm-pre-reloc;
};
Extend alias list to link DCC:
serial0 = &uart0;
serial1 = &uart1;
serial2 = &dcc;
Change stdout-path to point to dcc p
On 23.2.2016 07:38, Simon Glass wrote:
> Hi Michal,
>
> On 22 February 2016 at 08:54, Michal Simek wrote:
>> On 19.2.2016 21:55, Simon Glass wrote:
>>> Hi Michal,
>>>
>>> On 18 February 2016 at 09:01, Michal Simek wrote:
Enabling this driver requires some DT changes.
Adding DCC to root
67 matches
Mail list logo