mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/6] bootm: split bootm_load_devicetree into two functions
@ 2018-06-06  7:11 Sascha Hauer
  2018-06-06  7:11 ` [PATCH 1/6] ARM: bootm: drop usage of data->oftree Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sascha Hauer @ 2018-06-06  7:11 UTC (permalink / raw)
  To: Barebox List

This splits bootm_load_devicetree into two functions to be able to load
the devicetree to an allocated address without having to specify a SDRAM
region, which is sometimes enough.

The rest of the series deals with getting rid of data->oftree as it's
not really clear who owns this field. If we are using
bootm_load_devicetree then this is just a reference to the SDRAM region,
which gets released by generic code, but sometimes it points to
allocated memory instead which is forgotten to be freed. So we get rid
of this field altogether.

Sascha

Sascha Hauer (6):
  ARM: bootm: drop usage of data->oftree
  ppc: bootm: rename variables
  ppc: bootm: remove unnecessary parameter
  ppc: bootm: Drop usage of data->oftree
  bootm: Drop data->oftree
  bootm: Split bootm_load_devicetree into two functions

 arch/arm/lib32/bootm.c    | 50 ++++++++++++++++-----------
 arch/arm/lib64/armlinux.c | 12 ++++++-
 arch/ppc/lib/ppclinux.c   | 52 ++++++++++++++--------------
 common/bootm.c            | 72 ++++++++++++++++++++++-----------------
 include/bootm.h           |  5 +--
 5 files changed, 111 insertions(+), 80 deletions(-)

-- 
2.17.1


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

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

end of thread, other threads:[~2018-06-06  7:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-06  7:11 [PATCH 0/6] bootm: split bootm_load_devicetree into two functions Sascha Hauer
2018-06-06  7:11 ` [PATCH 1/6] ARM: bootm: drop usage of data->oftree Sascha Hauer
2018-06-06  7:11 ` [PATCH 2/6] ppc: bootm: rename variables Sascha Hauer
2018-06-06  7:11 ` [PATCH 3/6] ppc: bootm: remove unnecessary parameter Sascha Hauer
2018-06-06  7:11 ` [PATCH 4/6] ppc: bootm: Drop usage of data->oftree Sascha Hauer
2018-06-06  7:11 ` [PATCH 5/6] bootm: Drop data->oftree Sascha Hauer
2018-06-06  7:11 ` [PATCH 6/6] bootm: Split bootm_load_devicetree into two functions Sascha Hauer

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