[U-Boot] [PATCH] pico-imx6ul: Add Ethernet support

2016-06-10 Thread Diego Dorta
Pico-imx6ul has a KSZ8081 Ethernet PHY. Add support for it. Signed-off-by: Diego Dorta <diego.do...@nxp.com> --- board/technexion/pico-imx6ul/pico-imx6ul.c | 84 ++ include/configs/pico-imx6ul.h | 10 2 files changed, 94 insertions(+) diff

[U-Boot] [PATCH] pico-imx6ul: Add NFS boot support

2016-06-15 Thread Diego Dorta
Add script for retrieving the kernel via TFTP and mounting the rootfs via NFS. Signed-off-by: Diego Dorta <diego.do...@nxp.com> --- include/configs/pico-imx6ul.h | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/include/configs/pico-imx6ul.h b/i

[U-Boot] [PATCH] mx6ul_14x14_evk: Remove unused define

2016-07-25 Thread Diego Dorta
Remove unused define constant. Signed-off-by: Diego Dorta <diego.do...@nxp.com> --- board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c b/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c

Re: [U-Boot] Help Falcon Mode on Wanboard

2016-08-13 Thread Diego Dorta
> From: Stefano Babic <sba...@denx.de> > > > Hi Diego, > > On 08/08/2016 18:12, Diego Dorta wrote: > > Hi Stefano, >> > > I downloaded the patch about Falcon Mode from: >> > > https://www.amazon.com/clouddrive/share/hVlzRXoJv1Jq4DJdgDc

[U-Boot] Help Falcon Mode on Wanboard

2016-08-08 Thread Diego Dorta
to solve this? Regards, Diego Dorta ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] mx6ull_14x14_evk: Add README file

2016-11-10 Thread Diego Dorta
Add a README file to help users getting started with the board. Signed-off-by: Diego Dorta <diego.do...@nxp.com> --- board/freescale/mx6ullevk/README | 36 1 file changed, 36 insertions(+) create mode 100644 board/freescale/mx6ullevk/README diff

Re: [U-Boot] Help with spl: zImage support in Falcon mode

2016-10-19 Thread Diego Dorta
Hi Ladislay, >From: Ladislav Michl <la...@linux-mips.org> >Sent: Wednesday, October 19, 2016 7:50 AM >To: Diego Dorta >Cc: u-boot@lists.denx.de; h...@denx.de >Subject: Re: Help with spl: zImage support in Falcon mode > >Hi, > >On Tue, Oct 18, 2016 at 04:36:54PM +0

[U-Boot] Help with spl: zImage support in Falcon mode

2016-10-18 Thread Diego Dorta
Hi all, According to commit log: commit 431889d6ad9a39846636716478d504aa7ff976fc Author: Ladislav Michl Date: Tue Jul 12 20:28:14 2016 +0200 spl: zImage support in Falcon mode Other payload than uImage is currently considered to be raw U-Boot image.

[U-Boot] [PATCH 1/2] mx6sabresd: Add Falcon mode support

2016-10-11 Thread Diego Dorta
Allow i.MX6Q Sabre SD to load the kernel and dtb via SPL in Falcon mode. Based on the Falcon mode code for MX6 Gateworks Ventana board. Signed-off-by: Diego Dorta <diego.do...@nxp.com> --- board/freescale/mx6sabresd/mx6sabresd.c | 12 include/configs/mx6sabresd.h

[U-Boot] [PATCH 2/2] mx6sabresd: Add README file

2016-10-11 Thread Diego Dorta
Add a README to explain the steps for booting mx6sabresd in different ways: 1. Booting via Normal U-Boot (u-boot.imx) 2. Booting via SPL (SPL and u-boot.img) 3. Booting via Falcon mode (SPL launches the kernel directly) Signed-off-by: Diego Dorta <diego.do...@nxp.com> ---

[U-Boot] [PATCH] mx6sabreauto: Add Falcon mode support

2017-07-07 Thread Diego Dorta
Add support for Falcon mode and explain in the README the steps to boot the kernel directly without loading the full U-Boot. Signed-off-by: Diego Dorta <diego.do...@nxp.com> --- board/freescale/mx6sabreauto/README | 62 + board/freescale/mx6sab

Re: [U-Boot] [PATCH] mx6sabreauto: Make Ethernet functional again

2017-07-13 Thread Diego Dorta
clock > delay that need to be done in the board file. > > This is the equivalent fix from commit 4b6035da482c ("mx6sabresd: Make > Ethernet functional again"). > > Reported-by: Miquel RAYNAL <miquel.ray...@free-electrons.com> > Signed-o

Re: [U-Boot] [PATCH] mx6sabreauto: Make Ethernet functional again

2017-07-13 Thread Diego Dorta
clock > delay that need to be done in the board file. > > This is the equivalent fix from commit 4b6035da482c ("mx6sabresd: Make > Ethernet functional again"). > > Reported-by: Miquel RAYNAL <miquel.ray...@free-electrons.com> > Signed-o

Re: [U-Boot] [PATCH] mx6sabreauto: Make Ethernet functional again

2017-07-13 Thread Diego Dorta
clock > delay that need to be done in the board file. > > This is the equivalent fix from commit 4b6035da482c ("mx6sabresd: Make > Ethernet functional again"). > > Reported-by: Miquel RAYNAL <miquel.ray...@free-electrons.com> > Signed-o

[U-Boot] [PATCH] Remove "no previous prototype" warning

2017-09-21 Thread Diego Dorta
. Signed-off-by: Diego Dorta <diego.do...@nxp.com> --- include/mmc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mmc.h b/include/mmc.h index 010ebe0..3ddfc2d 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -588,6 +588,7 @@ int board_mmc_init(bd_t *bis); int cpu_mmc_init(bd_

[U-Boot] [PATCH] imx: Include header file

2017-09-22 Thread Diego Dorta
When building with W=1 errors like the one below is seen: board/freescale/mx6sabresd/mx6sabresd.c:546:5: warning: no previous prototype for ‘overwrite_console’ [-Wmissing-prototypes] int overwrite_console(void) Fix the build warnings by including . Signed-off-by: Diego Dorta <diego

[U-Boot] [PATCH v2] imx: sys_proto: Add a prototype for board_mmc_get_env_dev()

2017-09-21 Thread Diego Dorta
file. Signed-off-by: Diego Dorta <diego.do...@nxp.com> --- Changes since v1: - Add 'mmc' prefix - Change function prototype to sys_proto.h - Update commit log accordingly arch/arm/include/asm/mach-imx/sys_proto.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/include/asm/ma

[U-Boot] [PATCH] common: Add a prototype for s_init()

2017-10-05 Thread Diego Dorta
When compiling with W=1 the following warning is observed: arch/arm/mach-imx/mx6/soc.c:590:6: warning: no previous prototype for ‘s_init’ [-Wmissing-prototypes] void s_init(void) Remove this warning by adding the function prototype into include/common.h file. Signed-off-by: Diego Dorta

[U-Boot] [PATCH 1/2] mx6: clock: Add a prototype for do_mx6_showclocks()

2017-10-05 Thread Diego Dorta
the function prototype into arch-mx6/clock.h file. Signed-off-by: Diego Dorta <diego.do...@nxp.com> --- arch/arm/include/asm/arch-mx6/clock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/arch-mx6/clock.h b/arch/arm/include/asm/arch-mx6/clock.h index 2d9c45e..26afefb

[U-Boot] [PATCH 2/2] mx6: sys_proto: Add prototypes for imx6_pcie_toggle() functions

2017-10-05 Thread Diego Dorta
’ [-Wmissing-prototypes] __weak int imx6_pcie_toggle_reset(void) Remove these warnings by adding the functions prototypes on arch-mx6/sys_proto. Signed-off-by: Diego Dorta <diego.do...@nxp.com> --- arch/arm/include/asm/arch-mx6/sys_proto.h | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [U-Boot] Issues with mx6 (cubox/wandboard) with 2017.09

2017-09-26 Thread Diego Dorta
Hi Peter, 2017-09-25 16:00 GMT-03:00 Fabio Estevam : > Hi Peter, > > On Mon, Sep 25, 2017 at 3:54 PM, Peter Robinson wrote: >> Hi Fabio, >> >> I'm seeing some issues with some of the i.MX6 devices with the latest >> stable release. It loads the SPL and

[U-Boot] [PATCH 2/4] mx6sabresd: Include header file

2017-09-27 Thread Diego Dorta
When compiling with W=1 the following warning is observed: board/freescale/mx6sabresd/mx6sabresd.c:680:5: warning: no previous prototype for ‘board_spi_cs_gpio’ [-Wmissing-prototypes] int board_spi_cs_gpio(unsigned bus, unsigned cs) Remove this warning by including . Signed-off-by: Diego

[U-Boot] [PATCH 4/4] mx6sabresd: Include header file

2017-09-27 Thread Diego Dorta
When compiling with W=1 the following warning is observed: board/freescale/mx6sabresd/mx6sabresd.c:586:5: warning: no previous prototype for ‘board_ehci_hcd_init’ [-Wmissing-prototypes] int board_ehci_hcd_init(int port) Remove this warning by including . Signed-off-by: Diego Dorta <diego

[U-Boot] [PATCH 1/4] mx6: soc: Include header file

2017-09-27 Thread Diego Dorta
When compiling with W=1 the following warning is observed: arch/arm/mach-imx/mx6/soc.c:213:12: warning: no previous prototype for ‘get_board_rev’ [-Wmissing-prototypes] u32 __weak get_board_rev(void) Fix the build warning by including . Signed-off-by: Diego Dorta <diego.do...@nxp.

[U-Boot] [PATCH 3/4] usb: ehci-ci: Add a prototype for board_ehci_power()

2017-09-27 Thread Diego Dorta
file. Signed-off-by: Diego Dorta <diego.do...@nxp.com> --- include/usb/ehci-ci.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/usb/ehci-ci.h b/include/usb/ehci-ci.h index cd3eb47..8c9f3cd 100644 --- a/include/usb/ehci-ci.h +++ b/include/usb/ehci-ci.h @@ -280,6 +280,7 @@

Re: [U-Boot] [PATCH 00/23] imx: add i.MX8M support and i.MX8MQ EVK

2017-11-28 Thread Diego Dorta
Hi Peng Fan, 2017-11-28 10:31 GMT-02:00 Peng Fan : > This patchset is to add i.MX8M and i.MX8MQ-EVK support > > patch: "power: pmic.h: include dm/ofnode.h" and > "power: pmic/regulator allow dm be omited by SPL" is previously reviewed > in mailist to not merged. Pick it up. > >

Re: [U-Boot] [PATCH 00/23] imx: add i.MX8M support and i.MX8MQ EVK

2017-12-01 Thread Diego Dorta
Hi Peng, 2017-11-29 0:42 GMT-02:00 Peng Fan <van.free...@gmail.com>: > Hi Diego, > > On Tue, Nov 28, 2017 at 02:42:20PM -0200, Diego Dorta wrote: >>Hi Peng Fan, >> >>2017-11-28 10:31 GMT-02:00 Peng Fan <peng@nxp.com>: >>> This patchset is to

Re: [U-Boot] [PATCH V3 00/31] imx: add i.MX8M support and i.MX8MQ EVK

2018-01-09 Thread Diego Dorta
Hi peng, 2018-01-09 10:11 GMT-02:00 Peng Fan : > This patchset is to add i.MX8M and i.MX8MQ-EVK support > > V3: > This patchset based on https://patchwork.ozlabs.org/patch/855027/ > "arm: imx: Rework i.MX specific commands to be excluded from SPL" from > Tom to avoid this

Re: [U-Boot] [PATCH V5 00/31] imx: add i.MX8M support and i.MX8MQ EVK

2018-01-11 Thread Diego Dorta
Hi Peng, 2018-01-10 23:16 GMT-02:00 Peng Fan <van.free...@gmail.com>: > Hi Diego, > > On Wed, Jan 10, 2018 at 11:08:54AM -0200, Diego Dorta wrote: >>Hi Peng, >> >>2018-01-10 3:20 GMT-02:00 Peng Fan <peng@nxp.com>: >>> This patchset is

Re: [U-Boot] [PATCH V5 00/31] imx: add i.MX8M support and i.MX8MQ EVK

2018-01-10 Thread Diego Dorta
Hi Peng, 2018-01-10 3:20 GMT-02:00 Peng Fan : > This patchset is to add i.MX8M and i.MX8MQ-EVK support > > V5: > Drop wait_mask_set/clr_timeout and switch to use readl_poll_timeout in > the patchset. > > V4: > Regenerate patchset based on Tom's master tree. > In this

Re: [U-Boot] [PATCH V5 00/31] imx: add i.MX8M support and i.MX8MQ EVK

2018-01-17 Thread Diego Dorta
Hi Peng, 2018-01-16 10:25 GMT-02:00 Peng Fan <peng@nxp.com>: > > >> -Original Message----- >> From: Diego Dorta [mailto:diegohdo...@gmail.com] >> Sent: Tuesday, January 16, 2018 8:15 PM >> To: Peng Fan <van.free...@gmail.com> >>

Re: [U-Boot] [PATCH V5 00/31] imx: add i.MX8M support and i.MX8MQ EVK

2018-01-18 Thread Diego Dorta
2018-01-17 23:13 GMT-02:00 Peng Fan : > Could you share the info that with timeout value to 0 and uboot debug enabled? > > Did you try nxp internal uboot on your board? What's the behavior? > > Actually I do not want to bother debugging for A0. > > Regards, > Peng. I talked to

Re: [U-Boot] [PATCH V5 00/31] imx: add i.MX8M support and i.MX8MQ EVK

2018-01-16 Thread Diego Dorta
Hi Peng, 2018-01-13 8:55 GMT-02:00 Peng Fan <van.free...@gmail.com>: > Hi Diego, > On Thu, Jan 11, 2018 at 10:36:02AM -0200, Diego Dorta wrote: >>Hi Peng, >> >>2018-01-10 23:16 GMT-02:00 Peng Fan <van.free...@gmail.com>: >>> Hi Diego, >>> >

[U-Boot] [PATCH] mx8mqevk: Update README with additional info

2018-01-23 Thread Diego Dorta
The main reason for this update is due the currently README has no enough info to boot the board. Add a few more steps that make the board bootable. Signed-off-by: Diego Dorta <diego.do...@nxp.com> --- This patch depends on Peng Fan's patch series: https://patchwork.ozlabs.org/cover/

Re: [U-Boot] [PATCH V5 00/31] imx: add i.MX8M support and i.MX8MQ EVK

2018-01-22 Thread Diego Dorta
add i.MX8M support > mmc: fsl_esdhc: support i.MX8M > imx: lcdif: include i.MX8M > gpio: mxc: add i.MX8M support > net: fec: do not access reserved register for i.MX8M > imx: imx8mq: add dtsi file > power: pmic/regulator all

[U-Boot] [PATCH] mx8mqevk: Update README with additional info

2018-01-23 Thread Diego Dorta
The main reason for this update is due the currently README has no enough info to boot the board. Add a few more steps that make the board bootable. Signed-off-by: Diego Dorta <diego.do...@nxp.com> --- This patch depends on Peng Fan's patch series: https://patchwork.ozlabs.org/cover/