Re: [U-Boot] [PATCH 4/4] u-boot: Upgrade 2018.07 -> 2018.09

2018-09-16 Thread Otavio Salvador
On Sun, Sep 16, 2018 at 6:16 PM Otavio Salvador wrote: > > This upgrades U-Boot to 2018.09 release and drop the backported > security fixes which are now included upstream. > > Signed-off-by: Otavio Salvador When I mentioned, on IRC, about this bump to Mare

[U-Boot] [PATCH 4/4] u-boot: Upgrade 2018.07 -> 2018.09

2018-09-16 Thread Otavio Salvador
This upgrades U-Boot to 2018.09 release and drop the backported security fixes which are now included upstream. Signed-off-by: Otavio Salvador --- .../u-boot/files/CVE-2018-1000205-1.patch | 59 .../u-boot/files/CVE-2018-1000205-2.patch | 143 -- ..._2018.07

[U-Boot] [PATCH 6/6] pico-imx7d: Add a new defconfig with PICO-Hobbit selected

2018-09-14 Thread Otavio Salvador
This adds a new defconfig which pre-selects the PICO-Hobbit baseboard allowing a completely non-interactive boot process. Signed-off-by: Otavio Salvador --- board/technexion/pico-imx7d/MAINTAINERS | 5 ++ configs/pico-hobbit-imx7d_defconfig | 61 + 2 files changed

[U-Boot] [PATCH 3/6] pico-imx6ul: Add a new defconfig with PICO-Pi selected

2018-09-14 Thread Otavio Salvador
This adds a new defconfig which pre-selects the PICO-Pi baseboard allowing a completely non-interactive boot process. Signed-off-by: Otavio Salvador --- board/technexion/pico-imx6ul/MAINTAINERS | 5 +++ configs/pico-pi-imx6ul_defconfig | 53 2 files changed

[U-Boot] [PATCH 5/6] pico-imx7d: Add PICO-Hobbit baseboard support

2018-09-14 Thread Otavio Salvador
This adds the device tree to the DFU and bootmenu environment setting. Signed-off-by: Otavio Salvador --- include/configs/pico-imx7d.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx7d.h index 4cc84ff5d4

[U-Boot] [PATCH 2/6] pico-imx6ul: Add PICO-Pi baseboard support

2018-09-14 Thread Otavio Salvador
This adds the device tree to the DFU and bootmenu environment setting. Signed-off-by: Otavio Salvador --- include/configs/pico-imx6ul.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h index 8c657c13ac..3d93205535 100644

[U-Boot] [PATCH 4/6] pico-imx7d: Fix TechNexion spelling on MAINTAINERS file

2018-09-14 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- board/technexion/pico-imx7d/MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/technexion/pico-imx7d/MAINTAINERS b/board/technexion/pico-imx7d/MAINTAINERS index 0755bd8366..1505c4da9a 100644 --- a/board/technexion/pico

[U-Boot] [PATCH 1/6] pico-imx6ul: Fix TechNexion spelling on MAINTAINERS file

2018-09-14 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- board/technexion/pico-imx6ul/MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/technexion/pico-imx6ul/MAINTAINERS b/board/technexion/pico-imx6ul/MAINTAINERS index 334847cf71..fec5868015 100644 --- a/board/technexion

Re: [U-Boot] [PATCH v3 13/14] pico-imx6ul: Add Falcon mode support

2018-09-14 Thread Otavio Salvador
On Fri, Sep 14, 2018 at 10:07 AM Stefano Babic wrote: > On 14/09/2018 14:49, Otavio Salvador wrote: > > On Fri, Sep 14, 2018 at 8:53 AM Stefano Babic wrote: > >> On 13/09/2018 21:57, Otavio Salvador wrote: > >>> Falcon mode boots the kernel directly from SPL, wi

Re: [U-Boot] [PATCH v3 13/14] pico-imx6ul: Add Falcon mode support

2018-09-14 Thread Otavio Salvador
On Fri, Sep 14, 2018 at 8:53 AM Stefano Babic wrote: > On 13/09/2018 21:57, Otavio Salvador wrote: > > Falcon mode boots the kernel directly from SPL, without loading > > the full U-Boot. > > > > As pico-imx6ul does not have a GPIO for selecting Falcon versus normal >

Re: [U-Boot] [PATCH v3 12/14] pico-imx6ul: Remove CONFIG_FSL_USDHC from .h

2018-09-13 Thread Otavio Salvador
On Thu, Sep 13, 2018 at 6:49 PM Fabio Estevam wrote: > > On Thu, Sep 13, 2018 at 6:33 PM, Otavio Salvador > wrote: > > On Thu, Sep 13, 2018 at 5:14 PM Fabio Estevam wrote: > >> > > ... > >> I see that CONFIG_FSL_USDHC is defined inside "mx6_common.h&q

Re: [U-Boot] [PATCH v3 12/14] pico-imx6ul: Remove CONFIG_FSL_USDHC from .h

2018-09-13 Thread Otavio Salvador
NFIG_FSL_USDHC from .h The CONFIG_FSL_USDHC is defined inside "mx6_common.h", which is already included in this file. Signed-off-by: Otavio Salvador ? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53)

[U-Boot] [PATCH v3 14/14] pico-imx6ul: Add instructions for booting in Falcon mode

2018-09-13 Thread Otavio Salvador
From: Fabio Estevam Falcon mode allows the SPL to load and jump directly to the kernel, without loading U-Boot proper. Add detailed step by step on how to use Falcon mode on pico-imx6ul. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v3: - new patch Changes

[U-Boot] [PATCH v3 12/14] pico-imx6ul: Remove CONFIG_FSL_USDHC from .h

2018-09-13 Thread Otavio Salvador
The FSL_USDHC support is now handled by Kconfig and it is enabled on the respective `defconfig` so the setting in .h is pointless. Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None include/configs/pico-imx6ul.h | 1 - 1 file changed, 1 deletion(-) diff --git

[U-Boot] [PATCH v3 07/14] pico-imx6ul: Sync defconfig with new changes

2018-09-13 Thread Otavio Salvador
Due the changes in previous commits, we need to resync the defconfig to reduce noise in next commits. Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None configs/pico-imx6ul_defconfig | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff

[U-Boot] [PATCH v3 10/14] pico-imx6ul: Sync README with pico-imx7d

2018-09-13 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None board/technexion/pico-imx6ul/README | 22 +- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/board/technexion/pico-imx6ul/README b/board/technexion/pico-imx6ul/README index a5415714ee

[U-Boot] [PATCH v3 13/14] pico-imx6ul: Add Falcon mode support

2018-09-13 Thread Otavio Salvador
Falcon mode boots the kernel directly from SPL, without loading the full U-Boot. As pico-imx6ul does not have a GPIO for selecting Falcon versus normal mode, enter in Falcon mode when the customer selects the CONFIG_SPL_OS_BOOT option in menuconfig. Signed-off-by: Otavio Salvador --- Changes

[U-Boot] [PATCH v3 09/14] pico-imx6ul: Improve default DFU settings

2018-09-13 Thread Otavio Salvador
This rework the DFU settings so it supports the SPL and U-Boot image, as well as the single partition layout we are using by default. Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None include/configs/pico-imx6ul.h | 11 ++- 1 file changed, 6 insertions(+), 5

[U-Boot] [PATCH v3 08/14] pico-imx6ul: Add bootmenu to choose the baseboard

2018-09-13 Thread Otavio Salvador
Currently the baseboards do not offer a way to autodetect which one is in use, so we ask the user if no value has been set. Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None configs/pico-imx6ul_defconfig | 5 +++-- include/configs/pico-imx6ul.h | 10 ++ 2

[U-Boot] [PATCH v3 11/14] pico-imx6ul: Add new pico-hobbit config

2018-09-13 Thread Otavio Salvador
The new config skips the boot menu which asks which board is in use. This is useful to allow direct booting of image without user iteration. Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None board/technexion/pico-imx6ul/MAINTAINERS | 5 +++ configs/pico-hobbit

[U-Boot] [PATCH v3 04/14] pico-imx6ul: Add bmode support

2018-09-13 Thread Otavio Salvador
Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None configs/pico-imx6ul_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig index cae7ded1fa..daa898fb22 100644 --- a/config

[U-Boot] [PATCH v3 06/14] pico-imx6ul: Update the README file

2018-09-13 Thread Otavio Salvador
From: Fabio Estevam Update the README file to take into accound the switch to SPL. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None board/technexion/pico-imx6ul/README | 26 -- 1

[U-Boot] [PATCH v3 05/14] pico-imx6ul: Add support for the 512MB module

2018-09-13 Thread Otavio Salvador
From: Fabio Estevam Currently only the module with 256MB of RAM is supported. Add support for the 512MB of RAM variant as well. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None board/technexion/pico-imx6ul

[U-Boot] [PATCH v3 03/14] pico-imx6ul: Add fastboot support

2018-09-13 Thread Otavio Salvador
525 bootloader-version: U-Boot 2018.07-rc2-00130-g0881835-dirty finished. total time: 0.000s 2. Resetting the board $ sudo fastboot reboot -i 0x0525 (this causes the pico-imx6ul to reboot) Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v3: N

[U-Boot] [PATCH v3 02/14] pico-imx6ul: Convert to SPL

2018-09-13 Thread Otavio Salvador
in future. Currently only the 256MB is tested/supported. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: - add newline after SPDX header - avoid initializing CCGR7 as UL does not have it - mention clocks

[U-Boot] [PATCH v3 01/14] pico-imx6ul: Convert to distro config

2018-09-13 Thread Otavio Salvador
From: Fabio Estevam Instead of keeping a custom environment, use a more generic approach by switching to disto config. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None configs/pico-imx6ul_defconfig | 2 + include/configs/pico-imx6ul.h

Re: [U-Boot] [PATCH v2 06/13] pico-imx7d: Update the README file

2018-09-06 Thread Otavio Salvador
On Thu, Sep 6, 2018 at 6:54 AM Stefano Babic wrote: > On 05/09/2018 21:13, Otavio Salvador wrote: > > Hello Tom and Stefano, > > > > This should be applied for release as it puts the README aligned with > > current use. Please consider it. > > > >

Re: [U-Boot] [PATCH v2 06/13] pico-imx7d: Update the README file

2018-09-05 Thread Otavio Salvador
Hello Tom and Stefano, This should be applied for release as it puts the README aligned with current use. Please consider it. On Tue, Sep 4, 2018 at 4:13 PM Otavio Salvador wrote: > On Tue, Sep 4, 2018 at 11:06 AM Michael Nazzareno Trimarchi > wrote: > ... > > Those change a

Re: [U-Boot] [PATCH v2 06/13] pico-imx7d: Update the README file

2018-09-04 Thread Otavio Salvador
On Tue, Sep 4, 2018 at 11:06 AM Michael Nazzareno Trimarchi wrote: ... > Those change are about imx6ul and you update the readme of imx7d Those put them on sync and it is part of our work. I see no reason for another PR just for a single commit. -- Otavio Salvador

[U-Boot] [PATCH v2 10/13] pico-imx6ul: Improve default DFU settings

2018-09-04 Thread Otavio Salvador
This rework the DFU settings so it supports the SPL and U-Boot image, as well as the single partition layout we are using by default. Signed-off-by: Otavio Salvador --- Changes in v2: None include/configs/pico-imx6ul.h | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff

[U-Boot] [PATCH v2 09/13] pico-imx6ul: Add bootmenu to choose the baseboard

2018-09-04 Thread Otavio Salvador
Currently the baseboards do not offer a way to autodetect which one is in use, so we ask the user if no value has been set. Signed-off-by: Otavio Salvador --- Changes in v2: None configs/pico-imx6ul_defconfig | 5 +++-- include/configs/pico-imx6ul.h | 10 ++ 2 files changed, 13

[U-Boot] [PATCH v2 12/13] pico-imx6ul: Add new pico-hobbit config

2018-09-04 Thread Otavio Salvador
The new config skips the boot menu which asks which board is in use. This is useful to allow direct booting of image without user iteration. Signed-off-by: Otavio Salvador --- Changes in v2: None board/technexion/pico-imx6ul/MAINTAINERS | 5 +++ configs/pico-hobbit-imx6ul_defconfig | 53

[U-Boot] [PATCH v2 05/13] pico-imx6ul: Add support for the 512MB module

2018-09-04 Thread Otavio Salvador
From: Fabio Estevam Currently only the module with 256MB of RAM is supported. Add support for the 512MB of RAM variant as well. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: None board/technexion/pico-imx6ul/spl.c | 27

[U-Boot] [PATCH v2 08/13] pico-imx6ul: Sync defconfig with new changes

2018-09-04 Thread Otavio Salvador
Due the changes in previous commits, we need to resync the defconfig to reduce noise in next commits. Signed-off-by: Otavio Salvador --- Changes in v2: None configs/pico-imx6ul_defconfig | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/configs/pico

[U-Boot] [PATCH v2 04/13] pico-imx6ul: Add bmode support

2018-09-04 Thread Otavio Salvador
Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: None configs/pico-imx6ul_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig index cae7ded1fa..daa898fb22 100644 --- a/configs/pico-imx6ul_defconfig

[U-Boot] [PATCH v2 07/13] pico-imx6ul: Update the README file

2018-09-04 Thread Otavio Salvador
From: Fabio Estevam Update the README file to take into accound the switch to SPL. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: None board/technexion/pico-imx6ul/README | 26 -- 1 file changed, 20

[U-Boot] [PATCH v2 13/13] pico-imx6ul: Remove CONFIG_FSL_USDHC from .h

2018-09-04 Thread Otavio Salvador
The FSL_USDHC support is now handled by Kconfig and it is enabled on the respective `defconfig` so the setting in .h is pointless. Signed-off-by: Otavio Salvador --- Changes in v2: None include/configs/pico-imx6ul.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/pico

[U-Boot] [PATCH v2 06/13] pico-imx7d: Update the README file

2018-09-04 Thread Otavio Salvador
From: Fabio Estevam Update the README file to take into accound the switch to SPL. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: None board/technexion/pico-imx7d/README | 24 +--- 1 file changed, 17

[U-Boot] [PATCH v2 11/13] pico-imx6ul: Sync README with pico-imx7d

2018-09-04 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v2: None board/technexion/pico-imx6ul/README | 22 +- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/board/technexion/pico-imx6ul/README b/board/technexion/pico-imx6ul/README index a5415714ee..66dc977d49 100644

[U-Boot] [PATCH v2 02/13] pico-imx6ul: Convert to SPL

2018-09-04 Thread Otavio Salvador
in future. Currently only the 256MB is tested/supported. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: - add newline after SPDX header - avoid initializing CCGR7 as UL does not have it - mention clocks initialization will be cleaned

[U-Boot] [PATCH v2 01/13] pico-imx6ul: Convert to distro config

2018-09-04 Thread Otavio Salvador
From: Fabio Estevam Instead of keeping a custom environment, use a more generic approach by switching to disto config. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v2: None configs/pico-imx6ul_defconfig | 2 + include/configs/pico-imx6ul.h | 69

[U-Boot] [PATCH v2 03/13] pico-imx6ul: Add fastboot support

2018-09-04 Thread Otavio Salvador
525 bootloader-version: U-Boot 2018.07-rc2-00130-g0881835-dirty finished. total time: 0.000s 2. Resetting the board $ sudo fastboot reboot -i 0x0525 (this causes the pico-imx6ul to reboot) Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: N

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-08-31 Thread Otavio Salvador
On Fri, Aug 31, 2018 at 4:21 PM Stefano Babic wrote: > On 31/08/2018 20:53, Otavio Salvador wrote: > > On Fri, Aug 31, 2018 at 10:08 AM Tom Rini wrote: > >> On Fri, Aug 31, 2018 at 03:04:31PM +0200, Stefano Babic wrote: > >>> please pull from u-boot-imx, thanks

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-08-31 Thread Otavio Salvador
to review them and see if they are fine for merging or need adjustments? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347)

[U-Boot] [PATCH 11/13] pico-imx6ul: Sync README with pico-imx7d

2018-08-30 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- board/technexion/pico-imx6ul/README | 22 +- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/board/technexion/pico-imx6ul/README b/board/technexion/pico-imx6ul/README index a5415714ee..66dc977d49 100644 --- a/board

[U-Boot] [PATCH 10/13] pico-imx6ul: Improve default DFU settings

2018-08-30 Thread Otavio Salvador
This rework the DFU settings so it supports the SPL and U-Boot image, as well as the single partition layout we are using by default. Signed-off-by: Otavio Salvador --- include/configs/pico-imx6ul.h | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/include/configs

[U-Boot] [PATCH 13/13] pico-imx6ul: Remove CONFIG_FSL_USDHC from .h

2018-08-30 Thread Otavio Salvador
The FSL_USDHC support is now handled by Kconfig and it is enabled on the respective `defconfig` so the setting in .h is pointless. Signed-off-by: Otavio Salvador --- include/configs/pico-imx6ul.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/pico-imx6ul.h b/include/configs

[U-Boot] [PATCH 08/13] pico-imx6ul: Sync defconfig with new changes

2018-08-30 Thread Otavio Salvador
Due the changes in previous commits, we need to resync the defconfig to reduce noise in next commits. Signed-off-by: Otavio Salvador --- configs/pico-imx6ul_defconfig | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/configs/pico-imx6ul_defconfig b

[U-Boot] [PATCH 07/13] pico-imx6ul: Update the README file

2018-08-30 Thread Otavio Salvador
From: Fabio Estevam Update the README file to take into accound the switch to SPL. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- board/technexion/pico-imx6ul/README | 26 -- 1 file changed, 20 insertions(+), 6 deletions

[U-Boot] [PATCH 09/13] pico-imx6ul: Add bootmenu to choose the baseboard

2018-08-30 Thread Otavio Salvador
Currently the baseboards do not offer a way to autodetect which one is in use, so we ask the user if no value has been set. Signed-off-by: Otavio Salvador --- configs/pico-imx6ul_defconfig | 5 +++-- include/configs/pico-imx6ul.h | 10 ++ 2 files changed, 13 insertions(+), 2 deletions

[U-Boot] [PATCH 04/13] pico-imx6ul: Add bmode support

2018-08-30 Thread Otavio Salvador
Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- configs/pico-imx6ul_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig index cae7ded1fa..daa898fb22 100644 --- a/configs/pico-imx6ul_defconfig +++ b/config

[U-Boot] [PATCH 12/13] pico-imx6ul: Add new pico-hobbit config

2018-08-30 Thread Otavio Salvador
The new config skips the boot menu which asks which board is in use. This is useful to allow direct booting of image without user iteration. Signed-off-by: Otavio Salvador --- board/technexion/pico-imx6ul/MAINTAINERS | 5 +++ configs/pico-hobbit-imx6ul_defconfig | 53

[U-Boot] [PATCH 06/13] pico-imx7d: Update the README file

2018-08-30 Thread Otavio Salvador
From: Fabio Estevam Update the README file to take into accound the switch to SPL. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- board/technexion/pico-imx7d/README | 24 +--- 1 file changed, 17 insertions(+), 7 deletions

[U-Boot] [PATCH 05/13] pico-imx6ul: Add support for the 512MB module

2018-08-30 Thread Otavio Salvador
From: Fabio Estevam Currently only the module with 256MB of RAM is supported. Add support for the 512MB of RAM variant as well. Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- board/technexion/pico-imx6ul/spl.c | 27

[U-Boot] [PATCH 02/13] pico-imx6ul: Convert to SPL

2018-08-30 Thread Otavio Salvador
-by: Otavio Salvador --- arch/arm/mach-imx/mx6/Kconfig | 1 + board/technexion/pico-imx6ul/Makefile | 2 +- board/technexion/pico-imx6ul/spl.c| 115 ++ configs/pico-imx6ul_defconfig | 14 +++- include/configs/pico-imx6ul.h | 1 + 5 files changed

[U-Boot] [PATCH 03/13] pico-imx6ul: Add fastboot support

2018-08-30 Thread Otavio Salvador
525 bootloader-version: U-Boot 2018.07-rc2-00130-g0881835-dirty finished. total time: 0.000s 2. Resetting the board $ sudo fastboot reboot -i 0x0525 (this causes the pico-imx6ul to reboot) Signed-off-by: Fabio Estevam Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- configs/p

[U-Boot] [PATCH 01/13] pico-imx6ul: Convert to distro config

2018-08-30 Thread Otavio Salvador
From: Fabio Estevam Instead of keeping a custom environment, use a more generic approach by switching to disto config. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- configs/pico-imx6ul_defconfig | 2 + include/configs/pico-imx6ul.h | 69

Re: [U-Boot] [PATCH] pico-pi: Add Otavio as maintainer

2018-07-31 Thread Otavio Salvador
On Tue, Jul 31, 2018 at 9:49 AM, Tom Rini wrote: > Update the MAINTAINERS file to list Otavio Salvador as the maintainer > for this board. > > Cc: Otavio Salvador > Signed-off-by: Tom Rini Acked-by: Otavio Salvador -- Otavio Salvador O.

Re: [U-Boot] persistent logo on LCD on imx6ull

2018-07-04 Thread Otavio Salvador
On Tue, Jul 3, 2018 at 6:20 AM, Michael Nazzareno Trimarchi wrote: > Ok I have fixed it :) Mind to share how? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347)

[U-Boot] [PATCH 16/16] pico-imx7d: Add new pico-pi config

2018-06-29 Thread Otavio Salvador
The new config skips the boot menu which asks which board is in use. This is useful to allow direct booting of image without user iteration. Signed-off-by: Otavio Salvador --- configs/pico-pi-imx7d_defconfig | 59 + 1 file changed, 59 insertions(+) create mode

[U-Boot] [PATCH 09/16] pico-imx7d: Add Falcon mode support

2018-06-29 Thread Otavio Salvador
Estevam Signed-off-by: Otavio Salvador --- board/technexion/pico-imx7d/spl.c | 8 configs/pico-imx7d_defconfig | 2 ++ include/configs/pico-imx7d.h | 12 3 files changed, 22 insertions(+) diff --git a/board/technexion/pico-imx7d/spl.c b/board/technexion/pico-imx7d

[U-Boot] [PATCH 11/16] pico-imx7d: Do not override addrmap5

2018-06-29 Thread Otavio Salvador
From: Fabio Estevam The addrmap5 value is the same for the 512MB and 1GB variants, so there is no need to override it. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- board/technexion/pico-imx7d/spl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[U-Boot] [PATCH 13/16] pico-imx7d: Enable auxiliary code support

2018-06-29 Thread Otavio Salvador
This enables the "bootaux" command so a firmware can be loaded inside the M4 MCU. Signed-off-by: Otavio Salvador --- configs/pico-imx7d_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/pico-imx7d_defconfig b/configs/pico-imx7d_defconfig index af2a776005..57312b1

[U-Boot] [PATCH 12/16] pico-imx7d: Allow default fdtfile to be overridden by defconfig

2018-06-29 Thread Otavio Salvador
This allow the addition of extra default configurations for each baseboard, removing the boot menu when user boots for the first time. Signed-off-by: Otavio Salvador --- configs/pico-imx7d_defconfig | 1 + include/configs/pico-imx7d.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion

[U-Boot] [PATCH 06/16] pico-imx7d: Add SPL support

2018-06-29 Thread Otavio Salvador
by reading GPIO1_12. While at it, also add USB Serial Download mode support as it is very helpful for loading SPL and u-boot.img via imx_usb_loader. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- arch/arm/mach-imx/mx7/Kconfig| 1 + board/technexion/pico-imx7d/Makefile

[U-Boot] [PATCH 15/16] pico-imx7d: README: Drop old instructions about secure mode

2018-06-29 Thread Otavio Salvador
Our default config already has the secure mode supported, so the manual step is not required anymore. Signed-off-by: Otavio Salvador --- board/technexion/pico-imx7d/README | 17 - 1 file changed, 17 deletions(-) diff --git a/board/technexion/pico-imx7d/README b/board

[U-Boot] [PATCH 05/16] pico-imx7d: Add fastboot support

2018-06-29 Thread Otavio Salvador
525 bootloader-version: U-Boot 2018.07-rc1-03888-gde846f9 finished. total time: 0.000s 2. Resetting the board $ sudo fastboot reboot -i 0x0525 (this causes the pico-imx7d to reboot) Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- configs/pico-imx7d_defconfig | 7 ++- include/conf

[U-Boot] [PATCH 10/16] pico-imx7d: Enable CONFIG_ARMV7_BOOT_SEC_DEFAULT

2018-06-29 Thread Otavio Salvador
the driver to probe successfully. Tested with kernel mainline version 4.17.2. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- configs/pico-imx7d_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/pico-imx7d_defconfig b/configs/pico-imx7d_defconfig index

[U-Boot] [PATCH 08/16] pico-imx7d: Add bootmenu to choose the baseboard

2018-06-29 Thread Otavio Salvador
Currently the baseboards do not offer a way to autodetect which one is in use, so we ask the user if no value has been set. Signed-off-by: Otavio Salvador --- configs/pico-imx7d_defconfig | 3 ++- include/configs/pico-imx7d.h | 12 +++- 2 files changed, 13 insertions(+), 2 deletions

[U-Boot] [PATCH 14/16] pico-imx7d: README: Use dfu-util to flash U-Boot

2018-06-29 Thread Otavio Salvador
The DFU allows a more user friendly use as the details where the bootloader is installed are abstracted. Signed-off-by: Otavio Salvador --- board/technexion/pico-imx7d/README | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/board/technexion/pico-imx7d/README b

[U-Boot] [PATCH 07/16] pico-imx7d: Add support for update SPL using DFU

2018-06-29 Thread Otavio Salvador
From: Fabio Berton Add spl entry on dfu_alt_info to be able to update U-Boot with SPL for pico imx7d board. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- include/configs/pico-imx7d.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/pico

[U-Boot] [PATCH 04/16] pico-imx7d: Add default DFU targets

2018-06-29 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- configs/pico-imx7d_defconfig | 3 ++- include/configs/pico-imx7d.h | 7 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/configs/pico-imx7d_defconfig b/configs/pico-imx7d_defconfig index e456aedb50..04823ca439 100644 --- a/configs/pico

[U-Boot] [PATCH 03/16] pico-imx7d: Add GPT partitioning support

2018-06-29 Thread Otavio Salvador
This allow the use of: > run setup_emmc inside of the U-Boot prompt to do the partitioning of the disk. Signed-off-by: Otavio Salvador --- configs/pico-imx7d_defconfig | 2 +- include/configs/pico-imx7d.h | 4 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/p

[U-Boot] [PATCH 02/16] pico-imx7d: Fix common distro configuration behavior

2018-06-29 Thread Otavio Salvador
This sets DISTRO_CONFIG and BOOTCOMMAND, as well as add a `finduuid` environment helper to allow it to properly work with Yocto Project and other distributions using extlinux autogenerated configuration files. Signed-off-by: Otavio Salvador --- configs/pico-imx7d_defconfig | 13

[U-Boot] [PATCH 01/16] pico-imx7d: Convert to distro config

2018-06-29 Thread Otavio Salvador
From: Fabio Estevam Instead of keeping a custom environment, use a more generic approach by switching to disto config. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- include/configs/pico-imx7d.h | 55 +--- 1 file changed, 14 insertions(+), 41

[U-Boot] [PATCH 3/3] pico-imx7d: Adjust the dtb name

2018-06-11 Thread Otavio Salvador
From: Fabio Estevam Since kernel commit 41bbeadceb03 ("ARM: dts: imx7d-pico-pi: Separate into cpu and baseboard dts") the dtb name has changed. Fix it accordingly. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- include/configs/pico-imx7d.h | 2 +- 1 file

[U-Boot] [PATCH 2/3] spl: Add default values for ARCH_MX7

2018-06-11 Thread Otavio Salvador
From: Fabio Estevam ARCH_MX6 has default values for SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR and SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR. Do the same for ARCH_MX7 so that users may have a consistent experience through the i.MX families. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador

[U-Boot] [PATCH 1/3] wandboard: Remove hardcoded baudrate from "console" variable

2018-06-11 Thread Otavio Salvador
We should use the baudrate variable available inside U-Boot environment to allow it to be changed dynamically. Signed-off-by: Otavio Salvador --- include/configs/wandboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/wandboard.h b/include/configs

Re: [U-Boot] [PATCH] arm, imx6: add support for SD/MMC Manufacture Mode

2018-05-25 Thread Otavio Salvador
lines in 80 cols and add the missing signed-off-by. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 ___ U-Boot mai

Re: [U-Boot] [PATCH] arm, imx6: fix NOR/OneNAND boot mode mix-up

2018-05-25 Thread Otavio Salvador
.MX > reference manuals for accuracy. Same as the other patch. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 ___

Re: [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release

2017-11-16 Thread Otavio Salvador
On Thu, Nov 16, 2017 at 4:21 PM, Marek Vasut <ma...@denx.de> wrote: > On 11/16/2017 01:02 PM, Otavio Salvador wrote: >> On Thu, Nov 16, 2017 at 6:12 AM, Marek Vasut <ma...@denx.de> wrote: >>> On 11/15/2017 05:47 PM, Stefan Agner wrote: >>>>

[U-Boot] [PATCH v2 4/6] pico-imx6ul: Define partition layout in the environment

2017-11-16 Thread Otavio Salvador
From: Fabio Berton <fabio.ber...@ossystems.com.br> Create layout with a boot 16MiB partition and rootfs with remain space. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> --- Changes in v2: - fix typo (s

Re: [U-Boot] [OE-core] [PATCH] u-boot: Upgrade to 2017.11 release

2017-11-16 Thread Otavio Salvador
On Thu, Nov 16, 2017 at 6:12 AM, Marek Vasut <ma...@denx.de> wrote: > On 11/15/2017 05:47 PM, Stefan Agner wrote: >> On 2017-11-14 19:32, Otavio Salvador wrote: >>> This upgrades the U-Boot from 2017.09 to 2017.11 release. >> >> You might encounter this when bui

[U-Boot] [PATCH v2 6/6] pico-imx6ul: Use FS_GENERIC load command

2017-11-16 Thread Otavio Salvador
From: Fabio Berton <fabio.ber...@ossystems.com.br> Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> --- Changes in v2: None include/configs/pico-imx6ul.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[U-Boot] [PATCH v2 5/6] pico-imx6ul: Add function to create gpt partitions

2017-11-16 Thread Otavio Salvador
From: Fabio Berton <fabio.ber...@ossystems.com.br> Command run setup_emmc will create gpt partitions for mmc 0 device based on patitions variable. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> --- C

[U-Boot] [PATCH v2 2/6] pico-imx6ul: Use PARTUUID to specify the rootfs location

2017-11-16 Thread Otavio Salvador
Fabio Berton <fabio.ber...@ossystems.com.br> Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> --- Changes in v2: - fix typo (s/eMMM/eMMC/) - Fabio Estevam configs/pico-imx6ul_defconfig | 1 + include/configs/pico-imx6ul.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deleti

[U-Boot] [PATCH v2 3/6] pico-imx6ul: Add boot and rootfs dfu_alt_info

2017-11-16 Thread Otavio Salvador
til -D rootfs.ext4 -a rootfs To copy boot files you need to have a formated mmc 0:1 partition. To format with ext4 filesystem you can use ums. Run on target: ums 0 mmc 0 and on host: sudo mkfs.ext4 /dev/sdx1 Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> Signed-off-by: Ota

[U-Boot] [PATCH v2 1/6] pico-imx6ul: Move dfu_alt_info to CONFIG_DFU_ENV_SETTINGS variable

2017-11-16 Thread Otavio Salvador
From: Fabio Berton <fabio.ber...@ossystems.com.br> Create CONFIG_DFU_ENV_SETTINGS to set dfu environment settings to improve human readable code. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> --- C

[U-Boot] [PATCH] u-boot: Upgrade to 2017.11 release

2017-11-14 Thread Otavio Salvador
This upgrades the U-Boot from 2017.09 to 2017.11 release. Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> --- .../u-boot/{u-boot-common_2017.09.inc => u-boot-common_2017.11.inc} | 2 +- .../u-boot/{u-boot-fw-utils_2017.09.bb => u-boot-fw-utils_2017.11.bb} | 0 .../u-

[U-Boot] [PATCH 6/6] pico-imx6ul: Use FS_GENERIC load command

2017-11-14 Thread Otavio Salvador
From: Fabio Berton <fabio.ber...@ossystems.com.br> Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> --- include/configs/pico-imx6ul.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/in

[U-Boot] [PATCH 3/6] pico-imx6ul: Add boot and rootfs dfu_alt_info

2017-11-14 Thread Otavio Salvador
til -D rootfs.ext4 -a rootfs To copy boot files you need to have a formated mmc 0:1 partition. To format with ext4 filesystem you can use ums. Run on target: ums 0 mmc 0 and on host: sudo mkfs.ext4 /dev/sdx1 Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> Signed-off-by: Ota

[U-Boot] [PATCH 5/6] pico-imx6ul: Add function to create gpt partitions

2017-11-14 Thread Otavio Salvador
From: Fabio Berton <fabio.ber...@ossystems.com.br> Command run setup_emmc will create gpt partitions for mmc 0 device based on patitions variable. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>

[U-Boot] [PATCH 4/6] pico-imx6ul: Define partition layout in the environment

2017-11-14 Thread Otavio Salvador
From: Fabio Berton <fabio.ber...@ossystems.com.br> Create layout with a boot 16MiB partition and rootfs with remain space. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> --- include/configs/pico-imx6ul

[U-Boot] [PATCH 2/6] pico-imx6ul: Use PARTUUID to specify the rootfs location

2017-11-14 Thread Otavio Salvador
Fabio Berton <fabio.ber...@ossystems.com.br> Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> --- configs/pico-imx6ul_defconfig | 1 + include/configs/pico-imx6ul.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configs/pico-imx6ul_defcon

[U-Boot] [PATCH 1/6] pico-imx6ul: Move dfu_alt_info to CONFIG_DFU_ENV_SETTINGS variable

2017-11-14 Thread Otavio Salvador
From: Fabio Berton <fabio.ber...@ossystems.com.br> Create CONFIG_DFU_ENV_SETTINGS to set dfu environment settings to improve human readable code. Signed-off-by: Fabio Berton <fabio.ber...@ossystems.com.br> Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> --- in

Re: [U-Boot] [PATCH] gpt: add part-uuid and part-num subcommands

2017-11-08 Thread Otavio Salvador
On Wed, Nov 8, 2017 at 3:16 PM, Andrey Yurovsky <yurov...@gmail.com> wrote: > On Wed, Nov 8, 2017 at 2:47 AM Otavio Salvador > <otavio.salva...@ossystems.com.br> wrote: >> >> On Tue, Nov 7, 2017 at 10:43 PM, your name <yurov...@gmail.com> wrote: >> &

Re: [U-Boot] [PATCH] gpt: add part-uuid and part-num subcommands

2017-11-08 Thread Otavio Salvador
l along > with some documentation. > > Signed-off-by: Andrey Yurovsky <yurov...@gmail.com> Why not use the 'part' cmd? it provides it. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://c

Re: [U-Boot] [PATCH v3 2/3] mx25: Select the ESDHC_A001 erratum

2017-11-03 Thread Otavio Salvador
ben...@wsystem.com> > Signed-off-by: Fabio Estevam <fabio.este...@nxp.com> > Acked-by: Sebastien Bourdelin <sebastien.bourde...@savoirfairelinux.com> Acked-by: Otavio Salvador <ota...@ossystems.com.br> Tested-by: Otavio Salvador <ota...@ossystems.com.br> # mx25pd

Re: [U-Boot] [PATCH v5] wandboard: Add support for the MX6QP variant

2017-10-30 Thread Otavio Salvador
io Estevam <fabio.este...@nxp.com> Stefano, please add this to 17.11 release too. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 ___

Re: [U-Boot] [RFC] mmc: fsl_esdhc: Do not set high speed mode on MX25 and MX51

2017-10-19 Thread Otavio Salvador
lt; CONFIG_SYS_FSL_ESDHC_NUM; I think the original RFC is better as workaround as it solves the issue for other boards. This does not mean we shouldn't fix the root cause ... -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br M

<    1   2   3   4   5   6   7   8   9   10   >