[U-Boot] [PATCH v2] Allow console input to be disabled

2016-10-22 Thread Egor
Hi! I’ve seen your patch from 2008 and I’m looking for this very functionality. However, I do not understand, what else do I need except the CONFIG_DISABLE_CONSOLE define. How do make the if pass? Is it an environment variable? T

Re: [U-Boot] Loading kernel from SD card slow on MinnowBoard Turbot since v2016.09

2016-10-22 Thread Raschen Josef
> I think this is related with below commit... > commit 6dffdbc3a5911e768be21850a612bfb4871a23ef > Author: Wenyou Yang > Date: Sun Sep 18 09:01:22 2016 +0800 > >mmc: sdhci: Add the programmable clock mode support > >Add the programmable clock mode for the clock generator. > > Signe

Re: [U-Boot] MMC boot / mvebu / clearfog

2016-10-22 Thread Christoph Egger
Hi! Christoph Egger writes: > Christoph Egger writes: >> hdr read sector 141, count=1 > > Looking at the binary it seems to have the expected magic at sector 140 > == 0x28000 and the "wrong magic" at sector 141 == 0x28200 indeed. I > guess this comes from SD cards where the kwb blob is written w

Re: [U-Boot] MMC boot / mvebu / clearfog

2016-10-22 Thread Christoph Egger
Hi! Christoph Egger writes: > hdr read sector 141, count=1 Looking at the binary it seems to have the expected magic at sector 140 == 0x28000 and the "wrong magic" at sector 141 == 0x28200 indeed. I guess this comes from SD cards where the kwb blob is written with 1 sector offset while on eMMC i

Re: [U-Boot] [PATCH v2 8/8] travis-ci: Add test.py for various qemu platforms

2016-10-22 Thread Tom Rini
On Fri, Oct 21, 2016 at 12:24:07PM -0600, Stephen Warren wrote: > On 10/20/2016 01:40 PM, Tom Rini wrote: > >- Add a PPA for a more recent qemu (required for PowerPC to work) > >- Add tests to run test.py for various QEMU platforms. This relies on > > swarren's uboot-test-hooks repository to prov

Re: [U-Boot] [PATCH 1/2] drivers: USB: OHCI: allow compilation for 64-bit targets

2016-10-22 Thread Jagan Teki
On Fri, Oct 21, 2016 at 6:54 AM, Andre Przywara wrote: > OHCI has a known limitation of allowing only 32-bit DMA buffer > addresses, so we have a lot of u32 variables around, which are assigned > to pointers and vice versa. This obviously creates issues with 64-bit > systems, so the compiler compl

Re: [U-Boot] [PATCH 1/2] drivers: USB: OHCI: allow compilation for 64-bit targets

2016-10-22 Thread André Przywara
On 22/10/16 18:10, Jagan Teki wrote: Hi, > On Fri, Oct 21, 2016 at 6:54 AM, Andre Przywara > wrote: >> OHCI has a known limitation of allowing only 32-bit DMA buffer >> addresses, so we have a lot of u32 variables around, which are assigned >> to pointers and vice versa. This obviously creates