Re: [U-Boot] [PATCH] sunxi: Machine id hack to prevent loading buggy sunxi-3.4 kernels

2015-03-04 Thread Siarhei Siamashka
On Tue, 03 Mar 2015 08:17:56 + Ian Campbell ijc+ub...@hellion.org.uk wrote: On Mon, 2015-03-02 at 00:07 +0200, Siarhei Siamashka wrote: Just one suggestion. It would be really nice if the Debian installer could present itself on all the available consoles, so that the user can use any

Re: [U-Boot] [PATCH v2 1/3] ARM: mx6: move to a standard arch/board approach

2015-03-04 Thread Stefano Babic
Hi Boris, On 04/03/2015 13:50, Boris Brezillon wrote: If that's accepted, then yes I could help moving boards from the old approach to the new one, though I was expecting this to be done by board maintainers. Note that I'm not breaking anything (the old boards definition are still

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

2015-03-04 Thread Tom Rini
On Tue, Mar 03, 2015 at 08:03:00AM -0700, Simon Glass wrote: At present SPL uses a single stack, either CONFIG_SPL_STACK or CONFIG_SYS_INIT_SP_ADDR. Since some SPL features (such as MMC and environment) require a lot of stack, some boards set CONFIG_SPL_STACK to point into SDRAM. They then

Re: [U-Boot] [PATCH] am33xx, spl, siemens: enable debug uart output again

2015-03-04 Thread Tom Rini
On Wed, Mar 04, 2015 at 08:42:58AM +0100, Heiko Schocher wrote: Hello Tom, Am 02.03.2015 14:59, schrieb Tom Rini: On Mon, Mar 02, 2015 at 07:56:41AM +0100, Heiko Schocher wrote: Hello Simon, Am 24.02.2015 14:31, schrieb Simon Glass: Hi Heiko, On 23 February 2015 at 23:18, Heiko

Re: [U-Boot] [PATCH v1 4/4] ARM: DRA7: fastboot: Implement reboot-bootloader command - Implemented fb_set_reboot_flag() for DRA7 - Defined a weak function, fb_check_reboot_flag() - Implemented for DRA

2015-03-04 Thread Tom Rini
On Tue, Mar 03, 2015 at 08:15:56AM -0600, Rob Herring wrote: On Tue, Mar 3, 2015 at 5:10 AM, Dileep Katta dileep.ka...@linaro.org wrote: Signed-off-by: Angela Stegmaier angelaba...@ti.com Signed-off-by: Dileep Katta dileep.ka...@linaro.org You need a full commit message as I don't really

Re: [U-Boot] [PATCH v3 3/4] ARM: DRA7: Set serial number environment variable

2015-03-04 Thread Tom Rini
On Tue, Mar 03, 2015 at 04:40:43PM +0530, Dileep Katta wrote: Adds the registers to get the serial number of dra7xx boards. Serial# environment variable will be set if not done already. This will be useful to show correct information in fastboot devices commands. Signed-off-by: Angela

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-04 Thread Stegmaier, Angela
Hi Dileep, -Original Message- From: Dileep Katta [mailto:dileep.ka...@linaro.org] Sent: Tuesday, March 03, 2015 5:11 AM To: u-boot@lists.denx.de; robherri...@gmail.com; Rini, Tom; rob.herr...@linaro.org; s...@broadcom.com; l.majew...@samsung.com; Stegmaier, Angela Cc: Dileep Katta

Re: [U-Boot] [PATCH v1 1/4] ARM: DRA7XX: Add config file for Android with fastboot support

2015-03-04 Thread Tom Rini
On Tue, Mar 03, 2015 at 04:40:41PM +0530, Dileep Katta wrote: Signed-off-by: Angela Stegmaier angelaba...@ti.com Signed-off-by: Dileep Katta dileep.ka...@linaro.org --- arch/arm/cpu/armv7/omap5/Kconfig | 5 + board/ti/dra7xx/Kconfig | 13 ++ board/ti/dra7xx/MAINTAINERS

Re: [U-Boot] [PATCH v2 0/4] various fixes for apalis/colibri_t30

2015-03-04 Thread Marcel Ziswiler
On 4 March 2015 17:03:17 CET, Tom Warren I'll apply this series to u-boot-tegra/next today, and if everything checks out, send a PR to Albert tomorrow. Perfect, thanks Tom. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-04 Thread Dileep Katta
On 4 March 2015 at 23:59, Tom Rini tr...@konsulko.com wrote: On Wed, Mar 04, 2015 at 05:05:11PM +, Stegmaier, Angela wrote: Hi Dileep, -Original Message- From: Dileep Katta [mailto:dileep.ka...@linaro.org] Sent: Tuesday, March 03, 2015 5:11 AM To:

Re: [U-Boot] [PATCH v7 6/6] ti: armv7: Move SPL SDRAM init to the right place, drop unused CONFIG_SPL_STACK

2015-03-04 Thread Simon Glass
Hi Tom, On 4 March 2015 at 09:30, Tom Rini tr...@konsulko.com wrote: From: Simon Glass s...@chromium.org Currently in some cases SDRAM init requires global_data to be available and soon this will not be available prior to board_init_f(). Adjust the code paths in these cases to be correct.

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

2015-03-04 Thread Simon Glass
Hi Tom, On 4 March 2015 at 08:42, Tom Rini tr...@konsulko.com wrote: On Tue, Mar 03, 2015 at 08:03:00AM -0700, Simon Glass wrote: At present SPL uses a single stack, either CONFIG_SPL_STACK or CONFIG_SYS_INIT_SP_ADDR. Since some SPL features (such as MMC and environment) require a lot of

Re: [U-Boot] [PATCH v5 02/27] common: Make sure arch-specific map_sysmem() is defined

2015-03-04 Thread Simon Glass
On 3 March 2015 at 19:40, Joe Hershberger joe.hershber...@ni.com wrote: In the case where the arch defines a custom map_sysmem(), make sure that including just common.h is sufficient to have these functions as they are when the arch does not override it. Signed-off-by: Joe Hershberger

Re: [U-Boot] [PATCH v5 19/27] dm: eth: Add support for aliases

2015-03-04 Thread Simon Glass
On 3 March 2015 at 19:41, Joe Hershberger joe.hershber...@ni.com wrote: Allow network devices to be referred to as eth0 instead of eth@12345678 when specified in ethact. Add tests to verify this behavior. Signed-off-by: Joe Hershberger joe.hershber...@ni.com Reviewed-by: Simon Glass

Re: [U-Boot] [PATCH v5 26/27] sandbox: eth: Add support for using the 'lo' interface

2015-03-04 Thread Simon Glass
On 3 March 2015 at 19:41, Joe Hershberger joe.hershber...@ni.com wrote: The 'lo' interface on Linux doesn't support thinks like ARP or link-layer access like we use to talk to a normal network interface. A higher-level network API must be used to access localhost. As written, this interface

Re: [U-Boot] [PATCH v5 27/27] net: Improve error handling

2015-03-04 Thread Simon Glass
Hi Joe, On 3 March 2015 at 19:41, Joe Hershberger joe.hershber...@ni.com wrote: Take a pass at plumbing errors through to the users of the network stack Currently only the start() function errors will be returned from NetLoop(). recv() tends not to have errors, so that is likely not worth

Re: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb

2015-03-04 Thread Tom Rini
On Wed, Mar 04, 2015 at 05:05:11PM +, Stegmaier, Angela wrote: Hi Dileep, -Original Message- From: Dileep Katta [mailto:dileep.ka...@linaro.org] Sent: Tuesday, March 03, 2015 5:11 AM To: u-boot@lists.denx.de; robherri...@gmail.com; Rini, Tom; rob.herr...@linaro.org;

Re: [U-Boot] [PATCH v5 22/27] sandbox: eth: Add ability to disable ping reply in sandbox eth driver

2015-03-04 Thread Simon Glass
Hi Joe, On 3 March 2015 at 19:41, Joe Hershberger joe.hershber...@ni.com wrote: This is needed to test the netretry functionality (make the command fail on a sandbox eth device). Signed-off-by: Joe Hershberger joe.hershber...@ni.com Reviewed-by: Simon Glass s...@chromium.org Please see nits

Re: [U-Boot] [PATCH v5 11/27] net: Access mapped physmem in net functions

2015-03-04 Thread Simon Glass
On 3 March 2015 at 19:41, Joe Hershberger joe.hershber...@ni.com wrote: Previously the net functions would access memory assuming physmem did not need to be mapped. In sandbox, that's not the case. Now we map the physmem specified by the user in loadaddr to the buffer that represents that

Re: [U-Boot] [PATCH v5 21/27] test: dm: eth: Add testing for ethrotate env var

2015-03-04 Thread Simon Glass
On 3 March 2015 at 19:41, Joe Hershberger joe.hershber...@ni.com wrote: Make sure that the ethrotate behavior occurs as expected. Signed-off-by: Joe Hershberger joe.hershber...@ni.com Reviewed-by: Simon Glass s...@chromium.org --- Changes in v5: -Added a test for skipping un-probe-able

Re: [U-Boot] [PATCH v5 24/27] sandbox: eth: Add a bridge to a real network for sandbox

2015-03-04 Thread Simon Glass
Hi Joe, On 3 March 2015 at 19:41, Joe Hershberger joe.hershber...@ni.com wrote: Implement a bridge between u-boot's network stack and Linux's raw packet API allowing the sandbox to send and receive packets using the host machine's network interface. This raw Ethernet API requires elevated

Re: [U-Boot] [PATCH v5 23/27] test: dm: net: Add a test of the netretry behavior

2015-03-04 Thread Simon Glass
On 3 March 2015 at 19:41, Joe Hershberger joe.hershber...@ni.com wrote: The effect of the netretry env var was recently changed. This test checks that behavior. Signed-off-by: Joe Hershberger joe.hershber...@ni.com Reviewed-by: Simon Glass s...@chromium.org

Re: [U-Boot] [PATCH v5 15/27] dm: eth: Pass the packet pointer as a parameter to recv

2015-03-04 Thread Simon Glass
Hi Joe, On 3 March 2015 at 19:41, Joe Hershberger joe.hershber...@ni.com wrote: Stop forcing drivers to call net_process_received_packet() - formerly called NetReceive(). Now the uclass will handle calling the driver for each packet until the driver errors or has nothing to return. The uclass

Re: [U-Boot] u-boot for Snow problem

2015-03-04 Thread Simon Glass
Hi Michal, On 4 March 2015 at 05:58, Michal Suchanek hramr...@gmail.com wrote: On 4 March 2015 at 13:29, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: On Wed, 2015-03-04 at 11:48 +0100, Michal Suchanek wrote: On 4 March 2015 at 00:46, Simon Glass s...@chromium.org wrote: Hi Michal,

Re: [U-Boot] [PATCHv2 02/20] arm: socfpga: spl: Add SRAM section

2015-03-04 Thread Marek Vasut
On Wednesday, March 04, 2015 at 07:52:04 PM, Dinh Nguyen wrote: On 03/04/2015 06:39 AM, Marek Vasut wrote: On Monday, March 02, 2015 at 05:27:50 PM, dingu...@opensource.altera.com wrote: From: Dinh Nguyen dingu...@opensource.altera.com Add a section of SRAM to the SPL linker file.

Re: [U-Boot] [PATCHv2 01/20] arm: socfpga: spl: Add main sdram code

2015-03-04 Thread Marek Vasut
On Monday, March 02, 2015 at 05:27:49 PM, dingu...@opensource.altera.com wrote: From: Dinh Nguyen dingu...@opensource.altera.com This adds the code to configure the SDRAM controller that is found in the SoCFGPA Cyclone5 and Arria5 platforms. Signed-off-by: Dinh Nguyen

Re: [U-Boot] [PATCH v5 13/27] dm: eth: Add basic driver model support to Ethernet stack

2015-03-04 Thread Simon Glass
On 3 March 2015 at 19:41, Joe Hershberger joe.hershber...@ni.com wrote: First just add support for MAC drivers. Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- Changes in v5: -Add a note to doc/README.drivers.eth about its obsolescence -Expanded the Kconfig help -Moved dm/

Re: [U-Boot] [PATCHv2 02/20] arm: socfpga: spl: Add SRAM section

2015-03-04 Thread Dinh Nguyen
On 03/04/2015 06:39 AM, Marek Vasut wrote: On Monday, March 02, 2015 at 05:27:50 PM, dingu...@opensource.altera.com wrote: From: Dinh Nguyen dingu...@opensource.altera.com Add a section of SRAM to the SPL linker file. Signed-off-by: Dinh Nguyen dingu...@opensource.altera.com Hi! Can

Re: [U-Boot] [linux-sunxi] Re: [PATCH] sunxi: Machine id hack to prevent loading buggy sunxi-3.4 kernels

2015-03-04 Thread Michal Suchanek
On 4 March 2015 at 16:17, Siarhei Siamashka siarhei.siamas...@gmail.com wrote: On Tue, 03 Mar 2015 08:17:56 + Ian Campbell ijc+ub...@hellion.org.uk wrote: On Mon, 2015-03-02 at 00:07 +0200, Siarhei Siamashka wrote: Just one suggestion. It would be really nice if the Debian installer

Re: [U-Boot] [PATCHv2 02/20] arm: socfpga: spl: Add SRAM section

2015-03-04 Thread Dinh Nguyen
On 03/04/2015 01:39 PM, Marek Vasut wrote: On Wednesday, March 04, 2015 at 07:52:04 PM, Dinh Nguyen wrote: On 03/04/2015 06:39 AM, Marek Vasut wrote: On Monday, March 02, 2015 at 05:27:50 PM, dingu...@opensource.altera.com wrote: From: Dinh Nguyen dingu...@opensource.altera.com Add a

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

2015-03-04 Thread Scott Wood
On Thu, 2015-02-26 at 23:46 -0600, Bansal Aneesh-B39320 wrote: Regards, Aneesh Bansal -Original Message- From: Wood Scott-B07421 Sent: Friday, February 27, 2015 10:22 AM To: Bansal Aneesh-B39320 Cc: u-boot@lists.denx.de; Sun York-R58495; Gupta Ruchika-R66431 Subject:

[U-Boot] [PATCH v7 6/6] ti: armv7: Move SPL SDRAM init to the right place, drop unused CONFIG_SPL_STACK

2015-03-04 Thread Tom Rini
From: Simon Glass s...@chromium.org Currently in some cases SDRAM init requires global_data to be available and soon this will not be available prior to board_init_f(). Adjust the code paths in these cases to be correct. In some cases we had the SPL stack be in DDR as we might have large stacks

[U-Boot] [PATCH v3] usb_storage : scan all interfaces to find a storage device

2015-03-04 Thread franck . jullien
From: Franck Jullien franck.jull...@gmail.com Mass storage is not necessary present on interface 0. This patch allow usb_stor_scan to look in every available interface. Signed-off-by: Franck Jullien franck.jull...@gmail.com --- v2: create a new function to improve indentation v3: more

Re: [U-Boot] [PATCH v5 16/27] sandbox: eth: Add network support to sandbox

2015-03-04 Thread Simon Glass
On 3 March 2015 at 19:41, Joe Hershberger joe.hershber...@ni.com wrote: Add basic network support to sandbox which includes a network driver. Signed-off-by: Joe Hershberger joe.hershber...@ni.com Reviewed-by: Simon Glass s...@chromium.org --- Changes in v5: -Added help to the sandbox eth

Re: [U-Boot] [PATCH v5 14/27] net: Clean up network stack names used in DM drivers

2015-03-04 Thread Simon Glass
Hi Joe, On 3 March 2015 at 19:41, Joe Hershberger joe.hershber...@ni.com wrote: Take the opportunity to enforce better names on newly written or retrofitted Ethernet drivers. Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- Changes in v5: -New to v5 Changes in v4: None

Re: [U-Boot] [PATCH v5 12/27] cmd: net: Clean up return codes

2015-03-04 Thread Simon Glass
On 3 March 2015 at 19:41, Joe Hershberger joe.hershber...@ni.com wrote: The return codes in common/cmd_net.c had a number of inconsistencies. Update them to all use the enum from command.h Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- Changes in v5: -New to v5 Changes in v4:

Re: [U-Boot] [v2] please pull u-boot-samsung master

2015-03-04 Thread Tom Rini
On Wed, Mar 04, 2015 at 09:28:54PM +0900, Minkyu Kang wrote: The following changes since commit 19e5118d1c4c9bd2dc9e52355774c8ea73839b5b: mpc837xerdb: fix Calling __hwconfig without a buffer warning (2015-03-02 15:11:36 -0500) are available in the git repository at:

Re: [U-Boot] [PATCH v6 1/6] arm: Reduce the scope of lowlevel_init()

2015-03-04 Thread Tom Rini
On Tue, Mar 03, 2015 at 08:02:57AM -0700, Simon Glass wrote: This function has grown into something of a monster. Some boards are setting up a console and DRAM here in SPL. This requires global_data which should be set up in one place (crt0.S). There is no need for SPL to use s_init() for

Re: [U-Boot] [PATCH v6 5/6] Make export interface support CONFIG_SYS_MALLOC_SIMPLE

2015-03-04 Thread Tom Rini
On Tue, Mar 03, 2015 at 08:03:01AM -0700, Simon Glass wrote: When CONFIG_SYS_MALLOC_SIMPLE is defined, free() is a static inline. Make sure that the export interface still builds in this case. Signed-off-by: Simon Glass s...@chromium.org Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [PATCH v7 6/6] ti: armv7: Move SPL SDRAM init to the right place, drop unused CONFIG_SPL_STACK

2015-03-04 Thread Tom Rini
On Wed, Mar 04, 2015 at 11:30:28AM -0500, Tom Rini wrote: From: Simon Glass s...@chromium.org Currently in some cases SDRAM init requires global_data to be available and soon this will not be available prior to board_init_f(). Adjust the code paths in these cases to be correct. In some

[U-Boot] [PATCH] arm: socfpga: Enable DM and DM_SPI

2015-03-04 Thread Marek Vasut
Enable DM and DM_SPI support for both Cyclone 5 and Arria 5 boards, since they use drivers which require those. Signed-off-by: Marek Vasut ma...@denx.de Cc: Chin Liang See cl...@opensource.altera.com Cc: Dinh Nguyen dingu...@opensource.altera.com Cc: Pavel Machek pa...@denx.de Cc: Simon Glass

[U-Boot] [PATCH 2/2] spi: Add Cadence QSPI controller Kconfig entry

2015-03-04 Thread Marek Vasut
Add Cadence QSPI controller Kconfig entry. Signed-off-by: Marek Vasut ma...@denx.de Cc: Chin Liang See cl...@opensource.altera.com Cc: Dinh Nguyen dingu...@opensource.altera.com Cc: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com Cc: Pavel Machek pa...@denx.de Cc: Simon Glass

[U-Boot] [PATCH 1/2] spi: Add Designware SPI controller Kconfig entry

2015-03-04 Thread Marek Vasut
Add DWC SPI controller Kconfig entry. Signed-off-by: Marek Vasut ma...@denx.de Cc: Chin Liang See cl...@opensource.altera.com Cc: Dinh Nguyen dingu...@opensource.altera.com Cc: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com Cc: Pavel Machek pa...@denx.de Cc: Simon Glass s...@chromium.org

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

2015-03-04 Thread Tom Rini
On Tue, Mar 03, 2015 at 08:03:00AM -0700, Simon Glass wrote: At present SPL uses a single stack, either CONFIG_SPL_STACK or CONFIG_SYS_INIT_SP_ADDR. Since some SPL features (such as MMC and environment) require a lot of stack, some boards set CONFIG_SPL_STACK to point into SDRAM. They then

Re: [U-Boot] [PATCH v6 2/6] arm: spl: Avoid setting up a duplicate global data structure

2015-03-04 Thread Tom Rini
On Tue, Mar 03, 2015 at 08:02:58AM -0700, Simon Glass wrote: This is already set up in crt0.S. We don't need a new structure and don't really want one in the 'data' section of the image, since it will be empty and crt0.S's changes will be ignored. As an interim measure, remove it only if

Re: [U-Boot] [PATCH v6 3/6] dm: tegra: Enable driver model in SPL and adjust the GPIO driver

2015-03-04 Thread Tom Rini
On Tue, Mar 03, 2015 at 08:02:59AM -0700, Simon Glass wrote: Use the full driver model GPIO and serial drivers in SPL now that these are supported. Since device tree is not available they will use platform data. Remove the special SPL GPIO function as it is no longer needed. This is all

[U-Boot] No console output once kernel starts loading.

2015-03-04 Thread DaveKucharczyk
I'm currently working on the kernel dtb for our MX53 board. U-boot loads the dtb and kernel and then gets stuck at starting kernel I've triple checked the uart pad setup in imx53.dtsi Here is my entire dts (everything else is stripped for testing)... -

[U-Boot] [PATCH 4/4] arm: rmobile: alt: Update to QoS revision 0.31 and 0.321

2015-03-04 Thread Nobuhiro Iwamatsu
This updates r8a7794 QoS to revision 0.31 for ES1 and revision 0.321 for ES2. Signed-off-by: Kouei Abe kouei.abe...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/arm/cpu/armv7/rmobile/Kconfig | 2 +- arch/arm/include/asm/arch-rmobile/r8a7794.h |

[U-Boot] [PATCH 3/4] arm: rmobile: gose: Update to QoS revision 0.311

2015-03-04 Thread Nobuhiro Iwamatsu
This updates r8a7793 QoS to revision 0.311. Signed-off-by: Kouei Abe kouei.abe...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/arm/cpu/armv7/rmobile/Kconfig | 2 +- board/renesas/gose/qos.c | 72 +++--- 2 files

[U-Boot] [PATCH 1/4] arm: rmobile: lager: Update to QoS revision 0.973

2015-03-04 Thread Nobuhiro Iwamatsu
This updates r8a7790 QoS to revision 0.973. This commit can changed from KConfig to fit contents of the QoS. Signed-off-by: Kouei Abe kouei.abe...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/arm/cpu/armv7/rmobile/Kconfig | 22

[U-Boot] [PATCH 2/4] arm: rmobile: koelsch: Update to QoS revision 0.411

2015-03-04 Thread Nobuhiro Iwamatsu
This updates r8a7791 QoS to revision 0.411. Signed-off-by: Kouei Abe kouei.abe...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/arm/cpu/armv7/rmobile/Kconfig | 2 +- board/renesas/koelsch/qos.c| 104 - 2 files

[U-Boot] Driver model 'next' tree

2015-03-04 Thread Simon Glass
Hi, I'm planning to use the 'next' tree for u-boot-dm and start applying things targeted for U-Boot 2015.07 as they are ready. There is quite a bit in flight at present and now RC3 is out for U-Boot 2015.04, the rebase cost should be fairly small. This tree will run for approximately 6 weeks.

Re: [U-Boot] [PATCH 07/22] fdt: Tighten up error handling in fdtdec_get_pci_addr()

2015-03-04 Thread Simon Glass
Hi Bin, On 25 February 2015 at 02:29, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Thu, Feb 19, 2015 at 5:10 AM, Simon Glass s...@chromium.org wrote: This function returns -ENOENT when the property is missing (which the caller might forgive) and also when the property is present but

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

2015-03-04 Thread Simon Glass
Hi Bin, On 26 February 2015 at 00:15, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Thu, Feb 26, 2015 at 8:55 AM, Simon Glass s...@chromium.org wrote: 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

Re: [U-Boot] [PATCH 08/22] dm: core: Add dev_get_uclass_priv() to access uclass private data

2015-03-04 Thread Simon Glass
Hi Bin, On 26 February 2015 at 00:26, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Thu, Feb 19, 2015 at 5:10 AM, Simon Glass s...@chromium.org wrote: Add a convenience function to access the private data that a uclass stores for each of its devices. Convert over most existing uses for

Re: [U-Boot] [PATCH] buildman: Correct toolchain download feature

2015-03-04 Thread Heiko Schocher
Hello Simon, Am 03.03.2015 01:05, schrieb Simon Glass: Commit d908898 updated the ScanPath() function but not its documentation and not all its callers. This breaks the toolchain check after it is downloaded. Fix it. Signed-off-by: Simon Glass s...@chromium.org ---

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

2015-03-04 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.

[U-Boot] [PATCH 2/2][v6] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P5020 and P5040

2015-03-04 Thread Aneesh Bansal
Secure Boot Target is added for NAND for P5020 and P5040. The Secure boot target has already been added for P3041 by enabling CONFIG_SYS_RAMBOOT and configuring CPC as SRAM. The targets for P5020 and P5040 are added in the same manner. Signed-off-by: Ruchika Gupta ruchika.gu...@freescale.com

Re: [U-Boot] [PATCH] am33xx, spl, siemens: enable debug uart output again

2015-03-04 Thread Heiko Schocher
Hello Tom, Am 04.03.2015 17:40, schrieb Tom Rini: On Wed, Mar 04, 2015 at 08:42:58AM +0100, Heiko Schocher wrote: Hello Tom, Am 02.03.2015 14:59, schrieb Tom Rini: On Mon, Mar 02, 2015 at 07:56:41AM +0100, Heiko Schocher wrote: Hello Simon, Am 24.02.2015 14:31, schrieb Simon Glass: Hi

[U-Boot] [PATCH v3 2/8] lpc32xx: mtd: nand: add MLC NAND controller

2015-03-04 Thread Albert ARIBAUD (3ADEV)
The controller's Reed-Solomon ECC hardware is used except of course for raw reads and writes. It covers in- and out-of-band data together. The SPL framework is supported. Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr --- Changes in v3: None Changes in v2: None

[U-Boot] [PATCH v3 0/8] Extend LPC32xx functionality and add LPC32xx-based work_92015 board

2015-03-04 Thread Albert ARIBAUD (3ADEV)
This series extends functionality for the LPC32xx platform and introduces the WORK Microwave work_92105 board which makes use of the extended functionality. NOTES: A - I2C driver remains non-DM During v2 review, it was suggested to move to DM for I2C. However, this caused issues with the

Re: [U-Boot] [RFC] sunxi: Support uploading 'boot.scr' to RAM over USB OTG in FEL mode

2015-03-04 Thread Ian Campbell
On Wed, 2015-03-04 at 16:18 +0200, Siarhei Siamashka wrote: On Tue, 03 Mar 2015 08:31:17 + Ian Campbell ijc+ub...@hellion.org.uk wrote: On Sun, 2015-03-01 at 23:37 +0200, Siarhei Siamashka wrote: On Fri, 27 Feb 2015 16:39:45 + Ian Campbell ijc+ub...@hellion.org.uk wrote:

[U-Boot] [PATCH] x86: Add queensbay fsp patch information in README.x86

2015-03-04 Thread Bin Meng
The FSP release version 001 for Intel Queensbay has a bug which could cause random endless loop during the FspInit call. This bug was published by Intel although Intel did not describe any details. Describe this information in the x86 doc so that U-Boot Queensbay support is invulnerable.

Re: [U-Boot] [PATCH RFC v2 0/6] usb: host: Add driver model support

2015-03-04 Thread Simon Glass
Hi Vivek, On 25 February 2015 at 00:54, Vivek Gautam gautamvivek1...@gmail.com wrote: Hi Simon, On Tue, Feb 24, 2015 at 10:17 PM, Simon Glass s...@chromium.org wrote: Hi Vivek, On 18 February 2015 at 06:30, Vivek Gautam gautamvivek1...@gmail.com wrote: Hi Simon, On Wed, Feb 18, 2015 at

[U-Boot] [PATCH v3 1/8] lpc32xx: add Ethernet support

2015-03-04 Thread Albert ARIBAUD (3ADEV)
Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr --- Changes in v3: None Changes in v2: None arch/arm/cpu/arm926ejs/lpc32xx/cpu.c | 9 + arch/arm/cpu/arm926ejs/lpc32xx/devices.c | 7 + arch/arm/include/asm/arch-lpc32xx/config.h| 3 +

[U-Boot] [PATCH v3 8/8] lpc32xx: add support for board work_92105

2015-03-04 Thread Albert ARIBAUD (3ADEV)
Work_92105 from Work Microwave is an LPC3250- based board with the following features: - 64MB SDR DRAM - 1 GB SLC NAND, managed through MLC controller. - Ethernet - Ethernet + PHY SMSC8710 - I2C: - EEPROM (24M01-compatible) - RTC (DS1374-compatible) - Temperature sensor (DS620) - DACs (2 x

[U-Boot] [PATCH v3 7/8] lpc32xx: add lpc32xx-spl.bin boot image target

2015-03-04 Thread Albert ARIBAUD (3ADEV)
Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr --- Changes in v3: - remove script/Makefile.spl change Changes in v2: - move boot image generation to mkimage framework common/image.c | 1 + include/image.h | 1 + tools/Makefile | 1 + tools/lpc32xximage.c |

[U-Boot] [PATCH v3 4/8] lpc32xx: add GPIO support

2015-03-04 Thread Albert ARIBAUD (3ADEV)
This driver only supports Driver Model, not legacy model. Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr --- Changes in v3: - move DM dependency constraint into Kconfig - move regs pointer and function cache into private struct - discourage readers from using functions

[U-Boot] [PATCH v3 3/8] lpc32xx: i2c: add LPC32xx I2C interface support

2015-03-04 Thread Albert ARIBAUD (3ADEV)
Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr --- Changes in v3: None Changes in v2: None arch/arm/cpu/arm926ejs/lpc32xx/devices.c | 11 ++ arch/arm/include/asm/arch-lpc32xx/clk.h | 4 + arch/arm/include/asm/arch-lpc32xx/cpu.h | 2 +

[U-Boot] [PATCH v3 5/8] lpc32xx: add LPC32xx SSP support (SPI mode)

2015-03-04 Thread Albert ARIBAUD (3ADEV)
Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr --- Changes in v3: - move regs and functions in private struct Changes in v2: - added MUX setting for SSP0 arch/arm/cpu/arm926ejs/lpc32xx/devices.c | 14 +++ arch/arm/include/asm/arch-lpc32xx/clk.h | 3 +

[U-Boot] [PATCH v3 6/8] dtt: add ds620 support

2015-03-04 Thread Albert ARIBAUD (3ADEV)
Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr --- Changes in v3: None Changes in v2: - cosmetic: added a blank line before copyright drivers/hwmon/Makefile | 1 + drivers/hwmon/ds620.c | 65 ++ include/dtt.h | 15

Re: [U-Boot] [PATCH 01/22] dm: i2c: Add a missing memory allocaton check

2015-03-04 Thread Simon Glass
On 19 February 2015 at 00:41, Heiko Schocher h...@denx.de wrote: Hello Simon, Am 18.02.2015 22:10, schrieb Simon Glass: This strdup() is missing a check. Add it. Signed-off-by: Simon Glass s...@chromium.org --- drivers/i2c/i2c-uclass.c | 2 ++ 1 file changed, 2 insertions(+) Good

Re: [U-Boot] [PATCH] MAINTAINERS: add Driver Model repository information

2015-03-04 Thread Simon Glass
On 24 February 2015 at 06:34, Simon Glass s...@chromium.org wrote: On 24 February 2015 at 01:03, Masahiro Yamada yamad...@jp.panasonic.com wrote: Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS

Re: [U-Boot] [PATCH 02/22] sandbox: Correct device tree 'reg' properties for I2C and SPI

2015-03-04 Thread Simon Glass
Hi Bin, On 25 February 2015 at 01:20, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Thu, Feb 19, 2015 at 5:10 AM, Simon Glass s...@chromium.org wrote: These are missing a size value. Add one in each case. Signed-off-by: Simon Glass s...@chromium.org --- arch/sandbox/dts/sandbox.dts |

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

2015-03-04 Thread aneesh.ban...@freescale.com
-Original Message- From: Wood Scott-B07421 Sent: Thursday, March 05, 2015 2:41 AM To: Bansal Aneesh-B39320 Cc: u-boot@lists.denx.de; Sun York-R58495; Gupta Ruchika-R66431 Subject: Re: [U-Boot, 1/2, v4] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041 On Thu,

Re: [U-Boot] Ask for help: Compulab CM-510 U-boot version: Load Kernel from SD-Card

2015-03-04 Thread Gabriel Dobato
HI Dmitry, Thank you very much for your answer! I have tried it, but I get the same: CM-A510 mmc init CM-A510 mmcinfo 0 Device: MV_SDHCI Manufacturer ID: 0 OEM: 0 Name: Tran Speed: 0 Rd Block Len: 0 MMC version 0.0 High Capacity: No Capacity: 0 Bus Width: 0-bit In reference to peripherals,

Re: [U-Boot] [PATCH 05/14] mx51evk: Use the default CONFIG_SYS_PBSIZE

2015-03-04 Thread Stefano Babic
On 02/03/2015 18:14, Fabio Estevam wrote: Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: Unknown

Re: [U-Boot] [PATCH 06/14] mx35pdk: Use the default CONFIG_SYS_PBSIZE

2015-03-04 Thread Stefano Babic
On 02/03/2015 18:14, Fabio Estevam wrote: Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into the console and hitting enter afterwards, causes a hang in the system because CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error message: Unknown

Re: [U-Boot] Ask for help: Compulab CM-510 U-boot version: Load Kernel from SD-Card

2015-03-04 Thread Dmitry Lifshitz
Hi Gabriel, On 03/04/2015 10:18 AM, Gabriel Dobato wrote: HI Dmitry, Thank you very much for your answer! I have tried it, but I get the same: CM-A510 mmc init CM-A510 mmcinfo 0 Device: MV_SDHCI Manufacturer ID: 0 OEM: 0 Name: Tran Speed: 0 Rd Block Len: 0 MMC version 0.0 High Capacity: No

[U-Boot] [PATCH] buildman: crash when fetching i386 toolchain from kernel.org

2015-03-04 Thread Heiko Schocher
Currently buildman crashes when fetching i386 toolchain from kernel.org. solution: - first check, if the directory in which buildman will search exists - second, pass a string not a list of strings when instantiating a Toolchain object Signed-off-by: Heiko Schocher h...@denx.de --- Tried to

Re: [U-Boot] [RFC PATCH 05/13] dts: sunxi: Bring in Ethernet device tree bindings

2015-03-04 Thread Ian Campbell
On Tue, 2015-03-03 at 16:40 -0700, Simon Glass wrote: Hi Ian, On 3 March 2015 at 01:36, Ian Campbell ijc+ub...@hellion.org.uk wrote: On Sun, 2015-03-01 at 09:33 -0700, Simon Glass wrote: Since we will use these bindings on sunxi, bring them in from Linux 4.0-rc1. Signed-off-by: Simon

Re: [U-Boot] [RFC PATCH 13/13] dm: sunxi: Use driver model for Ethernet on Linksprite pcDuino3

2015-03-04 Thread Ian Campbell
On Tue, 2015-03-03 at 16:40 -0700, Simon Glass wrote: +CONFIG_DM_ETH=y Also remove SUNXI_GMAC from CONFIG_SYS_EXTRA_OPTIONS? Do you mean move it to Kconfig? I did not do that, no. We can't just remove it since we need the gmac for everything to work. But maybe I am misunderstanding

[U-Boot] [PATCH] samsung: board: fix: Define loop iterator as an unsigned int to suppress gcc 4.8 warning

2015-03-04 Thread Lukasz Majewski
This patch suppress following warning: board/samsung/common/board.c:95:32: warning: iteration 4u invokes undefined behavior [-Waggressive-loop-optimizations] addr = CONFIG_SYS_SDRAM_BASE + (i * SDRAM_BANK_SIZE); ^ board/samsung/common/board.c:94:2: note:

[U-Boot] [PATCH] sunxi: Add Wexler TAB7200 support

2015-03-04 Thread Aleksei Mamlin
This patch add support for Wexler TAB7200 tablet. The Wexler TAB7200 is a A20 based tablet with 7 inch display(800x480), capacitive touchscreen(5 fingers), 1G RAM, 4G NAND, micro SD card slot, mini HDMI port, 3.5mm audio plug, 1 USB OTG port and 1 USB 2.0 port. Signed-off-by: Aleksei Mamlin

[U-Boot] Error: selected processor does not support `bx lr' when compiling u-boot-2015.01 with SCB9328 config, 2014.01 works

2015-03-04 Thread Markus Rudolf
I tried the following: armdev@armdev-vm:~/Development/u-boot-2015.01$ export ARCH=arm armdev@armdev-vm:~/Development/u-boot-2015.01$ export CROSS_COMPILE=/opt/OSELAS.Toolchain-trunk/arm-v4t-linux-gnueabi/gcc-4.1.2-glibc-2.5-binutils-2.17-kernel-2.6.18/bin/arm-v4t-linux-gnueabi-

[U-Boot] [PATCH] usb_storage : scan all interfaces to find a storage device

2015-03-04 Thread franck . jullien
From: Franck Jullien franck.jull...@gmail.com Mass storage is not necessary present on interface 0. This patch allow usb_stor_scan to look in every available interface. Signed-off-by: Franck Jullien franck.jull...@gmail.com --- common/usb_storage.c | 32 +--- 1

Re: [U-Boot] [PATCH] usb_storage : scan all interfaces to find a storage device

2015-03-04 Thread Franck Jullien
2015-03-03 23:28 GMT+01:00 Marek Vasut ma...@denx.de: On Tuesday, March 03, 2015 at 10:17:11 PM, franck.jull...@gmail.com wrote: From: Franck Jullien franck.jull...@gmail.com Mass storage is not necessary present on interface 0. This patch allow usb_stor_scan to look in every available

Re: [U-Boot] [PATCH] net/phy/realtek: Disable interrupt on Realtek Ethernet PHY drivers

2015-03-04 Thread Codrin Constantin Ciubotariu
Hi, Anyone has any comments on this? Please share your thoughts. Thanks and best regards, Codrin -Original Message- From: Codrin Ciubotariu [mailto:codrin.ciubota...@freescale.com] Sent: Friday, February 13, 2015 2:48 PM To: u-boot@lists.denx.de Cc: Sun York-R58495; Ciubotariu

Re: [U-Boot] lcd-console / display rotation

2015-03-04 Thread Nikita Kiryanov
Hi Hannes, On 03/03/2015 12:31 PM, Hannes Petermaier wrote: +Anatolij, Nikita Hi, Hi, many thanks for response. On 2 March 2015 at 03:12, Hannes Petermaier hannes.peterma...@br-automation.com wrote: Hello everybody, A short question about lcd-console: Today u-boot only supports a

[U-Boot] [PATCH v2 1/3] ARM: mx6: move to a standard arch/board approach

2015-03-04 Thread Boris Brezillon
Freescale boards are currently all defined in arch/arm/Kconfig, which makes them hard to detect. Moreover the MX6 SoC variant (Q, D, DL, S, SL) selection is currently done via the SYS_EXTRA_OPTIONS option which marked as deprecated. Move to a more standard way to select sub-architecture and board

[U-Boot] [PATCH v2 3/3] board/seco: Add mx6q-uq7 basic board support

2015-03-04 Thread Boris Brezillon
Add basic SECO MX6Q/uQ7 board support (Ethernet, UART, SD are supported). It also adds a Kconfig skeleton to later add more SECO board (supporting SoC and board variants). Signed-off-by: Boris Brezillon boris.brezil...@free-electrons.com --- arch/arm/cpu/armv7/mx6/Kconfig| 11 +++

[U-Boot] [PATCH v2 2/3] ARM: iMX: define an IMX_CONFIG Kconfig option

2015-03-04 Thread Boris Brezillon
IMX_CONFIG is currently passed via the SYS_EXTRA_OPTIONS which is marked as deprecated. Add a new Kconfig file under arch/arm/imx-common and define the IMX_CONFIG Kconfig in there. Each board is supposed to provide a default value pointing to the appropriate imximage.cfg file. Signed-off-by:

[U-Boot] [PATCH v2 0/3] board/seco: Add mx6q-uq7 basic board support

2015-03-04 Thread Boris Brezillon
Hello, This series adds a preliminary support for SECO's iMX6 based boards. The first 2 patches add generic support for MX6 SoCs, avoiding the need to define SoC variant and imximage.cfg file patch in the deprecated SYS_EXTRA_OPTIONS Kconfig option. The last patch adds basic support for the

Re: [U-Boot] u-boot for Snow problem

2015-03-04 Thread Michal Suchanek
On 4 March 2015 at 00:46, Simon Glass s...@chromium.org wrote: Hi Michal, On 2 March 2015 at 04:25, Michal Suchanek hramr...@gmail.com wrote: Hello, On 18 February 2015 at 06:24, Michal Suchanek hramr...@gmail.com wrote: On 18 February 2015 at 03:27, Simon Glass s...@chromium.org wrote: Hi

Re: [U-Boot] [PATCH] samsung: board: fix: Define loop iterator as an unsigned int to suppress gcc 4.8 warning

2015-03-04 Thread Minkyu Kang
On 04/03/15 18:54, Lukasz Majewski wrote: This patch suppress following warning: board/samsung/common/board.c:95:32: warning: iteration 4u invokes undefined behavior [-Waggressive-loop-optimizations] addr = CONFIG_SYS_SDRAM_BASE + (i * SDRAM_BANK_SIZE); ^

Re: [U-Boot] [PATCH v2 01/12] exynos5: fix build break by adding CONFIG_POWER

2015-03-04 Thread Minkyu Kang
On 04/03/15 01:24, Przemyslaw Marczak wrote: Move the configs listed below from exynos5-dt-common.h to exynos5-common.h: - CONFIG_POWER - CONFIG_POWER_I2C fixes build break for Arndale and Smdk5250 boards. Signed-off-by: Przemyslaw Marczak p.marc...@samsung.com ---

[U-Boot] [PATCH v2] usb_storage : scan all interfaces to find a storage device

2015-03-04 Thread franck . jullien
From: Franck Jullien franck.jull...@gmail.com Mass storage is not necessary present on interface 0. This patch allow usb_stor_scan to look in every available interface. Signed-off-by: Franck Jullien franck.jull...@gmail.com --- v2: create a new function to improve indentation

[U-Boot] please pull u-boot-samsung master

2015-03-04 Thread Minkyu Kang
Dear Tom, The following changes since commit 19e5118d1c4c9bd2dc9e52355774c8ea73839b5b: mpc837xerdb: fix Calling __hwconfig without a buffer warning (2015-03-02 15:11:36 -0500) are available in the git repository at: http://git.denx.de/u-boot-samsung for you to fetch changes up to

[U-Boot] [v2] please pull u-boot-samsung master

2015-03-04 Thread Minkyu Kang
The following changes since commit 19e5118d1c4c9bd2dc9e52355774c8ea73839b5b: mpc837xerdb: fix Calling __hwconfig without a buffer warning (2015-03-02 15:11:36 -0500) are available in the git repository at: http://git.denx.de/u-boot-samsung for you to fetch changes up to

Re: [U-Boot] [PATCH 1/3] board: samsung: reserve memory for the secure firmware

2015-03-04 Thread Minkyu Kang
Hi, On 04/03/15 21:19, Przemyslaw Marczak wrote: Hello Minkyu, On 02/17/2015 02:50 PM, Przemyslaw Marczak wrote: Since more than one board requires memory reservation for the secure firmware, the reservation code can be made in a common code. Now, to reserve some part of the the last

  1   2   >