Re: [U-Boot] [PATCH v2 14/26] dm: core: Allow the uclass to set up a device's child after binding

2015-01-22 Thread Masahiro Yamada
Hi Simon, On Mon, 19 Jan 2015 20:12:43 -0700 Simon Glass s...@chromium.org wrote: For buses, after a child is bound, allow the uclass to perform some processing. This can be used to figure out the address of the child (e.g. the chip select for SPI slaves) so that it is ready to be probed.

[U-Boot] [PATCH v2] sunxi: Add support for Mele M5.

2015-01-22 Thread Ian Campbell
From: Ian Campbell i...@hellion.org.uk HDMI, SATA, USB and Ethernet appear functional, I've not done extensive tests of all peripherals though. Signed-off-by: Ian Campbell i...@hellion.org.uk --- Applies on sunxi: Convert sun7i boards to use auto dram configuration v2: Enable AHCI. ---

Re: [U-Boot] [PATCH 2/5] Enable booting of mx28 without battery

2015-01-22 Thread Fabio Estevam
Hi Graeme, On Wed, Jan 21, 2015 at 9:55 AM, Graeme Russ gr...@tss-engineering.com wrote: Section 4.1.2 of Freescale Application Note AN4199 describes the configuration required to operate the mx28 from a 5V source without a battery. This patch implements the changes to the Freescale bootlets

Re: [U-Boot] [PATCH 1/3] ARmv7: Add a soc_init hook to start.S

2015-01-22 Thread Hans de Goede
Hi, On 21-01-15 22:59, Bill Pringlemeir wrote: On 21 Jan 2015, hdego...@redhat.com wrote: On some SoCs / ARMv7 CPU cores we need to do some setup before enabling the icache, etc. Add a soc_init hook with a weak default which just calls cpu_init_cp15. This way different implementations can be

Re: [U-Boot] Announcing easy Linux installation on Allwinner devices for non-geek users

2015-01-22 Thread Robert Moskowitz
On 01/22/2015 07:49 AM, Siarhei Siamashka wrote: Hello, This is a somewhat long e-mail. Yes it is. Thank you for this detailed introduction to the problem and solutions. As a semi-skilled user and proponent of armv7, I really welcome all the work you and others have done. Just wish it

Re: [U-Boot] [PATCH] sunxi: Convert sun7i boards to use auto dram configuration

2015-01-22 Thread Ian Campbell
On Wed, 2015-01-21 at 20:54 +0100, Hans de Goede wrote: Currently we've separate detailed dram settings for all sun7i boards, this moves them over to using auto dram configuration so that we can get rid of all the per board dram_foo.c files. This has been tested on a A20-Olinuxino-Lime,

Re: [U-Boot] [PATCH] arm: spl: Allow board_init_r() to run with a larger stack

2015-01-22 Thread Masahiro Yamada
Simon, Heiko, On Thu, 22 Jan 2015 07:28:37 +0100 Heiko Schocher h...@denx.de wrote: But for your particular case, I certainly would like the UART to be available early in SPL. We are in the very early days of driver model for SPL. Once we get it merged (thanks to Tom's work this should be

Re: [U-Boot] [PATCH] sunxi: Convert sun7i boards to use auto dram configuration

2015-01-22 Thread Hans de Goede
Hi, On 22-01-15 13:07, Ian Campbell wrote: On Thu, 2015-01-22 at 12:12 +0100, Hans de Goede wrote: Hi, On 22-01-15 11:48, Ian Campbell wrote: On Wed, 2015-01-21 at 20:54 +0100, Hans de Goede wrote: Currently we've separate detailed dram settings for all sun7i boards, this moves them over to

Re: [U-Boot] [linux-sunxi] Announcing easy Linux installation on Allwinner devices for non-geek users

2015-01-22 Thread Maxime Ripard
Hi, Nice work overall, it's good to see something like that happening. I'm a bit bothered by the use of the universal word, for something that is so restricted, but it's just words. On Thu, Jan 22, 2015 at 02:49:03PM +0200, Siarhei Siamashka wrote:

Re: [U-Boot] [PATCH] sunxi: Add support for Mele M5.

2015-01-22 Thread Ian Campbell
On Thu, 2015-01-22 at 12:28 +0100, Hans de Goede wrote: Hi, On 22-01-15 12:11, Ian Campbell wrote: From: Ian Campbell i...@hellion.org.uk HDMI, USB and Ethernet appear functional, I've not done extensive tests of all peripherals though. Signed-off-by: Ian Campbell

Re: [U-Boot] u-boot tools and build system

2015-01-22 Thread Raphael Philipe
Thank you Wolfgang, For the especific case of the env tool, One can build it to run on the host to produce a environment variables binary file for the target (This can be used while building some image to be written in a sd card, spi flash or the like). For this specific case I'm in doubt on how

Re: [U-Boot] Announcing easy Linux installation on Allwinner devices for non-geek users

2015-01-22 Thread Robert Moskowitz
On 01/22/2015 08:20 AM, Hans de Goede wrote: Hi Siarhei, See the bottom for my reply to all this. On 22-01-15 13:49, Siarhei Siamashka wrote: Hello, This is a somewhat long e-mail. Thanks for reading and reaching the end of this e-mail. Special thanks to Luc Verhaegen, Roman

Re: [U-Boot] [PATCH] sunxi: Add support for Mele M5.

2015-01-22 Thread Hans de Goede
Hi, On 22-01-15 12:11, Ian Campbell wrote: From: Ian Campbell i...@hellion.org.uk HDMI, USB and Ethernet appear functional, I've not done extensive tests of all peripherals though. Signed-off-by: Ian Campbell i...@hellion.org.uk --- Hans, dunno if you have one of these, am happy to move to

Re: [U-Boot] [PATCH] sunxi: Convert sun7i boards to use auto dram configuration

2015-01-22 Thread Ian Campbell
(my MUA is playing up today, not sure if this went either to you or to the list, so resending, the comments apply equally to Drop qt840a_defconfig too) On Wed, 2015-01-21 at 20:54 +0100, Hans de Goede wrote: Currently we've separate detailed dram settings for all sun7i boards, this moves them

[U-Boot] [PATCH] sunxi: Add support for Mele M5.

2015-01-22 Thread Ian Campbell
From: Ian Campbell i...@hellion.org.uk HDMI, USB and Ethernet appear functional, I've not done extensive tests of all peripherals though. Signed-off-by: Ian Campbell i...@hellion.org.uk --- Hans, dunno if you have one of these, am happy to move to the common bit of MAINTAINERS if you do.

Re: [U-Boot] [PATCH] sunxi: Convert sun7i boards to use auto dram configuration

2015-01-22 Thread Ian Campbell
On Thu, 2015-01-22 at 12:12 +0100, Hans de Goede wrote: Hi, On 22-01-15 11:48, Ian Campbell wrote: On Wed, 2015-01-21 at 20:54 +0100, Hans de Goede wrote: Currently we've separate detailed dram settings for all sun7i boards, this moves them over to using auto dram configuration so that

Re: [U-Boot] [linux-sunxi] [u-boot 2/2] sun5i: bump DEBE priority (useful on a10s only)

2015-01-22 Thread Hans de Goede
Hi, On 22-01-15 08:30, Siarhei Siamashka wrote: On Tue, 20 Jan 2015 14:16:35 +0100 Hans de Goede hdego...@redhat.com wrote: Hi, On 20-01-15 09:16, Siarhei Siamashka wrote: On Mon, 19 Jan 2015 06:29:47 +0200 Siarhei Siamashka siarhei.siamas...@gmail.com wrote: On Sun, 04 Jan 2015 20:49:38

Re: [U-Boot] [PATCH 2/5] Enable booting of mx28 without battery

2015-01-22 Thread Marek Vasut
On Thursday, January 22, 2015 at 01:42:10 PM, Fabio Estevam wrote: Hi Graeme, On Wed, Jan 21, 2015 at 9:55 AM, Graeme Russ gr...@tss-engineering.com wrote: Section 4.1.2 of Freescale Application Note AN4199 describes the configuration required to operate the mx28 from a 5V source without

Re: [U-Boot] [PATCH] sunxi: Convert sun7i boards to use auto dram configuration

2015-01-22 Thread Hans de Goede
Hi, On 22-01-15 11:48, Ian Campbell wrote: On Wed, 2015-01-21 at 20:54 +0100, Hans de Goede wrote: Currently we've separate detailed dram settings for all sun7i boards, this moves them over to using auto dram configuration so that we can get rid of all the per board dram_foo.c files. This has

Re: [U-Boot] [PATCH v2 16/26] dm: core: Allow uclass to set up a device's child before it is probed

2015-01-22 Thread Masahiro Yamada
On Mon, 19 Jan 2015 20:12:45 -0700 Simon Glass s...@chromium.org wrote: Some buses need to set up their devices before they can be used. This setup may well be common to all buses in a particular uclass. Support a common pre-probe method for the uclass, called before any bus devices are

[U-Boot] [PATCH] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041

2015-01-22 Thread Aneesh Bansal
Secure Boot Target is added for NAND for P3041 Changes: In PowerPC, the core begins execution from address 0xFFFC. In case of secure boot, this default address maps to Boot ROM. The Boot ROM code requires that the bootloader(U-boot) must lie in 0 to 3.5G address space i.e 0x0 - 0xDFFF In

Re: [U-Boot] Announcing easy Linux installation on Allwinner devices for non-geek users

2015-01-22 Thread Hans de Goede
Hi Siarhei, See the bottom for my reply to all this. On 22-01-15 13:49, Siarhei Siamashka wrote: Hello, This is a somewhat long e-mail. 1. The problem 2. A possible solution 3. Relocatable SD card 4. NAND 5. Support more devices! 6. Reliability tests 7. FEL mode installer application 8. A31+

Re: [U-Boot] [RFC 1/1] ARM: Add ARMv7-M support

2015-01-22 Thread Kamil Lulko
On 20.01.2015 21:33, Tom Rini wrote: On Wed, Jan 07, 2015 at 12:57:27AM +0100, re...@wp.pl wrote: From: Kamil Lulko re...@wp.pl cut In general this looks OK. Can you also post the STM32F429 board port code? Thanks! Yes, I will submit a complete patch set for STM32F429 Discovery board

[U-Boot] Announcing easy Linux installation on Allwinner devices for non-geek users

2015-01-22 Thread Siarhei Siamashka
Hello, This is a somewhat long e-mail. 1. The problem 2. A possible solution 3. Relocatable SD card 4. NAND 5. Support more devices! 6. Reliability tests 7. FEL mode installer application 8. A31+ support 9. Summary = == 1. The

Re: [U-Boot] Announcing easy Linux installation on Allwinner devices for non-geek users

2015-01-22 Thread Luc Verhaegen
On Thu, Jan 22, 2015 at 02:49:03PM +0200, Siarhei Siamashka wrote: Hello, This is a somewhat long e-mail. 1. The problem 2. A possible solution 3. Relocatable SD card 4. NAND 5. Support more devices! 6. Reliability tests 7. FEL mode installer application 8. A31+ support 9. Summary

Re: [U-Boot] [PATCH 7/7] ot1200: add ot1200_spl_defconfig file

2015-01-22 Thread Stefano Babic
Hi Christian, On 19/01/2015 17:26, Christian Gmeiner wrote: Signed-off-by: Christian Gmeiner christian.gmei...@gmail.com --- configs/ot1200_spl_defconfig | 4 1 file changed, 4 insertions(+) create mode 100644 configs/ot1200_spl_defconfig diff --git a/configs/ot1200_spl_defconfig

Re: [U-Boot] [PATCH v2 01/26] dm: i2c: Provide an offset length parameter where needed

2015-01-22 Thread Masahiro Yamada
Hi Simon, On Wed, 21 Jan 2015 09:12:25 -0700 Simon Glass s...@chromium.org wrote: ay makes no sense. Except that I inserted this patch into the series I sent a week ago, which I want to apply today/tomorrow. So I wanted to limit the scope Sorry for my late review. I am interested in this

Re: [U-Boot] [PATCH v3 4/4] dm:gpio:mxc add DT support

2015-01-22 Thread Igor Grinberg
Hi Peng, On 01/22/15 03:06, Peng Fan wrote: Hi Igor, Just kindly remind, did you miss this one? Since you ack the other patches in this patch set. Nope, I did not miss it. I just haven't looked at it yet... On 1/21/2015 7:09 PM, Peng Fan wrote: This patch add DT support for mxc gpio

Re: [U-Boot] [PATCH v2 05/26] dm: core: Tidy up error handling in device_bind()

2015-01-22 Thread Masahiro Yamada
On Mon, 19 Jan 2015 20:12:34 -0700 Simon Glass s...@chromium.org wrote: Make the error handling more standard to make it easier to build on top of it. Also correct a bug in the error path where there is no parent. Signed-off-by: Simon Glass s...@chromium.org --- Reviewed-by: Masahiro

Re: [U-Boot] [PATCH 07/14] arm: mx6: cm-fx6: display compulab logo

2015-01-22 Thread Stefano Babic
Hi Nikita, On 14/01/2015 09:42, Nikita Kiryanov wrote: Add compulab logo and display it on boot. Signed-off-by: Nikita Kiryanov nik...@compulab.co.il Cc: Stefano Babic sba...@denx.de Cc: Igor Grinberg grinb...@compulab.co.il --- include/configs/cm_fx6.h | 3 +++

Re: [U-Boot] [PATCH 1/7] ot1200: select SUPPORT_SPL

2015-01-22 Thread Stefano Babic
On 19/01/2015 17:26, Christian Gmeiner wrote: Signed-off-by: Christian Gmeiner christian.gmei...@gmail.com --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5eb1d03..5734405 100644 --- a/arch/arm/Kconfig +++

Re: [U-Boot] [PATCH v4 1/3] pmic:pfuz100 add switch mode and more registers

2015-01-22 Thread Stefano Babic
Hi Peng, On 16/01/2015 17:05, Peng Fan wrote: Add more pfuze register offset. And switch mode definition. Signed-off-by: Peng Fan peng@freescale.com --- Changes v4: none Changes v3: none Changes v2: none include/power/pfuze100_pmic.h | 53

Re: [U-Boot] [PATCH v2 12/26] dm: core: Allow uclasses to specific the private data for a device's children

2015-01-22 Thread Masahiro Yamada
Hi Simon, Perhaps a typo in this subject, too dm: core: Allow uclasses to specific the private data for a device's children s/to specific/to specify/ ?? On Mon, 19 Jan 2015 20:12:41 -0700 Simon Glass s...@chromium.org wrote: In many cases the per-child private data for a device's

Re: [U-Boot] [PATCH v2 08/26] dm: core: Allow uclasses to specific the platdata for a device's children

2015-01-22 Thread Masahiro Yamada
Hi Simon, The subject dm: core: Allow uclasses to specific the platdata for a device's children Maybe a typo, s/specific/specify/ although English is slightly out of my realm... On Mon, 19 Jan 2015 20:12:37 -0700 Simon Glass s...@chromium.org wrote: In many cases the child platform data

Re: [U-Boot] [PATCH v4 2/3] pmic:pfuze implement pmic_mode_init

2015-01-22 Thread Stefano Babic
On 16/01/2015 17:05, Peng Fan wrote: This patch is to implement pmic_mode_init function, and add prototype in header file. This function is to set switching mode for pmic buck regulators to improve system efficiency. Mode: OFF: The regulator is switched off and the output voltage is

Re: [U-Boot] [PATCH v2 13/26] dm: spi: Move the per-child data size to the uclass

2015-01-22 Thread Masahiro Yamada
On Mon, 19 Jan 2015 20:12:42 -0700 Simon Glass s...@chromium.org wrote: This is common to all SPI drivers and specifies a structure used by the uclass. It makes more sense to define it in the uclass. Signed-off-by: Simon Glass s...@chromium.org --- Reviewed-by: Masahiro Yamada

[U-Boot] [PATCH] mx6: fix warning in platinum board

2015-01-22 Thread Stefano Babic
Fix warning due to missing prototype for writel Signed-off-by: Stefano Babic sba...@denx.de --- board/barco/platinum/platinum.h | 1 + 1 file changed, 1 insertion(+) diff --git a/board/barco/platinum/platinum.h b/board/barco/platinum/platinum.h index 8650d6d..d3ea8bd 100644 ---

Re: [U-Boot] [PATCH] mx6: fix warning in platinum board

2015-01-22 Thread Stefan Roese
On 22.01.2015 10:11, Stefano Babic wrote: Fix warning due to missing prototype for writel Signed-off-by: Stefano Babic sba...@denx.de Not sure why I didn't see this. But thanks for fixing, so: Acked-by: Stefan Roese s...@denx.de Thanks, Stefan

Re: [U-Boot] [PATCH] imx: mx6: Change ENV offset to 512K bytes for larger u-boot image

2015-01-22 Thread Stefano Babic
Hi Ye, On 16/01/2015 09:47, Ye.Li wrote: To align with other mx6 boards, change ENV offset from 384KB to 512KB position to fit a larger u-boot image. Signed-off-by: Ye.Li b37...@freescale.com --- include/configs/mx6slevk.h |2 +- include/configs/mx6sxsabresd.h |2 +- 2 files

Re: [U-Boot] [PATCH v2 11/26] dm: core: Add a flag to control sequence numbering

2015-01-22 Thread Masahiro Yamada
Hi Simon, On Mon, 19 Jan 2015 20:12:40 -0700 Simon Glass s...@chromium.org wrote: @@ -413,43 +413,18 @@ This indicates that in the uclass called serial, the named node (/serial@2223) will be given sequence number 2. Any command or driver which requests serial device 2 will obtain

[U-Boot] [PATCH V5] add README.distro file

2015-01-22 Thread Stephen Warren
From: Dennis Gilmore den...@ausil.us Add documentation on how to setup a system to use the generic distro configs and boot commands. This spells out what is needed to make a system conformant, but does not limit the board to only the defaults. Signed-off-by: Dennis Gilmore den...@ausil.us

Re: [U-Boot] [PATCH v4 01/18] mmc: show hardware partition sizes in mmcinfo output

2015-01-22 Thread Stephen Warren
On 12/23/2014 02:50 AM, Diego Santa Cruz wrote: There is currently no command that will provide an overview of the hardware partitions present on an eMMC device, one has to switch to every partition via mmc dev and run mmcinfo for each to get the partition's capacity. This commit adds a few

Re: [U-Boot] [PATCH v3 4/4] dm:gpio:mxc add DT support

2015-01-22 Thread Peng Fan
Hi, Igor Reply below. On 1/22/2015 4:38 PM, Igor Grinberg wrote: Hi Peng, On 01/22/15 03:06, Peng Fan wrote: Hi Igor, Just kindly remind, did you miss this one? Since you ack the other patches in this patch set. Nope, I did not miss it. I just haven't looked at it yet... On 1/21/2015

Re: [U-Boot] [PATCH] lcd: fix console address is not initialized

2015-01-22 Thread Nikita Kiryanov
Hi Bo, On 01/21/2015 06:37 AM, Bo Shen wrote: This commit 904672e (lcd: refactor lcd console stuff into its own file), which cause lcd console address is not initialized. Based on your fix, I'm certain that the bug was introduced in a previous patch, perhaps 140beb9 (lcd: expand console api).

Re: [U-Boot] [linux-sunxi] [u-boot 2/2] sun5i: bump DEBE priority (useful on a10s only)

2015-01-22 Thread Hans de Goede
Hi, On 22-01-15 15:43, Michal Suchanek wrote: Hello, On 22 January 2015 at 14:26, Hans de Goede hdego...@redhat.com wrote: Hi, On 22-01-15 08:30, Siarhei Siamashka wrote: On Tue, 20 Jan 2015 14:16:35 +0100 Hans de Goede hdego...@redhat.com wrote: Hi, On 20-01-15 09:16, Siarhei

[U-Boot] Buildman problem

2015-01-22 Thread Masahiro YAMADA
Hi Simon, I found an error of buildman. If the target branch has an upstream branch, buildman fails with the following message: $ git branch --set-upstream-to=base Branch testtest set up to track local branch base. $ tools/buildman/buildman -b testtest uniphier Traceback (most recent call

Re: [U-Boot] [PATCH] ARM: UniPhier: fix IECTRL set code for PH1-Pro4

2015-01-22 Thread Masahiro YAMADA
2015-01-19 22:31 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: For PH1-Pro4, the bit 6 of the IECTRL must be set. It is the only available bit in this register. There is no effect of the write access to the other bits. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied

Re: [U-Boot] [PATCH v2] ARM: UniPhier: add static to local functions

2015-01-22 Thread Masahiro YAMADA
2015-01-21 15:06 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot-uniphier/master -- Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 1/3] ARmv7: Add a soc_init hook to start.S

2015-01-22 Thread Tom Rini
On Wed, Jan 21, 2015 at 09:03:25PM +0100, Hans de Goede wrote: On some SoCs / ARMv7 CPU cores we need to do some setup before enabling the icache, etc. Add a soc_init hook with a weak default which just calls cpu_init_cp15. This way different implementations can be provided to do some extra

Re: [U-Boot] [PATCH 1/3] ARmv7: Add a soc_init hook to start.S

2015-01-22 Thread Bill Pringlemeir
On 21 Jan 2015, hdego...@redhat.com wrote: On some SoCs / ARMv7 CPU cores we need to do some setup before enabling the icache, etc. Add a soc_init hook with a weak default which just calls cpu_init_cp15. This way different implementations can be provided to do some extra work before or

Re: [U-Boot] [PATCH] ARM: UniPhier: remove __packed that causes a problem on GCC 4.9

2015-01-22 Thread Masahiro YAMADA
2015-01-07 19:41 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: The DDR PHY training function, ddrphy_prepare_training() would not work if compiled with GCC 4.9. The struct ddrphy (arch/arm/include/asm/arch-uniphier/ddrphy-regs.h) is specified with __packed because it represents a

Re: [U-Boot] [PATCH] ARM: UniPhier: describe init_page_table shorter

2015-01-22 Thread Masahiro YAMADA
2015-01-19 22:30 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: The assembly directive .rept ... .endr allows us to write the init_page_table much shorter. To make things further simpler, set the text and stack area as Normal Memory, and the other sections as Device attribute.

Re: [U-Boot] [PATCH v2 12/26] dm: core: Allow uclasses to specific the private data for a device's children

2015-01-22 Thread Simon Glass
On 22 January 2015 at 03:25, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, Perhaps a typo in this subject, too dm: core: Allow uclasses to specific the private data for a device's children s/to specific/to specify/ ?? On Mon, 19 Jan 2015 20:12:41 -0700 Simon Glass

[U-Boot] [PATCH v3 2/2] configs/ls2085a: Add support for Cortex-A57 erratas

2015-01-22 Thread Bhupesh Sharma
This patch adds support for handling 828024 and 826974 erratas for Cortex-A57 cores present on LS2085A SoC. Signed-off-by: Bhupesh Sharma bhupesh.sha...@freescale.com --- include/configs/ls2085a_common.h |4 1 file changed, 4 insertions(+) diff --git a/include/configs/ls2085a_common.h

Re: [U-Boot] [PATCH 1/2] common: mark commands as default to match config_cmd_default.h

2015-01-22 Thread Simon Glass
Hi Masahiro, On 19 January 2015 at 21:52, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, Alexey, On Thu, 15 Jan 2015 12:44:16 -0700 Simon Glass s...@chromium.org wrote: Frankly I don't like this approach with post-processing steps. It will inevitably end-up with messed up

Re: [U-Boot] [PATCH] ARM: UniPhier: fix comments in SoC Glue init function

2015-01-22 Thread Masahiro YAMADA
2015-01-13 18:54 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Applied to u-boot-uniphier/master -- Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 5/8] powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boards

2015-01-22 Thread Stefan Roese
On 22.01.2015 16:24, Masahiro Yamada wrote: These boards are still non-generic boards. It is a good thing that we can drop board-specific hack code from drivers/mtd/nand/nand_base.c Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Andrea llandre Marson andrea.mar...@dave-tech.it

Re: [U-Boot] [PATCH] ARM: UniPhier: remove non-sense inline directives

2015-01-22 Thread Masahiro YAMADA
2015-01-21 15:06 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: The inlining is done by GCC when needed, there is no need to do it explicitly. Furthermore, the inline keyword does not force-inline the code, but is only a hint for the compiler. Signed-off-by: Masahiro Yamada

Re: [U-Boot] [PATCH v2 0/3] ARM: UniPhier: fix SocGlue header

2015-01-22 Thread Masahiro YAMADA
2015-01-21 15:27 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: Masahiro Yamada (3): ARM: UniPhier: use linux/sizes.h for readability ARM: UniPhier: rename SG_MEMCONF_* macros for readability ARM: UniPhier: add SG_MEMCONF macros for DDR channel 2

Re: [U-Boot] Pull request: u-boot-uniphier/master

2015-01-22 Thread Masahiro YAMADA
Sorry, I forgot to add u-boot ML. 2015-01-23 1:14 GMT+09:00 Masahiro YAMADA yamad...@jp.panasonic.com: Hi Tom, The following changes since commit b56f6e2b4e0291efbe1b50f082dec73272ad7ab3: sunxi: Restore lowlevel_init usage (2015-01-21 10:46:28 -0500) are available in the git repository

[U-Boot] [Patch v4 1/2] ubifs: Import atomic_long operations from Linux

2015-01-22 Thread Anton Habegger
This commit is a preperation for a subsequent UBIFS commit which needs atomic_long operations. Therefor include/asm-generic/atomic-long.h is imported from 1860e37 Linux 3.15 Signed-off-by: Anton Habegger anton.habeg...@gmail.com --- Hello Heiko Changes v2: - Eliminate #ifndef __UBOOT__ as much

Re: [U-Boot] [PATCH v3 1/4] dm: introduce dev_get_addr interface

2015-01-22 Thread Simon Glass
Hi, On 21 January 2015 at 04:09, Peng Fan peng@freescale.com wrote: Abstracting dev_get_addr can improve drivers that want to get device's address. Signed-off-by: Peng Fan peng@freescale.com --- drivers/core/device.c | 19 +++ 1 file changed, 19 insertions(+)

Re: [U-Boot] [PATCH v3 3/4] dm:gpio:mxc add a bank_index entry in platdata

2015-01-22 Thread Simon Glass
Hi, On 21 January 2015 at 04:09, Peng Fan peng@freescale.com wrote: Add a new entry in platdata structure and intialize bank_index in mxc_plat array. This new entry can avoid using `plat - mxc_plat` by using `plat-bank_index`. Signed-off-by: Peng Fan peng@freescale.com ---

Re: [U-Boot] [PATCH v3 4/4] dm:gpio:mxc add DT support

2015-01-22 Thread Simon Glass
Hi Peng, On 21 January 2015 at 04:09, Peng Fan peng@freescale.com wrote: This patch add DT support for mxc gpio driver. There are one place using CONFIG_OF_CONTROL macro. 1. The U_BOOT_DEVICES and mxc_plat array are complied out. To DT, platdata is alloced using calloc, so there is no

Re: [U-Boot] [RFC PATCH] dm:spi:fsl_qspi add DM support

2015-01-22 Thread Simon Glass
Hi Peng, On 16 January 2015 at 22:59, Peng Fan peng@freescale.com wrote: Hi Simon ,Jagan This patch is based on git://git.denx.de/u-boot-spi.git master branch, since some fsl_qspi's new feature is still in this git repo and have not been merged to mainline. I saw Simon sent out a new

[U-Boot] [Patch v4 2/2] ubifs: Enable journal replay during mount

2015-01-22 Thread Anton Habegger
Enable ubifs_replay_journal during mount_ubifs, which was disabled before. This commit fix an issue with unrecoverable ubifs volumes after power cut. Therefor the gc.c is imported now from 1860e37 Linux 3.15 Signed-off-by: Anton Habegger anton.habeg...@gmail.com --- Changes for v2: - clear

[U-Boot] [PATCH v2] davinci: Do not duplicate setting of gd

2015-01-22 Thread Tom Rini
In f0c3a6c we stopped setting gd in board_init_f, but later had to revert to due problems on certain platforms. As davinci does not look to have these problems, we can drop the setting here and rely upon crt0.S to do it. Cc: Peter Howard p...@northern-ridge.com.au Signed-off-by: Tom Rini

[U-Boot] [PATCH 1/8] powerpc: mpc83xx: remove MPC8360ERDK, EMPC8360EMDS support

2015-01-22 Thread Masahiro Yamada
These boards are still non-generic boards. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Dave Liu dave...@freescale.com Cc: Anton Vorontsov avoront...@ru.mvista.com --- arch/powerpc/cpu/mpc83xx/Kconfig | 8 - board/freescale/common/pq-mds-pib.c | 2 +-

[U-Boot] [PATCH 3/8] powerpc: mpc85xx: remove P2020COME board support

2015-01-22 Thread Masahiro Yamada
This board is still a non-generic board. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Ira W. Snyder i...@ovro.caltech.edu --- arch/powerpc/cpu/mpc85xx/Kconfig | 4 - board/freescale/p2020come/Kconfig | 12 - board/freescale/p2020come/MAINTAINERS | 7 -

[U-Boot] [PATCH 6/8] powerpc: mpc5xxx: remove Total5200 board support

2015-01-22 Thread Masahiro Yamada
This board is still a non-generic board. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/powerpc/cpu/mpc5xxx/Kconfig | 4 - board/total5200/Kconfig | 9 - board/total5200/MAINTAINERS | 9 - board/total5200/Makefile |

[U-Boot] [PATCH 4/8] powerpc: mpc85xx: remove P2020DS board support

2015-01-22 Thread Masahiro Yamada
This board is still a non-generic board. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/powerpc/cpu/mpc85xx/Kconfig| 4 - board/freescale/p2020ds/Kconfig | 12 - board/freescale/p2020ds/MAINTAINERS | 10 - board/freescale/p2020ds/Makefile| 12 -

Re: [U-Boot] [PATCH v2 01/26] dm: i2c: Provide an offset length parameter where needed

2015-01-22 Thread Simon Glass
Hi Masahiro, On 22 January 2015 at 01:03, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, On Wed, 21 Jan 2015 09:12:25 -0700 Simon Glass s...@chromium.org wrote: ay makes no sense. Except that I inserted this patch into the series I sent a week ago, which I want to apply

Re: [U-Boot] [PATCH v2 2/3] x86: Save mtrr support flag in global data

2015-01-22 Thread Simon Glass
On 21 January 2015 at 20:29, Bin Meng bmeng...@gmail.com wrote: CPUID (EAX 01H) returns MTRR support flag in EDX bit 12. Probe this flag in x86_cpu_init_f() and save it in global data. Signed-off-by: Bin Meng bmeng...@gmail.com --- Changes in v2: - Use space instead of tab to indent in

[U-Boot] [PATCH v3 1/2] Errata/ARM57: Add basic constructs to handle and apply A57 specific erratas

2015-01-22 Thread Bhupesh Sharma
This patch adds basic constructs in the ARMv8 u-boot code to handle and apply Cortex-A57 specific erratas. As and example, the framework showcases how erratas 833069, 826974 and 828024 can be handled and applied. Later on this framework can be extended to include other erratas. Signed-off-by:

Re: [U-Boot] [linux-sunxi] [u-boot 2/2] sun5i: bump DEBE priority (useful on a10s only)

2015-01-22 Thread Michal Suchanek
Hello, On 22 January 2015 at 14:26, Hans de Goede hdego...@redhat.com wrote: Hi, On 22-01-15 08:30, Siarhei Siamashka wrote: On Tue, 20 Jan 2015 14:16:35 +0100 Hans de Goede hdego...@redhat.com wrote: Hi, On 20-01-15 09:16, Siarhei Siamashka wrote: On Mon, 19 Jan 2015 06:29:47 +0200

Re: [U-Boot] [PATCH v3 1/2] Errata/ARM57: Add basic constructs to handle and apply A57 specific erratas

2015-01-22 Thread Scott Wood
On Thu, 2015-01-22 at 20:42 +0530, Bhupesh Sharma wrote: +WEAK(apply_core_errata) + + mov x29, lr /* Save LR */ + /* For now, we support Cortex-A57 specific errata only */ + + /* Check if we are running on a Cortex-A57 core */ + branch_if_a57_core x0,

[U-Boot] [PATCH 0/8] powerpc: drop more non-generic boards

2015-01-22 Thread Masahiro Yamada
Masahiro Yamada (8): powerpc: mpc83xx: remove MPC8360ERDK, EMPC8360EMDS support powerpc: mpc85xx: remove P1_P2_RDB boards powerpc: mpc85xx: remove P2020COME board support powerpc: mpc85xx: remove P2020DS board support powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boards powerpc:

Re: [U-Boot] [PATCH] arm: spl: Allow board_init_r() to run with a larger stack

2015-01-22 Thread Simon Glass
Hi Masahiro, On 22 January 2015 at 00:33, Masahiro Yamada yamad...@jp.panasonic.com wrote: Simon, Heiko, On Thu, 22 Jan 2015 07:28:37 +0100 Heiko Schocher h...@denx.de wrote: But for your particular case, I certainly would like the UART to be available early in SPL. We are in the very

[U-Boot] [PATCH 2/8] powerpc: mpc85xx: remove P1_P2_RDB boards

2015-01-22 Thread Masahiro Yamada
These boards are still non-generic boards: P1011RDB, P1022RDB, P2010RDB, P2020RDB Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Poonam Aggrwal poonam.aggr...@freescale.com --- arch/powerpc/cpu/mpc85xx/Kconfig | 6 - board/freescale/p1_p2_rdb/Kconfig | 12 -

Re: [U-Boot] [PATCH v2 3/3] x86: Test mtrr support flag before accessing mtrr msr

2015-01-22 Thread Simon Glass
On 21 January 2015 at 20:29, Bin Meng bmeng...@gmail.com wrote: On some x86 processors (like Intel Quark) the MTRR registers are not supported. This is reflected by the CPUID (EAX 01H) result EDX[12]. Accessing the MTRR registers on such processors will cause #GP so we must test the support

Re: [U-Boot] [linux-sunxi] Re: Announcing easy Linux installation on Allwinner devices for non-geek users

2015-01-22 Thread Michal Suchanek
On 22 January 2015 at 14:20, Hans de Goede hdego...@redhat.com wrote: Hi Siarhei, See the bottom for my reply to all this. On 22-01-15 13:49, Siarhei Siamashka wrote: This universal u-boot would be awesome and it looks like it's getting close enough. You're welcome, and thank you too

[U-Boot] [PATCH 7/8] powerpc: mpc5xxx: PM520 board support

2015-01-22 Thread Masahiro Yamada
This board is still a non-generic board. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Josef Wagner wag...@microsys.de --- arch/powerpc/cpu/mpc5xxx/Kconfig| 4 - board/pm520/Kconfig | 9 - board/pm520/MAINTAINERS | 9 - board/pm520/Makefile

[U-Boot] [PATCH 5/8] powerpc: ppc4xx: remove PPChameleonEVB, CATcenter boards

2015-01-22 Thread Masahiro Yamada
These boards are still non-generic boards. It is a good thing that we can drop board-specific hack code from drivers/mtd/nand/nand_base.c Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Andrea llandre Marson andrea.mar...@dave-tech.it --- arch/powerpc/cpu/ppc4xx/Kconfig

Re: [U-Boot] [PATCH 2/5] Enable booting of mx28 without battery

2015-01-22 Thread Graeme Russ
Hi Fabio, On 22/01/15 23:42, Fabio Estevam wrote: Hi Graeme, On Wed, Jan 21, 2015 at 9:55 AM, Graeme Russ gr...@tss-engineering.com wrote: Section 4.1.2 of Freescale Application Note AN4199 describes the configuration required to operate the mx28 from a 5V source without a battery. This patch

Re: [U-Boot] [PATCH 2/5] Enable booting of mx28 without battery

2015-01-22 Thread Fabio Estevam
On Fri, Jan 23, 2015 at 12:58 AM, Graeme Russ gr...@tss-engineering.com wrote: I've taken a look at it, but decided to leave this patch as-is. Here is what I wrote on the Freescale forum: Still curious: does the updated patch from Damien allow your system to boot or not? I'm going to

[U-Boot] Using __func__ and __LINE__ in debug outputs

2015-01-22 Thread Graeme Russ
Hi All, What is the general consensus on using __func__ and __LINE__ in debug outputs? My personal opinion is that distinct statements that can be grep'd are better for a couple of reasons: - It keeps the debug statements shorter - If your running a slightly older version of U-Boot, the

Re: [U-Boot] [PATCH 2/5] Enable booting of mx28 without battery

2015-01-22 Thread Fabio Estevam
On Fri, Jan 23, 2015 at 1:27 AM, Graeme Russ gr...@tss-engineering.com wrote: I thought the DDR errors were fixed with Damien's DDR patch. Damien, can you please confirm? His response in the forum was: About the patch posted on January, 6th, you can simply delete it, and empty your recycle

Re: [U-Boot] [PATCH 2/5] Enable booting of mx28 without battery

2015-01-22 Thread Graeme Russ
Hi Fabio, On 23/01/15 14:49, Fabio Estevam wrote: On Fri, Jan 23, 2015 at 1:27 AM, Graeme Russ gr...@tss-engineering.com wrote: I thought the DDR errors were fixed with Damien's DDR patch. Damien, can you please confirm? His response in the forum was: About the patch posted on January,

Re: [U-Boot] [PATCH 2/5] Enable booting of mx28 without battery

2015-01-22 Thread Graeme Russ
Hi Fabio, On 23/01/15 14:01, Fabio Estevam wrote: On Fri, Jan 23, 2015 at 12:58 AM, Graeme Russ gr...@tss-engineering.com wrote: I've taken a look at it, but decided to leave this patch as-is. Here is what I wrote on the Freescale forum: Still curious: does the updated patch from Damien

Re: [U-Boot] SPI driver convert to Driver Model

2015-01-22 Thread Simon Glass
(copying the list) Hi, On 19 January 2015 at 22:38, haikun.w...@freescale.com haikun.w...@freescale.com wrote: Hi Simon, I am working for converting my SPI driver to driver model. I encountered some problems. My driver need to support many old platforms, such as m68k serials and there

Re: [U-Boot] [PATCH V2] powerpc/c29xpcie: Add secure boot support

2015-01-22 Thread York Sun
On 11/25/2014 07:38 PM, Mingkai Hu wrote: From: Po Liu po@freescale.com Add NOR and SPI flash secure boot target for C29XPCIE board. Signed-off-by: Po Liu po@freescale.com Signed-off-by: Mingkai.Hu mingkai...@freescale.com --- Applied to u-boot-mpc85xx master branch, awaiting

Re: [U-Boot] [PATCH][v2] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for P5040DS

2015-01-22 Thread York Sun
On 12/03/2014 02:47 AM, Gaurav Rana wrote: Secure boot target is added for P5040DS platform. Signed-off-by: Gaurav Rana gaurav.r...@freescale.com --- Applied to u-boot-mpc85xx master branch, awaiting upstream. York ___ U-Boot mailing list

Re: [U-Boot] [PATCH 2/2] powerpc: mpc85xx: Add dummy gpio.h to enable CONFIG_OF_CONTROL

2015-01-22 Thread York Sun
On 12/10/2014 12:22 AM, Ruchika Gupta wrote: If CONFIG_OF_CONTROL is enabled, lib/fdtdec.c is compiled. It includes asm/gpio.h and then asm/gpio.h includes asm/arch/gpio.h. As a result, all the SoCs that enable CONFIG_OF_CONTROL must have asm/arch/gpio.h. The right fix would be to split

Re: [U-Boot] [PATCH] mpc85xx/t102xrdb: convert deep sleep to generic board interface

2015-01-22 Thread York Sun
On 12/17/2014 01:42 AM, Tang Yuantian wrote: A new deep sleep interface is introduced to support generic board structure. Converts it to use new interface. Besides, added SPI/SD/NAND boot deep sleep support. Signed-off-by: Tang Yuantian yuantian.t...@freescale.com --- Applied to

Re: [U-Boot] [PATCH v2] powerpc/t1024: add serdes protocol 0x40 and 0x5f

2015-01-22 Thread York Sun
On 12/17/2014 01:38 AM, Shengzhou Liu wrote: Add serdes protocol 0x40 and 0x5f. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- v2: fix a typo. Applied to u-boot-mpc85xx master branch, awaiting upstream. York ___ U-Boot mailing

Re: [U-Boot] [PATCH] powerpc: SECURE BOOT- Add secure boot target for T1042RDB

2015-01-22 Thread York Sun
On 12/16/2014 12:18 AM, Gaurav Rana wrote: Secure boot target is added for T1042RDB platform. Signed-off-by: Gaurav Rana gaurav.r...@freescale.com --- Applied to u-boot-mpc85xx master branch, awaiting upstream. York ___ U-Boot mailing list

Re: [U-Boot] [PATCH] t1024qds: add missing T1024QDS_defconfig

2015-01-22 Thread York Sun
On 12/17/2014 01:39 AM, Shengzhou Liu wrote: Add missing T1024QDS_defconfig for NOR boot on T1024QDS. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- Applied to u-boot-mpc85xx master branch, awaiting upstream. York ___ U-Boot

Re: [U-Boot] [PATCH] powerpc/t1024rdb: Add support for T1024RDB-PB

2015-01-22 Thread York Sun
On 12/17/2014 02:51 AM, Shengzhou Liu wrote: T1024RDB-PB board adds 2.5G SGMII support with AQR105 PHY. rcw_0x095 is used for 10G XFI + 3x PCIex1 rcw_0x135 is used for 2.5G SGMII + 2x PCIex1 Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- based on u-boot-fsl-qoriq.git,

Re: [U-Boot] [PATCH] mpc85xx/t102xqds: convert deep sleep to generic board interface

2015-01-22 Thread York Sun
On 12/17/2014 07:55 PM, Tang Yuantian wrote: A new deep sleep interface is introduced to support generic board structure. Converts it to use new interface. Signed-off-by: Tang Yuantian yuantian.t...@freescale.com --- Applied to u-boot-mpc85xx master branch, awaiting upstream. York

Re: [U-Boot] [PATCH v3 01/11] net/fm: Fix error when FMAN MAC has no PHY

2015-01-22 Thread York Sun
On 01/12/2015 06:08 AM, Codrin Ciubotariu wrote: U-boot assumes that all FMAN ports have a PHY. Some SoCs (like T1040) have fixed links. This means that the ports are connected MAC to MAc and there is no Ethernet PHY attatched. This patch initializes a FMAN MAC even if it doesn't have a PHY

  1   2   >