aboutsummaryrefslogtreecommitdiff
path: root/lib/libhvcall/hvcall.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libhvcall/hvcall.S')
-rw-r--r--lib/libhvcall/hvcall.S12
1 files changed, 10 insertions, 2 deletions
diff --git a/lib/libhvcall/hvcall.S b/lib/libhvcall/hvcall.S
index 2444953..92cf22e 100644
--- a/lib/libhvcall/hvcall.S
+++ b/lib/libhvcall/hvcall.S
@@ -2,12 +2,20 @@
#define __ASSEMBLY__
#include "macros.h"
#include "libhvcall.h"
-
+#include <termctrl.h>
+#include <product.h>
+
#define HVCALL .long 0x44000022
-
.text
.align 3
+ENTRY(get_print_banner)
+ LOAD32(r4, print_version)
+ LOAD32(r5, print_version_end)
+ std r4,0(r3)
+ std r5,8(r3)
+ blr
+
ENTRY(hv_generic)
HVCALL
blr