9
0
Fork 0
barebox/arch/arm/cpu
Sascha Hauer 2078438662 Add multi images support
This adds the make infrastructure to build multiple SoC or
board specific images from a single barebox binary.

The basic idea is that we no longer have a single pbl, but instead
multiple pbls, one per image if necessary. Each pbl is defined
by its entry function so that each pbl can do exactly what a given
board needs. Additionally the pbls together with a self extracting
barebox binary can be encapsulated in specific image formats.

squashed in build fixes from Lucas Stach for make version >= 3.82:

Split Multimage Makefile rule in explicit and implicit parts

Fixes build with make version >=3.82

Frome the make 3.82 NEWS file:
* WARNING: Backward-incompatibility!
  In previous versions of make it was acceptable to list one or more explicit
  targets followed by one or more pattern targets in the same rule and it
  worked "as expected".  However, this was not documented as acceptable and if
  you listed any explicit targets AFTER the pattern targets, the entire rule
  would be mis-parsed.  This release removes this ability completely: make
  will generate an error message if you mix explicit and pattern targets in
  the same rule.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Lucas Stach <dev@lynxeye.de>
2013-07-01 10:13:12 +02:00
..
Kconfig arm: mvebu: add Feroceon CPU type 2013-05-17 07:40:13 +02:00
Makefile Add multi images support 2013-07-01 10:13:12 +02:00
cache-armv4.S ARM: Support multiple ARM architectures 2012-10-13 11:19:13 +02:00
cache-armv5.S ARM: Support multiple ARM architectures 2012-10-13 11:19:13 +02:00
cache-armv6.S ARM: Support multiple ARM architectures 2012-10-13 11:19:13 +02:00
cache-armv7.S ARM v7: added v7_mmu_cache_invalidate() 2013-05-23 09:29:47 +02:00
cache-l2x0.c arm: cache-l2x0 update sync define with Linux 3.5 2013-02-11 21:08:24 +01:00
cache.c ARM: invalidate data caches during early init 2013-05-23 09:29:52 +02:00
common.c ARM: Add relocatable binary support 2013-03-07 12:38:01 +01:00
cpu.c ARM: make cpu architecture detection available as static inline function 2013-03-04 12:02:10 +01:00
cpuinfo.c treewide: Fix typo seperate -> separate 2013-05-21 21:38:21 +02:00
dtb.c ARM: Allow to pass a devicetree via boarddata 2013-06-26 18:20:53 +02:00
exceptions.S ARN: fixup vector addresses for relocatable binaries 2013-03-07 12:38:01 +01:00
interrupts.c ARM: add rename PSR bits to match linux names 2012-10-15 09:18:34 +02:00
mmu-early.c ARM: Factor out early mmu code 2013-02-04 15:52:41 +01:00
mmu-early.h ARM: Factor out early mmu code 2013-02-04 15:52:41 +01:00
mmu.c ARM: mmu: Use PAGE_ALIGN in dma_free_coherent 2013-04-27 00:11:24 +02:00
mmu.h arm: move outercase to cpu.c as some SoC as the ux500 always need to flush the l2x0 2013-02-11 21:08:24 +01:00
mmuinfo.c mmuinfo: add a command do display the result of virtual to physical translation 2012-06-30 22:06:21 +02:00
setupc.S ARM: Add relocatable binary support 2013-03-07 12:38:01 +01:00
start-images.c Add multi images support 2013-07-01 10:13:12 +02:00
start-pbl.c ARM: invalidate data caches during early init 2013-05-23 09:29:52 +02:00
start.c ARM: Allow to pass a devicetree via boarddata 2013-06-26 18:20:53 +02:00
uncompress.c Add multi images support 2013-07-01 10:13:12 +02:00