Philipp Tomsich ef70a42f0f arm: boot0 hook: move boot0 hook before '_start'
The boot0 hook on ARM does not insert its payload before the vector
table. This is both a mismatch with thec comment above it and
contradict usage of the boot0 hook on ARM64.

To fix this (and unify the semantics for ARM and ARM64), we change the
boot0-hook semantics on ARM to match those on ARM64:
  (1) if a boot0-hook is present it is inserted at the start of
      the image
  (2) if a boot0-hook is present, emitting the ARM vector table
      (and the _start) symbol are suppressed in vectors.S and
      the boot0-hook has full control over where and when it
      wants to emit these

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
2017-11-21 23:57:21 +01:00
..
2017-11-20 10:11:44 +01:00
2017-08-23 10:45:45 +02:00
2015-02-25 07:59:50 +01:00
2017-05-12 08:37:06 -04:00
2014-04-08 00:15:12 +02:00
2017-10-02 21:52:20 -04:00
2016-12-15 11:57:44 -08:00
2017-10-09 08:48:45 -07:00