]> xenbits.xensource.com Git - people/julieng/boot-wrapper-aarch64.git/commit
Rewrite platform initialisation in C
authorJean-Philippe Brucker <jean-philippe.brucker@arm.com>
Fri, 4 Dec 2015 17:16:34 +0000 (17:16 +0000)
committerMark Rutland <mark.rutland@arm.com>
Tue, 14 Jun 2016 16:49:47 +0000 (17:49 +0100)
commit7ff3872adb33b068706c00a96a6540d2feea896f
tree10c3bb4f0c533399c3e985522ed966687fb2bcaf
parentfc4857f4292d0dfc40b5c32d80f16d47e27f98cc
Rewrite platform initialisation in C

Add two assembly helpers for 32-bit MMIO accesses, and translate
platform initialisation to C. Since we can now add features without too
much pain, also output a string describing the boot-wrapper version.

Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker@arm.com>
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Makefile.am
arch/aarch64/include/asm/io.h [new file with mode: 0644]
arch/aarch64/ns.S [deleted file]
ns.c [new file with mode: 0644]