Initial version of the AArch64 Linux boot wrapper

This boot wrapper contains the code for initialising the ARMv8 software
model before the Linux kernel can run (see
Documentation/arm64/booting.txt in the kernel tree for the Linux booting
requirements).

Running "make" creates a "linux-system.axf" ELF file that can be loaded
by the software model.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
6 files changed
tree: ec0dd0ff281ba47614baec4d496e581c7b9e0c89
  1. .gitignore
  2. boot.S
  3. LICENSE.txt
  4. Makefile
  5. model.lds.S
  6. README