summaryrefslogtreecommitdiffstats
path: root/cf-wrapper.S
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-01 19:07:52 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-02 10:04:06 +1000
commit3d530160957d3818a4160e433afbbf47e3893a12 (patch)
tree0929eaefdccb062eb9a193a9f74bde4ebbeb2eec /cf-wrapper.S
downloadcf-fsi-3d530160957d3818a4160e433afbbf47e3893a12.tar.gz
cf-fsi-3d530160957d3818a4160e433afbbf47e3893a12.zip
Initial import
Diffstat (limited to 'cf-wrapper.S')
-rw-r--r--cf-wrapper.S9
1 files changed, 9 insertions, 0 deletions
diff --git a/cf-wrapper.S b/cf-wrapper.S
new file mode 100644
index 0000000..9b8f5cf
--- /dev/null
+++ b/cf-wrapper.S
@@ -0,0 +1,9 @@
+ .data
+ .align 8
+ .globl cf_code_start
+cf_code_start:
+ .incbin "cf-code.bin"
+ .align 8
+ .globl cf_code_end
+cf_code_end:
+ .previous
OpenPOWER on IntegriCloud