git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add el1 transfer at the boot stage in case higher EL is implemented
[lunaix-os.git]
/
lunaix-os
/
arch
/
aarch64
/
LBuild
diff --git
a/lunaix-os/arch/aarch64/LBuild
b/lunaix-os/arch/aarch64/LBuild
index cdf286ab77cbe3d629d7a09aacaa2af20afd1e10..bfc3e6d6b4d4ccae445f20b672abbc9c38b22c82 100644
(file)
--- a/
lunaix-os/arch/aarch64/LBuild
+++ b/
lunaix-os/arch/aarch64/LBuild
@@
-1,3
+1,4
@@
+use("soc/gic")
sources([
"boot/init.c",
@@
-11,11
+12,6
@@
sources([
"exception/handler.c"
])
-sources([
- "soc/gic/gic.c",
- "soc/gic/gic_dt.c",
-])
-
sources([
"fault.c",
"trace.c"