Re: [U-Boot] [RESEND] video: bcm2835: add support for reading from the video-mode environment variable

2017-02-02 Thread Eric Anholt
Stephen Warren writes: > On 01/13/2017 04:48 AM, Brian Masney wrote: >> On Thu, Jan 12, 2017 at 11:47:48AM -0700, Stephen Warren wrote: >>> On 01/12/2017 11:32 AM, Brian Masney wrote: On Thu, Jan 12, 2017 at 11:02:14AM -0700, Stephen Warren wrote: > On 01/12/2017

Re: [U-Boot] [PATCH 0/9] Switch bcm283x platform to use OF_CONTROL

2016-10-06 Thread Eric Anholt
Stefan Bruens <stefan.bru...@rwth-aachen.de> writes: > On Donnerstag, 6. Oktober 2016 12:32:12 CEST Eric Anholt wrote: >> Alexander Graf <ag...@suse.de> writes: >> >> Am 05.10.2016 um 18:48 schrieb Fabian Vogt <fv...@suse.com>: >> >> >> &

Re: [U-Boot] [PATCH 0/9] Switch bcm283x platform to use OF_CONTROL

2016-10-06 Thread Eric Anholt
Alexander Graf writes: >> Am 05.10.2016 um 18:48 schrieb Fabian Vogt : >> >> Hi, >> >> Am Mittwoch, 5. Oktober 2016, 09:54:46 CEST schrieb Stephen Warren: >>> On 09/26/2016 06:26 AM, Fabian Vogt wrote: This patch series modifies the used drivers to work with

[U-Boot] [PATCH v2] serial: pl01x: Add support for devices with the rate pre-configured.

2016-03-13 Thread Eric Anholt
the boot process and more reliably get serial output. Signed-off-by: Eric Anholt <e...@anholt.net> --- board/raspberrypi/rpi/rpi.c | 2 +- drivers/serial/serial_pl01x.c | 10 -- include/dm/platform_data/serial_pl01x.h | 3 +++ 3 files changed, 12 insertions

[U-Boot] [PATCH] serial: pl01x: Add support for devices with the rate pre-configured.

2016-02-06 Thread Eric Anholt
the boot process and more reliably get serial output. Signed-off-by: Eric Anholt <e...@anholt.net> --- board/raspberrypi/rpi/rpi.c | 3 +-- drivers/serial/serial_pl01x.c | 4 include/dm/platform_data/serial_pl01x.h | 1 + 3 files changed, 6 insertions(+), 2 del

Re: [U-Boot] scripts: RPi 2: only 1 out of 4 CPUs brought up

2015-07-12 Thread Eric Anholt
Stephen Warren swar...@wwwdotorg.org writes: On 06/30/2015 05:56 AM, Jonas Jensen wrote: Hello, I have found the following issue with RPi 2: Only 1 CPU is brought up when the kernel is started from script (see [1]). All 4 CPUs are brought up if started manually typing in environment

Re: [U-Boot] [RFC PATCH] usb: dwc2: handle bcm2835 phys-virt address translations

2015-03-13 Thread Eric Anholt
Stephen Warren swar...@wwwdotorg.org writes: BCM2835 bus addresses use the top 2 bits to determine whether peripherals use or bypass the GPU L1 and L2 cache. BCM2835-ARM-Peripherals.pdf states that: 0: L1 L2 cached 4: L2 cache coherent (non allocaing) 8: L2 cached only c: Direct