mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] startup related cleanups
@ 2013-01-20 15:35 Sascha Hauer
  2013-01-20 15:35 ` [PATCH 01/10] startup: call a barebox_main function pointer at the end of the startup Sascha Hauer
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Sascha Hauer @ 2013-01-20 15:35 UTC (permalink / raw)
  To: barebox


This series contains several startup related cleanups like getting
rid of ifdefs, making locally used stuff static, remove unnecessary
includes.

Sascha

----------------------------------------------------------------
Sascha Hauer (10):
      startup: call a barebox_main function pointer at the end of the startup
      move struct action_data to the only file using it
      make file_*_action static
      move prototypes for envfs_* to envfs.h
      scripts: remove now unnecessary include
      startup: use IS_ENABLED instead of ifdef
      startup: Use IS_ENABLED for loading environment
      startup: add __noreturn to start_barebox
      defaultenv loading: rework to use less ifdefs/defines
      filetype: Make buf in file_detect_type const

 arch/arm/boards/beaglebone/board.c |    2 +-
 arch/arm/boards/panda/board.c      |    2 +-
 arch/arm/mach-omap/Kconfig         |    9 ----
 arch/arm/mach-omap/xload.c         |   11 ++++-
 commands/loadenv.c                 |    2 +-
 commands/saveenv.c                 |    2 +-
 common/Kconfig                     |    8 +--
 common/environment.c               |   11 ++++-
 common/filetype.c                  |   10 ++--
 common/startup.c                   |   95 +++++++++++++++++++++---------------
 include/common.h                   |    8 ++-
 include/envfs.h                    |    8 ++-
 include/environment.h              |   23 ---------
 include/filetype.h                 |    2 +-
 pbl/misc.c                         |    4 +-
 scripts/bareboxenv.c               |    1 -
 16 files changed, 103 insertions(+), 95 deletions(-)

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

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

end of thread, other threads:[~2013-01-20 15:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-20 15:35 [PATCH] startup related cleanups Sascha Hauer
2013-01-20 15:35 ` [PATCH 01/10] startup: call a barebox_main function pointer at the end of the startup Sascha Hauer
2013-01-20 15:35 ` [PATCH 02/10] move struct action_data to the only file using it Sascha Hauer
2013-01-20 15:35 ` [PATCH 03/10] make file_*_action static Sascha Hauer
2013-01-20 15:35 ` [PATCH 04/10] move prototypes for envfs_* to envfs.h Sascha Hauer
2013-01-20 15:35 ` [PATCH 05/10] scripts: remove now unnecessary include Sascha Hauer
2013-01-20 15:35 ` [PATCH 06/10] startup: use IS_ENABLED instead of ifdef Sascha Hauer
2013-01-20 15:35 ` [PATCH 07/10] startup: Use IS_ENABLED for loading environment Sascha Hauer
2013-01-20 15:35 ` [PATCH 08/10] startup: add __noreturn to start_barebox Sascha Hauer
2013-01-20 15:35 ` [PATCH 09/10] defaultenv loading: rework to use less ifdefs/defines Sascha Hauer
2013-01-20 15:35 ` [PATCH 10/10] filetype: Make buf in file_detect_type const Sascha Hauer

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