Re: [U-Boot] [PATCH v2 2/2] arm: ls1021aqds: Enable driver model lpuart serial driver

2016-02-23 Thread Huan Wang
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

Re: [U-Boot] [PATCH] dm: serial: Move a carriage return before a line feed

2016-02-23 Thread Huan Wang
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 > > --- > >

[U-Boot] [PATCH] dm: Remove ARM dcc from the list

2016-02-23 Thread Michal Simek
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

Re: [U-Boot] [PATCH v2] patman: fix series-notes handling for buildman

2016-02-23 Thread Simon Glass
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

Re: [U-Boot] [PATCH] dts: keep clock-names and clocks in SPL DTB if SPL_CLK is enabled

2016-02-23 Thread Simon Glass
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.

[U-Boot] [PATCH 1/2] net: Move CONFIG_RTL8139 to Kconfig

2016-02-23 Thread Bin Meng
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 -

Re: [U-Boot] [PATCH 2/9] arm64: Make full va map code more dynamic

2016-02-23 Thread Simon Glass
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:

Re: [U-Boot] [PATCH] dm: serial: Move a carriage return before a line feed

2016-02-23 Thread Bin Meng
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 > --- >

[U-Boot] [PATCH] dm: serial: Move a carriage return before a line feed

2016-02-23 Thread Alison Wang
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

Re: [U-Boot] [PATCH] dm: serial: Move a carriage return before a line feed

2016-02-23 Thread Simon Glass
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 |

Re: [U-Boot] [RFC] armv8: layerscape: Add support of u-boot device tree fix-up

2016-02-23 Thread Prabhakar Kushwaha
> -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]

Re: [U-Boot] [RFC PATCH v4 2/3] common: Convert ulong to phys_addr_t for image addresses

2016-02-23 Thread Simon Glass
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

Re: [U-Boot] [PATCH 7/7] pci/layerscape: set LUT and msi-map for discovered PCI devices

2016-02-23 Thread Stuart Yoder
> -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 >

Re: [U-Boot] [RFC PATCH v4 2/3] common: Convert ulong to phys_addr_t for image addresses

2016-02-23 Thread york sun
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

[U-Boot] [PATCH v2] sunxi: power: add support for sy8106a driver

2016-02-23 Thread Jelle van der Waa
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

Re: [U-Boot] [PATCH 7/7] pci/layerscape: set LUT and msi-map for discovered PCI devices

2016-02-23 Thread Stuart Yoder
> -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

Re: [U-Boot] [PATCH v6 00/76] mtd: Add SPI-NOR core support

2016-02-23 Thread Fabio Estevam
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

Re: [U-Boot] Please pull u-boot-sunxi master

2016-02-23 Thread Tom Rini
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

Re: [U-Boot] [GIT PULL] Xilinx fixes

2016-02-23 Thread Tom Rini
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

Re: [U-Boot] Pull request: u-boot-spi/master

2016-02-23 Thread Tom Rini
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

Re: [U-Boot] [PATCH 2/9] arm64: Make full va map code more dynamic

2016-02-23 Thread Stephen Warren
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,

[U-Boot] Please pull u-boot-sunxi master

2016-02-23 Thread Hans de Goede
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

Re: [U-Boot] [PATCH 2/9] arm64: Make full va map code more dynamic

2016-02-23 Thread Simon Glass
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:

Re: [U-Boot] [PATCH] sunxi: H3: Add support for the host usb-phys

2016-02-23 Thread Hans de Goede
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

Re: [U-Boot] [PATCH 2/2] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-02-23 Thread Julian Scheel
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

Re: [U-Boot] [PATCH v2] sunxi: power: add support for sy8106a driver

2016-02-23 Thread Hans de Goede
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

Re: [U-Boot] [PATCH 0/2] tegra124: Add support for Avionic Design platform

2016-02-23 Thread Julian Scheel
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

Re: [U-Boot] [PATCH] net: phy: atheros: Fix problem with phy_reset() clearing BMCR

2016-02-23 Thread Joe Hershberger
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

[U-Boot] [PATCH] mx53ard: Move to booting zImage

2016-02-23 Thread Fabio Estevam
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

Re: [U-Boot] [PATCH v2] net: bootp: Add environment variable for timeout period

2016-02-23 Thread LEMIEUX, SYLVAIN
> -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

Re: [U-Boot] Problem with attaching UBI partition

2016-02-23 Thread Heiko Schocher
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

Re: [U-Boot] [PATCH 2/2] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-02-23 Thread Stephen Warren
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

Re: [U-Boot] [PATCH 1/2] power: as3722: Allow using on any i2c bus with any address

2016-02-23 Thread Stephen Warren
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

Re: [U-Boot] [PATCH 2/9] arm64: Make full va map code more dynamic

2016-02-23 Thread Stephen Warren
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

Re: [U-Boot] [PATCH 2/9] arm64: Make full va map code more dynamic

2016-02-23 Thread Simon Glass
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

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

2016-02-23 Thread Stephen Warren
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

Re: [U-Boot] [PATCH 2/9] arm64: Make full va map code more dynamic

2016-02-23 Thread Stephen Warren
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

Re: [U-Boot] [PATCH v2] test/py: Add option to skip SPL signature checking

2016-02-23 Thread Stephen Warren
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

Re: [U-Boot] [RFC PATCH v4 1/3] sandbox: Fix compiling warning on 32-bit host

2016-02-23 Thread york sun
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

Re: [U-Boot] Problem with attaching UBI partition

2016-02-23 Thread Bakhvalov, Denis (Nokia - PL/Wroclaw)
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

Re: [U-Boot] [PATCH 2/9] arm64: Make full va map code more dynamic

2016-02-23 Thread Simon Glass
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 >

Re: [U-Boot] [PATCH v2 1/2] serial: dcc: Move driver to DM

2016-02-23 Thread Simon Glass
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 =

[U-Boot] [PATCH 2/2] Add support the Avionic Design Meerkat COM and Kein Baseboard

2016-02-23 Thread Julian Scheel
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

[U-Boot] [PATCH 0/2] tegra124: Add support for Avionic Design platform

2016-02-23 Thread Julian Scheel
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

[U-Boot] [PATCH 1/2] power: as3722: Allow using on any i2c bus with any address

2016-02-23 Thread Julian Scheel
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.

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

2016-02-23 Thread Michal Simek
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 {

Re: [U-Boot] [PATCH v6 00/76] mtd: Add SPI-NOR core support

2016-02-23 Thread Jagan Teki
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

Re: [U-Boot] [PATCH 7/7] pci/layerscape: set LUT and msi-map for discovered PCI devices

2016-02-23 Thread Minghuan Lian
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

Re: [U-Boot] [PATCH v2 00/25] exynos: video: Convert exynos LCD driver to use driver model

2016-02-23 Thread Minkyu Kang
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

Re: [U-Boot] Issue with USB mass storage (thumb drives)

2016-02-23 Thread Maxime Jayat
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.

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

2016-02-23 Thread Alexander Graf
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 |

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

2016-02-23 Thread Michal Simek
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 > >

[U-Boot] Pull request: u-boot-spi/master

2016-02-23 Thread Jagan Teki
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

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

2016-02-23 Thread Michal Simek
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 >

[U-Boot] [PATCH v2] test/py: Add option to skip SPL signature checking

2016-02-23 Thread Michal Simek
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

Re: [U-Boot] [PATCH] test/py: Add option to skip SPL signature checking

2016-02-23 Thread Michal Simek
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

[U-Boot] [PATCH 1/2] board: ls1043ardb: move sec_init to board_init

2016-02-23 Thread Aneesh Bansal
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/

[U-Boot] [PATCH 2/2] ls1043ardb: PPA: add PPA validation in case of secure boot

2016-02-23 Thread Aneesh Bansal
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/

[U-Boot] [PATCH v2 2/2] ARM: zynq: zynqmp: Enable DCC serial driver by default

2016-02-23 Thread Michal Simek
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

[U-Boot] [PATCH v2 1/2] serial: dcc: Move driver to DM

2016-02-23 Thread Michal Simek
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 = serial1 = serial2 = Change stdout-path to point to dcc port.

Re: [U-Boot] [PATCH 1/2] serial: dcc: Move driver to DM

2016-02-23 Thread Michal Simek
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