Re: [U-Boot] u-boot <=> kernel compatibility?

2017-11-05 Thread daggs
Greetings Tom, > Sent: Saturday, November 04, 2017 at 8:37 PM > From: "Tom Rini" > To: daggs > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] u-boot <=> kernel compatibility? > > On Sat, Nov 04, 2017 at 07:22:06AM +0100, daggs wrote: > > > Greetings, > > > > is there a minimum kernel version

Re: [U-Boot] u-boot <=> kernel compatibility?

2017-11-05 Thread daggs
Greetings Chris, > Hi, > > Le 04/11/2017 à 19:37, Tom Rini a écrit : > > On Sat, Nov 04, 2017 at 07:22:06AM +0100, daggs wrote: > >> Greetings, is there a minimum kernel version limitation on the latest > >> release of u-boot? the reason I'm asking is that I'm unable to boot a > >> arm board wi

Re: [U-Boot] UBI/UBIFS complete integrity check

2017-11-05 Thread Ladislav Michl
On Tue, Oct 31, 2017 at 11:01:21AM -0400, Liam Beguin wrote: > Hi everyone, > > I'm currently using a UBIFS root file system (stored on SPI-NOR flash) > and would like to perform a full integrity check before booting it. > The rootfs is read-only and until now, I've been computing an md5sum on > t

[U-Boot] sunxi: SATA link timeout fix

2017-11-05 Thread Werner Böllmann
After updating u-boot from v2016.01 to 2017.09 i got a "SATA link 0 timeout." on my Cubietruck board. I tracked this down to this patch. http://git.denx.de/?p=u-boot.git;a=commitdiff_plain;h=9fbb0c3aa49f4604b0342cb527a6bd099f92eaeb. After adding the "mdelay(500);" line that was lost in the path

[U-Boot] [PATCH] Convert CONFIG_SYS_NAND_ECCSIZE et al to Kconfig

2017-11-05 Thread Adam Ford
This converts the following to Kconfig: CONFIG_SYS_NAND_ECCSIZE CONFIG_SYS_NAND_ECCBYTES CONFIG_SYS_NAND_ECCSTEPS CONFIG_SYS_NAND_MAX_ECCPOS CONFIG_SYS_NAND_MAX_OOBFREE Signed-off-by: Adam Ford diff --git a/README b/README index f288176..bc3a1de 100644 --- a/README +++ b/README @@

Re: [U-Boot] [PATCH] wget and enough TCP stack for fast netboot

2017-11-05 Thread Simon Glass
Hi Duncan, On 29 September 2017 at 12:48, Duncan Hare wrote: > Boot with udp is relatively slow on a local net, and very slow over a WAN. > TCP is a very effective protocol for fast file, or stream, transfers. > http (used by wget) is a very efficient protocol, there is one message to > retrieve

Re: [U-Boot] [PATCH v3] DW SPI: Get clock value from Device Tree

2017-11-05 Thread Marek Vasut
On 11/02/2017 03:35 PM, Eugeniy Paltsev wrote: > Add option to set spi controller clock frequency via device tree > using standard clock bindings. > Old way of setting spi controller clock frequency (via implementation > of 'cm_get_spi_controller_clk_hz' function in platform specific code) > remain

Re: [U-Boot] [PATCH 1/2] common: Generic file system firmware loader

2017-11-05 Thread Marek Vasut
On 11/02/2017 09:20 AM, Chee, Tien Fong wrote: > On Rab, 2017-11-01 at 10:26 +0100, Marek Vasut wrote: >> On 11/01/2017 10:18 AM, tien.fong.c...@intel.com wrote: >>> >>> From: Tien Fong Chee >>> >>> Generic firmware loader framework contains some common >>> functionality >>> which is factored out

Re: [U-Boot] Revised NFS/TCP Tranfer measurement: Netboot Download times:: UDP vs TCP

2017-11-05 Thread Simon Glass
Hi Duncan, On 11 June 2017 at 12:51, Duncan Hare wrote: > > > Netboot Download times: > u-boot NFS command (using UDP), 4 GB Linux kernel download - 16:20:45 to > 16:24:07, elapsed download time 3m38 sec > > U-boot NFS download command. > > TCP Dump extract > > 16:20:45.666179 IP (tos 0x0, ttl 2

Re: [U-Boot] Test Environment

2017-11-05 Thread Simon Glass
+Joe (net maintainer) and Stephen (who has done a lot of work on testing) Hi Duncan, On 13 August 2017 at 14:40, Duncan Hare wrote: > 1. Try to build the u-boot test environment with the command: > ./test/py/test.py --bd sandbox --build > > Get the error > ../include/image.h:1019:27: fatal error

Re: [U-Boot] Rainbow Screen of Death - Raspberry PI Current u-boot master

2017-11-05 Thread Simon Glass
Hi Duncan, On 27 September 2017 at 14:55, Duncan Hare wrote: > > I pulled the latest master from git clone git://git.denx.de/u-boot.gitbuilt > the raspberry pi imagemake r_3_32b_defconfigmakecopied the u-boot bin the a > working sd cardand I get the rainbow screen of death from the pi. > When I

Re: [U-Boot] Adding new net command

2017-11-05 Thread Simon Glass
Hi Duncan, On 16 September 2017 at 14:14, Duncan Hare wrote: > I'm attempting to add a "wget" command. It mostly there by I cannot find out > how to set the > > #define CONFIG_CMD_WGET 1 into u-boot cfg by handand got a terse message to > use a Kconfig file. > Which Konfig file should I used f

Re: [U-Boot] [PATCH] Revert "console: simplify puts()"

2017-11-05 Thread U. Scheffler
Hello, Am 04.11.2017 um 16:14 schrieb Soeren Moch: > > This reverts commit c61d0009feb966e0e93254a8c435a1889085e6b8. > > A tbs2910 board user reported a very slow console frambuffer as > regression in current u-boot. I could bisect this down to the > above mentioned commit. > > This revert bring

Re: [U-Boot] Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT

2017-11-05 Thread Tom Rini
On Sun, Oct 22, 2017 at 05:55:07PM -0400, Tom Rini wrote: > We move all instances of CONFIG_MTDIDS_DEFAULT and > CONFIG_MTDPARTS_DEFAULT from the header files to the defconfig files. > There's a few cases here where we need to expand upon what was in the > header file. > > Signed-off-by: Tom Rini

Re: [U-Boot] [PATCH] dm: serial: Add .pre_probe() function to to wait for previous transmission end

2017-11-05 Thread Lukasz Majewski
Hi Simon, > Hi Lukasz, > > On 4 November 2017 at 15:42, Lukasz Majewski wrote: > > > > Dear All, > > > > > Hi Philipp, > > > > > > > Hi Lukasz, > > > > > > > > > On 27 Oct 2017, at 00:51, Lukasz Majewski > > > > > wrote: > > > > >> > > > > >>> On 27 Oct 2017, at 00:13, Lukasz Majewski

Re: [U-Boot] [PATCH] gpt: Use cache aligned buffers for gpt_h and gpt_e

2017-11-05 Thread Lukasz Majewski
On Fri, 27 Oct 2017 12:28:10 +0200 Lukasz Majewski wrote: > Before this patch one could receive following errors when executing > "gpt write" command on machine with cache enabled: > > display5 factory > gpt write mmc ${mmcdev} ${partitions} > Writing GPT: > CACHE: Misaligned operation at range

Re: [U-Boot] Rainbow Screen of Death - Raspberry PI Current u-boot master

2017-11-05 Thread Peter Robinson
>> I pulled the latest master from git clone git://git.denx.de/u-boot.gitbuilt >> the raspberry pi imagemake r_3_32b_defconfigmakecopied the u-boot bin the a >> working sd cardand I get the rainbow screen of death from the pi. >> When I use a u-boot.bin build from a git clone of u-boot in about J

Re: [U-Boot] Support of latest qemux86-64

2017-11-05 Thread Bin Meng
+QEMU dev list On Fri, Nov 3, 2017 at 10:07 PM, Anton Gerasimov wrote: > Hi all, > > I'm trying to use u-boot (v2017.01) with qemu-system-x86_64 v2.10.0 and > run into a "trying to execute code outside of RAM or ROM at x" > issue. It happens both when I build and use u-boot as a bios and as E

Re: [U-Boot] [PATCH 1/2] common: Generic file system firmware loader

2017-11-05 Thread Chee, Tien Fong
On Ahd, 2017-11-05 at 17:43 +0100, Marek Vasut wrote: > On 11/02/2017 09:20 AM, Chee, Tien Fong wrote: > > > > On Rab, 2017-11-01 at 10:26 +0100, Marek Vasut wrote: > > > > > > On 11/01/2017 10:18 AM, tien.fong.c...@intel.com wrote: > > > > > > > > > > > > From: Tien Fong Chee > > > > > > > >

[U-Boot] [PATCH v6 1/2] armv8: ls1088ardb: Add SD boot support for ls1088

2017-11-05 Thread Ashish Kumar
Signed-off-by: Prabhakar Kushwaha Signed-off-by: Ashish Kumar Signed-off-by: Raghav Dogra --- v6: Incorporation of review comments in README wrt to line wrap. Sorting defconfig with help make savedefconfig arch/arm/Kconfig | 1 + arch/arm/cpu/armv8/fsl-layers

[U-Boot] [PATCH v6 2/2] armv8: ls1088aqds: Add SD boot support for ls1088qds

2017-11-05 Thread Ashish Kumar
Signed-off-by: Ashish Kumar Signed-off-by: Prabhakar Kushwaha Signed-off-by: Raghav Dogra --- v6: Sorting defconfig with help make savedefconfig arch/arm/Kconfig | 1 + board/freescale/ls1088a/MAINTAINERS | 1 + configs/ls1088aqds_sdcard_qspi_defconfig | 41 +

[U-Boot] [PATCH v2] armv8: ls1088ardb: Add distro boot support

2017-11-05 Thread Ashish Kumar
Distro boot support gives flexibility to run distro RFS like Ubuntu's being deployed from SD card or SATA drive. If it fails to detect external storage, fall back to qspi/sd boot. Enable this by default in RDB's defconfig by selecting CONFIG_DISTRO_DEFAULTS Signed-off-by: Ashish Kumar Signed-off