public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Warren <TWarren@nvidia.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/12] tegra: nyan-big: Support chainloading and add documentation
Date: Sun, 9 Jul 2017 13:59:40 +0000	[thread overview]
Message-ID: <ec29cbbe8e2348a2badd87cdad74ac3a@HQMAIL101.nvidia.com> (raw)
In-Reply-To: <CAPnjgZ2g2gNHGvxDAysHD3cZ=iP7PnnJjax4LprTNEJ-AcvuUw@mail.gmail.com>

I'm on vacation until Monday, 17 July. I can look at it then.

--
nvpublic

> -----Original Message-----
> From: sjg at google.com [mailto:sjg at google.com] On Behalf Of Simon Glass
> Sent: Saturday, July 08, 2017 9:09 AM
> To: Thomas Hoff <thomashoffltd@gmail.com>
> Cc: Stephen Warren <swarren@wwwdotorg.org>; Marek Vasut
> <marex@denx.de>; Stephen Warren <swarren@nvidia.com>; Stefan Agner
> <stefan.agner@toradex.com>; Jagan Teki <jagan@openedev.com>; U-Boot
> Mailing List <u-boot@lists.denx.de>; Tom Warren <TWarren@nvidia.com>;
> Riley Baird <riley@openmailbox.org>
> Subject: Re: [U-Boot] [PATCH 00/12] tegra: nyan-big: Support chainloading and
> add documentation
> 
> Hi,
> 
> On 7 July 2017 at 01:27, Thomas Hoff <thomashoffltd@gmail.com> wrote:
> > Are you asking me or Tom Warren?
> >
> > On Thu, Jul 6, 2017 at 8:58 PM, Simon Glass <sjg@chromium.org> wrote:
> >>
> >> Hi Tom,
> >>
> >> On 27 June 2017 at 14:09, Thomas Hoff <thomashoffltd@gmail.com> wrote:
> >> > Thanks a bunch Simon (and everyone else who contributed)!
> >> >
> >> > I followed the instructions and was able to get uboot to boot
> >> > successfully.
> >> > :D
> >> >
> >> > Now I just got to figure out how to get the kernel to boot in HYP mode.
> >> >
> >> > Cheers,
> >> >
> >> > Thomas
> >> >
> >> >
> >> >
> >> >
> >> >
> >> > On Fri, Jun 9, 2017 at 5:27 AM, Simon Glass <sjg@chromium.org> wrote:
> >> >>
> >> >> Hi Stephen,
> >> >>
> >> >> On 7 June 2017 at 09:41, Stephen Warren <swarren@wwwdotorg.org>
> wrote:
> >> >> > On 06/07/2017 09:32 AM, Tom Warren wrote:
> >> >> >>
> >> >> >> Simon,
> >> >> >>
> >> >> >>> From: Simon Glass
> >> >> >
> >> >> > ...
> >> >> >>>
> >> >> >>> On 1 June 2017 at 07:52, Matthew Gorski
> >> >> >>> <matt.gorski@gmail.com>
> >> >> >>> wrote:
> >> >> >>>>
> >> >> >>>>
> >> >> >>>> On Wed, May 31, 2017 at 2:28 PM, Matthew Gorski
> >> >> >>>> <matt.gorski@gmail.com> wrote:
> >> >> >>>>>
> >> >> >>>>> On Mon, May 22, 2017 at 7:17 AM, Simon Glass
> >> >> >>>>> <sjg@chromium.org>>
> >> >> >>>>> 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.
> >> >> >
> >> >> > ...
> >> >> >>>>>
> >> >> >>>>> Thank You for this Simon!  Very much appreciated!  I am
> >> >> >>>>> going to give this a try later tonight and report back my
> >> >> >>>>> personal results...
> >> >> >
> >> >> > ...
> >> >> >
> >> >> >>>> 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.
> >> >>
> >> >> Thanks for looking at this.
> >> >>
> >> >> >
> >> >> >
> >> >> > Yes, my testing should catch most issues with any patches, although
> >> >> > there
> >> >> > are still some coverage holes:
> >> >> >
> >> >> > 1) I don't test cold boot; U-boot is always loaded over USB RCM which
> >> >> > may
> >> >> > hide bugs specific to cold booting.
> >> >>
> >> >> I tested cold bold on Nyan, but I use USB RCM also so don't normally
> >> >> test cold boot.
> >> >>
> >> >> >
> >> >> > 2) I only test on a few HW platforms (beaver, dalmore, Jetson TK1,
> >> >> > p2371-0000, Jetson TX1)
> >> >>
> >> >> That's plenty :-)
> >> >>
> >> >> >
> >> >> > 3) Obviously I don't test the new features introduced by this patch;
> >> >> > chain-loading.
> >> >>
> >> >> It's OK I can rely on others for that so long as the changes are
> >> >> acceptable to the normal boot case.
> >>
> >> Is this ready to be applied at some point?
> 
> Tom Warren - he is the Tegra maintainer.
> 
> >>
> >> Regards,
> >> Simon
> >
> >
> 
> Regards,
> Simon

      reply	other threads:[~2017-07-09 13:59 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-22 11:17 [U-Boot] [PATCH 00/12] tegra: nyan-big: Support chainloading and add documentation Simon Glass
2017-05-22 11:17 ` [U-Boot] [PATCH 01/12] arm: arm720t: Support CONFIG_SKIP_LOWLEVEL_INIT_ONLY Simon Glass
2017-05-23  1:15   ` Tom Rini
2017-05-22 11:17 ` [U-Boot] [PATCH 02/12] tegra: Init clocks even when SPL did not run Simon Glass
2017-05-22 11:17 ` [U-Boot] [PATCH 03/12] tegra: dts: Add cros-ec SPI settings Simon Glass
2017-05-22 11:17 ` [U-Boot] [PATCH 04/12] arm: Rename HCTR to HTCR Simon Glass
2017-05-23  1:15   ` Tom Rini
2017-05-22 11:17 ` [U-Boot] [PATCH 05/12] arm: Don't try to support CONFIG_ARMV7_LPAE on ARMv4T Simon Glass
2017-05-23  1:15   ` Tom Rini
2017-06-09  3:00     ` Simon Glass
2017-06-09 11:16       ` Tom Rini
2017-05-22 11:17 ` [U-Boot] [PATCH 06/12] arm: Disable LPAE if not enabled Simon Glass
2017-05-23  1:15   ` Tom Rini
2017-05-22 11:17 ` [U-Boot] [PATCH 07/12] tegra: spi: Wait a little after setting the clocks Simon Glass
2017-05-22 11:17 ` [U-Boot] [PATCH 08/12] tegra: nyan-big: Enable the dhrystone benchmark Simon Glass
2017-05-22 11:17 ` [U-Boot] [PATCH 09/12] tegra: video: Don't power up the SOR twice Simon Glass
2017-06-07 12:52   ` Anatolij Gustschin
2017-05-22 11:17 ` [U-Boot] [PATCH 10/12] tegra: Enable CP15 init Simon Glass
2017-05-22 11:17 ` [U-Boot] [PATCH 11/12] tegra: clock: Avoid a divide-by-zero error Simon Glass
2017-05-22 11:17 ` [U-Boot] [PATCH 12/12] README: Add instructions for chain-loading U-Boot Simon Glass
2017-05-29 13:29   ` Peter Robinson
2017-06-01  3:11     ` Simon Glass
2017-05-31 18:28 ` [U-Boot] [PATCH 00/12] tegra: nyan-big: Support chainloading and add documentation Matthew Gorski
2017-05-31 18:40   ` Matthew Gorski
2017-05-31 19:19     ` Simon Glass
2017-06-01 13:52   ` Matthew Gorski
2017-06-07 11:58     ` Simon Glass
2017-06-07 15:32       ` Tom Warren
2017-06-07 15:41         ` Stephen Warren
2017-06-09 12:27           ` Simon Glass
2017-06-27 20:09             ` Thomas Hoff
2017-07-07  3:58               ` Simon Glass
2017-07-07  7:27                 ` Thomas Hoff
2017-07-08 16:09                   ` Simon Glass
2017-07-09 13:59                     ` Tom Warren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ec29cbbe8e2348a2badd87cdad74ac3a@HQMAIL101.nvidia.com \
    --to=twarren@nvidia.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox