Re: [U-Boot] [PATCH] dm: core: Enable optional use of fdt_translate_address()

2015-10-03 Thread Simon Glass
Hi Stephen, On 3 October 2015 at 20:17, Stephen Warren wrote: > On 10/03/2015 06:50 AM, Simon Glass wrote: >> Hi Stephen, >> >> On 21 September 2015 at 19:06, Stephen Warren wrote: >>> On 09/13/2015 11:25 PM, Stefan Roese wrote: Hi

Re: [U-Boot] [PATCH] Add support for LZ4 decompression algorithm

2015-10-03 Thread Simon Glass
Hi Julius, On 2 October 2015 at 23:18, Julius Werner wrote: >> >> I get this build error with sandbox. >> >> test/built-in.o: In function `uncompress_using_lz4': >> /home/sjg/c/src/third_party/u-boot/files/test/compression.c:278: >> undefined reference to `ulz4fn' > > >

Re: [U-Boot] [PATCH 2/2] sunxi: Remove board defconfig-s for specific Q8 tablet PCB-s

2015-10-03 Thread Hans de Goede
Hi, On 01-10-15 16:27, Ian Campbell wrote: On Wed, 2015-09-30 at 14:54 +0200, Hans de Goede wrote: We now have generic q8_a?3_defconfig files for Q8 formfactor tablets with an A13 / A23 / A33 SoC, there is no need for these PCB variant specific defconfig-s and they only serve to confuse the

[U-Boot] [PATCHv2] Add support for LZ4 decompression algorithm

2015-10-03 Thread Julius Werner
This patch adds support for LZ4-compressed FIT image contents. This algorithm has a slightly worse compression ration than LZO while being nearly twice as fast to decompress. When loading images from a fast storage medium this usually results in a boot time win. Compile-tested only since I don't

Re: [U-Boot] [PATCH] Add support for LZ4 decompression algorithm

2015-10-03 Thread Julius Werner
> > I get this build error with sandbox. > > test/built-in.o: In function `uncompress_using_lz4': > /home/sjg/c/src/third_party/u-boot/files/test/compression.c:278: > undefined reference to `ulz4fn' > Yeah... that's because you didn't configure it in. I'm not really sure how this is supposed to

Re: [U-Boot] Porting UBI fixes (specially fastmap's) to U-Boot

2015-10-03 Thread Richard Weinberger
Hi! Am 02.10.2015 um 18:27 schrieb Ezequiel Garcia: > Hello Heiko, > > According to Richard Weinberger, UBI fastmap is broken in U-Boot. > There are plenty > of fixes in Linux that we should pull in U-Boot to fix it. BTW: it is not broken in terms of you broke it. It is just the old fastmap

[U-Boot] U-Boot GPIO console command

2015-10-03 Thread Francisco Aguerre
Hello, I have a rev B BeagleBone Black which I have been using for over a year as a development platform for a pseudo-clone board we are developing. We are using QNX as our OS. Lately I have been tinkering with U-Boot to learn how the boot process works and configure our board properly. I

Re: [U-Boot] Relocation issue - need help!

2015-10-03 Thread Wolfgang Denk
Dear Andy, In message you wrote: > > At the very least, I would want the fix in > arch/powerpc/cpu/mpc85xx/u-boot.lds. :) Well, I observed the problems on MPC5200 ... Best regards, Wolfgang Denk -- DENX Software

<    1   2