mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] MIPS: lib: add BAREBOX_CLK_TABLE to linker script
@ 2014-03-26  8:30 Antony Pavlov
  2014-03-28  8:01 ` Antony Pavlov
  0 siblings, 1 reply; 3+ messages in thread
From: Antony Pavlov @ 2014-03-26  8:30 UTC (permalink / raw)
  To: barebox

This commit is based on
    commit fa1a406f7245c5482a17014d5b97e8948352e5a5
    Author: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
    Date:   Sat Nov 9 14:24:18 2013 +0100

        ARM: lib: add BAREBOX_CLK_TABLE to linker script

        This adds an .oftables section right before .dtb section with
        BAREBOX_CLK_TABLE to ARM linker script.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 arch/mips/lib/barebox.lds.S | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/mips/lib/barebox.lds.S b/arch/mips/lib/barebox.lds.S
index bc78d2b..4ee4252 100644
--- a/arch/mips/lib/barebox.lds.S
+++ b/arch/mips/lib/barebox.lds.S
@@ -69,6 +69,8 @@ SECTIONS
 	__usymtab : { BAREBOX_SYMS }
 	__usymtab_end = .;
 
+	.oftables : { BAREBOX_CLK_TABLE() }
+
 	.dtb : { BAREBOX_DTB() }
 
 	_edata = .;
-- 
1.9.0


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

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

* Re: [PATCH] MIPS: lib: add BAREBOX_CLK_TABLE to linker script
  2014-03-26  8:30 [PATCH] MIPS: lib: add BAREBOX_CLK_TABLE to linker script Antony Pavlov
@ 2014-03-28  8:01 ` Antony Pavlov
  2014-03-28  9:06   ` Sascha Hauer
  0 siblings, 1 reply; 3+ messages in thread
From: Antony Pavlov @ 2014-03-28  8:01 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox

On Wed, 26 Mar 2014 12:30:42 +0400
Antony Pavlov <antonynpavlov@gmail.com> wrote:

I have included just the same patch into Atheros AR933x series.

> This commit is based on
>     commit fa1a406f7245c5482a17014d5b97e8948352e5a5
>     Author: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
>     Date:   Sat Nov 9 14:24:18 2013 +0100
> 
>         ARM: lib: add BAREBOX_CLK_TABLE to linker script
> 
>         This adds an .oftables section right before .dtb section with
>         BAREBOX_CLK_TABLE to ARM linker script.
> 
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> ---
>  arch/mips/lib/barebox.lds.S | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/mips/lib/barebox.lds.S b/arch/mips/lib/barebox.lds.S
> index bc78d2b..4ee4252 100644
> --- a/arch/mips/lib/barebox.lds.S
> +++ b/arch/mips/lib/barebox.lds.S
> @@ -69,6 +69,8 @@ SECTIONS
>  	__usymtab : { BAREBOX_SYMS }
>  	__usymtab_end = .;
>  
> +	.oftables : { BAREBOX_CLK_TABLE() }
> +
>  	.dtb : { BAREBOX_DTB() }
>  
>  	_edata = .;
> -- 
> 1.9.0
> 


-- 
-- 
Best regards,
  Antony Pavlov

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

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

* Re: [PATCH] MIPS: lib: add BAREBOX_CLK_TABLE to linker script
  2014-03-28  8:01 ` Antony Pavlov
@ 2014-03-28  9:06   ` Sascha Hauer
  0 siblings, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2014-03-28  9:06 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Fri, Mar 28, 2014 at 12:01:32PM +0400, Antony Pavlov wrote:
> On Wed, 26 Mar 2014 12:30:42 +0400
> Antony Pavlov <antonynpavlov@gmail.com> wrote:
> 
> I have included just the same patch into Atheros AR933x series.

Ok, I'll just ignore this one then.

Sascha

> 
> > This commit is based on
> >     commit fa1a406f7245c5482a17014d5b97e8948352e5a5
> >     Author: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> >     Date:   Sat Nov 9 14:24:18 2013 +0100
> > 
> >         ARM: lib: add BAREBOX_CLK_TABLE to linker script
> > 
> >         This adds an .oftables section right before .dtb section with
> >         BAREBOX_CLK_TABLE to ARM linker script.
> > 
> > Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> > ---
> >  arch/mips/lib/barebox.lds.S | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/arch/mips/lib/barebox.lds.S b/arch/mips/lib/barebox.lds.S
> > index bc78d2b..4ee4252 100644
> > --- a/arch/mips/lib/barebox.lds.S
> > +++ b/arch/mips/lib/barebox.lds.S
> > @@ -69,6 +69,8 @@ SECTIONS
> >  	__usymtab : { BAREBOX_SYMS }
> >  	__usymtab_end = .;
> >  
> > +	.oftables : { BAREBOX_CLK_TABLE() }
> > +
> >  	.dtb : { BAREBOX_DTB() }
> >  
> >  	_edata = .;
> > -- 
> > 1.9.0
> > 
> 
> 
> -- 
> -- 
> Best regards,
>   Antony Pavlov
> 

-- 
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] 3+ messages in thread

end of thread, other threads:[~2014-03-28  9:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-26  8:30 [PATCH] MIPS: lib: add BAREBOX_CLK_TABLE to linker script Antony Pavlov
2014-03-28  8:01 ` Antony Pavlov
2014-03-28  9:06   ` Sascha Hauer

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