[U-Boot] [PATCH 01/10] novena: standardise mx6_common.h include

2015-05-11 Thread Peter Robinson
Standardise mx6_common.h to the same as other mx6 boards Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/novena.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/novena.h b/include/configs/novena.h index 425db8a..5040c8e 100644

[U-Boot] [PATCH 10/10] mx6: standardise CONFIG_CMD_CACHE

2015-05-11 Thread Peter Robinson
Move CONFIG_CMD_CACHE to mx6_common and standardise the way it's defined. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 2 -- include/configs/cgtqmx6eval.h | 4 include/configs/embestmx6boards.h | 4 include/configs/gw_ventana.h

[U-Boot] [PATCH 02/10] imx6: move all standard includes to mx6_common.h

2015-05-11 Thread Peter Robinson
The linux/sizes.h, asm/arch/imx-regs.h, asm/imx-common/gpio.h, config_cmd_default.h includes are used fairly universally across imx6 boards so include them in mx6_common.h by default. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 6 -- include

[U-Boot] [PATCH 04/10] imx6: move standard ATAG configs to mx6_common.h

2015-05-11 Thread Peter Robinson
Define the standard ATAG consfigs in mx6_common. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/cgtqmx6eval.h | 5 - include/configs/cm_fx6.h | 4 include/configs/embestmx6boards.h | 5 - include/configs/gw_ventana.h | 6 +- include

[U-Boot] [PATCH 03/10] imx6: move generic imx6 options to mx6_common.h

2015-05-11 Thread Peter Robinson
All boards define CONFIG_MX6, CONFIG_DISPLAY_BOARDINFO, CONFIG_DISPLAY_CPUINFO and CONFIG_SYS_GENERIC_BOARD so define them in mx6_common Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h | 7 --- include/configs/cgtqmx6eval.h | 5 - include

[U-Boot] [PATCH 07/10] imx6: move generic miscellaneous and overwrite options

2015-05-11 Thread Peter Robinson
Move generic miscellaneous options that are standard across most, if not all, mx6 boards to central mx6_common define to ensure consistent features. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 16 +--- include/configs/cgtqmx6eval.h

[U-Boot] [PATCH 08/10] imx6: standardise filesystem and boot options to

2015-05-11 Thread Peter Robinson
Move all standard filesystem, partition and fdt options to mx6_common. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 8 include/configs/cgtqmx6eval.h | 6 -- include/configs/gw_ventana.h | 8 include/configs

[U-Boot] [PATCH 05/10] imx6: move MXC_GPIO define to mx6_common.h

2015-05-11 Thread Peter Robinson
Define CONFIG_MXC_GPIO by default in mx6_common Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 1 - include/configs/cgtqmx6eval.h | 1 - include/configs/cm_fx6.h | 3 --- include/configs/embestmx6boards.h | 1 - include/configs

[U-Boot] [PATCH 06/10] imx6: centralise common boot options in mx6_common.h

2015-05-11 Thread Peter Robinson
Define common LOADADDR and BOOTDELAY to ensure a consistent experience across mx6 boards Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 7 --- include/configs/cgtqmx6eval.h | 7 --- include/configs/cm_fx6.h | 3 --- include

[U-Boot] [PATCH 09/10] imx6: generic MMC config options to mx6_common

2015-05-11 Thread Peter Robinson
Move all standard mx6 MMC configs to mx6_common. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 7 --- include/configs/cgtqmx6eval.h | 7 --- include/configs/cm_fx6.h | 5 - include/configs/embestmx6boards.h | 7

[U-Boot] [PATCH 0/10] i.MX6: move duplicated options to mx6_common to standardise mx6 config

2015-05-11 Thread Peter Robinson
at moving those options and unifying the common options to a standard default. Peter Robinson (10): novena: standardise mx6_common.h include imx6: move all standard includes to mx6_common.h imx6: move generic imx6 options to mx6_common.h imx6: move standard ATAG configs

Re: [U-Boot] [PATCH 02/10] imx6: move all standard includes to mx6_common.h

2015-05-11 Thread Peter Robinson
On Mon, May 11, 2015 at 1:32 PM, Tom Rini tr...@konsulko.com wrote: On Mon, May 11, 2015 at 12:23:21PM +0100, Peter Robinson wrote: The linux/sizes.h, asm/arch/imx-regs.h, asm/imx-common/gpio.h, config_cmd_default.h includes are used fairly universally across imx6 boards so include them

Re: [U-Boot] [PATCH 05/10] imx6: move MXC_GPIO define to mx6_common.h

2015-05-11 Thread Peter Robinson
On Mon, May 11, 2015 at 1:43 PM, Tom Rini tr...@konsulko.com wrote: On Mon, May 11, 2015 at 12:23:24PM +0100, Peter Robinson wrote: Define CONFIG_MXC_GPIO by default in mx6_common Signed-off-by: Peter Robinson pbrobin...@gmail.com [snip] diff --git a/include/configs/mx6_common.h b/include

Re: [U-Boot] [PATCH 08/10] imx6: standardise filesystem and boot options to

2015-05-11 Thread Peter Robinson
On Mon, May 11, 2015 at 1:25 PM, Tom Rini tr...@konsulko.com wrote: On Mon, May 11, 2015 at 12:23:27PM +0100, Peter Robinson wrote: Move all standard filesystem, partition and fdt options to mx6_common. Signed-off-by: Peter Robinson pbrobin...@gmail.com [snip] @@ -274,7 +267,6 @@ #define

Re: [U-Boot] [PATCH 02/10] imx6: move all standard includes to mx6_common.h

2015-05-11 Thread Peter Robinson
On Mon, May 11, 2015 at 2:20 PM, Tom Rini tr...@konsulko.com wrote: On Mon, May 11, 2015 at 02:13:00PM +0100, Peter Robinson wrote: On Mon, May 11, 2015 at 1:32 PM, Tom Rini tr...@konsulko.com wrote: On Mon, May 11, 2015 at 12:23:21PM +0100, Peter Robinson wrote: The linux/sizes.h, asm

Re: [U-Boot] [PATCH 07/10] imx6: move generic miscellaneous and overwrite options

2015-05-11 Thread Peter Robinson
On Mon, May 11, 2015 at 1:33 PM, Tom Rini tr...@konsulko.com wrote: On Mon, May 11, 2015 at 12:23:26PM +0100, Peter Robinson wrote: Move generic miscellaneous options that are standard across most, if not all, mx6 boards to central mx6_common define to ensure consistent features. Signed-off

Re: [U-Boot] [PATCH 05/10] imx6: move MXC_GPIO define to mx6_common.h

2015-05-11 Thread Peter Robinson
On Mon, May 11, 2015 at 2:44 PM, Stefano Babic sba...@denx.de wrote: Hi Peter, On 11/05/2015 14:51, Peter Robinson wrote: You're dropping CONFIG_CMD_GPIO (a handy thing IMHO) in a few cases and not adding it in globally which I would argue is the right thing to do. Bah, oversight! OK

[U-Boot] [PATCH 0/10 v2] i.MX6: move duplicated options to mx6_common to standardise mx6 config

2015-05-11 Thread Peter Robinson
the default for all CONFIG_SYS_PROMPT_HUSH_PS2 (patch 7) * Drop LZO change (patch 8) I think I got all the review points :) Peter Robinson (10): novena: standardise mx6_common.h include imx6: move all standard includes to mx6_common.h imx6: move generic imx6 options to mx6_common.h

[U-Boot] [PATCH 09/10] imx6: generic MMC config options to mx6_common

2015-05-11 Thread Peter Robinson
Move all standard mx6 MMC configs to mx6_common. Signed-off-by: Peter Robinson pbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com --- include/configs/aristainetos.h| 7 --- include/configs/cgtqmx6eval.h | 7 --- include/configs/cm_fx6.h | 5 - include

[U-Boot] [PATCH 04/10] imx6: move standard ATAG configs to mx6_common.h

2015-05-11 Thread Peter Robinson
Define the standard ATAG consfigs in mx6_common. Signed-off-by: Peter Robinson pbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com --- include/configs/cgtqmx6eval.h | 5 - include/configs/cm_fx6.h | 4 include/configs/embestmx6boards.h | 5 - include

[U-Boot] [PATCH 08/10] imx6: standardise filesystem and boot options

2015-05-11 Thread Peter Robinson
Move all standard filesystem, partition and fdt options to mx6_common. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 9 + include/configs/cgtqmx6eval.h | 6 -- include/configs/gw_ventana.h | 9 + include/configs

[U-Boot] [PATCH 06/10] imx6: centralise common boot options in mx6_common.h

2015-05-11 Thread Peter Robinson
Define common LOADADDR and BOOTDELAY to ensure a consistent experience across mx6 boards Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 7 --- include/configs/cgtqmx6eval.h | 7 --- include/configs/cm_fx6.h | 3 --- include/configs

[U-Boot] [PATCH 10/10] mx6: standardise CONFIG_CMD_CACHE

2015-05-11 Thread Peter Robinson
Move CONFIG_CMD_CACHE to mx6_common and standardise the way it's defined. Signed-off-by: Peter Robinson pbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com --- include/configs/aristainetos.h| 2 -- include/configs/cgtqmx6eval.h | 4 include/configs/embestmx6boards.h | 4

[U-Boot] [PATCH 01/10] novena: standardise mx6_common.h include

2015-05-11 Thread Peter Robinson
Standardise mx6_common.h to the same as other mx6 boards Signed-off-by: Peter Robinson pbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com --- include/configs/novena.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/novena.h b/include/configs

[U-Boot] [PATCH 02/10] imx6: move all standard includes to mx6_common.h

2015-05-11 Thread Peter Robinson
/ CONFIG_CMD_IMLS everywhere. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 11 +-- include/configs/cgtqmx6eval.h | 10 +- include/configs/cm_fx6.h | 6 -- include/configs/embestmx6boards.h | 10 +- include/configs

[U-Boot] [PATCH 03/10] imx6: move generic imx6 options to mx6_common.h

2015-05-11 Thread Peter Robinson
All boards define CONFIG_MX6, CONFIG_DISPLAY_BOARDINFO, CONFIG_DISPLAY_CPUINFO and CONFIG_SYS_GENERIC_BOARD so define them in mx6_common Signed-off-by: Peter Robinson pbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com --- include/configs/aristainetos.h | 7 --- include

Re: [U-Boot] U-Boot 2015.04 failing to build with GCC 5.1

2015-05-12 Thread Peter Robinson
Hi, On Tue, May 12, 2015 at 10:00 PM, Otavio Salvador ota...@ossystems.com.br wrote: Hello, We are working at enabling GCC 5.1 at the Yocto Project and we found a build error: On Fedora we've been building with gcc5 for some time, Hans added support for it in the following commit

Re: [U-Boot] [PATCH 20/20] tegra: config: nyan-big: Add options required by Chrome OS boot

2015-05-20 Thread Peter Robinson
Hi Simon, I wonder what would be involved in adjusting config_distro_bootcmd to support FIT? Well, it goes against the very idea of config_distro_bootcmd, which is to provide a single standard mechanism that doesn't rely on any bootloader-specific file formats etc. That mechanism is a raw

Re: [U-Boot] [PATCH] Fix default env includes to fix sandbox build

2015-06-18 Thread Peter Robinson
by default. We hit this problem when we do make env or make tools-all. Yes, I'll re-word slightly when pushing. Great, thanks, Peter 2015-06-18 0:58 GMT+09:00 Peter Robinson pbrobin...@gmail.com: defconfig and sandbox fails to build due to a with with the following error: error

Re: [U-Boot] Wandboard SPL boot failed

2015-06-24 Thread Peter Robinson
I'm build last u-boot for Wandoard device. After prepare SD-card with SPL and u-boot.img my device Wandboard Quad rev.B1 not boot. In console only one line: U-Boot SPL 2015.07-rc2-00133-g325849f-dirty (Jun 23 2015 - 20:54:12) It's worked fine for me on the same device just now I wrote

[U-Boot] [PATCH 4/7] imx6: define CONFIG_IMX6_THERMAL as a default option

2015-06-24 Thread Peter Robinson
Update boards that already include it, add DM options for those that don't yet. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- configs/aristainetos2_defconfig | 2 ++ configs/aristainetos_defconfig | 2 ++ configs/cgtqmx6qeval_defconfig | 2 ++ configs/cm_fx6_defconfig

[U-Boot] [PATCH 1/7] Drop duplicate CONFIG_SYS_NO_FLASH from mx6_common

2015-06-24 Thread Peter Robinson
It's defind earlier in the file Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/mx6_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 50370e1..b37477a 100644 --- a/include/configs/mx6_common.h

[U-Boot] [PATCH 2/7] mx6cuboxi: drop options that are duplicated in mx6_common

2015-06-24 Thread Peter Robinson
These options were merged into mx6_common and were seemingly missed in mx6cuboxi so drop the duplicates Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/mx6cuboxi.h | 8 1 file changed, 8 deletions(-) diff --git a/include/configs/mx6cuboxi.h b/include/configs

[U-Boot] Minor i.MX6 updates

2015-06-24 Thread Peter Robinson
The first two patches are a resend and basic cleanups of duplicate includes The second two patches consolidate the fuse and thermal options. They're both options that are standard SoC features so should be there by default for all devices. ___ U-Boot

[U-Boot] [PATCH 3/7] imx6: standardise OCOTP and fuse config to mx6_common

2015-06-24 Thread Peter Robinson
According to README.mxc_ocotp the OCOTP is a stanard i.MX6 SoC feature so centralise the config in mx6_common.h so functionality is standard across all boards Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos-common.h | 3 --- include/configs/embestmx6boards.h

Re: [U-Boot] Minor i.MX6 updates

2015-06-24 Thread Peter Robinson
On Wed, Jun 24, 2015 at 5:09 PM, Peter Robinson pbrobin...@gmail.com wrote: The first two patches are a resend and basic cleanups of duplicate includes The second two patches consolidate the fuse and thermal options. They're both options that are standard SoC features so should

Re: [U-Boot] [PATCH] If CONFIG_SANDBOX isn't defined the build fails in fw_env.c

2015-06-17 Thread Peter Robinson
Hi Simon, On 17 June 2015 at 05:29, Masahiro Yamada yamada.masah...@socionext.com wrote: Hi. 2015-06-17 3:24 GMT+09:00 Simon Glass s...@chromium.org: Hi Peter, On 15 June 2015 at 13:40, Peter Robinson pbrobin...@gmail.com wrote: In our Fedora builds we get the below errors if we build

Re: [U-Boot] [PATCH] If CONFIG_SANDBOX isn't defined the build fails in fw_env.c

2015-06-17 Thread Peter Robinson
Hi Simon, On 15 June 2015 at 13:40, Peter Robinson pbrobin...@gmail.com wrote: In our Fedora builds we get the below errors if we build the following using a vanilla u-boot 2015.07rc2. I'm not sure if it's the best fix but it fixes the build for rc2. make HOSTCC=gcc $RPM_OPT_FLAGS

[U-Boot] [PATCH] Fix default env includes to fix sandbox build

2015-06-17 Thread Peter Robinson
unneeded autoconf.h lower down to ensure the default environment is included correctly http://lists.denx.de/pipermail/u-boot/2015-June/216849.html Signed-off-by: Peter Robinson pbrobin...@gmail.com --- tools/env/fw_env.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[U-Boot] [PATCH] If CONFIG_SANDBOX isn't defined the build fails in fw_env.c

2015-06-15 Thread Peter Robinson
In our Fedora builds we get the below errors if we build the following using a vanilla u-boot 2015.07rc2. I'm not sure if it's the best fix but it fixes the build for rc2. make HOSTCC=gcc $RPM_OPT_FLAGS CROSS_COMPILE= defconfig V=1 O=builds/ make HOSTCC=gcc $RPM_OPT_FLAGS CROSS_COMPILE=

[U-Boot] [PATCH] If CONFIG_SANDBOX isn't defined the build fails in fw_env.c due to a with with the following error:

2015-06-15 Thread Peter Robinson
error: expected '}' before 'BOOT_TARGET_DEVICES_references_HOST_without_CONFIG_SANDBOX' CONFIG_EXTRA_ENV_SETTINGS A check to see if it's defined fixes this issue. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/sandbox.h | 4 1 file changed, 4 insertions(+) diff

[U-Boot] [PATCH 2/2] mx6cuboxi: drop options that are duplicated in mx6_common

2015-06-16 Thread Peter Robinson
These options were merged into mx6_common and were seemingly missed in mx6cuboxi so drop the duplicates Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/mx6cuboxi.h | 8 1 file changed, 8 deletions(-) diff --git a/include/configs/mx6cuboxi.h b/include/configs

[U-Boot] imx6 minor cleanups

2015-06-16 Thread Peter Robinson
Just a couple of small cleanups to remove duplicate options that are already defined in mx6_common.h ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 1/2] Drop duplicate CONFIG_SYS_NO_FLASH from mx6_common

2015-06-16 Thread Peter Robinson
It's defind earlier in the file Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/mx6_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 50370e1..b37477a 100644 --- a/include/configs/mx6_common.h

Re: [U-Boot] [PATCH] imx6: novena: Reinstate missing CONFIG_FAT_WRITE

2015-05-28 Thread Peter Robinson
-by: Marek Vasut ma...@denx.de Cc: Peter Robinson pbrobin...@gmail.com Cc: Stefano Babic sba...@denx.de --- include/configs/novena.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/novena.h b/include/configs/novena.h index 1f93269..519c26a 100644 --- a/include/configs

Re: [U-Boot] [PATCH 4/7] imx6: define CONFIG_IMX6_THERMAL as a default option

2015-06-28 Thread Peter Robinson
On Sun, Jun 28, 2015 at 4:27 PM, Soeren Moch sm...@web.de wrote: Update boards that already include it, add DM options for those that don't yet. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- configs/aristainetos2_defconfig | 2 ++ configs/aristainetos_defconfig | 2

Re: [U-Boot] [PATCH 0/10 v3] i.MX6: move duplicated options to mx6_common to standardise mx6 config

2015-05-26 Thread Peter Robinson
Hi Stefano, On 22/05/2015 18:30, Peter Robinson wrote: There's a lot of common options in the i.MX6 boards that are repeated across a lot of the devices. There's a mx6_common.h which is little used but makes sense to be the central location for all the options we want across all mx6

Re: [U-Boot] [PATCH 08/10] imx6: standardise filesystem and boot options

2015-05-22 Thread Peter Robinson
On 22 May 2015 19:48, Soeren Moch sm...@web.de wrote: Move all standard filesystem, partition and fdt options to mx6_common. Signed-off-by: Peter Robinson pbrobinson at gmail.com http://lists.denx.de/mailman/listinfo/u-boot [...] diff --git a/include/configs/mx6_common.h b/include

Re: [U-Boot] [PATCH 0/10 v2] i.MX6: move duplicated options to mx6_common to standardise mx6 config

2015-05-21 Thread Peter Robinson
Hi Stefano, Sorry for the delay, we're on the pointy end of the Fedora 22 release and that's been taking my time. On 11/05/2015 18:22, Peter Robinson wrote: There's a lot of common options in the i.MX6 boards that are repeated across a lot of the devices. There's a mx6_common.h which

Re: [U-Boot] Marvell Armada XP u-boot from uart

2015-05-22 Thread Peter Robinson
On Fri, May 22, 2015 at 11:26 AM, Konstantin Lezhnyev konst...@gmail.com wrote: Is it possible to load and boot Marvell Armada XP u-boot completely from uart without spi or nand flash? I have custom board with MV78460 and clean flash memory. You can use kwboot I believe. Not sure all the

[U-Boot] [PATCH 10/10] mx6: standardise CONFIG_CMD_CACHE

2015-05-22 Thread Peter Robinson
Move CONFIG_CMD_CACHE to mx6_common and standardise the way it's defined. Signed-off-by: Peter Robinson pbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com --- include/configs/aristainetos.h| 2 -- include/configs/cgtqmx6eval.h | 4 include/configs/embestmx6boards.h | 4

[U-Boot] [PATCH 08/10] imx6: standardise filesystem and boot options

2015-05-22 Thread Peter Robinson
Move all standard filesystem, partition and fdt options to mx6_common. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 9 + include/configs/cgtqmx6eval.h | 6 -- include/configs/gw_ventana.h | 9 + include/configs

[U-Boot] [PATCH 02/10] imx6: move all standard includes to mx6_common.h

2015-05-22 Thread Peter Robinson
/ CONFIG_CMD_IMLS everywhere. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 11 +-- include/configs/cgtqmx6eval.h | 10 +- include/configs/cm_fx6.h | 6 -- include/configs/embestmx6boards.h | 10 +- include/configs

[U-Boot] [PATCH 04/10] imx6: move standard ATAG configs to mx6_common.h

2015-05-22 Thread Peter Robinson
Define the standard ATAG consfigs in mx6_common. Signed-off-by: Peter Robinson pbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com --- include/configs/cgtqmx6eval.h | 5 - include/configs/cm_fx6.h | 4 include/configs/embestmx6boards.h | 4 include/configs

[U-Boot] [PATCH 03/10] imx6: move generic imx6 options to mx6_common.h

2015-05-22 Thread Peter Robinson
All boards define CONFIG_MX6, CONFIG_DISPLAY_BOARDINFO, CONFIG_DISPLAY_CPUINFO and CONFIG_SYS_GENERIC_BOARD so define them in mx6_common Signed-off-by: Peter Robinson pbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com --- include/configs/aristainetos.h | 7 --- include

[U-Boot] [PATCH 01/10] novena: standardise mx6_common.h include

2015-05-22 Thread Peter Robinson
Standardise mx6_common.h to the same as other mx6 boards Signed-off-by: Peter Robinson pbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com --- include/configs/novena.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/novena.h b/include/configs

[U-Boot] [PATCH 0/10 v3] i.MX6: move duplicated options to mx6_common to standardise mx6 config

2015-05-22 Thread Peter Robinson
LZO change (patch 8) Peter Robinson (10): novena: standardise mx6_common.h include imx6: move all standard includes to mx6_common.h imx6: move generic imx6 options to mx6_common.h imx6: move standard ATAG configs to mx6_common.h imx6: move MXC_GPIO define to mx6_common.h

[U-Boot] [PATCH 09/10] imx6: generic MMC config options to mx6_common

2015-05-22 Thread Peter Robinson
Move all standard mx6 MMC configs to mx6_common. Signed-off-by: Peter Robinson pbrobin...@gmail.com Reviewed-by: Tom Rini trini at konsulko.com --- include/configs/aristainetos.h| 7 --- include/configs/cgtqmx6eval.h | 7 --- include/configs/cm_fx6.h | 5 - include

[U-Boot] [PATCH 07/10] imx6: move generic miscellaneous and overwrite options

2015-05-22 Thread Peter Robinson
Move generic miscellaneous options that are standard across most, if not all, mx6 boards to central mx6_common define to ensure consistent features. Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 14 -- include/configs/cgtqmx6eval.h

[U-Boot] [PATCH 05/10] imx6: move MXC_GPIO define to mx6_common.h

2015-05-22 Thread Peter Robinson
Define CONFIG_MXC_GPIO and CONFIG_CMD_GPIO by default in mx6_common Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 2 -- include/configs/cgtqmx6eval.h | 1 - include/configs/cm_fx6.h | 7 --- include/configs/embestmx6boards.h | 1

[U-Boot] [PATCH 06/10] imx6: centralise common boot options in mx6_common.h

2015-05-22 Thread Peter Robinson
Define common LOADADDR and BOOTDELAY to ensure a consistent experience across mx6 boards Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos.h| 7 --- include/configs/cgtqmx6eval.h | 7 --- include/configs/cm_fx6.h | 3 --- include

Re: [U-Boot] [ANN] U-Boot v2015.10-rc2 released

2015-08-24 Thread Peter Robinson
On Tue, Aug 18, 2015 at 1:57 AM, Tom Rini tr...@konsulko.com wrote: Hey all, I've pushed v2015.10-rc2 out and it should be everywhere soon. I've made an initial push through my backlog of stuff and I can see more stuff I need to pick up. But please feel free to poke me here or off-list if

Re: [U-Boot] v2 i.MX6 consolidate the fuse and thermal options

2015-07-30 Thread Peter Robinson
On Tue, Jul 14, 2015 at 12:52 AM, Peter Robinson pbrobin...@gmail.com wrote: These two patches consolidate the fuse and thermal options. They're both options that are standard SoC features so should be there by default for all devices. What's the status of getting these pulled in? I

Re: [U-Boot] v2 i.MX6 consolidate the fuse and thermal options

2015-07-30 Thread Peter Robinson
On Tue, Jul 14, 2015 at 12:52 AM, Peter Robinson pbrobin...@gmail.com wrote: These two patches consolidate the fuse and thermal options. They're both options that are standard SoC features so should be there by default for all devices. What's the status of getting these pulled in? Peter

Re: [U-Boot] [PATCH v3 7/8] ARM64: hikey: hi6220: Add u-boot support for the 96boards CE HiKey board.

2015-07-30 Thread Peter Robinson
On Thu, Jul 30, 2015 at 9:46 AM, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: On Wed, 2015-07-29 at 22:39 +0100, Peter Griffin wrote: HiKey is the first 96boards consumer edition compliant board. It features a hi6220 SoC which has eight ARM A53 cpu's. This initial port adds support

Re: [U-Boot] [PATCH 0/2] ARM: tegra: enable GPU DT node

2015-07-24 Thread Peter Robinson
Hi, Tegra124 requires the bootloader to perform VPR initialization, otherwise the GPU cannot be used by the system. Since using the GPU without that initialization results in a hang, the GPU DT node is left disabled, and it is the task of the bootloader to enable it after ensuring it is safe

[U-Boot] Panda revision detection

2015-07-17 Thread Peter Robinson
Hi All, There's some logic in board/ti/panda/panda.c to detect the various panda revisions (es/a4) and set the board/board_name variables but, at least on 2015.04/07, it doesn't appear to work so on an ES board the board_name is still just panda and fence findfdt doesn't set the correct dtb

[U-Boot] [PATCH 1/2] imx6: standardise OCOTP and fuse config to mx6_common

2015-07-14 Thread Peter Robinson
According to README.mxc_ocotp the OCOTP is a stanard i.MX6 SoC feature so centralise the config in mx6_common.h so functionality is standard across all boards Signed-off-by: Peter Robinson pbrobin...@gmail.com --- include/configs/aristainetos-common.h | 3 --- include/configs/embestmx6boards.h

[U-Boot] v2 i.MX6 consolidate the fuse and thermal options

2015-07-14 Thread Peter Robinson
These two patches consolidate the fuse and thermal options. They're both options that are standard SoC features so should be there by default for all devices. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [ANN] U-Boot v2015.07 released

2015-07-14 Thread Peter Robinson
Hi Tom, On Tue, Jul 14, 2015 at 6:56 PM, Tom Rini tr...@konsulko.com wrote: Hey all, I've pushed v2015.07 out to the repository and tarballs should exist soon. I don't see the release tag in git either by doing a pull from my checkout or via the web interface. Does it take time to sync?

Re: [U-Boot] [ANN] git server, FTP server

2015-07-19 Thread Peter Robinson
I tried to find a way to download a file with wget or a similar tool, which would be used by a distribution builder (like Yocto, Buildroot, OpenWrt, ...). Why would any build environment use tarballs? can you not just reference the git repository? This is much more efficient, IMHO. Open

Re: [U-Boot] [PATCH v2 10/15] cgtqmx6eval: Add thermal support

2015-07-13 Thread Peter Robinson
On Mon, Jul 13, 2015 at 8:01 PM, Otavio Salvador ota...@ossystems.com.br wrote: Add thermal support so that we can see the following message on boot: CPU: Industrial temperature grade (-40C to 105C) at 33C Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- Changes in v2: None

Re: [U-Boot] [PATCH v2 15/15] cgtqmx6eval: Use standard boot script

2015-07-13 Thread Peter Robinson
On Mon, Jul 13, 2015 at 8:01 PM, Otavio Salvador ota...@ossystems.com.br wrote: Use more standard boot scripts and also add the capability of booting via NFS. It would actually be useful I think if you used the distro defaults support for booting here Peter Signed-off-by: Otavio Salvador

Re: [U-Boot] [PATCH 4/7] imx6: define CONFIG_IMX6_THERMAL as a default option

2015-07-13 Thread Peter Robinson
On Sun, Jun 28, 2015 at 5:32 PM, Stefano Babic sba...@denx.de wrote: Hi Peter, On 28/06/2015 18:23, Soeren Moch wrote: Stefano, in the u-boot-imx repository there is already thermal support for tbs2910. We would need to revert commit fbd18aa610df896ccebbebb3fb88b197c413 before applying

Re: [U-Boot] [ANN] U-Boot v2015.10-rc5 released

2015-10-15 Thread Peter Robinson
>> >> >>> If you have a regression, speak up. >> >> >> >> >> >> For -rc4 I had reported that CONFIG_API is broken for sunxi among >> >> >> others. I was told this was fallout of the new Driver Model. Has anyone >> >> >> thought about how to fix this? Is that already a lost cause for >> >> >>

Re: [U-Boot] [ANN] U-Boot v2015.10-rc5 released

2015-10-15 Thread Peter Robinson
On Thu, Oct 15, 2015 at 9:55 PM, Tom Rini wrote: > On Thu, Oct 15, 2015 at 03:52:08AM +0200, Andreas Färber wrote: >> Am 15.10.2015 um 02:40 schrieb Tom Rini: >> > On Thu, Oct 15, 2015 at 02:28:34AM +0200, Andreas Färber wrote: >> >> Am 12.10.2015 um 17:18 schrieb Tom Rini: >>

Re: [U-Boot] [PATCH 1/2] usb: host: xhci-omap: fix build break

2015-10-21 Thread Peter Robinson
On Wed, Oct 21, 2015 at 12:55 PM, Tom Rini <tr...@konsulko.com> wrote: > On Wed, Oct 21, 2015 at 09:37:13AM +0100, Peter Robinson wrote: >> >>> Felipe Balbi <ba...@ti.com> writes: >> >>> > Fix the following build break: >> >>> >

Re: [U-Boot] [PATCH 1/2] usb: host: xhci-omap: fix build break

2015-10-21 Thread Peter Robinson
>>> Felipe Balbi writes: >>> > Fix the following build break: >>> > >>> > drivers/usb/host/xhci-omap.c:35:5: error: ‘board_usb_init’ aliased to >>> > external symbol ‘__board_usb_init’ >>> > int board_usb_init(int index, enum usb_init_type init) >>> > ^ >>> > >>> >

Re: [U-Boot] [PATCH] arm: imx: imx-common: init: move arch init common setup

2015-08-27 Thread Peter Robinson
On Thu, Aug 27, 2015 at 2:39 AM, Peng Fan b51...@freescale.com wrote: Hi Adrian, Since this is only for mx6, why move the code to imx-common? ifeq ($(SOC),$(filter $(SOC),mx6)) -obj-y += cache.o +obj-y += cache.o init.o Also many pieces of code are only for imx6, imx7 do

Re: [U-Boot] [PATCH 0/5] device model bringup of hsmmc on am335x bone black and gp evm

2015-09-15 Thread Peter Robinson
On Tue, Sep 15, 2015 at 3:11 PM, Mugunthan V N wrote: > This patch seires enables omap_hsmmc to adopt driver model. This > has been tested on AM335x beagle bone black and GP EVM (logs [1]). > Also pushed a branch for testing [2] Are you going to migrate omap3/omap4/omap5 and

[U-Boot] [PATCH] tools: env: include compiler.h

2015-12-08 Thread Peter Robinson
With gcc 5.2 and later we get a bunch of "error: unknown type name" for 'uint8_t', 'uint32_t' and friends. Signed-off-by: Peter Robinson <pbrobin...@gmail.com> --- tools/env/fw_env.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/env/fw_env.c b/tools/env/fw_env

[U-Boot] (no subject)

2015-12-08 Thread Peter Robinson
In Fedora with gcc 5.2 and 5.3 the fw_env is FTB due to a missing include. The following small patch fixes building it on Fedora with gcc 5.3.1 Regards, Peter ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [ANN] U-Boot v2016.01-rc4 released

2016-01-05 Thread Peter Robinson
On Tue, Jan 5, 2016 at 6:37 PM, Tom Rini wrote: > On Tue, Jan 05, 2016 at 04:28:01PM -0200, Fabio Estevam wrote: >> On Mon, Jan 4, 2016 at 8:23 PM, Tom Rini wrote: >> > Hey all, >> > >> > I've tagged and uploaded 2016.01-rc4 now. I grabbed a few general

Re: [U-Boot] Release cycle thoughts

2016-05-30 Thread Peter Robinson
On Fri, May 27, 2016 at 2:36 PM, Tom Rini wrote: > Hey all, > > So, when I said a few months back that we would try doing a 2 month > release cycle, I planned things out until the v2016.07 release, since > that coincided with the old schedule. As I was looking at the >

[U-Boot] Using latest u-boot with HiKey board

2016-05-26 Thread Peter Robinson
Hi Peter, Looking at u-boot on the hikey and when trying to work out what's needed in terms of ATF and flashing of it the only information I can find is a dead link to a readme [1] in your original post [2]. Any chance you could add a README.hikey outlining what's required, where it can be found,

[U-Boot] [PATCH] clearfog: add HUSH parser

2016-05-26 Thread Peter Robinson
In the big move of CONFIG_HUSH_PARSER to config files the clearfog somehow missed out. Signed-off-by: Peter Robinson <pbrobin...@gmail.com> --- configs/clearfog_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig index 0

Re: [U-Boot] [ANN] U-Boot v2016.07-rc2 released

2016-06-20 Thread Peter Robinson
> It's release day and v2016.07-rc2 is out and on time. I expect to do > -rc3 in another two weeks. I've updated git and the tarballs are also > up now. I might be blind but I don't see a tarball here :) ftp://ftp.denx.de/pub/u-boot/ > We've gotten a number of PRs in with the sort of changes

Re: [U-Boot] [PATCH] imx: mx6/7 define CONFIG_SYS_VSNPRINTF

2016-01-13 Thread Peter Robinson
NPRINTF, snprintf is sprintf. >> >> Report by Coverity: >> pass string init_val of unknown size to sprintf >> >> Signed-off-by: Peng Fan <peng@nxp.com> >> Cc: Peter Robinson <pbrobin...@gmail.com> >> Cc: Fabio Estevam <fabio.este...@freesc

Re: [U-Boot] [PATCH 0/9] EFI payload / application support

2016-01-14 Thread Peter Robinson
>> I am not aware of anyone using the U-Boot API for grub these days, so >> I'm not sure it's an incredibly useful goal. The main pain point distros >> seem to have is to make something that "just works" on all systems out >> there. Moving into that direction should be our ultimate goal. > >

Re: [U-Boot] [PATCH 0/9] EFI payload / application support

2016-01-14 Thread Peter Robinson
On Mon, Jan 4, 2016 at 6:03 PM, Andreas Färber wrote: > Am 04.01.2016 um 17:56 schrieb Tom Rini: >> Please note that with the generic distro framework U-Boot will grok >> https://wiki.freedesktop.org/www/Specifications/BootLoaderSpec/ and >> things Just Work. I setup a bunch of

[U-Boot] (no subject)

2016-02-03 Thread Peter Robinson
Hi All, Here's a couple of patches to help building on gcc-6. We're rebasing Fedora to gcc-6 for Fedora 24 so this was the first build I've attempted with it. It doesn't fix all problems as I also see an issue that the generated/generic-asm-offsets.h isn't generated early enough in the build

[U-Boot] [PATCH 2/3] common: env_flags: include common.h even for HOST_CC

2016-02-03 Thread Peter Robinson
When compiling with gcc 6 we get the following error due to ARRAY_SIZE being defined elsewhere. common/env_flags.c:155: undefined reference to `ARRAY_SIZE' Signed-off-by: Peter Robinson <pbrobin...@gmail.com> --- common/env_flags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[U-Boot] [PATCH 1/3] Copy gcc5 over to compiler-gcc6.h as a beginning of support

2016-02-03 Thread Peter Robinson
Add initial support for gcc6 by taking a copy of compiler-gcc5.h Signed-off-by: Peter Robinson <pbrobin...@gmail.com> --- include/linux/compiler-gcc6.h | 65 +++ 1 file changed, 65 insertions(+) create mode 100644 include/linux/compiler-gcc6.h diff

Re: [U-Boot] [PATCH 2/3] common: env_flags: include common.h even for HOST_CC

2016-02-03 Thread Peter Robinson
Hi Albert, On Wed, Feb 3, 2016 at 1:41 PM, Albert ARIBAUD <albert.u.b...@aribaud.net> wrote: > Hello Peter, > > On Wed, 3 Feb 2016 12:42:51 +, Peter Robinson > <pbrobin...@gmail.com> wrote: >> When compiling with gcc 6 we get the following error due to ARRAY_S

Re: [U-Boot] your mail

2016-02-03 Thread Peter Robinson
>> Here's a couple of patches to help building on gcc-6. We're rebasing Fedora >> to gcc-6 for Fedora 24 so this was the first build I've attempted with it. >> It doesn't fix all problems as I also see an issue that the >> generated/generic-asm-offsets.h isn't generated early enough in the

[U-Boot] [PATCH] wandboard: fix variable name so PXE boot works

2016-01-20 Thread Peter Robinson
All boards that support PXE booting use the pxefile_addr_r variable. Standardise wandboard with this variable as pxe_addr_r isn't used anywhere else so it's a typo. Signed-off-by: Peter Robinson <pbrobin...@gmail.com> --- include/configs/wandboard.h | 2 +- 1 file changed, 1 insertion

Re: [U-Boot] [PATCH 2/3] common: env_flags: include common.h even for HOST_CC

2016-02-16 Thread Peter Robinson
>> When compiling with gcc 6 we get the following error due to ARRAY_SIZE being >> defined elsewhere. >> >> common/env_flags.c:155: undefined reference to `ARRAY_SIZE' >> >> Signed-off-by: Peter Robinson <pbrobin...@gmail.com> > > I'm going to take

Re: [U-Boot] [PATCH] video: ipu_common: fix build error

2016-04-28 Thread Peter Robinson
_div(parent_rate, div); > clk->rate = parent_rate; > " > > Reported-by: Peter Robinson <pbrobin...@gmail.com> > Signed-off-by: Peng Fan <van.free...@gmail.com> > Cc: Stefano Babic <sba...@denx.de> > Cc: Fabio Estevam <fabio.este...@nxp.com> &g

Re: [U-Boot] imx6 devices failing to build with 2016.05

2016-04-27 Thread Peter Robinson
Hi Stefano, >> I didn't look closely when it happened with rc1 because I saw a pull >> req from Stefano shortly afterwards and I decided to try again after >> that landed. With rc3 I'm still seeing the same issue. >> >> Basically all the i.MX6 devices >>

[U-Boot] imx6 devices failing to build with 2016.05

2016-04-27 Thread Peter Robinson
Hi All, I didn't look closely when it happened with rc1 because I saw a pull req from Stefano shortly afterwards and I decided to try again after that landed. With rc3 I'm still seeing the same issue. Basically all the i.MX6 devices (cm_fx6,mx6cuboxi,novena,riotboard,udoo,wandboard,warp) we

  1   2   3   4   5   6   7   8   9   10   >