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-08-16 08:30:24 -04:00
2017-11-17 07:44:13 -05:00
2016-11-14 23:24:04 +01:00
2014-10-26 22:23:40 +01:00
2016-11-14 23:24:04 +01:00
2015-10-15 14:47:03 +02:00
2016-11-14 23:24:04 +01:00
2017-10-09 08:48:45 -07:00
2016-07-22 09:53:00 -04:00