]> xenbits.xensource.com Git - people/julieng/boot-wrapper-aarch64.git/commit
Factor non-secure system initialisation
authorMark Rutland <mark.rutland@arm.com>
Mon, 11 Feb 2013 14:38:22 +0000 (14:38 +0000)
committerMark Rutland <mark.rutland@arm.com>
Wed, 5 Jun 2013 14:55:08 +0000 (15:55 +0100)
commit0ffd5871d107035f34491dfbf8a7428e753c974e
tree571ec6a3a9b4964f0a5b567290656b5e6a13526a
parent76eca64800b99aaf0c3d7e46b2111875f266e05e
Factor non-secure system initialisation

When we add PSCI, we'll want to share the same non-secure sysetem
initialisation code. As we're going to want to put spin-table and PSCI
implementations in separate files, it would be nice to have the
initialisation code in its own file, to make clear the separation
between early boot, platform interface code, and non-secure system
initialisation.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Makefile
boot.S
model.lds.S
ns.S [new file with mode: 0644]