mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* cleanup linker variables
@ 2011-01-17 10:16 Sascha Hauer
  2011-01-17 10:16 ` [PATCH 1/9] ppc pcm030: provide _stext, _text and __bss_stop in linker script Sascha Hauer
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Sascha Hauer @ 2011-01-17 10:16 UTC (permalink / raw)
  To: barebox

The following series aims to cleanup the linker provided variables.
Jean, I still use _end instead of _barebox_end, just because it
is used by the Linux Kernel aswell.

Sascha

The following changes since commit 2f0109b1bb833fe3481b37a6cfa0ae319d248754:

  Merge branch 'master' into next (2011-01-17 09:43:40 +0100)

are available in the git repository at:

  bla ..BRANCH.NOT.VERIFIED..

Sascha Hauer (9):
      ppc pcm030: provide _stext, _text and __bss_stop in linker script
      blackfin: provide __bss_stop in linker script
      ARM: provide __bss_stop in linker script
      add sections.h header file
      ARM start.c: use sections.h header file for linker variables
      ARM: remove unnecessary include
      x86: use sections.h header file for linker variables
      reloc.h: remove linker variables which are now in asm/sections.h
      startup: make debug printing of linker variables work again

 arch/arm/cpu/start.c                      |    5 ++---
 arch/arm/include/asm/sections.h           |    1 +
 arch/arm/lib/arm.c                        |    1 -
 arch/arm/lib/barebox.lds.S                |    1 +
 arch/blackfin/boards/ipe337/barebox.lds.S |    1 +
 arch/blackfin/include/asm/sections.h      |    1 +
 arch/ppc/boards/pcm030/barebox.lds.S      |    3 +++
 arch/ppc/include/asm/sections.h           |    1 +
 arch/sandbox/include/asm/sections.h       |    1 +
 arch/x86/boot/main_entry.c                |    7 ++-----
 arch/x86/include/asm/sections.h           |    1 +
 arch/x86/lib/barebox.lds.S                |    2 +-
 common/startup.c                          |    5 +++--
 include/asm-generic/sections.h            |    8 ++++++++
 include/reloc.h                           |    2 +-
 15 files changed, 27 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm/include/asm/sections.h
 create mode 100644 arch/blackfin/include/asm/sections.h
 create mode 100644 arch/ppc/include/asm/sections.h
 create mode 100644 arch/sandbox/include/asm/sections.h
 create mode 100644 arch/x86/include/asm/sections.h
 create mode 100644 include/asm-generic/sections.h


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

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

end of thread, other threads:[~2011-01-17 10:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-17 10:16 cleanup linker variables Sascha Hauer
2011-01-17 10:16 ` [PATCH 1/9] ppc pcm030: provide _stext, _text and __bss_stop in linker script Sascha Hauer
2011-01-17 10:16 ` [PATCH 2/9] blackfin: provide " Sascha Hauer
2011-01-17 10:16 ` [PATCH 3/9] ARM: " Sascha Hauer
2011-01-17 10:16 ` [PATCH 4/9] add sections.h header file Sascha Hauer
2011-01-17 10:16 ` [PATCH 5/9] ARM start.c: use sections.h header file for linker variables Sascha Hauer
2011-01-17 10:16 ` [PATCH 6/9] ARM: remove unnecessary include Sascha Hauer
2011-01-17 10:16 ` [PATCH 7/9] x86: use sections.h header file for linker variables Sascha Hauer
2011-01-17 10:17 ` [PATCH 8/9] reloc.h: remove linker variables which are now in asm/sections.h Sascha Hauer
2011-01-17 10:17 ` [PATCH 9/9] startup: make debug printing of linker variables work again Sascha Hauer

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