Simon, > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of Simon Glass > Sent: Wednesday, June 07, 2017 4:59 AM > To: Matthew Gorski <[email protected]> > Cc: U-Boot Mailing List <[email protected]>; Sjoerd Simons > <[email protected]>; Tomeu Vizoso > <[email protected]>; Riley Baird <[email protected]>; Heiko > Schocher <[email protected]>; Patrick Delaunay <[email protected]>; > Masahiro Yamada <[email protected]>; Tom Warren > <[email protected]>; Anatolij Gustschin <[email protected]>; Jagannadha > Sutradharudu Teki <[email protected]>; Keerthy <[email protected]>; > Stephen Warren <[email protected]>; Jagan Teki > <[email protected]>; Marek Vasut <[email protected]>; Albert Aribaud > <[email protected]>; Stefan Agner <[email protected]>; > Allen Martin <[email protected]>; Alexander Graf <[email protected]>; > Jaehoon Chung <[email protected]>; Stephen Warren > <[email protected]> > Subject: Re: [PATCH 00/12] tegra: nyan-big: Support chainloading and add > documentation > > Hi, > > On 1 June 2017 at 07:52, Matthew Gorski <[email protected]> wrote: > > > > On Wed, May 31, 2017 at 2:28 PM, Matthew Gorski > > <[email protected]> > > wrote: > >> > >> > >> > >> On Mon, May 22, 2017 at 7:17 AM, Simon Glass <[email protected]> > wrote: > >>> > >>> Every now and then someone wants to chain-load U-Boot on a > Chromebook. > >>> The procedure is not very complicated but there are some oddities. > >>> > >>> This series updates a few things with allow U-Boot to start on > >>> nyan-big in this way and adds documentation on how to do it. This > >>> provides a central place where the procedure on different devices can be > documented. > >>> > >>> > >>> Simon Glass (12): > >>> arm: arm720t: Support CONFIG_SKIP_LOWLEVEL_INIT_ONLY > >>> tegra: Init clocks even when SPL did not run > >>> tegra: dts: Add cros-ec SPI settings > >>> arm: Rename HCTR to HTCR > >>> arm: Don't try to support CONFIG_ARMV7_LPAE on ARMv4T > >>> arm: Disable LPAE if not enabled > >>> tegra: spi: Wait a little after setting the clocks > >>> tegra: nyan-big: Enable the dhrystone benchmark > >>> tegra: video: Don't power up the SOR twice > >>> tegra: Enable CP15 init > >>> tegra: clock: Avoid a divide-by-zero error > >>> README: Add instructions for chain-loading U-Boot > >>> > >>> arch/arm/cpu/arm720t/start.S | 6 +- > >>> arch/arm/dts/tegra124-nyan-big-u-boot.dtsi | 9 ++ > >>> arch/arm/include/asm/arch-tegra/clock.h | 3 + > >>> arch/arm/lib/cache-cp15.c | 13 +- > >>> arch/arm/mach-tegra/board2.c | 3 + > >>> arch/arm/mach-tegra/clock.c | 10 +- > >>> arch/arm/mach-tegra/tegra124/clock.c | 18 +++ > >>> configs/nyan-big_defconfig | 2 + > >>> doc/README.chromium | 222 > >>> +++++++++++++++++++++++++++ > >>> doc/chromium/devkeys/kernel.keyblock | Bin 0 -> 1208 bytes > >>> doc/chromium/devkeys/kernel_data_key.vbprivk | Bin 0 -> 1199 bytes > >>> drivers/spi/tegra114_spi.c | 1 + > >>> drivers/video/tegra124/sor.c | 9 ++ > >>> include/configs/tegra-common-post.h | 2 +- > >>> 14 files changed, 292 insertions(+), 6 deletions(-) create mode > >>> 100644 doc/README.chromium create mode 100644 > >>> doc/chromium/devkeys/kernel.keyblock > >>> create mode 100644 doc/chromium/devkeys/kernel_data_key.vbprivk > >>> > >> Thank You for this Simon! Very much appreciated! I am going to give > >> this a try later tonight and report back my personal results... > >>> > >>> -- > >>> 2.13.0.303.g4ebf302169-goog > >>> > >> > > Confirmed! Chain-loading working on my nyan_big. I appreciate this > > very much Simon and all who contributed. > > I'd like to pull in this series. Are there any comments / reviews? If affects > both > tegra and rockchip. I'm fine with it - I assume you'll pull it in to one of your repos and post a PR to get it into mainstream U-Boot? I don't have the HW to test on (my nyan-big has been shelved), but trust in Matthew's testing, and that Stephen's U-Boot test scripts will catch any problems, so LGTM.
Tom > > Regards, > Simon -- nvpublic _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

