Re: [U-Boot] [u-boot 14/40] usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy

2015-02-25 Thread Lukasz Majewski
Hi Marek, On Wednesday, February 25, 2015 at 09:17:53 AM, Lukasz Majewski wrote: Hi Marek, On Tuesday, February 24, 2015 at 02:21:40 PM, Kishon Vijay Abraham I wrote: Hi, On Monday 23 February 2015 08:29 PM, Marek Vasut wrote: On Monday, February 23, 2015 at

Re: [U-Boot] UMS on mx6sl

2015-02-25 Thread Marek Vasut
On Wednesday, February 25, 2015 at 12:10:33 AM, Eric Nelson wrote: Hi Fabio, On 02/24/2015 03:25 PM, Fabio Estevam wrote: On Tue, Feb 24, 2015 at 7:22 PM, Fabio Estevam feste...@gmail.com wrote: Hi, I am trying to get USB Mass Storage to work on mx6slevk, but I am getting the

Re: [U-Boot] UMS on mx6sl

2015-02-25 Thread Marek Vasut
On Wednesday, February 25, 2015 at 03:23:13 AM, Fabio Estevam wrote: On Tue, Feb 24, 2015 at 8:19 PM, Fabio Estevam feste...@gmail.com wrote: Hi Eric, On Tue, Feb 24, 2015 at 8:10 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: You might want to check this value: #define

Re: [U-Boot] [GIT] Pull request: u-boot-dfu

2015-02-25 Thread Marek Vasut
On Tuesday, February 24, 2015 at 11:29:39 PM, Lukasz Majewski wrote: On Tue, 24 Feb 2015 18:56:59 +0100 Marek Vasut ma...@denx.de wrote: On Monday, February 23, 2015 at 10:06:08 AM, Lukasz Majewski wrote: Dear Marek, Hi! The following changes since commit

Re: [U-Boot] [PATCH v2 0/3] Clean out SPL ready for driver model

2015-02-25 Thread Simon Glass
Hi Albert, On 24 February 2015 at 23:28, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hello Simon, I'm a bit (read: almost completely) lost re all the gdata removal stuff; seems like there is/was this series, and there is the 9-patch series too, and possibly others... Right now, what

Re: [U-Boot] [RFC PATCH 3/7] dm: usb: Adjust users of the USB stack to work with driver model

2015-02-25 Thread Vivek Gautam
On Sat, Jan 31, 2015 at 12:34 AM, Simon Glass s...@chromium.org wrote: While we currently don't have driver model support for block devices and Ethernet, we can still allow this to work when driver model is used for USB. Signed-off-by: Simon Glass s...@chromium.org --- common/cmd_usb.c

[U-Boot] [PATCH v3] fastboot: add support for reboot-bootloader command

2015-02-25 Thread Alexey Firago
The fastboot reboot-bootloader command is defined to re-enter into fastboot mode after rebooting into bootloader. This command is usually used after updating bootloader via fastboot. This commit implements only a generic side of the command - setting of the reset flag and then resetting. Setting

[U-Boot] [PATCH 2/2] warp: Select BOUNCE_BUFFER and CMD_EXT options

2015-02-25 Thread Fabio Estevam
Add EXT2/EXT4 and BOUNCE_BUFFER support. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/warp.h | 4 1 file changed, 4 insertions(+) diff --git a/include/configs/warp.h b/include/configs/warp.h index cfc2323..8379cec 100644 --- a/include/configs/warp.h +++

Re: [U-Boot] [PATCH v2] fastboot: add support for reboot-bootloader command

2015-02-25 Thread Rob Herring
On Tue, Feb 24, 2015 at 12:10 PM, Alexey Firago alexey_fir...@mentor.com wrote: The fastboot reboot-bootloader command is defined to re-enter into fastboot mode after rebooting into bootloader. This command is usually used after updating bootloader via fastboot. This commit implements only a

Re: [U-Boot] [u-boot 14/40] usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy

2015-02-25 Thread Marek Vasut
On Wednesday, February 25, 2015 at 09:17:53 AM, Lukasz Majewski wrote: Hi Marek, On Tuesday, February 24, 2015 at 02:21:40 PM, Kishon Vijay Abraham I wrote: Hi, On Monday 23 February 2015 08:29 PM, Marek Vasut wrote: On Monday, February 23, 2015 at 07:19:03 AM, Kishon Vijay

Re: [U-Boot] [PATCH v2 0/3] Clean out SPL ready for driver model

2015-02-25 Thread Simon Glass
Hi Albert, On 25 February 2015 at 06:27, Simon Glass s...@chromium.org wrote: Hi Albert, On 24 February 2015 at 23:28, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hello Simon, I'm a bit (read: almost completely) lost re all the gdata removal stuff; seems like there is/was this

Re: [U-Boot] [PATCH V2 8/9] configs: ti_omap3_common: Enable workaround for ARM errata 454179, 430973, 621766

2015-02-25 Thread menon.nisha...@gmail.com
On Wed, Feb 25, 2015 at 6:27 AM, Paul Kocialkowski cont...@paulk.fr wrote: Le mercredi 25 février 2015 à 13:31 +0200, Igor Grinberg a écrit : On 02/25/15 13:19, Paul Kocialkowski wrote: Le mardi 24 février 2015 à 16:57 -0600, Nishanth Menon a écrit : Enable the OMAP3 specific errata code for

Re: [U-Boot] [PATCH V2 8/9] configs: ti_omap3_common: Enable workaround for ARM errata 454179, 430973, 621766

2015-02-25 Thread Paul Kocialkowski
Le mercredi 25 février 2015 à 13:31 +0200, Igor Grinberg a écrit : On 02/25/15 13:19, Paul Kocialkowski wrote: Le mardi 24 février 2015 à 16:57 -0600, Nishanth Menon a écrit : Enable the OMAP3 specific errata code for 454179, 430973, 621766 and while at it, remove legacy non-revision

[U-Boot] Secure boot on imx28

2015-02-25 Thread Dusautois, Jerome
Hi, I read somewhere tha we can generate signed boot sd file for imx28. I found target in makefile. But how can we configure uboot to generate this target ? Best regards, -- Jérôme Dusautois ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [RFC PATCH 0/7] RFC: dm: Add USB support

2015-02-25 Thread Vivek Gautam
Hi Simon, On Sat, Jan 31, 2015 at 12:34 AM, Simon Glass s...@chromium.org wrote: This series adds basic driver model support to USB. The intent is to permit the various subsystems (OHCI, EHCI, XHCI) to co-exist and allow any number of USB ports of different types. So far the absolute limit on

Re: [U-Boot] [GIT] Pull request: u-boot-dfu

2015-02-25 Thread Lukasz Majewski
Hi Marek, On Tuesday, February 24, 2015 at 11:29:39 PM, Lukasz Majewski wrote: On Tue, 24 Feb 2015 18:56:59 +0100 Marek Vasut ma...@denx.de wrote: On Monday, February 23, 2015 at 10:06:08 AM, Lukasz Majewski wrote: Dear Marek, Hi! The following changes since

[U-Boot] [PATCH 1/2] warp: Add User Mass Storage support

2015-02-25 Thread Fabio Estevam
With UMS support we are able to flash the eMMC from U-boot, which is very convenient. Add UMS support to make the eMMC flashing process easier. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/warp/warp.c | 6 ++ include/configs/warp.h | 26

Re: [U-Boot] [PATCH 2/2] usb: invoke board specific USB cleanup interface

2015-02-25 Thread Tom Rini
On Wed, Feb 25, 2015 at 06:58:03PM +0900, Inha Song wrote: Hi, Rob, On Tue, 24 Feb 2015 10:20:13 -0600 Rob Herring r...@kernel.org wrote: On Mon, Jan 19, 2015 at 1:07 AM, Inha Song ideal.s...@samsung.com wrote: This patch invoke board-specific USB cleanup (board_usb_cleanup)

Re: [U-Boot] [PATCH v4 03/10] Exynos542x: Add workaround for ARM errata 798870

2015-02-25 Thread Nishanth Menon
On Wed, Feb 25, 2015 at 2:27 AM, Akshay Saraswat aksha...@samsung.com wrote: Hi Nishanth, On 17:13-20150224, Nishanth Menon wrote: On 13:27-20150220, Akshay Saraswat wrote: This patch adds workaround for ARM errata 798870 which says If back-to-back speculative cache line fills (fill A and

Re: [U-Boot] U-Boot stuck after relocation attempt on MX51 board

2015-02-25 Thread DaveKucharczyk
So I can't debug with the BDI3000 because the target keeps on resetting... This happens over and over... - TARGET: processing power-up delay - TARGET: processing reset request - TARGET: BDI executes scan chain init string - TARGET: Bypass check 0x0001 = 0x0004 - TARGET: JTAG exists check

Re: [U-Boot] UMS on mx6sl

2015-02-25 Thread Fabio Estevam
Hi Marek, On Wed, Feb 25, 2015 at 9:11 AM, Marek Vasut ma...@denx.de wrote: On Wednesday, February 25, 2015 at 03:23:13 AM, Fabio Estevam wrote: Ok, I managed to fix it. Will send a patch tomorrow, thanks Cool, thanks :) Just to let you know that this original problem was caused by an error

[U-Boot] unassigned-patches/133: Re: [PATCH] x86: minnowmax: add GPIO mapping support

2015-02-25 Thread u-boot
Hi Simon, With a little bit of delay here are the responses ... :) On 02/17/2015 08:04 PM, Simon Glass wrote: Hi Gabriel, On 15 February 2015 at 14:55, Gabriel Huau cont...@huau-gabriel.fr wrote: Configure the pinctrl as it required to make some IO controllers working (USB/UART/I2C/...).

[U-Boot] [PATCH] cmd_usb_mass_storage: Remove extra 'ums' string in the usage text

2015-02-25 Thread Fabio Estevam
Currently the usage text for the 'ums' command looks like this: Usage: ums ums USB_controller [devtype] devnum e.g. ums 0 mmc 0

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-02-25 Thread Gabriel Huau
Hi Simon, With a little bit of delay here are the responses ... :) On 02/17/2015 08:04 PM, Simon Glass wrote: Hi Gabriel, On 15 February 2015 at 14:55, Gabriel Huau cont...@huau-gabriel.fr wrote: Configure the pinctrl as it required to make some IO controllers working (USB/UART/I2C/...). The

[U-Boot] [PATCH] common/board_f: implement type casting for gd structure

2015-02-25 Thread Alexey Brodkin
In case of global data structure defined as register volatile compiler throws an warning about incorrect type used: ---8--- common/board_f.c: In function board_init_f_r: common/board_f.c:1073:2: warning: passing argument 1 of board_init_r +(sizetype)gd-reloc_off discards volatile qualifier

[U-Boot] [PATCH] Exynos: Clock: Fix exynos5_get_periph_rate for I2C.

2015-02-25 Thread Guillaume GARDET
Commit 2e82e9252695a612ab0cbf40fa0c7368515f6506 'Exynos: Clock: Cleanup soc_get_periph_rate' introduced a bug in I2C config. This patch makes cros_ec keyboard working again on Samsung Chromebook (snow). Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Akshay Saraswat

Re: [U-Boot] [PATCH 2/2] warp: Select BOUNCE_BUFFER and CMD_EXT options

2015-02-25 Thread Otavio Salvador
On Wed, Feb 25, 2015 at 9:55 AM, Fabio Estevam fabio.este...@freescale.com wrote: Add EXT2/EXT4 and BOUNCE_BUFFER support. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Acked-by: Otavio Salvador ota...@ossystems.com.br -- Otavio Salvador O.S. Systems

[U-Boot] unassigned-patches/134: Re: [PATCH] x86: minnowmax: add GPIO mapping support

2015-02-25 Thread u-boot
Hi Bin, On 02/24/2015 11:52 PM, Bin Meng wrote: Hi Gabriel, On Mon, Feb 16, 2015 at 5:55 AM, Gabriel Huau cont...@huau-gabriel.fr wrote: Configure the pinctrl as it required to make some IO controllers working (USB/UART/I2C/...). The idea would be in the next version to modify the pch GPIO

Re: [U-Boot] [PATCH 1/2] usb: common: provide a _weak board_usb_cleanup() function

2015-02-25 Thread Marek Vasut
On Wednesday, February 25, 2015 at 10:15:24 AM, Lukasz Majewski wrote: Hi Marek, Hi! On Tuesday, February 24, 2015 at 05:05:29 PM, Lukasz Majewski wrote: Hi Lukasz, [...] I'll stick with your recommendation, though I'd like to -- somehow -- work in Inha's credit into those patches

Re: [U-Boot] [PATCH 1/2] warp: Add User Mass Storage support

2015-02-25 Thread Otavio Salvador
On Wed, Feb 25, 2015 at 9:55 AM, Fabio Estevam fabio.este...@freescale.com wrote: With UMS support we are able to flash the eMMC from U-boot, which is very convenient. Add UMS support to make the eMMC flashing process easier. Signed-off-by: Fabio Estevam fabio.este...@freescale.com

Re: [U-Boot] [PATCH] cmd_usb_mass_storage: Remove extra 'ums' string in the usage text

2015-02-25 Thread Otavio Salvador
On Wed, Feb 25, 2015 at 1:03 PM, Fabio Estevam fabio.este...@freescale.com wrote: Currently the usage text for the 'ums' command looks like this: Usage: ums ums USB_controller [devtype] devnum e.g. ums 0 mmc 0 ,so remove the extra 'ums' in the text. Signed-off-by: Fabio Estevam

Re: [U-Boot] UMS on mx6sl

2015-02-25 Thread Marek Vasut
On Wednesday, February 25, 2015 at 05:07:00 PM, Fabio Estevam wrote: Hi Marek, On Wed, Feb 25, 2015 at 9:11 AM, Marek Vasut ma...@denx.de wrote: On Wednesday, February 25, 2015 at 03:23:13 AM, Fabio Estevam wrote: Ok, I managed to fix it. Will send a patch tomorrow, thanks Cool,

Re: [U-Boot] [PATCH] cmd_usb_mass_storage: Remove extra 'ums' string in the usage text

2015-02-25 Thread Marek Vasut
On Wednesday, February 25, 2015 at 05:03:19 PM, Fabio Estevam wrote: Currently the usage text for the 'ums' command looks like this: Usage: ums ums USB_controller [devtype] devnum e.g. ums 0 mmc 0 ,so remove the extra 'ums' in the text. Signed-off-by: Fabio Estevam

Re: [U-Boot] [PATCH V2 2/9] ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCs

2015-02-25 Thread Nishanth Menon
On Wed, Feb 25, 2015 at 5:02 AM, Paul Kocialkowski cont...@paulk.fr wrote: Le mardi 24 février 2015 à 16:57 -0600, Nishanth Menon a écrit : This is in preperation of using generic cross OMAP code. I found it a bit confusing at first, since as far as I could see, this series does not introduce

Re: [U-Boot] [PATCH] x86: minnowmax: add GPIO mapping support

2015-02-25 Thread Gabriel Huau
Hi Bin, On 02/24/2015 11:52 PM, Bin Meng wrote: Hi Gabriel, On Mon, Feb 16, 2015 at 5:55 AM, Gabriel Huau cont...@huau-gabriel.fr wrote: Configure the pinctrl as it required to make some IO controllers working (USB/UART/I2C/...). The idea would be in the next version to modify the pch GPIO

Re: [U-Boot] [GIT] Pull request: u-boot-dfu

2015-02-25 Thread Marek Vasut
On Wednesday, February 25, 2015 at 02:09:45 PM, Lukasz Majewski wrote: Hi Marek, Hi! On Tuesday, February 24, 2015 at 11:29:39 PM, Lukasz Majewski wrote: On Tue, 24 Feb 2015 18:56:59 +0100 Marek Vasut ma...@denx.de wrote: On Monday, February 23, 2015 at 10:06:08 AM, Lukasz

Re: [U-Boot] [PATCH V2 7/9] ARM: OMAP3: Introduce OMAP3 Cortex-A8 revision specific errata

2015-02-25 Thread Nishanth Menon
On 02/25/2015 05:15 AM, Paul Kocialkowski wrote: Le mardi 24 février 2015 à 16:57 -0600, Nishanth Menon a écrit : 430973: Stale prediction on replaced inter working branch causes Cortex-A8 to execute in the wrong ARM/Thumb state Impacts: Everything lower than r2p1 Work around: Set IBE to

Re: [U-Boot] [PATCH v4 03/10] Exynos542x: Add workaround for ARM errata 798870

2015-02-25 Thread Kevin Hilman
Akshay Saraswat aksha...@samsung.com writes: [...] I don't think it hurts to have a generic function with ARM errata workaround implementation. Whoever wish to use it can call it in their boot path. And it's not even getting executed right now for any SoC other than Exynos542x, so those who

[U-Boot] [PATCH] stdio: extend name to 32 symbols

2015-02-25 Thread Alexey Brodkin
With limit of 16 symbols very simple device names derived drom device tree description could not be displayed correctly. For example serial0@0xc0fc1000 will be truncated to sensless serial0@0xc0fc10 - note dropped tariling zeros. Signed-off-by: Alexey Brodkin abrod...@synopsys.com Cc: Simon

Re: [U-Boot] [PATCH v4 03/10] Exynos542x: Add workaround for ARM errata 798870

2015-02-25 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: On 13:27-20150220, Akshay Saraswat wrote: This patch adds workaround for ARM errata 798870 which says If back-to-back speculative cache line fills (fill A and fill B) are issued from the L1 data cache of a CPU to the L2 cache, the second request (fill B) is

Re: [U-Boot] u-boot on raspberry 2: booting in SVC secure mode

2015-02-25 Thread Stephen Warren
On 02/25/2015 02:30 AM, Vincent wrote: Hi, as explained here http://community.arm.com/message/25127, it is possible to boot the raspberry 2 in secure mode, by adding the kernel_old=1 option in config.txt. The main effects of this option are: - all 4 cores start executing in secure SVC mode

Re: [U-Boot] U-Boot stuck after relocation attempt on MX51 board

2015-02-25 Thread Benoît Thébaudeau
Dear Dave Kucharczyk, On Wed, Feb 25, 2015 at 3:19 AM, DaveKucharczyk david.kucharc...@gmail.com wrote: I'm porting U-Boot for an MX51 based board. This is the boot sequence with debug on... U-Boot 2014.07-svn10 (Feb 24 2015 - 15:49:39) initcall: 9ff85820 U-Boot code: 9FF8 - 9FFA6824

[U-Boot] [PATCH V3 07/11] ARM: OMAP3: Get rid of omap3_gp_romcode_call and replace with omap_smc1

2015-02-25 Thread Nishanth Menon
omap_smc1 is now generic enough to remove duplicate omap3_gp_romcode_call logic that omap3 introduced. As part of this change, move to using the generic lowlevel_init.S for omap3 as well. Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/cpu/armv7/omap-common/Makefile|2 +-

[U-Boot] [PATCH V3 11/11] ARM: OMAP3: rx51: Enable workaround for ARM errata 454179, 430973, 621766

2015-02-25 Thread Nishanth Menon
RX51 has a secure logic which uses different parameters compared to traditional implementation. So, make the generic secure acr write over-ride-able by board file and refactor rx51 code to use this. While at it, enable the OMAP3 specific errata code for 454179, 430973, 621766. Signed-off-by:

[U-Boot] [PATCH V3 01/11] ARM: Introduce erratum workaround for 798870

2015-02-25 Thread Nishanth Menon
Add workaround for Cortex-A15 ARM erratum 798870 which says If back-to-back speculative cache line fills (fill A and fill B) are issued from the L1 data cache of a CPU to the L2 cache, the second request (fill B) is then cancelled, and the second request would have detected a hazard against a

[U-Boot] [PATCH V3 08/11] ARM: DRA7 / OMAP5: Add workaround for ARM errata 798870

2015-02-25 Thread Nishanth Menon
From: Praveen Rao p...@ti.com This patch enables the workaround for ARM errata 798870 for OMAP5 / DRA7 which says If back-to-back speculative cache line fills (fill A and fill B) are issued from the L1 data cache of a CPU to the L2 cache, the second request (fill B) is then cancelled, and the

[U-Boot] [PATCH V3 05/11] ARM: OMAP: Change set_pl310_ctrl_reg to be generic

2015-02-25 Thread Nishanth Menon
set_pl310_ctrl_reg does use the Secure Monitor Call (SMC) to setup PL310 control register, however, that is something that is generic enough to be used for OMAP5 generation of processors as well. The only difference being the service being invoked for the function. So, convert the service to a

Re: [U-Boot] [PATCH v2 0/3] Clean out SPL ready for driver model

2015-02-25 Thread Albert ARIBAUD
Hello Simon, On Wed, 25 Feb 2015 07:00:23 -0700, Simon Glass s...@chromium.org wrote: Hi Albert, On 25 February 2015 at 06:27, Simon Glass s...@chromium.org wrote: Hi Albert, On 24 February 2015 at 23:28, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hello Simon, I'm a bit

[U-Boot] [PATCH V3 09/11] ARM: OMAP5 / DRA7: Setup L2 Aux Control Register with recommended configuration

2015-02-25 Thread Nishanth Menon
Update to existing recommendation for L2ACTLR configuration to prevent system instability and optimize performance. These apply to both OMAP5 and DRA7. Reported-by: Vivek Chengalvala vchengalv...@ti.com Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/cpu/armv7/omap5/hwinit.c | 16

[U-Boot] [PATCH V3 10/11] ARM: OMAP3: Enable workaround for ARM errata 454179, 430973, 621766

2015-02-25 Thread Nishanth Menon
Enable the OMAP3 specific errata code for 454179, 430973, 621766 and while at it, remove legacy non-revision checked errata logic. Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/cpu/armv7/omap3/board.c | 31 ++- include/configs/am3517_crane.h |4

[U-Boot] [PATCH V3 06/11] ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCs

2015-02-25 Thread Nishanth Menon
This is in preperation of using generic cross OMAP code. Signed-off-by: Nishanth Menon n...@ti.com --- .../arm/include/asm/arch-omap3/{omap3.h = omap.h} |0 include/configs/am3517_crane.h |2 +- include/configs/am3517_evm.h |2 +-

[U-Boot] [PATCH V3 02/11] ARM: Introduce erratum workaround for 454179

2015-02-25 Thread Nishanth Menon
454179: Stale prediction may inhibit target address misprediction on next predicted taken branch Impacts: Every Cortex-A8 processors with revision lower than r2p1 Work around: Set IBE and disable branch size mispredict to 1 Also provide a hook for SoC specific handling to take place if

[U-Boot] [PATCH V3 0/11] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements

2015-02-25 Thread Nishanth Menon
Hi, The third incarnation of this series to address various ideas of previous V2 series. I will skip the full blurb and point to V1/V2 links for the usual blurb. Changes since V2: - Added documentation revisioning info with ARM erratums - patch series are split up to address ARM

[U-Boot] [PATCH V3 03/11] ARM: Introduce erratum workaround for 430973

2015-02-25 Thread Nishanth Menon
430973: Stale prediction on replaced inter working branch causes Cortex-A8 to execute in the wrong ARM/Thumb state Impacts: Every Cortex-A8 processors with revision lower than r2p1 Work around: Set IBE to 1 Based on ARM errata Document revision 20.0 (13 Nov 2010) Signed-off-by: Nishanth

[U-Boot] [PATCH V3 04/11] ARM: Introduce erratum workaround for 621766

2015-02-25 Thread Nishanth Menon
621766: Under a specific set of conditions, executing a sequence of NEON or vfp load instructions can cause processor deadlock Impacts: Every Cortex-A8 processors with revision lower than r2p1 Work around: Set L1NEON to 1 Based on ARM errata Document revision 20.0 (13 Nov 2010)

Re: [U-Boot] [PATCH v4 03/10] Exynos542x: Add workaround for ARM errata 798870

2015-02-25 Thread Nishanth Menon
On 02/25/2015 01:55 PM, Kevin Hilman wrote: Nishanth Menon n...@ti.com writes: On 13:27-20150220, Akshay Saraswat wrote: This patch adds workaround for ARM errata 798870 which says If back-to-back speculative cache line fills (fill A and fill B) are issued from the L1 data cache of a CPU to

Re: [U-Boot] [PATCH] ARM: move -march=* and -mtune= options to arch/arm/Makefile

2015-02-25 Thread Albert ARIBAUD
Hello Masahiro, On Tue, 10 Feb 2015 19:52:56 +0900, Masahiro Yamada yamad...@jp.panasonic.com wrote: My main motivation for this commit: [1] Follow the arch/arm/Makefile style of Linux Kernel [2] Maintain compiler options systematically Currently, we give -march=* and -mtune=* options

Re: [U-Boot] [PATCH V2 8/9] configs: ti_omap3_common: Enable workaround for ARM errata 454179, 430973, 621766

2015-02-25 Thread Paul Kocialkowski
Le mercredi 25 février 2015 à 08:32 -0600, menon.nisha...@gmail.com a écrit : On Wed, Feb 25, 2015 at 6:27 AM, Paul Kocialkowski cont...@paulk.fr wrote: Le mercredi 25 février 2015 à 13:31 +0200, Igor Grinberg a écrit : On 02/25/15 13:19, Paul Kocialkowski wrote: Le mardi 24 février 2015 à

Re: [U-Boot] [PATCH v1 01/24] fsl-ch3/lowlevel: TZPC and TZASC programming to configure non-secure accesses

2015-02-25 Thread York Sun
On 01/06/2015 01:11 PM, York Sun wrote: From: Bhupesh Sharma bhupesh.sha...@freescale.com This patch ensures that the TZPC (BP147) and TZASC-400 programming happens for LS2085A SoC only when the desired config flags are enabled and ensures that the TZPC programming is done to allow

Re: [U-Boot] U-Boot stuck after relocation attempt on MX51 board

2015-02-25 Thread DaveKucharczyk
I applied the patch, but it still hangs. The directory tree is different for mx5x vs. MX35 I added relocate.S to...arch/arm/cpu/armv7/mx5/relocate.S and modified Makefile here...arch/arm/cpu/armv7/mx5/Makefile Does that seem right? -- View this message in context:

Re: [U-Boot] [PATCH 1/4] arm/ls102xa: create TLB to map PCIe region

2015-02-25 Thread York Sun
On 01/21/2015 01:29 AM, Minghuan Lian wrote: LS1021A's PCIe1 region begins 0x40_; PCIe2 begins 0x48_. In order to access PCIe device, we must create TLB to map the 40bit physical address to 32bit virtual address. This patch will enable MMU after DDR is available and creates

Re: [U-Boot] [PATCH v2] mmc: fsl_esdhc: Add support for DDR mode

2015-02-25 Thread York Sun
On 01/20/2015 07:16 AM, Volodymyr Riazantsev wrote: Add support of the DDR mode for eSDHC driver. Enable it for i.MX6 SoC family only. Change-Id: Ie27a945c9fe79d044cc886e269b60747f1744116 Signed-off-by: Volodymyr Riazantsev volodymyr.riazant...@globallogic.com --- Applied to

Re: [U-Boot] [PATCH][v6] crypto/fsl - Add progressive hashing support using hardware acceleration.

2015-02-25 Thread York Sun
On 02/23/2015 10:06 AM, Simon Glass wrote: On 20 February 2015 at 00:21, Gaurav Rana gaurav.r...@freescale.com wrote: Currently only normal hashing is supported using hardware acceleration. Added support for progressive hashing using hardware. Signed-off-by: Ruchika Gupta

Re: [U-Boot] [PATCH v1 1/1] fastboot: Update getvar command to get 'userdata' partition size

2015-02-25 Thread Dileep Katta
Hi Rob, On 20 February 2015 at 20:24, Rob Herring rob.herr...@linaro.org wrote: On Wed, Feb 18, 2015 at 1:52 PM, Dileep Katta dileep.ka...@linaro.org wrote: This patch adds functionality to getvar command to get the userdata partition size. This is non-standard and doesn't scale to

[U-Boot] Please pull u-boot-fsl-qoriq master

2015-02-25 Thread York Sun
Tom, The following changes since commit 38dac81b3d0e777f301ca98100bfbcab01d616c2: Merge branch 'master' of git://git.denx.de/u-boot-mmc (2015-02-23 16:18:06 -0500) are available in the git repository at: git://git.denx.de/u-boot-fsl-qoriq.git master for you to fetch changes up to

Re: [U-Boot] [PATCH] arm: ls102xa: Define default values for some CCSR macros

2015-02-25 Thread York Sun
On 01/16/2015 01:23 AM, Alison Wang wrote: This patch is to define default values for some CCSR macros to make header files cleaner. Signed-off-by: Alison Wang alison.w...@freescale.com --- Applied to u-boot-fsl-qoriq master branch, awaiting upstream. York

Re: [U-Boot] [PATCH 2/4] arm/ls102xa: use a array to define pexmscportsr

2015-02-25 Thread York Sun
On 01/21/2015 01:29 AM, Minghuan Lian wrote: Signed-off-by: Minghuan Lian minghuan.l...@freescale.com --- This set is applied to u-boot-fsl-qoriq master branch, awaiting upstream. York ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v2] arm: ls1021x: Add support for initializing CAAM's stream id

2015-02-25 Thread York Sun
On 01/16/2015 01:21 AM, Alison Wang wrote: There 4 JRs, 4 RTICs and 8 DECOs, and set them the same stream id for using the same SMMU3 on LS1021A. Signed-off-by: Xiubo Li li.xi...@freescale.com Signed-off-by: Alison Wang alison.w...@freescale.com --- Changes in v2: - Move changing CCSR

Re: [U-Boot] [PATCH] arm: ls102xa: workaround for cache coherency problem

2015-02-25 Thread York Sun
On 01/22/2015 11:53 PM, Chenhui Zhao wrote: The RCPM FSM may not be reset after power-on, for example, in the cases of cold boot and wakeup from deep sleep. It causes cache coherency problem and may block deep sleep. Therefore, reset them if they are not be reset. Signed-off-by: Chenhui

Re: [U-Boot] [PATCH][v3] crypto/fsl: Make function names consistent for blob encapsulation/decapsulation.

2015-02-25 Thread York Sun
On 02/24/2015 08:07 PM, Gaurav Rana wrote: This patch does the following: 1. The function names for encapsulation and decapsulation were inconsitent in freescale's implementation and cmd_blob file. This patch corrects the issues. 2. The function protopye is also modified to change the

Re: [U-Boot] Odroid XU3 - exynos5422 - SPL - iRAM/sRAM address

2015-02-25 Thread Kevin Hilman
Hi Suriyan, On Thu, Jan 22, 2015 at 5:46 PM, Suriyan Ramasami suriya...@gmail.com wrote: On Thu, Jan 22, 2015 at 9:51 AM, Kevin Hilman khil...@kernel.org wrote: Suriyan Ramasami suriya...@gmail.com writes: Hello Kevin, On Wed, Jan 21, 2015 at 4:54 PM, Kevin Hilman khil...@kernel.org wrote:

Re: [U-Boot] U-Boot stuck after relocation attempt on MX51 board

2015-02-25 Thread Fabio Estevam
Hi Dave, On Wed, Feb 25, 2015 at 6:23 PM, DaveKucharczyk david.kucharc...@gmail.com wrote: I applied the patch, but it still hangs. The directory tree is different for mx5x vs. MX35 I added relocate.S to...arch/arm/cpu/armv7/mx5/relocate.S and modified Makefile

Re: [U-Boot] [PATCH v2] arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

2015-02-25 Thread Albert ARIBAUD
Hello Albert, On Tue, 24 Feb 2015 14:53:36 +0100, Albert ARIBAUD albert.u.b...@aribaud.net wrote: When building a THumb-1-only target with CONFIG_SYS_THUMB_BUILD, some files fail to build, most of the time because they include mcr instructions, which only exist for Thumb-2. Thos patch

Re: [U-Boot] rpi_2 builds fine with make, fails with buildman

2015-02-25 Thread Albert ARIBAUD
Hello Stephen, On Tue, 24 Feb 2015 09:51:56 -0700, Stephen Warren swar...@wwwdotorg.org wrote: On 02/24/2015 01:48 AM, Albert ARIBAUD wrote: Hello, Can anyone confirm that on current u-boot/master, rpi_2 build fine with git clean -xfd; make rpi_2_defconfig; make but fails with

Re: [U-Boot] [U-Boot, 1/2, v4] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041

2015-02-25 Thread Scott Wood
[Reposting comment on v4 as York requested] On Wed, Feb 25, 2015 at 02:17:56PM +0530, Aneesh Bansal wrote: diff --git a/arch/powerpc/cpu/mpc85xx/cpu_init.c b/arch/powerpc/cpu/mpc85xx/cpu_init.c index 4cf8853..ef56cc0 100644 --- a/arch/powerpc/cpu/mpc85xx/cpu_init.c +++

Re: [U-Boot] u-boot tftp problem

2015-02-25 Thread PF4Public
Hello, Joe Can you provide more exact details on the servers you are trying including versions? Perhaps also provide pcap files (not text dumps) so the exact packet contents can be observed? Recently I've done some tests, hope you find them interesting. Server in question: Linux sterver

Re: [U-Boot] U-Boot stuck after relocation attempt on MX51 board

2015-02-25 Thread DaveKucharczyk
Fabio Estevam-2 wrote Also, you said that your 512MB board version works fine, but the 256MB fails. I suppose you are using two different binaries for each board, right? You can't have a single binary for the two boards, unless you use the SPL approach. Fabio, we use one binary. It has

[U-Boot] [PATCH v2 0/3] Boot from the bootable paritions

2015-02-25 Thread Sjoerd Simons
In the discussion after the submission of the Let the distro boot command scan all partitions patchset it became clear the general consensus was that u-boot should not simply scan all partitions but instead only partitions with the bootable flag set, falling back to parition 1 as was previously

[U-Boot] [PATCH v2 1/3] part: Add support for list filtering on bootable partitions

2015-02-25 Thread Sjoerd Simons
Add an optional -bootable parameter to the part list commands to only put the list of bootable partitions in the environment variable Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk --- common/cmd_part.c | 53 + 1 file changed, 41

[U-Boot] [PATCH v2 3/3] config_distro_bootcmd.h: Prefer booting from bootable paritions

2015-02-25 Thread Sjoerd Simons
List bootable partitions and only scan those for bootable files, falling back to partition 1 if there are no bootable partitions Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk Reviewed-by: Hans de Goede hdego...@redhat.com --- include/config_distro_bootcmd.h | 3 ++- 1 file changed,

[U-Boot] [PATCH v2 2/3] config_cmd_default.h: Add 'env exists' command

2015-02-25 Thread Sjoerd Simons
env exists allows scripts to query whether an environment variable exists. Enable by default as it adds only a trivial amount of code and can be useful in scripts. Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk Reviewed-by: Hans de Goede hdego...@redhat.com ---

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2015-02-25 Thread Sjoerd Simons
Hey Simon, Incidentally i got acces to a Nyan big and wanted to start testing u-boot on it. Unfortunately putting a uImage in a vboot signed blob to chainload it from the primary bootloader like on the exynos based chromebooks seemed not to work. Do you have any good pointers how to use u-boot

Re: [U-Boot] Please pull u-boot-fsl-qoriq master

2015-02-25 Thread Tom Rini
On Wed, Feb 25, 2015 at 01:29:17PM -0800, York Sun wrote: Tom, The following changes since commit 38dac81b3d0e777f301ca98100bfbcab01d616c2: Merge branch 'master' of git://git.denx.de/u-boot-mmc (2015-02-23 16:18:06 -0500) are available in the git repository at:

Re: [U-Boot] [PATCH 0/9] ARM: tegra: pinmux: Tegra210 support

2015-02-25 Thread Stephen Warren
On 02/25/2015 05:54 PM, Simon Glass wrote: On 24 February 2015 at 17:06, Stephen Warren swar...@wwwdotorg.org wrote: On 02/24/2015 04:44 PM, Simon Glass wrote: On 24 February 2015 at 14:08, Stephen Warren swar...@wwwdotorg.org wrote: This series performs a few small cleanups to or

[U-Boot] [PATCH] spi: designware_spi: revisit FIFO size detection again

2015-02-25 Thread Axel Lin
By specification the FIFO size would be in a range 2-256 bytes. From TX Level prospective it means we can set threshold in the range 0-(FIFO size - 1) bytes. Hence there are currently two issues: a) FIFO size 2 bytes is actually skipped since TX Level is 1 bit and could be either 0 or 1

Re: [U-Boot] [PATCH 1/6] x86: Support machines with 4GB of RAM

2015-02-25 Thread Bin Meng
Hi Simon, On Thu, Feb 26, 2015 at 8:55 AM, Simon Glass s...@chromium.org wrote: Hi Bin, On 25 February 2015 at 00:10, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Wed, Feb 11, 2015 at 9:59 AM, Simon Glass s...@chromium.org wrote: Some systems have more than 4GB of RAM. U-Boot can only

Re: [U-Boot] [RFC PATCH v4 08/23] net: Use int instead of u8 for boolean flag

2015-02-25 Thread Simon Glass
On 24 February 2015 at 17:02, Joe Hershberger joe.hershber...@ni.com wrote: On some archs masking the parameter is inefficient, so don't use u8. Signed-off-by: Joe Hershberger joe.hershber...@ni.com Reported-by: Simon Glass s...@chromium.org --- Changes in v4: -New to v4 Changes in v3:

Re: [U-Boot] [RFC PATCH v4 07/23] net: Change return codes from net/eth.c to use errorno constants

2015-02-25 Thread Simon Glass
On 24 February 2015 at 17:02, Joe Hershberger joe.hershber...@ni.com wrote: Many functions returned -1 previously. Change them to return appropriate error codes. Signed-off-by: Joe Hershberger joe.hershber...@ni.com Reported-by: Simon Glass s...@chromium.org --- Changes in v4: -New to v4

Re: [U-Boot] [PATCH 04/20] tegra: Provide more accurate microsecond time

2015-02-25 Thread Stephen Warren
On 02/17/2015 03:29 PM, Simon Glass wrote: Add an implementation of the timer functions for tegra, so that timing is more accurate. Tegra has a 1 microsecond timer for this purpose. I'm a bit confused about this: include/configs/tegra-common.h:32:#define CONFIG_SYS_TIMER_COUNTER

Re: [U-Boot] [PATCH 17/20] tegra: nyan-big: Add additional clock and kernel init

2015-02-25 Thread Stephen Warren
On 02/17/2015 03:29 PM, Simon Glass wrote: We need to turn on all audio-related clocks for the kernel to boot. Otherwise it will hang when trying to enable audio. This certainly isn't true for the upstream kernel; is this some bug in the ChromeOS kernel? If so, we should explicitly call this

Re: [U-Boot] [PATCH 18/20] Add Chrome OS config header

2015-02-25 Thread Stephen Warren
On 02/17/2015 03:29 PM, Simon Glass wrote: From: Doug Anderson diand...@chromium.org This header includes useful scripts which can be used with any board that can boot Chrome OS. In particular, 'run nvboot' will boot a board without verified boot enabled. I think this needs a bit of

[U-Boot] [PATCH v1 1/1] fastboot: Add support for flashing zImage

2015-02-25 Thread Dileep Katta
This patch adds support to flash zImage to the boot partition on eMMC. Usage: fastboot flash zImage path_to_zImage Signed-off-by: Angela Stegmaier angelaba...@ti.com Signed-off-by: Dileep Katta dileep.ka...@linaro.org --- drivers/usb/gadget/f_fastboot.c | 152

Re: [U-Boot] [PATCH v1 1/1] fastboot: Update getvar command to get 'userdata' partition size

2015-02-25 Thread Rob Herring
On Wed, Feb 25, 2015 at 3:45 PM, Dileep Katta dileep.ka...@linaro.org wrote: Hi Rob, On 20 February 2015 at 20:24, Rob Herring rob.herr...@linaro.org wrote: On Wed, Feb 18, 2015 at 1:52 PM, Dileep Katta dileep.ka...@linaro.org wrote: This patch adds functionality to getvar command to get

Re: [U-Boot] [PATCH 1/6] x86: Support machines with 4GB of RAM

2015-02-25 Thread Simon Glass
Hi Bin, On 25 February 2015 at 00:10, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Wed, Feb 11, 2015 at 9:59 AM, Simon Glass s...@chromium.org wrote: Some systems have more than 4GB of RAM. U-Boot can only place things below 4GB so any memory above that should not be used. Ignore any such

Re: [U-Boot] [PATCH 05/22] RFC: x86: Split up arch_cpu_init()

2015-02-25 Thread Simon Glass
Hi Bin, On 25 February 2015 at 01:45, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Thu, Feb 19, 2015 at 5:10 AM, Simon Glass s...@chromium.org wrote: At present we do more in this function than we should. Create a new x86_post_cpu_init() which can be called from the board file when needed

Re: [U-Boot] [PATCH 6/6] x86: Add support for panther (Asus Chromebox)

2015-02-25 Thread Simon Glass
Hi Bin, On 25 February 2015 at 00:32, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Wed, Feb 11, 2015 at 9:59 AM, Simon Glass s...@chromium.org wrote: Support running U-Boot as a coreboot payload. Tested peripherals include: - Video (HDMI and DisplayPort) - SATA disk - Gigabit Ethernet

Re: [U-Boot] [PATCH 0/9] ARM: tegra: pinmux: Tegra210 support

2015-02-25 Thread Simon Glass
Hi Stephen, On 24 February 2015 at 17:06, Stephen Warren swar...@wwwdotorg.org wrote: On 02/24/2015 04:44 PM, Simon Glass wrote: Hi Stephen, On 24 February 2015 at 14:08, Stephen Warren swar...@wwwdotorg.org wrote: From: Stephen Warren swar...@nvidia.com This series performs a few small

Re: [U-Boot] [PATCH] stdio: extend name to 32 symbols

2015-02-25 Thread Simon Glass
On 25 February 2015 at 11:26, Alexey Brodkin alexey.brod...@synopsys.com wrote: With limit of 16 symbols very simple device names derived drom device tree description could not be displayed correctly. For example serial0@0xc0fc1000 will be truncated to sensless serial0@0xc0fc10 - note dropped

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

2015-02-25 Thread Stephen Warren
On 02/17/2015 03:29 PM, Simon Glass wrote: We need to match the device tree in the FIT with the U-Boot model so we can automatically select the right device tree. Also adjust the load address so that the device tree is not in the way when a zImage kernel tries to extract itself. We don't tend

Re: [U-Boot] U-Boot stuck after relocation attempt on MX51 board

2015-02-25 Thread Benoît Thébaudeau
Dear Dave Kucharczyk, On Wed, Feb 25, 2015 at 11:08 PM, DaveKucharczyk david.kucharc...@gmail.com wrote: Fabio Estevam-2 wrote Also, you said that your 512MB board version works fine, but the 256MB fails. I suppose you are using two different binaries for each board, right? You can't have a

  1   2   >