devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Trimarchi <michael@amarulasolutions.com>
To: "Pali Rohár" <pali.rohar@gmail.com>
Cc: "Tony Lindgren" <tony@atomide.com>,
	"Frank Rowand" <frowand.list@gmail.com>,
	"Arnd Bergmann" <arnd@arndb.de>, "Pavel Machek" <pavel@ucw.cz>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"Russell King - ARM Linux" <linux@arm.linux.org.uk>,
	"Laura Abbott" <lauraa@codeaurora.org>,
	"Grant Likely" <grant.likely@linaro.org>,
	"Rob Herring" <robherring2@gmail.com>,
	"Will Deacon" <will.deacon@arm.com>,
	"Ivaylo Dimitrov" <ivo.g.dimitrov.75@gmail.com>,
	"Sebastian Reichel" <sre@debian.org>,
	"Andreas Färber" <afaerber@suse.de>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	LKML <linux-kernel@vger.kernel.org>,
	"Linux OMAP Mailing List" <linux-omap@vger.kernel.org>
Subject: Re: [PATCH 5/5] arm: boot: store ATAGs structure into DT "/chosen/linux,atags" entry
Date: Fri, 27 Nov 2015 09:52:05 +0100	[thread overview]
Message-ID: <CAOf5uw==sROkdOU-mEEE2iqBECkX5XcqY_2kNxc1ZJFW+j7niw@mail.gmail.com> (raw)
In-Reply-To: <CAOf5uwn_3gY=xE8gBS2hZ-O4ZBZruxYRN8a_hO0bqCHy-yA2Gg@mail.gmail.com>

Hi

On Fri, Nov 27, 2015 at 9:44 AM, Michael Trimarchi
<michael@amarulasolutions.com> wrote:
> Hi
>
> On Fri, Nov 27, 2015 at 9:38 AM, Pali Rohár <pali.rohar@gmail.com> wrote:
>> On Thursday 26 November 2015 12:39:30 Tony Lindgren wrote:
>>> Just to explore options.. How about make a minimal device driver that
>>> just loads the atags blob from /lib/firmware and then shows it in
>>> /proc/atags? Of course some checking on the atags should be done by
>>> the driver..
>>
>> And who can dynamically create that blob file in /lib/firmware? If
>> kernel does not export those atags (somehow) from bootloader, then
>> userspace is not able to create that blob... cyclic problem.
>>
>
> Are those atags from bootloader fix or they change device by device. If they
> are fixed they can be included in some firmware and get from the disk.
>

Sorry, miss the second part of email ;)

Michael

> Michael
>
>> So no, problem is that bootloader provides via custom atags dynamic
>> information like: boot reason (how was device started, by rtc alarm? by
>> reboot? by usb charger? by power button?), boot mode (should be enter
>> into firmware update mode?, is this normal boot mode?), ... and those
>> information are needed for some proprietary software (e.g. firmware
>> upgrade/flash) but also by any other open source applications (based on
>> usb charger we enter different runlevel -- for just only charging
>> device).
>>
>> --
>> Pali Rohár
>> pali.rohar@gmail.com
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
| Michael Nazzareno Trimarchi                     Amarula Solutions BV |
| COO  -  Founder                                      Cruquiuskade 47 |
| +31(0)851119172                                 Amsterdam 1018 AM NL |
|                  [`as] http://www.amarulasolutions.com               |

  reply	other threads:[~2015-11-27  8:52 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1436214373-12969-1-git-send-email-pali.rohar@gmail.com>
     [not found] ` <20150713131902.GH26485@atomide.com>
     [not found]   ` <20151012201640.GQ23801@atomide.com>
     [not found]     ` <201510122225.12786@pali>
     [not found]       ` <20151012204509.GT23801@atomide.com>
     [not found]         ` <20151013143746.GJ23104@pali>
     [not found]           ` <20151105114041.GC27908@pali>
     [not found]             ` <20151105161756.GG3078@atomide.com>
2015-11-12  1:10               ` [PATCH 5/5] arm: boot: store ATAGs structure into DT "/chosen/linux,atags" entry Frank Rowand
2015-11-22  6:51                 ` Pavel Machek
2015-11-23 14:45                   ` Pali Rohár
2015-11-25 18:16                     ` Tony Lindgren
2015-11-25 19:48                       ` Arnd Bergmann
2015-11-25 21:03                         ` Tony Lindgren
2015-11-25 21:29                           ` Arnd Bergmann
2015-11-25 21:44                             ` Pali Rohár
2015-11-25 21:51                               ` Arnd Bergmann
2015-11-25 22:00                                 ` Pali Rohár
2015-11-26  4:19                           ` Frank Rowand
2015-11-26  9:07                             ` Pali Rohár
2015-11-26 20:39                               ` Tony Lindgren
2015-11-26 21:12                                 ` Ivaylo Dimitrov
2015-11-27  8:38                                 ` Pali Rohár
2015-11-27  8:44                                   ` Michael Trimarchi
2015-11-27  8:52                                     ` Michael Trimarchi [this message]
2015-11-27 14:51                                   ` Tony Lindgren
2015-11-27 13:27                               ` Russell King - ARM Linux
     [not found]                                 ` <20151127132722.GA30871-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2015-11-27 19:51                                   ` Russell King - ARM Linux
2015-11-27 21:06                                     ` Arnd Bergmann
2015-11-27 23:28                                       ` Nicolas Pitre
     [not found]                                         ` <alpine.LFD.2.20.1511271817230.22569-fMhRO7WWcppj+hNMo8g0rg@public.gmane.org>
2015-11-28 12:27                                           ` Arnd Bergmann
2015-11-28 12:54                                             ` Russell King - ARM Linux
2015-11-28 12:33                                         ` Russell King - ARM Linux
2015-11-28 17:34                                           ` Nicolas Pitre
     [not found]                                             ` <alpine.LFD.2.20.1511281232440.22569-fMhRO7WWcppj+hNMo8g0rg@public.gmane.org>
2015-11-28 21:02                                               ` Frank Rowand
2015-11-29 18:09                                               ` Russell King - ARM Linux
2015-11-29 18:19                                                 ` Pali Rohár
2015-11-29 23:13                                                   ` Russell King - ARM Linux
2015-11-30  0:09                                                 ` Nicolas Pitre
     [not found]                                                   ` <alpine.LFD.2.20.1511291902100.22569-fMhRO7WWcppj+hNMo8g0rg@public.gmane.org>
2015-11-30  0:15                                                     ` Pali Rohár
2015-11-30 15:23                                                       ` Tony Lindgren
     [not found]                                                         ` <20151130152352.GY2517-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2015-11-30 15:39                                                           ` Pali Rohár
2015-11-30 16:09                                                             ` Nicolas Pitre
2015-12-15  9:33                                                               ` Pali Rohár
2015-12-15 11:04                                                                 ` Arnd Bergmann
2015-12-15 12:20                                                                 ` Russell King - ARM Linux
     [not found]                                                                   ` <20151215122038.GI30871-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2015-12-15 17:24                                                                     ` Nicolas Pitre
2015-12-23 14:54                                                                   ` Ivaylo Dimitrov

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='CAOf5uw==sROkdOU-mEEE2iqBECkX5XcqY_2kNxc1ZJFW+j7niw@mail.gmail.com' \
    --to=michael@amarulasolutions.com \
    --cc=afaerber@suse.de \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=frowand.list@gmail.com \
    --cc=grant.likely@linaro.org \
    --cc=ivo.g.dimitrov.75@gmail.com \
    --cc=lauraa@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=pali.rohar@gmail.com \
    --cc=pavel@ucw.cz \
    --cc=robherring2@gmail.com \
    --cc=sre@debian.org \
    --cc=tony@atomide.com \
    --cc=will.deacon@arm.com \
    /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;
as well as URLs for NNTP newsgroup(s).