Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-02 Thread Tomeu Vizoso
On 2 May 2017 at 08:40, Tomeu Vizoso <to...@tomeuvizoso.net> wrote: > On 2 May 2017 at 03:19, Matthew Gorski <matt.gor...@gmail.com> wrote: >> Seems if you change the FIT description from anything but >> >> "description = "Chrome OS kernel image with one

Re: [U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support

2017-05-02 Thread Tomeu Vizoso
On 2 May 2017 at 03:19, Matthew Gorski wrote: > Seems if you change the FIT description from anything but > > "description = "Chrome OS kernel image with one or more FDT blobs";" > > the kernel wont load. So this issue has to be in the kernel-big.its >

Re: [U-Boot] Veyron-speedy u-boot

2017-02-17 Thread Tomeu Vizoso
On 17 February 2017 at 10:18, Riley Baird wrote: > Hi Tomeu and Simon, > > Thanks for giving me pointers on how the system works and how to get > u-boot onto it. I'll try and get it working over the next couple of > days. > > I'm very glad that it's possible to chainload

Re: [U-Boot] Veyron-speedy u-boot

2017-02-17 Thread Tomeu Vizoso
Hi Riley, On 16 February 2017 at 21:44, Simon Glass wrote: > Hi Riley, > > On 15 February 2017 at 17:31, Riley Baird wrote: > >> 3. Do I just have to sign u-boot-dtb.img with vbutil_kernel before >> dd-ing it onto a USB, or do I have to do something

[U-Boot] [PATCH] mkimage: Allow including a ramdisk in FIT auto mode

2016-11-04 Thread Tomeu Vizoso
jobs to the boards. Signed-off-by: Tomeu Vizoso <tomeu.viz...@collabora.com> Cc: Simon Glass <s...@chromium.org> Cc: Matt Hart <matthew.h...@linaro.org> Cc: Neil Williams <codeh...@debian.org> --- doc/mkimage.1 | 4 tools/fit_image.c | 33

Re: [U-Boot] [PATCH] ARM: cache-cp15: Make sure EAE is not enabled

2015-06-19 Thread Tomeu Vizoso
On 18 June 2015 at 17:13, Simon Glass s...@chromium.org wrote: Hi, On 18 June 2015 at 01:19, Tomeu Vizoso tomeu.viz...@collabora.com wrote: Hello, any news on this one? Thanks, Tomeu On 30 April 2015 at 09:23, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: +Albert, +Marek

Re: [U-Boot] [PATCH] ARM: cache-cp15: Make sure EAE is not enabled

2015-06-18 Thread Tomeu Vizoso
Hello, any news on this one? Thanks, Tomeu On 30 April 2015 at 09:23, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: +Albert, +Marek, On Tue, 2015-04-28 at 14:21 +0200, Tomeu Vizoso wrote: This could happen if we are being chainloaded by Coreboot with LPAE enabled, as is the case

[U-Boot] [PATCH] ARM: cache-cp15: Make sure EAE is not enabled

2015-04-28 Thread Tomeu Vizoso
This could happen if we are being chainloaded by Coreboot with LPAE enabled, as is the case on the Tegra-based Chromebooks. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- arch/arm/lib/cache-cp15.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/lib/cache-cp15.c b