]> xenbits.xensource.com Git - people/julieng/boot-wrapper-aarch64.git/commit
Factor out secure GIC initialisation
authorMark Rutland <mark.rutland@arm.com>
Thu, 25 Apr 2013 15:02:09 +0000 (16:02 +0100)
committerMark Rutland <mark.rutland@arm.com>
Wed, 5 Jun 2013 14:55:22 +0000 (15:55 +0100)
commit36e3d541275f3e61f9de7a17c7d405c828d20c71
tree10fbeb24990911e8c15375fa8ee0adf32cb1bc71
parent0ffd5871d107035f34491dfbf8a7428e753c974e
Factor out secure GIC initialisation

Currently the bootwrapper still lumps together logically distinct pieces
of hardware initialisation, making porting to new platforms or adding
new features difficult. It would be nicer if we could separate some of
the functional units to make the code clearer and easier to extend.

To this end, this patch factors the secure GIC initialisation into its
own file. Additionally, the code is modified to route all interrupts to
the non-secure side, not just the first 64.

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