mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2] ARM: VFxxx: Record cpu boot source as a part of startup
@ 2018-05-01  6:47 Andrey Smirnov
  2018-05-02 10:27 ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Andrey Smirnov @ 2018-05-01  6:47 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---

Same as original patch, but with fixed subject line.

 arch/arm/mach-imx/vf610.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-imx/vf610.c b/arch/arm/mach-imx/vf610.c
index df8cfcd6b..3ac7c356f 100644
--- a/arch/arm/mach-imx/vf610.c
+++ b/arch/arm/mach-imx/vf610.c
@@ -35,6 +35,8 @@ int vf610_init(void)
 	const char *cputypestr;
 	void __iomem *src = IOMEM(VF610_SRC_BASE_ADDR);
 
+	vf610_boot_save_loc();
+
 	switch (vf610_cpu_type()) {
 	case VF610_CPUTYPE_VF610:
 		cputypestr = "VF610";
-- 
2.14.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] ARM: VFxxx: Record cpu boot source as a part of startup
  2018-05-01  6:47 [PATCH v2] ARM: VFxxx: Record cpu boot source as a part of startup Andrey Smirnov
@ 2018-05-02 10:27 ` Sascha Hauer
  2018-06-12 13:44   ` Andrey Smirnov
  0 siblings, 1 reply; 4+ messages in thread
From: Sascha Hauer @ 2018-05-02 10:27 UTC (permalink / raw)
  To: Andrey Smirnov; +Cc: barebox

On Mon, Apr 30, 2018 at 11:47:14PM -0700, Andrey Smirnov wrote:
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> ---
> 
> Same as original patch, but with fixed subject line.
> 
>  arch/arm/mach-imx/vf610.c | 2 ++
>  1 file changed, 2 insertions(+)

Applied, thanks

Sascha

> 
> diff --git a/arch/arm/mach-imx/vf610.c b/arch/arm/mach-imx/vf610.c
> index df8cfcd6b..3ac7c356f 100644
> --- a/arch/arm/mach-imx/vf610.c
> +++ b/arch/arm/mach-imx/vf610.c
> @@ -35,6 +35,8 @@ int vf610_init(void)
>  	const char *cputypestr;
>  	void __iomem *src = IOMEM(VF610_SRC_BASE_ADDR);
>  
> +	vf610_boot_save_loc();
> +
>  	switch (vf610_cpu_type()) {
>  	case VF610_CPUTYPE_VF610:
>  		cputypestr = "VF610";
> -- 
> 2.14.3
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] ARM: VFxxx: Record cpu boot source as a part of startup
  2018-05-02 10:27 ` Sascha Hauer
@ 2018-06-12 13:44   ` Andrey Smirnov
  2018-06-13  8:29     ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Andrey Smirnov @ 2018-06-12 13:44 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: Barebox List

On Wed, May 2, 2018 at 3:27 AM Sascha Hauer <s.hauer@pengutronix.de> wrote:
>
> On Mon, Apr 30, 2018 at 11:47:14PM -0700, Andrey Smirnov wrote:
> > Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> > ---
> >
> > Same as original patch, but with fixed subject line.
> >
> >  arch/arm/mach-imx/vf610.c | 2 ++
> >  1 file changed, 2 insertions(+)
>
> Applied, thanks
>

Sascha, I can't seem to find that patch either 'next' of 'master'. Any
chance this patch slipped through the cracks?

Thanks,
Andrey Smirnov

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] ARM: VFxxx: Record cpu boot source as a part of startup
  2018-06-12 13:44   ` Andrey Smirnov
@ 2018-06-13  8:29     ` Sascha Hauer
  0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2018-06-13  8:29 UTC (permalink / raw)
  To: Andrey Smirnov; +Cc: Barebox List

On Tue, Jun 12, 2018 at 06:44:42AM -0700, Andrey Smirnov wrote:
> On Wed, May 2, 2018 at 3:27 AM Sascha Hauer <s.hauer@pengutronix.de> wrote:
> >
> > On Mon, Apr 30, 2018 at 11:47:14PM -0700, Andrey Smirnov wrote:
> > > Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> > > ---
> > >
> > > Same as original patch, but with fixed subject line.
> > >
> > >  arch/arm/mach-imx/vf610.c | 2 ++
> > >  1 file changed, 2 insertions(+)
> >
> > Applied, thanks
> >
> 
> Sascha, I can't seem to find that patch either 'next' of 'master'. Any
> chance this patch slipped through the cracks?

Indeed. Applied now

Sascha

> 
> Thanks,
> Andrey Smirnov
> 

-- 
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-13  8:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-01  6:47 [PATCH v2] ARM: VFxxx: Record cpu boot source as a part of startup Andrey Smirnov
2018-05-02 10:27 ` Sascha Hauer
2018-06-12 13:44   ` Andrey Smirnov
2018-06-13  8:29     ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox