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

2017-11-14 Thread Otavio Salvador
From: Fabio Berton Create layout with a boot 16MiB partition and rootfs with remain space. Signed-off-by: Fabio Berton 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

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

2017-11-14 Thread Otavio Salvador
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 Signed-off-by: Otavio Salvador --- include/configs/pico-imx6ul.h | 6 +- 1 file changed

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

2017-11-14 Thread Otavio Salvador
From: Fabio Berton Command run setup_emmc will create gpt partitions for mmc 0 device based on patitions variable. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- configs/pico-imx6ul_defconfig | 1 + include/configs/pico-imx6ul.h | 1 + 2 files changed, 2 insertions(+) diff

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

2017-11-14 Thread Otavio Salvador
From: Fabio Berton Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- include/configs/pico-imx6ul.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h index b7469f8031..4a43515782 100644 --- a

[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 --- .../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-boot/{u-boot-mkimage_2017.09.b

[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 Create CONFIG_DFU_ENV_SETTINGS to set dfu environment settings to improve human readable code. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: None include/configs/pico-imx6ul.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff

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

2017-11-16 Thread Otavio Salvador
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 Signed-off-by: Otavio Salvador --- Changes in v2: None include/configs/pico-imx6ul.h | 6

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

2017-11-16 Thread Otavio Salvador
From: Fabio Berton Currently the rootfs location is passed via mmcblk number and using the UUID method to specify the rootfs location is a better approach working even if mmcblk number for the eMMC changes depending on the kernel versions. Signed-off-by: Fabio Berton Signed-off-by: Otavio

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

2017-11-16 Thread Otavio Salvador
From: Fabio Berton Command run setup_emmc will create gpt partitions for mmc 0 device based on patitions variable. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: None configs/pico-imx6ul_defconfig | 1 + include/configs/pico-imx6ul.h | 1 + 2 files changed, 2

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

2017-11-16 Thread Otavio Salvador
From: Fabio Berton Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: None include/configs/pico-imx6ul.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h index 310fceb14b

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 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 building fw_printenv/s

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

2017-11-16 Thread Otavio Salvador
From: Fabio Berton Create layout with a boot 16MiB partition and rootfs with remain space. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- Changes in v2: - fix typo (s/Mib/MiB/) - Fabio Estevam include/configs/pico-imx6ul.h | 3 +++ 1 file changed, 3 insertions(+) diff

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 wrote: > On 11/16/2017 01:02 PM, Otavio Salvador wrote: >> On Thu, Nov 16, 2017 at 6:12 AM, Marek Vasut wrote: >>> On 11/15/2017 05:47 PM, Stefan Agner wrote: >>>> On 2017-11-14 19:32, Otavio Salvador wrote: >>>&

[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

[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 02/13] pico-imx6ul: Convert to SPL

2018-08-30 Thread Otavio Salvador
: 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 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 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 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 04/13] pico-imx6ul: Add bmode support

2018-08-30 Thread Otavio Salvador
Estevam 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 ++

[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 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 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 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 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

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

2018-08-31 Thread Otavio Salvador
you 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

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 ! &

[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

[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 02/13] pico-imx6ul: Convert to SPL

2018-09-04 Thread Otavio Salvador
ed up 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 cl

[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 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 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 04/13] pico-imx6ul: Add bmode support

2018-09-04 Thread Otavio Salvador
Estevam 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

[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 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 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 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

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

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-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. > > > > You patch

[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

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

2018-09-13 Thread Otavio Salvador
ed up 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 c

[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 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 04/14] pico-imx6ul: Add bmode support

2018-09-13 Thread Otavio Salvador
Estevam 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 --

[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 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 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 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 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 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 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 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 a

[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 in

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

2018-09-13 Thread Otavio Salvador
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)

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 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 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

[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

[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 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 --- a

[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 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 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 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

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 Marek, he mentioned

[U-Boot] [PATCH 1/2] pico-imx6ul, pico-imx7d: Use eMMC user partition by default

2018-09-21 Thread Otavio Salvador
After discussing with TechNexion about how its default setting, it is better to install on the eMMC user partition by default, when using DFU, so it works out of box for majority of users. Signed-off-by: Otavio Salvador --- include/configs/pico-imx6ul.h | 4 ++-- include/configs/pico-imx7d.h

[U-Boot] [PATCH 2/2] pico-imx6ul, pico-imx7d: Enable USB and PXE boot support

2018-09-21 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- include/configs/pico-imx6ul.h | 2 ++ include/configs/pico-imx7d.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h index 0fea2d65dd..8082b74c9c 100644 --- a/include/configs/pico-imx6ul.h

[U-Boot] [PATCH v2 2/2] pico-imx6ul, pico-imx7d: Enable USB and PXE boot support

2018-09-25 Thread Otavio Salvador
This allow the use of a USB storage or PXE network booting as fallback, allowing for example for manufacturing installation of eMMC storage in an easy way. Signed-off-by: Otavio Salvador --- Changes in v2: - improve commit log (fabio) include/configs/pico-imx6ul.h | 2 ++ include/configs/pico

[U-Boot] [PATCH v2 1/2] pico-imx6ul, pico-imx7d: Use eMMC user partition by default

2018-09-25 Thread Otavio Salvador
After discussing with TechNexion about how its default setting, it is better to install on the eMMC user partition by default, when using DFU, so it works out of box for majority of users. Reviewed-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v2: None include/configs/pico

[U-Boot] [PATCH v3 1/4] pico-imx6ul, pico-imx7d: Use eMMC user partition by default

2018-09-28 Thread Otavio Salvador
After discussing with TechNexion about how its default setting, it is better to install on the eMMC user partition by default, when using DFU, so it works out of box for majority of users. Reviewed-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: None

[U-Boot] [PATCH v3 2/4] pico-imx6ul, pico-imx7d: Enable USB and PXE boot support

2018-09-28 Thread Otavio Salvador
This allow the use of a USB storage or PXE network booting as fallback, allowing for example for manufacturing installation of eMMC storage in an easy way. Reviewed-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v3: None Changes in v2: - improve commit log (fabio) include

[U-Boot] [PATCH v3 4/4] pico-imx7d: Add USB Host support

2018-09-28 Thread Otavio Salvador
From: Fabio Estevam USB OTG2 port is connected to the USB host connector. Add support for it. Signed-off-by: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v3: - new patch Changes in v2: None board/technexion/pico-imx7d/pico-imx7d.c | 29 +++- 1 file

[U-Boot] [PATCH v3 3/4] pico-imx7d: Make SPL binary fit into 64kB

2018-09-28 Thread Otavio Salvador
: Fabio Estevam Signed-off-by: Otavio Salvador --- Changes in v3: - new patch Changes in v2: None configs/pico-hobbit-imx7d_defconfig | 1 - configs/pico-imx7d_defconfig| 1 - configs/pico-pi-imx7d_defconfig | 1 - 3 files changed, 3 deletions(-) diff --git a/configs/pico-hobbit

Re: [U-Boot] [PATCH v3 1/4] pico-imx6ul, pico-imx7d: Use eMMC user partition by default

2018-09-28 Thread Otavio Salvador
Hello Stefano, I forgot to add you to Cc list On Fri, Sep 28, 2018 at 11:22 AM Otavio Salvador wrote: > > After discussing with TechNexion about how its default setting, it is > better to install on the eMMC user partition by default, when using > DFU, so it works out of box for

[U-Boot] Rockchip RV1108 eMMC support not working

2018-10-08 Thread Otavio Salvador
Block Len: 512 MMC version 5.1 High Capacity: Yes Capacity: 3.5 GiB Bus Width: 8-bit Erase Group Size: 512 KiB HC WP Group Size: 8 MiB User Capacity: 3.5 GiB WRREL Boot Capacity: 2 MiB ENH RPMB Capacity: 512 KiB ENH but we are not able to save the environment to the eMMC

Re: [U-Boot] [PATCH v3 4/4] pico-imx7d: Add USB Host support

2018-10-08 Thread Otavio Salvador
On Fri, Sep 28, 2018 at 11:23 AM Otavio Salvador wrote: > > From: Fabio Estevam > > USB OTG2 port is connected to the USB host connector. > > Add support for it. > > Signed-off-by: Fabio Estevam > Signed-off-by: Otavio Salvador I think the serie wasn't Cced for

Re: [U-Boot] Rockchip RV1108 eMMC support not working

2018-10-08 Thread Otavio Salvador
Hello Andy, On Mon, Oct 8, 2018 at 11:03 PM Andy Yan wrote: > Otavio Salvador 于2018年10月9日周二 上午3:29写道: > I don't have a 1108 board with emmc on my hand. > > the mmc info show that the eMMC has been detected. So would try other mmc > commands such as: mmc read/write ? =>

[U-Boot] [PATCH 1/5] ARM: vexpress-ca9x4_defconfig: Enable CMD_UBI support

2018-10-22 Thread Otavio Salvador
This allow for convenient use of QEMU machine to test loading of UBI filesystem. Signed-off-by: Otavio Salvador --- configs/vexpress_ca9x4_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/vexpress_ca9x4_defconfig b/configs/vexpress_ca9x4_defconfig index d3c23dee17

[U-Boot] [PATCH 2/5] ARM: rpi_3_32b_defconfig: Add FS_UUID command

2018-10-22 Thread Otavio Salvador
From: Fabio Berton Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- configs/rpi_3_32b_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig index d3d4596ba0..33c476bb4f 100644 --- a/configs/rpi_3_32b_defconfig

[U-Boot] [PATCH 3/5] clk_rv1108: Sync with vendor tree

2018-10-22 Thread Otavio Salvador
Make adjustments to the rv1108 clock driver in order to align it with the internal Rockchip version. Signed-off-by: Otavio Salvador --- .../include/asm/arch-rockchip/cru_rv1108.h| 143 +- drivers/clk/rockchip/clk_rv1108.c | 457 +- include/dt-bindings/clock

[U-Boot] [PATCH 4/5] rv1108: Enable eMMC support

2018-10-22 Thread Otavio Salvador
for later addition. Signed-off-by: Otavio Salvador --- arch/arm/dts/rv1108.dtsi| 29 + include/configs/rv1108_common.h | 3 +++ 2 files changed, 32 insertions(+) diff --git a/arch/arm/dts/rv1108.dtsi b/arch/arm/dts/rv1108.dtsi index acfd97e18d..23a44bfaca

[U-Boot] [PATCH 5/5] rv1108: Make USB OTG functional

2018-10-22 Thread Otavio Salvador
Like it is done for other Rockchip SoCs, introduce a board_usb_init() function so that USB OTG can be functional on rv1108 too. Signed-off-by: Otavio Salvador --- arch/arm/dts/rv1108.dtsi | 45 ++- arch/arm/mach-rockchip/Makefile | 1 + arch/arm/mach-rockchip

[U-Boot] [PATCH v2 1/6] ARM: vexpress-ca9x4_defconfig: Enable CMD_UBI support

2018-10-23 Thread Otavio Salvador
This allow for convenient use of QEMU machine to test loading of UBI filesystem. Acked-by: Linus Walleij Signed-off-by: Otavio Salvador --- Changes in v2: None configs/vexpress_ca9x4_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/vexpress_ca9x4_defconfig b/configs

[U-Boot] [PATCH v2 2/6] ARM: rpi_*_defconfig: Add support to find UUID for filesystem

2018-10-23 Thread Otavio Salvador
- rpi_3_32b_defconfig - rpi_3_defconfig - rpi_defconfig Signed-off-by: Otavio Salvador Signed-off-by: Fabio Berton --- Changes in v2: - rework commit configs/rpi_0_w_defconfig | 1 + configs/rpi_2_defconfig | 1 + configs/rpi_3_32b_defconfig | 1 + configs/rpi_3_defconfig | 1 + configs

[U-Boot] [PATCH v2 3/6] clk_rv1108: Sync with vendor tree

2018-10-23 Thread Otavio Salvador
Make adjustments to the rv1108 clock driver in order to align it with the internal Rockchip version. Signed-off-by: Otavio Salvador --- Changes in v2: None .../include/asm/arch-rockchip/cru_rv1108.h| 143 +- drivers/clk/rockchip/clk_rv1108.c | 457

[U-Boot] [PATCH v2 5/6] rv1108: Make USB OTG functional

2018-10-23 Thread Otavio Salvador
Like it is done for other Rockchip SoCs, introduce a board_usb_init() function so that USB OTG can be functional on rv1108 too. Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/dts/rv1108.dtsi | 45 ++- arch/arm/mach-rockchip/Makefile | 1 + arch

[U-Boot] [PATCH v2 4/6] rv1108: Enable eMMC support

2018-10-23 Thread Otavio Salvador
for later addition. Signed-off-by: Otavio Salvador --- Changes in v2: None arch/arm/dts/rv1108.dtsi| 29 + include/configs/rv1108_common.h | 3 +++ 2 files changed, 32 insertions(+) diff --git a/arch/arm/dts/rv1108.dtsi b/arch/arm/dts/rv1108.dtsi index

[U-Boot] [PATCH v2 6/6] rv1108: Add support for default distro_bootcmd

2018-10-23 Thread Otavio Salvador
This allow easier integration of RV1108 based boards on generic distributions and build systems. Signed-off-by: Otavio Salvador --- Changes in v2: - new patch include/configs/rv1108_common.h | 14 ++ 1 file changed, 14 insertions(+) diff --git a/include/configs/rv1108_common.h b

Re: [U-Boot] [PATCH 2/5] ARM: rpi_3_32b_defconfig: Add FS_UUID command

2018-10-23 Thread Otavio Salvador
On Tue, Oct 23, 2018 at 4:33 AM Alexander Graf wrote: > On 23.10.18 07:38, Otavio Salvador wrote: > > From: Fabio Berton > > Thanks a lot for the patch :). However, as it is it will be confusing > for people who read the git log to figure out why this patch is in the >

[U-Boot] [PATCH 1/4] clk_rv1108: Sync with vendor tree

2018-10-26 Thread Otavio Salvador
Make adjustments to the rv1108 clock driver in order to align it with the internal Rockchip version. Signed-off-by: Otavio Salvador --- .../include/asm/arch-rockchip/cru_rv1108.h| 143 +- drivers/clk/rockchip/clk_rv1108.c | 457 +- include/dt-bindings/clock

[U-Boot] [PATCH 2/4] rv1108: Enable eMMC support

2018-10-26 Thread Otavio Salvador
for later addition. Signed-off-by: Otavio Salvador --- arch/arm/dts/rv1108.dtsi| 29 + include/configs/rv1108_common.h | 3 +++ 2 files changed, 32 insertions(+) diff --git a/arch/arm/dts/rv1108.dtsi b/arch/arm/dts/rv1108.dtsi index acfd97e18d..23a44bfaca

[U-Boot] [PATCH 3/4] rv1108: Make USB OTG functional

2018-10-26 Thread Otavio Salvador
Like it is done for other Rockchip SoCs, introduce a board_usb_init() function so that USB OTG can be functional on rv1108 too. Signed-off-by: Otavio Salvador --- arch/arm/dts/rv1108.dtsi | 45 ++- arch/arm/mach-rockchip/Makefile | 1 + arch/arm/mach-rockchip

[U-Boot] [PATCH 4/4] rv1108: Add support for default distro_bootcmd

2018-10-26 Thread Otavio Salvador
This allow easier integration of RV1108 based boards on generic distributions and build systems. Signed-off-by: Otavio Salvador --- include/configs/rv1108_common.h | 15 +++ 1 file changed, 15 insertions(+) diff --git a/include/configs/rv1108_common.h b/include/configs

[U-Boot] [PATCH] u-boot: Upgrade to 2017.09

2017-09-11 Thread Otavio Salvador
This upgrades the U-Boot to the 2017.09 release. Signed-off-by: Otavio Salvador --- .../u-boot/{u-boot-common_2017.07.inc => u-boot-common_2017.09.inc} | 2 +- .../u-boot/{u-boot-fw-utils_2017.07.bb => u-boot-fw-utils_2017.09.bb} | 0 .../u-boot/{u-boot-mkimage_2017.07.bb =&g

Re: [U-Boot] [PATCH] u-boot: Upgrade to 2017.09

2017-09-13 Thread Otavio Salvador
On Wed, Sep 13, 2017 at 5:05 PM, Marek Vasut wrote: ... > What is the status of those dangling patches ? They were apparently > posted, but didn't make it into the last two (?) releases. I am confused. Are you asking for U-Boot community or OE community? -- Otav

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