[U-Boot] powerpc 4xx support

2017-11-14 Thread Ivan Mikhaylov1
hi everyone, I saw that powerpc 4xx cpus were removed from powerpc cpu tree with this commit 98f705c9cefdfdba62c069821bbba10273a0a8ed powerpc: remove 4xx support I can help to maintain this tree with further support and needs. As I understood reason of this removal was change to Kconfig.

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

2017-11-14 Thread Fabio Estevam
On Tue, Nov 14, 2017 at 4:07 PM, Otavio Salvador wrote: > From: Fabio Berton > > Change dfu_alt_info variable to use the following altsetting: > > uboot: To flash raw U-Boot > /zImage: boot: To copy

Re: [U-Boot] [PATCH] mach-stm32: Fix mpu region's attribute for STM32H7

2017-11-14 Thread Vikas MANOCHA
Hi Patrice, Cheers, Vikas > -Original Message- > From: Patrice CHOTARD > Sent: Tuesday, November 14, 2017 12:41 AM > To: Vikas MANOCHA ; u-boot@lists.denx.de; > albert.u.b...@aribaud.net; s...@chromium.org > Cc: Patrick DELAUNAY ;

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

2017-11-14 Thread Fabio Estevam
On Tue, Nov 14, 2017 at 4:07 PM, Otavio Salvador wrote: > From: Fabio Berton > > Create CONFIG_DFU_ENV_SETTINGS to set dfu environment settings to > improve human readable code. > > Signed-off-by: Fabio Berton

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

2017-11-14 Thread Fabio Estevam
On Tue, Nov 14, 2017 at 4:07 PM, Otavio Salvador wrote: > From: Fabio Berton > > Create layout with a boot 16MiB partition and rootfs with remain > space. > > Signed-off-by: Fabio Berton > Signed-off-by:

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

2017-11-14 Thread Fabio Estevam
On Tue, Nov 14, 2017 at 4:07 PM, Otavio Salvador wrote: > From: Fabio Berton > > Command run setup_emmc will create gpt partitions for mmc 0 device > based on patitions variable. > > Signed-off-by: Fabio Berton

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

2017-11-14 Thread Fabio Estevam
On Tue, Nov 14, 2017 at 4:07 PM, Otavio Salvador wrote: > From: Fabio Berton > > Signed-off-by: Fabio Berton > Signed-off-by: Otavio Salvador Reviewed-by: Fabio Estevam

Re: [U-Boot] [PATCH 13/13] binman: tegra: Convert to use binman

2017-11-14 Thread Stephen Warren
On 11/13/2017 06:55 PM, Simon Glass wrote: Update tegra to use binman for image creation. This still includes the current Makefile logic, but a later patch will remove this. Three output files are created, all of which combine SPL and U-Boot: u-boot-tegra.bin - standard image

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

2017-11-14 Thread Fabio Estevam
On Tue, Nov 14, 2017 at 4:07 PM, Otavio Salvador wrote: > 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

[U-Boot] [PATCH] ae3xx: timer: Fix ae3xx timer work abnormal in 64 bit.

2017-11-14 Thread Andes
From: Rick Chen It will be work fine with unsigned long declaretion in timer register struct when system is 32 bit. But it will not work well when system is 64 bit. Replace it by u32 and verify both ok in 32/64 bit. Signed-off-by: Rick Chen ---

[U-Boot] [PATCH 1/3] ae3xx: timer: Rename AE3XX to ATCPIT100

2017-11-14 Thread Andes
From: Rick Chen ATCPIT100 is Andestech timer IP which is embeded in AE3XX and AE250 boards. So rename AE3XX to ATCPIT100 will be more make sence. Signed-off-by: Rick Chen --- drivers/timer/Kconfig |7 ++- drivers/timer/Makefile |

[U-Boot] [PATCH] enable debug uart

2017-11-14 Thread Andes
From: rick --- common/board_f.c|2 ++ configs/adp-ae3xx_defconfig |5 + drivers/serial/Kconfig |8 drivers/serial/ns16550.c|5 +++-- include/debug_uart.h|2 ++ lib/display_options.c |2 ++ 6 files

[U-Boot] [PATCH 2/3] nds32: defconfig: Rename AE3XX_TIMER to ATCPIT100_TIMER

2017-11-14 Thread Andes
From: Rick Chen Change AE3XX to its IP name ATCPIT100. Signed-off-by: Rick Chen --- configs/adp-ae3xx_defconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/adp-ae3xx_defconfig b/configs/adp-ae3xx_defconfig index

[U-Boot] [PATCH 0/3] ae3xx: timer: Rename AE3XX timer to ATCPIT100

2017-11-14 Thread Andes
From: Rick Chen AE3XX is board name. ATCPIT100 is timer IP name. So rename AE3XX timer to ATCPIT100 timer. Rick Chen (3): ae3xx: timer: Rename AE3XX to ATCPIT100 nds32: defconfig: Rename AE3XX_TIMER to ATCPIT100_TIMER dt-bindings: timer: Add andestech atcpit100 timer

[U-Boot] [PATCH 3/3] dt-bindings: timer: Add andestech atcpit100 timer binding doc

2017-11-14 Thread Andes
From: Rick Chen Add a document to describe Andestech atcpit100 timer and binding information. Signed-off-by: Rick Chen --- doc/device-tree-bindings/timer/atcpit100_timer.txt | 31 1 file changed, 31 insertions(+) create mode

Re: [U-Boot] [PATCH 1/1] Makefile: add coccicheck target

2017-11-14 Thread Masahiro Yamada
2017-11-15 1:21 GMT+09:00 Heinrich Schuchardt : > On 11/14/2017 10:34 AM, Masahiro Yamada wrote: >> >> Hi. >> >> >> 2017-11-11 3:54 GMT+09:00 Heinrich Schuchardt : >>> >>> Coccinelle is a program for static code analysis. >>> For details on Coccinelle see

Re: [U-Boot] [PATCH] enable debug uart

2017-11-14 Thread rick
Hi, All This is wrong patch sending. Please ignore it. Rick -Original Message- From: Open Source Project uboot Sent: Wednesday, November 15, 2017 10:48 AM To: u-boot@lists.denx.de; w...@denx.de; d...@denx.de; s...@chromium.org Cc: Rick Jian-Zhi Chen(陳建志) Subject: [PATCH] enable debug

Re: [U-Boot] powerpc 4xx support

2017-11-14 Thread Cédric Le Goater
On 11/14/2017 07:21 PM, Ivan Mikhaylov1 wrote: > hi everyone, I saw that powerpc 4xx cpus were removed from powerpc cpu tree > with this commit > 98f705c9cefdfdba62c069821bbba10273a0a8ed > powerpc: remove 4xx support That was quite a cleanup ! 471 files changed, 14 insertions(+), 85191

Re: [U-Boot] powerpc 4xx support

2017-11-14 Thread Tom Rini
On Tue, Nov 14, 2017 at 06:21:17PM +, Ivan Mikhaylov1 wrote: > hi everyone, I saw that powerpc 4xx cpus were removed from powerpc cpu tree > with this commit > 98f705c9cefdfdba62c069821bbba10273a0a8ed > powerpc: remove 4xx support > > I can help to maintain this tree with further support

[U-Boot] [PATCH] atcpit100: timer: Remove arch dependency.

2017-11-14 Thread Andes
From: Rick Chen ATCPIT100 is often used in AE3XX platform which is based on NDS32 architecture recently. But in the future Andestech will have AE250 platform which is embeded ATCPIT100 timer based on RISCV architecture. Signed-off-by: Rick Chen ---

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

2017-11-14 Thread Tom Rini
On Tue, Nov 14, 2017 at 04:32:23PM -0200, Otavio Salvador wrote: > This upgrades the U-Boot from 2017.09 to 2017.11 release. > > Signed-off-by: Otavio Salvador Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [U-Boot] powerpc 4xx support

2017-11-14 Thread Stefan Roese
Hi Ivan, On 15.11.2017 04:42, Tom Rini wrote: On Tue, Nov 14, 2017 at 06:21:17PM +, Ivan Mikhaylov1 wrote: hi everyone, I saw that powerpc 4xx cpus were removed from powerpc cpu tree with this commit 98f705c9cefdfdba62c069821bbba10273a0a8ed powerpc: remove 4xx support I can help to

Re: [U-Boot] [RFC PATCH 1/2] board: laird: add WB45N CPU module

2017-11-14 Thread Tom Rini
On Thu, Nov 09, 2017 at 10:24:13AM +, Ben Whitten wrote: > On 02 August 2017 15:49, Tom Rini wrote: > > On Wed, Aug 02, 2017 at 11:58:42AM +0200, Stefano Babic wrote: > > > On 07/07/2017 12:40, Ben Whitten wrote: > > > > This board is based on the Atmel 9x5 eval board. > > > > Supporting the

[U-Boot] [PATCH] env: Remove CONFIG_ENV_AES support

2017-11-14 Thread Tom Rini
This support has been deprecated since v2017.09 due to security issues. We now remove this support. Signed-off-by: Tom Rini --- env/Kconfig | 8 - env/common.c| 61 -- include/environment.h | 12 +---

Re: [U-Boot] [PATCH] mmc: sd_sdhi: add support for 32-bit data buffer

2017-11-14 Thread Marek Vasut
On 11/13/2017 09:51 PM, Chris Brandt wrote: > Some controllers have a 32-bit data buffer register and do not allow > any other access besides 32-bit read/write. > > Signed-off-by: Chris Brandt Can you switch to uniphier-sd instead ? I switched Gen3 away from SH SDHI

Re: [U-Boot] [PATCH] mach-stm32: Fix mpu region's attribute for STM32H7

2017-11-14 Thread Patrice CHOTARD
Hi Vikas On 11/14/2017 03:16 AM, Vikas MANOCHA wrote: > Hi Patrice, > >> -Original Message- >> From: Patrice CHOTARD >> Sent: Monday, November 13, 2017 8:26 AM >> To: u-boot@lists.denx.de; albert.u.b...@aribaud.net; s...@chromium.org; >> Vikas MANOCHA >> Cc:

[U-Boot] [PATCH v5 2/3] ARM: dts: OMAP5+: Add support for bandgap sensor in SPL

2017-11-14 Thread Faiz Abbas
Mark bandgap node as uboot,dm-spl so that it can be accessed in spl Signed-off-by: Faiz Abbas Reviewed-by: Simon Glass Reviewed-by: Tom Rini --- v3: Added Reviewed-by comment. arch/arm/dts/omap5-u-boot.dtsi | 4 1 file changed,

Re: [U-Boot] ethernet: ROM MAC address vs env variable MAC address

2017-11-14 Thread Mike Looijmans
On 13-11-17 20:49, Wolfgang Denk wrote: Dear Prabhakar, In message you wrote: Why ROM MAC address getting overwritten by environment env MAC address. Because in U-Boot we give the user the freedom to do what

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

2017-11-14 Thread Lukasz Majewski
Hi Andrey, > Hi Lukasz, > > On Thu, Nov 9, 2017 at 2:28 PM, Lukasz Majewski > wrote: > > On Thu, 9 Nov 2017 07:34:44 -0800 > > Andrey Yurovsky wrote: > > > >> On Thu, Nov 9, 2017 at 1:55 AM, Lukasz Majewski > >> wrote: > >> >

Re: [U-Boot] [PATCH 12/13] binman: Add documentation for the symbol feature

2017-11-14 Thread Lukasz Majewski
Hi Simon, > Add this feature to the README. > > Signed-off-by: Simon Glass > --- > > tools/binman/README | 32 +++- > 1 file changed, 31 insertions(+), 1 deletion(-) > > diff --git a/tools/binman/README b/tools/binman/README > index

[U-Boot] [PATCH v5 1/3] thermal: ti-bandgap: Add support for temperature sensor

2017-11-14 Thread Faiz Abbas
The dra7xx series of SOCs contain a temperature sensor and an associated analog-to-digital converter (ADC) which produces an output which is proportional to the SOC temperature. Add support for this temperature sensor. Signed-off-by: Faiz Abbas Reviewed-by: Simon Glass

[U-Boot] [PATCH v5 0/3] Support for TI bandgap temperature sensor

2017-11-14 Thread Faiz Abbas
Adding support for TI bandgap temperature sensor. Also add dt support for bandgap sensor in spl. v5: Fixed terminator brackets at the end of ti_bandgap_match v4: 1. Added configs enabled by default in dra7xx and am57xx SOCs 2. Split config enabling in a separate commit v3: Missed adding

Re: [U-Boot] [PATCH 1/1] Makefile: add coccicheck target

2017-11-14 Thread Masahiro Yamada
Hi. 2017-11-11 3:54 GMT+09:00 Heinrich Schuchardt : > Coccinelle is a program for static code analysis. > For details on Coccinelle see > > http://coccinelle.lip6.fr/ > > Add scripts/coccicheck and Documentation/dev-tools/coccinelle.rst > copied from Linux kernel

[U-Boot] [PATCH v5 3/3] ARM: dra7: Kconfig: Add thermal configs for dra7xx and am57xx

2017-11-14 Thread Faiz Abbas
Configure thermal configs to remain set by default for dra7xx and am57xx devices. Signed-off-by: Faiz Abbas --- arch/arm/mach-omap2/omap5/Kconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/mach-omap2/omap5/Kconfig b/arch/arm/mach-omap2/omap5/Kconfig

[U-Boot] [PATCH V3] armv8: ls1012a: Modify Kernel and Environment offset

2017-11-14 Thread Bhaskar Upadhaya
Kernel is now located at 0x100 instead of 0xa0 and envirorment variables are located at 3MB offset instead of 2MB in Flash Signed-off-by: Bhaskar Upadhaya --- Changes for V3: Updated Commit message include/configs/ls1012a_common.h | 4 ++--

[U-Boot] [PATCH v2 3/9] arm: zynq: Remove ps7_debug code

2017-11-14 Thread Michal Simek
SPL is not calling this code that's why it is dead code and can be removed. Signed-off-by: Michal Simek --- Changes in v2: None .../opalkelly/zynq/zynq-syzygy-hub/ps7_init_gpl.c | 10 -- .../opalkelly/zynq/zynq-syzygy-hub/ps7_init_gpl.h | 1 -

[U-Boot] [PATCH v2 8/9] arm: zynq: Add support for EMIT_WRITE operation

2017-11-14 Thread Michal Simek
Add proper support for EMIT_WRITE operation which is write only. Do not use EMIT_MASKWRITE which is read-modify-write. Signed-off-by: Michal Simek --- Changes in v2: - Add own opcode for write operation - Change commit message (was Convert EMIT_WRITE to EMIT_MASKWRITE)

[U-Boot] [PATCH v2 5/9] arm: zynq: Get rid of ps7_reset_apu() for syzygy board

2017-11-14 Thread Michal Simek
There is no reason to call separate function. Signed-off-by: Michal Simek --- Changes in v2: None board/opalkelly/zynq/zynq-syzygy-hub/ps7_init_gpl.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git

Re: [U-Boot] [PATCH 1/1] configs: DISTRO_DEFAULTS for MACCHIATObin

2017-11-14 Thread Stefan Roese
Hi Heinrich, On 12.11.2017 15:47, Heinrich Schuchardt wrote: Hello Konstantin, hello Stefan, in which git repository do you consolidate the MVEBU_ARMADA_8K and MACCHIATOBin work? All this usually goes through the u-boot-marvell repo, where (currently) I collect the patches. I could not

Re: [U-Boot] [PATCH 1/1] Makefile: add coccicheck target

2017-11-14 Thread Heinrich Schuchardt
On 11/14/2017 10:34 AM, Masahiro Yamada wrote: Hi. 2017-11-11 3:54 GMT+09:00 Heinrich Schuchardt : Coccinelle is a program for static code analysis. For details on Coccinelle see http://coccinelle.lip6.fr/ Add scripts/coccicheck and

[U-Boot] [PATCH v2 9/9] arm: zynq: Convert all board to use arch ps7_init code

2017-11-14 Thread Michal Simek
Use generic implementation. It will also reduce config data size for converted boards. Signed-off-by: Michal Simek --- Changes in v2: None .../opalkelly/zynq/zynq-syzygy-hub/ps7_init_gpl.c | 120 +- .../opalkelly/zynq/zynq-syzygy-hub/ps7_init_gpl.h | 80

[U-Boot] [PATCH v2 2/9] arm: zynq: Enable debug uart on zc706

2017-11-14 Thread Michal Simek
Enable debug uart by default. Signed-off-by: Michal Simek --- Changes in v2: None configs/zynq_zc706_defconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/configs/zynq_zc706_defconfig b/configs/zynq_zc706_defconfig index bc6fe3a30695..52999debc115 100644

[U-Boot] [PATCH v2 4/9] arm: zynq: Move ps7_* to separate file

2017-11-14 Thread Michal Simek
Extract ps7_* from spl code to prepare for extension. And also return value. Signed-off-by: Michal Simek --- Changes in v2: None arch/arm/mach-zynq/Makefile| 2 +- arch/arm/mach-zynq/include/mach/ps7_init_gpl.h | 14 +

[U-Boot] [PATCH v2 7/9] arm: zynq: Add ps7GetSiliconVersion() to ps7_spl_init

2017-11-14 Thread Michal Simek
Unfortunately camelcase is coming from ps7_init* format. Signed-off-by: Michal Simek --- Changes in v2: None arch/arm/mach-zynq/include/mach/ps7_init_gpl.h | 6 ++ arch/arm/mach-zynq/ps7_spl_init.c | 6 ++ 2 files changed, 12 insertions(+) diff

[U-Boot] [PATCH v2 6/9] arm: zynq: Move common ps7_init* initialization to arch code

2017-11-14 Thread Michal Simek
This patch is based on work done in topic board where the first address word also storing operation which should be done. This is reducing size of configuration data. This patch is not breaking an option to copy default ps7_init_gpl* files from hdf file but it is doing preparation for ps7_init*

[U-Boot] [PATCH v2] arm: zynq: Add ps7_init for cc108

2017-11-14 Thread Michal Simek
After some generic cleanup adding ps7_init* to repository is not big pain now. Signed-off-by: Michal Simek --- Changes in v2: - some cleanup with ret - sed -i 's/\t / /g' on this file board/xilinx/zynq/zynq-cc108/ps7_init_gpl.c | 815 1

[U-Boot] [PATCH v5 2/2] DW SPI: Get clock value from Device Tree

2017-11-14 Thread Eugeniy Paltsev
Add option to set spi controller clock frequency via device tree using standard clock bindings. Define dw_spi_get_clk function as 'weak' as some targets (like SOCFPGA_GEN5 and SOCFPGA_ARRIA10) don't use standard clock API and implement dw_spi_get_clk their own way in their clock manager. Get rid

[U-Boot] [PATCH v5 1/2] SOCFPGA: clock manager: implement dw_spi_get_clk function

2017-11-14 Thread Eugeniy Paltsev
Implement dw_spi_get_clk function to override its weak implementation in designware_spi.c driver. We need this change to get rid of cm_get_spi_controller_clk_hz function and clock_manager.h include in designware_spi.c driver. Reviewed-by: Marek Vasut Signed-off-by: Eugeniy

[U-Boot] [PATCH v2 0/9] arm: zynq: ps7* consolidation

2017-11-14 Thread Michal Simek
Hi, this series is trying to cleanup ps7_init* file that we don't need to have the same copy of the same functions in different locations. This work is done based on solution from Topic.nl for miami boards where format was changed a little bit to save one word in config data segment. At the same

Re: [U-Boot] [PATCH] mmc: sd_sdhi: add support for 32-bit data buffer

2017-11-14 Thread Chris Brandt
Hi Marek, On Tuesday, November 14, 2017, Marek Vasut wrote: > On 11/13/2017 09:51 PM, Chris Brandt wrote: > > Some controllers have a 32-bit data buffer register and do not allow > > any other access besides 32-bit read/write. > > > > Signed-off-by: Chris Brandt > >

[U-Boot] [PATCH v5 0/2] DW SPI: Get clock value from Device Tree

2017-11-14 Thread Eugeniy Paltsev
As discussed with Marek during the LINUX-PITER here is v4 patch: Add option to set spi controller clock frequency via device tree using standard clock bindings. Define dw_spi_get_clk function as 'weak' as some targets (like SOCFPGA_GEN5 and SOCFPGA_ARRIA10) fon't use standard clock API and

[U-Boot] [PATCH v2 1/9] arm: zynq: Add missing ps7_post_config declaration

2017-11-14 Thread Michal Simek
Add missing declaration to header. Warning log: arch/arm/mach-zynq/spl.c:94:12: warning: symbol 'ps7_post_config' was not declared. Should it be static? Signed-off-by: Michal Simek --- Changes in v2: None arch/arm/mach-zynq/include/mach/sys_proto.h | 1 + 1 file

[U-Boot] [PATCH] envtools: make sure version/timestamp header file are available

2017-11-14 Thread Stefan Agner
From: Stefan Agner With commit 84d46e7e8948 ("tools: env: allow to print U-Boot version") the fw_env utilities need the version.h header file. Building only the envtools in a pristine build directory will fail due to missing header files. Make sure the header files are

[U-Boot] [PATCH] Move Cache-As-RAM memory from area mapped to ROM in QEMU

2017-11-14 Thread Anton Gerasimov
ROM has been made read-only in qemu recently (namely commit 208fa0e43645edd0b0d8f838857dfc79daff40a8), so this patch restores compatibility between u-boot and qemu. Signed-off-by: Anton Gerasimov --- arch/x86/cpu/qemu/Kconfig | 2 +- 1 file changed, 1 insertion(+),

Re: [U-Boot] [PATCH v6 1/7] armv8: lsch3: Add serdes and DDR voltage setup

2017-11-14 Thread York Sun
On 11/13/2017 11:06 PM, Rajesh Bhagat wrote: > Adds SERDES voltage and reset SERDES lanes API and makes > enable/disable DDR controller support 0.9V API common. > > Signed-off-by: Ashish Kumar > Signed-off-by: Rajesh Bhagat > --- > Changes in v6:

Re: [U-Boot] Move Cache-As-RAM memory from area mapped to ROM in QEMU

2017-11-14 Thread Heinrich Schuchardt
On 11/13/2017 11:23 AM, Anton Gerasimov wrote: Thank you Heinrich, I can confirm that current u-boot master works without reverting 55751ab1. I had problems with u-boot v2017.11-rc2 apparently. Could you, please, resubmit the patch with an updated commit message. Regards Heinrich Best

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

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

2017-11-14 Thread Otavio Salvador
From: Fabio Berton Change dfu_alt_info variable to use the following altsetting: uboot: To flash raw U-Boot /zImage: boot: To copy kernel image /imx6ul-pico-hobbit.dtb: To copy dtb file rootfs:To copy

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

[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] [PATCH 2/6] pico-imx6ul: Use PARTUUID to specify the rootfs location

2017-11-14 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 eMMM changes depending on the kernel versions. Signed-off-by: Fabio

[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

[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