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
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/
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
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
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
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
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
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
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
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,
>>>
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
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
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.
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
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
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
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
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
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,
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
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
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
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
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:
>>
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."
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,
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
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
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
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
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
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(+)
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
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
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
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
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
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
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
> +
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
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
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
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
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
>
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
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/
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
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
> >
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
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
> -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
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
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
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
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 +
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
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
> 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
58 matches
Mail list logo