From: Sascha Hauer <s.hauer@pengutronix.de>
To: Juergen Beisert <jbe@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 1/4] Enable a way to provide the reason for "being here"
Date: Mon, 16 Jul 2012 10:37:16 +0200 [thread overview]
Message-ID: <20120716083716.GE30009@pengutronix.de> (raw)
In-Reply-To: <1342159489-1474-2-git-send-email-jbe@pengutronix.de>
On Fri, Jul 13, 2012 at 08:04:46AM +0200, Juergen Beisert wrote:
> Many architectures support a way to detect why the bootloader is running.
> This patch adds a global variable to be able to use the cause in some kind of
> shell code to do special things on demand. For example to do an emergency boot,
> when the last boot fails and the watchdog reactivate the hanging system.
>
> Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
> ---
> common/Makefile | 2 +-
> common/reset_source.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
> include/reset_source.h | 27 +++++++++++++++++++++++++++
> 3 files changed, 72 insertions(+), 1 deletion(-)
> create mode 100644 common/reset_source.c
> create mode 100644 include/reset_source.h
>
> diff --git a/common/Makefile b/common/Makefile
> index d99dfa2..baf4539 100644
> --- a/common/Makefile
> +++ b/common/Makefile
> @@ -29,7 +29,7 @@ obj-$(CONFIG_UIMAGE) += uimage.o
> obj-y += startup.o
> obj-y += misc.o
> obj-y += memsize.o
> -obj-$(CONFIG_GLOBALVAR) += globalvar.o
> +obj-$(CONFIG_GLOBALVAR) += globalvar.o reset_source.o
This should be a separate config option which depends on GLOBALVAR.
> + RESET_WKE, /* wake-up (some SoCs can handle this) */
> + RESET_JTAG, /* JTAG reset */
> +};
> +
> +extern void set_reset_source(enum reset_src_type);
'extern' is not needed in function declarations.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2012-07-16 8:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-13 6:04 [PATCHv4] " Juergen Beisert
2012-07-13 6:04 ` [PATCH 1/4] " Juergen Beisert
2012-07-16 8:37 ` Sascha Hauer [this message]
2012-07-13 6:04 ` [PATCH 2/4] ARM/Samsung: add support to detect the reset source Juergen Beisert
2012-07-13 6:04 ` [PATCH 3/4] ARM/i.MX: " Juergen Beisert
2012-07-13 6:04 ` [PATCH 4/4] ARM/MXS: add reset cause detection Juergen Beisert
-- strict thread matches above, loose matches on Subject: below --
2012-07-18 8:46 [PATCHv5] Enable a way to provide the reason for "being here" Juergen Beisert
2012-07-18 8:46 ` [PATCH 1/4] " Juergen Beisert
2012-07-12 13:47 [PATCHv3] " Juergen Beisert
2012-07-12 13:47 ` [PATCH 1/4] " Juergen Beisert
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=20120716083716.GE30009@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=jbe@pengutronix.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