All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Warren <swarren@wwwdotorg.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/23] tegra: warmboot (suspend / resume) support
Date: Mon, 09 Apr 2012 16:10:28 -0600	[thread overview]
Message-ID: <4F835E54.2080405@wwwdotorg.org> (raw)
In-Reply-To: <5FBF8E85CA34454794F0F7ECBA79798F379819BA5E@HQMAIL04.nvidia.com>

On 04/09/2012 04:05 PM, Tom Warren wrote:
> From: Stephen Warren wrote at Monday, April 09, 2012 2:54 PM:
...
>> Note:
>>
>> Neither board appears to be able to actually boot a kernel any more, failing
>> with the following error:
>>
>> =============
>> Starting kernel ...
>>
>> Uncompressing Linux... done, booting the kernel.
>> Warning: Neither atags nor dtb found
>> =============
>>
>> However, this problem is present in u-boot-tegra/master before any changes
>> in this series.
>>
>> Tom, do you want me to file an internal bug for this?
>
> Has the upstream Seaboard (or Harmony) build ever been able to boot a kernel? I've never tried it, as I thought it was too incomplete for that yet (i.e. needs more drivers/periphs init'd first).

Yes, this (used to) work just fine, on both boards, booting with either
ATAGs or device tree. Same for Ventana and Paz00.

For reference, I use commit 9a420986cccc9bd2c37affd931d627b3c3e72952
plus a few patches that have since been upstreamed, plus a local change
to the default environment. I believe I tested a much later commmit than
that while testing other patches of Simon's as well (an earlier version
of the DT/USB/I2C patchset), but didn't update all my systems since I
didn't need that functionality.

      reply	other threads:[~2012-04-09 22:10 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-02 23:18 [U-Boot] [PATCH v3 0/23] tegra: warmboot (suspend / resume) support Simon Glass
2012-04-02 23:18 ` [PATCH v3 02/23] fdt: Add function to return next compatible subnode Simon Glass
2012-04-02 23:18   ` [U-Boot] " Simon Glass
2012-04-02 23:18 ` [U-Boot] [PATCH v3 03/23] Add abs() macro to return absolute value Simon Glass
2012-04-02 23:18 ` [U-Boot] [PATCH v3 04/23] i2c: Add TPS6586X driver Simon Glass
2012-04-09 21:01   ` Stephen Warren
2012-04-09 21:25     ` Simon Glass
2012-04-09 21:57       ` Stephen Warren
2012-04-09 23:02         ` Simon Glass
2012-04-02 23:18 ` [U-Boot] [PATCH v3 05/23] Add AES crypto library Simon Glass
2012-04-03 18:46   ` Yen Lin
2012-04-05 21:38     ` Simon Glass
2012-04-02 23:18 ` [U-Boot] [PATCH v3 06/23] tegra: Move ap20.h header into arch location Simon Glass
2012-04-09 21:03   ` Stephen Warren
2012-04-09 21:06   ` Stephen Warren
2012-04-09 21:24     ` Simon Glass
2012-04-09 21:50       ` Tom Warren
2012-04-09 21:52         ` Simon Glass
2012-04-09 21:55       ` Stephen Warren
2012-04-02 23:18 ` [U-Boot] [PATCH v3 07/23] tegra: Add functions to access low-level Osc/PLL details Simon Glass
2012-04-02 23:18 ` [U-Boot] [PATCH v3 08/23] tegra: Add crypto library for warmboot code Simon Glass
2012-04-03 18:47   ` Yen Lin
2012-04-02 23:18 ` [U-Boot] [PATCH v3 09/23] tegra: Add flow, gp_padctl, fuse, sdram headers Simon Glass
2012-04-03 18:52   ` Yen Lin
2012-04-02 23:18 ` [U-Boot] [PATCH v3 10/23] tegra: Add tegra_get_chip_type() to detect SKU Simon Glass
2012-04-09 21:09   ` Stephen Warren
2012-04-09 21:50     ` Simon Glass
2012-04-02 23:18 ` [U-Boot] [PATCH v3 11/23] tegra: Add header file for APB_MISC register Simon Glass
2012-04-02 23:18 ` [U-Boot] [PATCH v3 12/23] tegra: Add EMC support for optimal memory timings Simon Glass
2012-04-09 23:52   ` jimmzhang
2012-10-06 16:54     ` Albert ARIBAUD
2012-04-02 23:18 ` [U-Boot] [PATCH v3 13/23] tegra: Add PMU to manage power supplies Simon Glass
2012-04-09 23:47   ` jimmzhang
2012-04-02 23:18 ` [U-Boot] [PATCH v3 14/23] tegra: Set up PMU for Nvidia boards Simon Glass
2012-04-02 23:18 ` [U-Boot] [PATCH v3 15/23] tegra: Add warmboot implementation Simon Glass
2012-04-03 18:56   ` Yen Lin
2012-04-09 21:36   ` Stephen Warren
2012-04-10 15:13     ` Simon Glass
2012-04-02 23:18 ` [U-Boot] [PATCH v3 16/23] tegra: Setup PMC scratch info from ap20 setup Simon Glass
2012-04-03 18:57   ` Yen Lin
2012-04-02 23:18 ` [U-Boot] [PATCH v3 17/23] tegra: Set up warmboot code on Nvidia boards Simon Glass
2012-04-02 23:18 ` [U-Boot] [PATCH v3 18/23] tegra: Turn off power detect in board init Simon Glass
2012-04-10  6:02   ` Wei Ni
2012-04-02 23:18 ` [U-Boot] [PATCH v3 19/23] tegra: Add EMC settings for Seaboard Simon Glass
2012-04-02 23:19 ` [U-Boot] [PATCH v3 21/23] tegra: i2c: Add function to find DVC bus Simon Glass
     [not found] ` <1333408743-28720-1-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2012-04-02 23:18   ` [PATCH v3 01/23] fdt: Add function to locate an array in the device tree Simon Glass
2012-04-02 23:18     ` [U-Boot] " Simon Glass
2012-04-02 23:19   ` [PATCH v3 20/23] fdt: tegra: Add EMC node to " Simon Glass
2012-04-02 23:19     ` [U-Boot] " Simon Glass
2012-04-02 23:19   ` [PATCH v3 22/23] tegra: fdt: Add EMC data for Tegra2 Seaboard Simon Glass
2012-04-02 23:19     ` [U-Boot] " Simon Glass
2012-04-03  5:22     ` Olof Johansson
2012-04-03  5:22       ` [U-Boot] " Olof Johansson
2012-04-04  0:47       ` Simon Glass
2012-04-04  0:47         ` [U-Boot] " Simon Glass
2012-04-05 21:58         ` Simon Glass
2012-04-05 21:58           ` [U-Boot] " Simon Glass
2012-04-02 23:19 ` [U-Boot] [PATCH v3 23/23] tegra: Enable LP0 on Seaboard Simon Glass
2012-04-09 21:54 ` [U-Boot] [PATCH v3 0/23] tegra: warmboot (suspend / resume) support Stephen Warren
2012-04-09 22:05   ` Tom Warren
2012-04-09 22:10     ` Stephen 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=4F835E54.2080405@wwwdotorg.org \
    --to=swarren@wwwdotorg.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.