Re: [U-Boot] [PATCH v4 0/9] LS2080ARDB: Enable EFI boot support

2016-06-23 Thread Alexander Graf
> Am 23.06.2016 um 07:30 schrieb Prabhakar Kushwaha > : > > Hi Alex, > >> -Original Message- >> From: Alexander Graf [mailto:ag...@suse.de] >> Sent: Tuesday, June 21, 2016 4:37 AM >> To: u-boot@lists.denx.de >> Cc: york sun ; Prabhakar Kushwaha >> >> Subject: [PATCH v4 0/9] LS2080ARDB

Re: [U-Boot] [PATCH 2/3] ARM: board: cm_fx6: fixup mtd partitions in the fdt

2016-06-23 Thread Igor Grinberg
Hi Christopher, On 06/22/2016 10:21 PM, Christopher Spinrath wrote: > Hi Igor, > > On 06/22/2016 06:02 PM, Igor Grinberg wrote: >> Hi Christopher, >> >> On 06/19/2016 06:44 PM, Christopher Spinrath wrote: >>> The cm-fx6 module has an on-board st,m25p compatible spi flash chip >>> used for u-boot

Re: [U-Boot] [PATCH 3/3] ARM: configs: cm_fx6: add mtd support

2016-06-23 Thread Igor Grinberg
On 06/22/2016 10:27 PM, Christopher Spinrath wrote: > Hi Igor, > > On 06/22/2016 06:15 PM, Igor Grinberg wrote: >> On 06/19/2016 06:44 PM, Christopher Spinrath wrote: >>> The cm-fx6 module has an on-board spi flash chip. Enable mtd support >>> and the mtdparts command. Also define a default partit

[U-Boot] [PATCH V2] net: NFS: Add NFSv3 support

2016-06-23 Thread Guillaume GARDET
This patch enables NFSv3 support. If NFSv2 is available use it as usual. If NFSv2 is not available, but NFSv3 is available, use NFSv3. If NFSv2 and NFSv3 are not available, print an error message since NFSv4 is not supported. Tested on iMX6 sabrelite with 4 Linux NFS servers: * NFSv2 + NFSv3 +

Re: [U-Boot] [PATCH v4 0/9] LS2080ARDB: Enable EFI boot support

2016-06-23 Thread Prabhakar Kushwaha
Hi Alex, Please find logs attached. Regards, Prabhakar > -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Thursday, June 23, 2016 1:04 PM > To: Prabhakar Kushwaha > Cc: u-boot@lists.denx.de; york sun > Subject: Re: [PATCH v4 0/9] LS2080ARDB: Enable EFI boot sup

Re: [U-Boot] [PATCH v7 3/9] armv8: Add Secure Monitor/Hypervisor Call (SMC/HVC) infrastructure

2016-06-23 Thread Dirk Behme
Hi Mateusz, On 07.01.2016 22:39, Mateusz Kulikowski wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07.01.2016 16:06, Michal Simek wrote: On 6.1.2016 14:04, Mateusz Kulikowski wrote: On 14.10.2015 18:55, Sergey Temerkhanov wrote: [...] Idea: perhaps after this series is merged w

Re: [U-Boot] [PATCH v4 0/9] LS2080ARDB: Enable EFI boot support

2016-06-23 Thread Alexander Graf
On 23.06.16 12:34, Prabhakar Kushwaha wrote: > Hi Alex, > > Please find logs attached. > > Regards, > Prabhakar > > >> > -Original Message- >> > From: Alexander Graf [mailto:ag...@suse.de] >> > Sent: Thursday, June 23, 2016 1:04 PM >> > To: Prabhakar Kushwaha >> > Cc: u-boot@lists.de

Re: [U-Boot] [PATCH v4 0/9] LS2080ARDB: Enable EFI boot support

2016-06-23 Thread Prabhakar Kushwaha
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Thursday, June 23, 2016 6:10 PM > To: Prabhakar Kushwaha > Cc: u-boot@lists.denx.de; york sun > Subject: Re: [PATCH v4 0/9] LS2080ARDB: Enable EFI boot support > > > > On 23.06.16 12:34, Prabhakar Kushwaha wrot

Re: [U-Boot] usb: hub enumeration and potential NULL ptr dereference in usb_device_info()

2016-06-23 Thread Simon Glass
Hi Benhard, On 22 June 2016 at 03:05, Bernhard Nortmann wrote: > Starting with commit b19236fd1c1ef289bab9e243ee5b50d658fcac3f I am observing > a breakage of the "usb info" command on my BananaPi (Allwinner A20, sun7i), > while "usb tree" and dm commands ("dm tree", "dm uclass") are fine. > See a

Re: [U-Boot] [PATCH] kbuild: avoid race between dtbs and dt/dt.dtb targets

2016-06-23 Thread Andreas Dannenberg
On Thu, Jun 23, 2016 at 01:53:46PM +0900, Masahiro Yamada wrote: > If the final targets depend on both "dtbs" and "dts/dt.dtb", > and -j option is given to the command line, multiple threads > descend into the dts/ directory, which causes build error. > > Signed-off-by: Masahiro Yamada Tested-by

Re: [U-Boot] [RFC 9/9] ti: omap-common: Update to generate secure FIT

2016-06-23 Thread Andreas Dannenberg
On Thu, Jun 23, 2016 at 01:59:40PM +0900, Masahiro Yamada wrote: > 2016-06-21 11:35 GMT+09:00 Andreas Dannenberg : > > Hi Simon, > > thanks for the continued feedback. Comments below... > > > > On Mon, Jun 20, 2016 at 04:40:10PM -0600, Simon Glass wrote: > >> +Masahiro for the Makefile question > >

Re: [U-Boot] [PATCH 2/9] spl: fit: add support for post-processing of images

2016-06-23 Thread Andreas Dannenberg
On Thu, Jun 23, 2016 at 11:38:30AM +0900, Masahiro Yamada wrote: > 2016-06-21 12:34 GMT+09:00 Andreas Dannenberg : > > From: Daniel Allred > > > > The next stage boot loader image and the selected FDT can be > > post-processed by board/platform/device-specific code, which can include > > modifying

Re: [U-Boot] socfpga 2016.05, CV socdk Rev E1, SPL and u-boot fail when booting from QSPI

2016-06-23 Thread Marek Vasut
On 06/22/2016 06:37 PM, Christian Didriksson wrote: > Hi Marek, Hi! > [..] > > I skipped booting from QSPI and started all over with a vanilla 2016.05 and > built the u-boot-with-spl.sfp. Put it on an SD-card and booted: > > U-Boot SPL 2016.05-gbb88b7b-dirty (Jun 22 2016 - 14:53:14) > drivers/

[U-Boot] [PATCH] spi: zynq_spi: Fix infinite looping while xfer

2016-06-23 Thread Lad, Prabhakar
During spi transfer, for example: sspi 1:1.0 8 ff the rx_len values will be: rx_len = 0 rx_len = 4294967295 This caused a busy looping during xfer, this patch fixes it by adding a check while reading the rx fifo Signed-off-by: Lad, Prabhakar Cc: Michal Simek Cc: Siva Durga Prasad Paladugu Cc

Re: [U-Boot] [PATCH 2/9] spl: fit: add support for post-processing of images

2016-06-23 Thread Simon Glass
Hi Andreas, On 20 June 2016 at 21:34, Andreas Dannenberg wrote: > From: Daniel Allred > > The next stage boot loader image and the selected FDT can be > post-processed by board/platform/device-specific code, which can include > modifying the size and altering the starting source address before >

Re: [U-Boot] [PATCH 2/9] spl: fit: add support for post-processing of images

2016-06-23 Thread Andreas Dannenberg
On Thu, Jun 23, 2016 at 07:57:13AM -0600, Simon Glass wrote: > Hi Andreas, > > On 20 June 2016 at 21:34, Andreas Dannenberg wrote: > > From: Daniel Allred > > > > The next stage boot loader image and the selected FDT can be > > post-processed by board/platform/device-specific code, which can inc

Re: [U-Boot] [PATCH v2 1/4] usb: ums: support multiple controllers using controller_index

2016-06-23 Thread Lukasz Majewski
Hi Rajat, First of all, sorry for late reply. I was not in the office. > From: Rajesh Bhagat > > Adds a new field in fsg_common namely controller_index to support > multiple controllers usb gadget support. > > Signed-off-by: Rajat Srivastava > Signed-off-by: Rajesh Bhagat > --- > Changes for

Re: [U-Boot] [PATCH 2/9] spl: fit: add support for post-processing of images

2016-06-23 Thread Simon Glass
Hi Andreas, On 23 June 2016 at 08:19, Andreas Dannenberg wrote: > On Thu, Jun 23, 2016 at 07:57:13AM -0600, Simon Glass wrote: >> Hi Andreas, >> >> On 20 June 2016 at 21:34, Andreas Dannenberg wrote: >> > From: Daniel Allred >> > >> > The next stage boot loader image and the selected FDT can be

[U-Boot] U-boot support for FIT image with 64 bit Linux Kernel

2016-06-23 Thread vinoth eswaran
Hello, I am working on an embedded project with the u-boot and Minnowboard max. With compressed kernel (bzImage) everything works fine, I want to check the performance with uncompressed kernel (vmlinux). So for creating the image.fit file I followed the instructions as per the file x86-fit-boot.t

Re: [U-Boot] [PATCH v2 2/4] usb: dwc3: Add helper functions to enable snooping and burst settings

2016-06-23 Thread Lukasz Majewski
Hi Rajat, > Adds helper functions to enable snooping and outstanding burst beat > settings. > > Signed-off-by: Rajat Srivastava > Signed-off-by: Rajesh Bhagat > --- > Changes in v2: > - Removes SoC specific flags and added helper functions > > drivers/usb/dwc3/core.c | 45 > +

Re: [U-Boot] [PATCH v2 4/4] armv8/fsl-layerscape: enable dwc3 gadget driver support

2016-06-23 Thread Lukasz Majewski
Hi Rajat, > Enables dwc3 gadget driver support on LS1043QDS platform. > > Signed-off-by: Rajat Srivastava > Signed-off-by: Rajesh Bhagat > --- > Changes in v2: > - None > > include/configs/ls1043aqds.h | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/include/configs

Re: [U-Boot] [PATCH v2 3/4] armv8/fsl-layerscape: add dwc3 gadget driver support

2016-06-23 Thread Lukasz Majewski
Hi Rajat, > Implements the dwc3 gadget driver support for LS1043 > platform, and performs below operations: > 1. Enables snooping support for DWC3 controller. > 2. Enables cache coherency in LS1043 platform. > > Signed-off-by: Rajat Srivastava > Signed-off-by: Rajesh Bhagat > Reviewed-by: Lukas

Re: [U-Boot] [PATCH 2/9] spl: fit: add support for post-processing of images

2016-06-23 Thread Andreas Dannenberg
On Thu, Jun 23, 2016 at 08:45:54AM -0600, Simon Glass wrote: > Hi Andreas, > > On 23 June 2016 at 08:19, Andreas Dannenberg wrote: > > On Thu, Jun 23, 2016 at 07:57:13AM -0600, Simon Glass wrote: > >> Hi Andreas, > >> > >> On 20 June 2016 at 21:34, Andreas Dannenberg wrote: > >> > From: Daniel A

Re: [U-Boot] [PATCH v3 6/7] dfu, nand, ubi: fix erasing after write finish

2016-06-23 Thread Lukasz Majewski
Hi Heiko, > writting to ubi nand partitions need after write ends an erase > of the remaining sectors. This fail, if dfu write size was not > a multiple of erasesize, example log: > > Failure erase: -1 > > Fix this error. > > Signed-off-by: Heiko Schocher > > --- > > Changes in v2: > - rebas

[U-Boot] [RFC PATCH] vexpress: Check TC2 firmware support before defaulting to nonsec booting

2016-06-23 Thread Jon Medhurst (Tixy)
The firmware on TC2 needs to be configured appropriately before booting in nonsec mode will work as expected, so test for this and fall back to sec mode if required. Signed-off-by: Jon Medhurst --- This is an implementation of Andre's suggestion in http://lists.denx.de/pipermail/u-boot/2016-June

[U-Boot] u-boot

2016-06-23 Thread Venky Venkatesh
Hi, How can i load the kernel by using first stage boot loader (MLO) directly, without giving the control to the second stage boot loader (i.e u-boot.bin). Here at the end of the first stage boot loader i want to load the kernel, so that i can boot the kernel by using x-loader directly. Give m

[U-Boot] [PATCH v2 2/6] doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from README

2016-06-23 Thread Masahiro Yamada
The same information now exists in common/Kconfig. Do not duplicate documentation from the point of view of maintainability. Signed-off-by: Masahiro Yamada Reviewed-by: Simon Glass Reviewed-by: Heiko Schocher --- Changes in v2: None README | 17 - common/Kconfig | 2

[U-Boot] [PATCH v2 1/6] ARM: socfpga: move CONFIG_BOOTDELAY to Kconfig for IS1 board

2016-06-23 Thread Masahiro Yamada
This recently added board missed the tree-wide migration of CONFIG_BOOTDELAY. Signed-off-by: Masahiro Yamada Acked-by: Pavel Machek Reviewed-by: Heiko Schocher --- Changes in v2: None configs/socfpga_is1_defconfig | 4 +--- include/configs/socfpga_is1.h | 1 - 2 files changed, 1 insertion(+)

[U-Boot] [PATCH v2 4/6] autoboot: rename abortboot_{keyed, normal} to __abortboot

2016-06-23 Thread Masahiro Yamada
Because abortboot_keyed() and abortboot_normal() are not compiled at the same time, we can rename both of them to __abortboot(). This allows to drop #ifdef from the caller. Signed-off-by: Masahiro Yamada Reviewed-by: Stefan Roese Reviewed-by: Simon Glass Reviewed-by: Heiko Schocher --- Change

[U-Boot] [PATCH v2 5/6] autoboot: move CONFIG_SILENT_CONSOLE handling

2016-06-23 Thread Masahiro Yamada
Factor out the same code from the callees to the caller. Signed-off-by: Masahiro Yamada Reviewed-by: Stefan Roese Reviewed-by: Simon Glass Reviewed-by: Heiko Schocher --- Changes in v2: - Fix build error when CONFIG_SILENT_CONSOLE is enabled common/autoboot.c | 21 ++--- 1

[U-Boot] [PATCH v2 6/6] autoboot: move bootdelay >= 0 check to abortboot()

2016-06-23 Thread Masahiro Yamada
Move the bootdelay >= 0 check to the caller, which simplifies the callees. Signed-off-by: Masahiro Yamada Reviewed-by: Stefan Roese Reviewed-by: Simon Glass Reviewed-by: Heiko Schocher --- Changes in v2: None common/autoboot.c | 22 -- 1 file changed, 8 insertions(+), 14

[U-Boot] [PATCH v2 0/6] autoboot cleanups

2016-06-23 Thread Masahiro Yamada
1/6 moves CONFIG_BOOTDELAY for a new SOCFPGA board. The rest of this series are clean-ups of autoboot code. Changes in v2: - Fix build error when CONFIG_SILENT_CONSOLE is enabled Masahiro Yamada (6): ARM: socfpga: move CONFIG_BOOTDELAY to Kconfig for IS1 board doc: bootdelay: drop explan

[U-Boot] [PATCH v2 3/6] autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK

2016-06-23 Thread Masahiro Yamada
As the help message of CONFIG_BOOTDELAY says, CONFIG_BOOTDELAY=-2 means the autoboot with no delay, with no abort check even if CONFIG_ZERO_BOOTDELAY_CHECK is defined. To sum up, the autoboot behaves as follows: [1] CONFIG_BOOTDELAY=0 && CONFIG_ZERO_BOOTDELAY_CHECK=y autoboot with no delay,

Re: [U-Boot] [PATCH] ARM: zynq/zynqmp: Use the default CONFIG_BOOTDELAY=2

2016-06-23 Thread Masahiro Yamada
Hi Michal, 2016-06-21 21:41 GMT+09:00 Michal Simek : > Based on: > "ARM: uniphier: use the default CONFIG_BOOTDELAY=2" > (sha1: 7c8ef0feb97586d35b0296b48903daef8c06ab21) > > "I do not insist on CONFIG_BOOTDELAY=3. The default value in Kconfig, > CONFIG_BOOTDELAY=2, is just fine for these boards."

Re: [U-Boot] socfpga 2016.05, CV socdk Rev E1, SPL and u-boot fail when booting from QSPI

2016-06-23 Thread Sylvain Lesne
Hi Marek, Christian, On 06/23/2016 03:07 PM, Marek Vasut wrote: > On 06/22/2016 06:37 PM, Christian Didriksson wrote: >> Hi Marek, > > Hi! > >> [..] >> >> I skipped booting from QSPI and started all over with a vanilla 2016.05 and built the u-boot-with-spl.sfp. Put it on an SD-card and booted: >>

Re: [U-Boot] socfpga 2016.05, CV socdk Rev E1, SPL and u-boot fail when booting from QSPI

2016-06-23 Thread Marek Vasut
On 06/23/2016 05:58 PM, Sylvain Lesne wrote: > Hi Marek, Christian, Hi, > On 06/23/2016 03:07 PM, Marek Vasut wrote: >> On 06/22/2016 06:37 PM, Christian Didriksson wrote: >>> Hi Marek, >> >> Hi! >> >>> [..] >>> >>> I skipped booting from QSPI and started all over with a vanilla > 2016.05 and bui

[U-Boot] [PATCH] arm: socfpga: Fix "improve raw MMC SPL boot"

2016-06-23 Thread Marek Vasut
This fixes commit d31e9c575f24f4b7f5f382ccae70d7a86bbc379d , which broke booting from SD card on all SoCFPGA boards. The patch assumes the bootloader partition to be partition 3, at the end of the SD card, which doesn't make any sense. U-Boot assumes the bootloader partition is partition 1 or that

Re: [U-Boot] socfpga 2016.05, CV socdk Rev E1, SPL and u-boot fail when booting from QSPI

2016-06-23 Thread Sylvain Lesne
On 06/23/2016 06:14 PM, Marek Vasut wrote: > On 06/23/2016 05:58 PM, Sylvain Lesne wrote: >> Hi Marek, Christian, > > Hi, > >> On 06/23/2016 03:07 PM, Marek Vasut wrote: >>> On 06/22/2016 06:37 PM, Christian Didriksson wrote: Hi Marek, >>> >>> Hi! >>> [..] I skipped booting from

Re: [U-Boot] usb: hub enumeration and potential NULL ptr dereference in usb_device_info()

2016-06-23 Thread Bernhard Nortmann
Hi Simon, thanks for replying! Am 23.06.2016 um 15:12 schrieb Simon Glass: Hi Benhard, On 22 June 2016 at 03:05, Bernhard Nortmann wrote: [...] I'm not sure why this particular problem didn't manifest earlier and only now became apparent with the change in SPL header size / CONFIG_SPL_TEXT_B

Re: [U-Boot] [PATCH] ARM: zynq/zynqmp: Use the default CONFIG_BOOTDELAY=2

2016-06-23 Thread Michal Simek
On 23.6.2016 17:45, Masahiro Yamada wrote: > Hi Michal, > > 2016-06-21 21:41 GMT+09:00 Michal Simek : >> Based on: >> "ARM: uniphier: use the default CONFIG_BOOTDELAY=2" >> (sha1: 7c8ef0feb97586d35b0296b48903daef8c06ab21) >> >> "I do not insist on CONFIG_BOOTDELAY=3. The default value in Kconfig,

Re: [U-Boot] uImage load address and entry point with Minnowboard

2016-06-23 Thread Wolfgang Denk
Dear Vinoth, In message you wrote: > > 1) What's the address in the bootcmd corresponds to , I think it is Define "bootcmd" - this can be anything. > the address where we want the u-boot to load the Linux kernel image > into RAM > > For ex: fatload mmc 0:1 0100 bzImage; zboot 0100 T

Re: [U-Boot] u-boot

2016-06-23 Thread Wolfgang Denk
Dear Venky, In message you wrote: > > How can i load the kernel by using first stage boot loader (MLO) In U-Boot terminology, this is the SPL. > directly, without giving the control to the second stage boot loader > (i.e u-boot.bin). Here at the end of the first stage boot loader i > wan

Re: [U-Boot] soc vs. clocks in device-tree

2016-06-23 Thread Benjamin Tietz
Hi Simon, On Tue, Jun 21, 2016 at 08:50:11PM -0600, Simon Glass wrote: > Hi Benjamin, > > On 20 June 2016 at 12:42, Benjamin Tietz wrote: > > > > Hello, > > > > in my device-tree (for stm32f429 - as found in the linux kernel) exist > > two branches /soc and /clocks. While /soc contains all embed

Re: [U-Boot] [PATCH 00/31] RFC: dm: Add support for compiled-in platform data

2016-06-23 Thread Tom Rini
On Tue, Jun 07, 2016 at 08:47:38PM -0600, Simon Glass wrote: > This series provides a way to compile in the contents of a device tree as C > code into U-Boot. It is intended to deal with extremely tight environments > where there is not enough space for the ~3KB device tree code overhead. > Exampl

Re: [U-Boot] [PATCH v1 1/2] board/BuR: rename tseries board to brppt1

2016-06-23 Thread Tom Rini
On Wed, Jun 22, 2016 at 12:36:13PM +0200, Hannes Schmelzer wrote: > Rename B&R tseries board to brppt1 > > Signed-off-by: Hannes Schmelzer Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@li

Re: [U-Boot] [PATCH v1 2/2] board/BuR: rename kwb board to brxre1

2016-06-23 Thread Tom Rini
On Wed, Jun 22, 2016 at 12:36:14PM +0200, Hannes Schmelzer wrote: > Rename B&R kwb board to brxre1 > > Signed-off-by: Hannes Schmelzer Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.

Re: [U-Boot] [PATCH V2] net: NFS: Add NFSv3 support

2016-06-23 Thread Tom Rini
On Thu, Jun 23, 2016 at 11:10:26AM +0200, Guillaume GARDET wrote: > This patch enables NFSv3 support. > If NFSv2 is available use it as usual. > If NFSv2 is not available, but NFSv3 is available, use NFSv3. > If NFSv2 and NFSv3 are not available, print an error message since NFSv4 is > not suppor

Re: [U-Boot] [PATCH v2 55/55] dm: Update the of-platdata README for the new features

2016-06-23 Thread Tom Rini
On Sun, Jun 12, 2016 at 11:33:36PM -0600, Simon Glass wrote: > Revise the content based on the v2 additions. This is kept as a separate > patch to avoid confusing those who have already reviewed the v1 series. > > Signed-off-by: Simon Glass > Suggested-by: Tom Rini [snip] > +Converting of-platd

Re: [U-Boot] socfpga 2016.05, CV socdk Rev E1, SPL and u-boot fail when booting from QSPI

2016-06-23 Thread Marek Vasut
On 06/23/2016 06:31 PM, Sylvain Lesne wrote: > On 06/23/2016 06:14 PM, Marek Vasut wrote: >> On 06/23/2016 05:58 PM, Sylvain Lesne wrote: >>> Hi Marek, Christian, >> >> Hi, >> >>> On 06/23/2016 03:07 PM, Marek Vasut wrote: On 06/22/2016 06:37 PM, Christian Didriksson wrote: > Hi Marek, >>>

Re: [U-Boot] [PATCH v2 55/55] dm: Update the of-platdata README for the new features

2016-06-23 Thread Simon Glass
Hi Tom, On 23 June 2016 at 14:04, Tom Rini wrote: > On Sun, Jun 12, 2016 at 11:33:36PM -0600, Simon Glass wrote: > >> Revise the content based on the v2 additions. This is kept as a separate >> patch to avoid confusing those who have already reviewed the v1 series. >> >> Signed-off-by: Simon Glas

[U-Boot] error: sdhci_send_command: Timeout for status update!

2016-06-23 Thread Steve Rae
Stefan, I am asking you about this code, because of this: commit 29905a4 - mmc: sdhci: Use timer based timeout detection in sdhci_send_command() Occasionally, I am seeing failures when writing to flash on my device: Flashing sparse image at offset 2078720 Flashing Sparse Image sdhci_send

Re: [U-Boot] [PATCH v2 55/55] dm: Update the of-platdata README for the new features

2016-06-23 Thread Tom Rini
On Thu, Jun 23, 2016 at 02:36:55PM -0600, Simon Glass wrote: > Hi Tom, > > On 23 June 2016 at 14:04, Tom Rini wrote: > > On Sun, Jun 12, 2016 at 11:33:36PM -0600, Simon Glass wrote: > > > >> Revise the content based on the v2 additions. This is kept as a separate > >> patch to avoid confusing tho

[U-Boot] [PATCH] ARM: uniphier: fix typo "talbe"

2016-06-23 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/arm32/lowlevel_init.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-uniphier/arm32/lowlevel_init.S b/arch/arm/mach-uniphier/arm32/lowlevel_init.S index e2bb1fc..cc34116 100644 --- a/arch/arm/mach-uniph

Re: [U-Boot] u-boot

2016-06-23 Thread Venky Venkatesh
Thanks wolfgang, Is there any possibility to modify the code and load the kernel at the end of the first stage boot so that i can skipp of the 2nd stage boot loader. Thanks & Regards, Venkatesh On Jun 23, 2016 7:45 PM, "Venky Venkatesh" wrote: > Hi, > How can i load the kernel by using fir

Re: [U-Boot] error: sdhci_send_command: Timeout for status update!

2016-06-23 Thread Stefan Roese
Steve, On 24.06.2016 00:06, Steve Rae wrote: I am asking you about this code, because of this: commit 29905a4 - mmc: sdhci: Use timer based timeout detection in sdhci_send_command() Occasionally, I am seeing failures when writing to flash on my device: Flashing sparse image at offset 207

[U-Boot] [PATCH] armv8: fsl-layerscape: Append "A" in SoC name for ARM

2016-06-23 Thread Prabhakar Kushwaha
From: Pratiyush Mohan Srivastava Freescale ARMv8 SoC name ends with "A" to represent ARM SoCs. like LS2080A, LS1043A, LS1012A. So Add append "A" at the last of SoCs. Signed-off-by: Pratiyush Mohan Srivastava Signed-off-by: Prabhakar Kushwaha --- arch/arm/include/asm/arch-fsl-layerscape/cpu.h

[U-Boot] [PATCH][v2] armv8: fsl-layerscape: Append "a" in SoC name for ARM

2016-06-23 Thread Prabhakar Kushwaha
From: Pratiyush Mohan Srivastava Freescale ARMv8 SoC name ends with "a" to represent ARM SoCs. like LS2080A, LS1043A, LS1012A. So append "a" at the last of SoCs. Signed-off-by: Pratiyush Mohan Srivastava Signed-off-by: Prabhakar Kushwaha --- Changes for v2: updated the description arch/arm/

Re: [U-Boot] u-boot

2016-06-23 Thread Wolfgang Denk
Dear Venkatesh, In message you wrote: > > Is there any possibility to modify the code and load the kernel at the end > of the first stage boot so that i can skipp of the 2nd stage boot loader. Well - in U-Boot terminology, the 1st stage loader is the ROM boot loader (RBL). I am not aware of s