summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Kuivenhoven <bemk@redhat.com>2013-10-07 16:57:59 +0200
committerBart Kuivenhoven <bemk@redhat.com>2013-10-08 10:49:23 +0200
commitff2ec6a148eab85a37875051441cf4319d962ea7 (patch)
tree2064a0b35a4475563ef469ded5137a3d2b7de4d5
parent62e577cf64f6c68751431c174e724cf41b631122 (diff)
downloadgnu-efi-3.0-ff2ec6a148eab85a37875051441cf4319d962ea7.tar.gz
gnu-efi-3.0-ff2ec6a148eab85a37875051441cf4319d962ea7.tar.xz
gnu-efi-3.0-ff2ec6a148eab85a37875051441cf4319d962ea7.zip
aarch64: Add todo comment to stub files
To make sure we can find the things that have to be ported more easily, I've added todo comments to the stub files. Grep and you shal find. Signed-off-by: Bart Kuivenhoven <bemk@redhat.com>
-rw-r--r--gnu-efi-3.0/gnuefi/crt0-efi-aarch64.S4
-rw-r--r--gnu-efi-3.0/gnuefi/reloc_aarch64.c4
-rw-r--r--gnu-efi-3.0/gnuefi/setjmp_aarch64.S4
-rw-r--r--gnu-efi-3.0/inc/aarch64/efilibplat.h4
-rw-r--r--gnu-efi-3.0/lib/aarch64/initplat.c4
-rw-r--r--gnu-efi-3.0/lib/aarch64/math.c4
6 files changed, 24 insertions, 0 deletions
diff --git a/gnu-efi-3.0/gnuefi/crt0-efi-aarch64.S b/gnu-efi-3.0/gnuefi/crt0-efi-aarch64.S
index 9a7bd5c..ffe24e2 100644
--- a/gnu-efi-3.0/gnuefi/crt0-efi-aarch64.S
+++ b/gnu-efi-3.0/gnuefi/crt0-efi-aarch64.S
@@ -1 +1,5 @@
/* A stub to keep the compiler happy! */
+
+/*
+ * TODO: Port this file
+ */
diff --git a/gnu-efi-3.0/gnuefi/reloc_aarch64.c b/gnu-efi-3.0/gnuefi/reloc_aarch64.c
index 9a7bd5c..ffe24e2 100644
--- a/gnu-efi-3.0/gnuefi/reloc_aarch64.c
+++ b/gnu-efi-3.0/gnuefi/reloc_aarch64.c
@@ -1 +1,5 @@
/* A stub to keep the compiler happy! */
+
+/*
+ * TODO: Port this file
+ */
diff --git a/gnu-efi-3.0/gnuefi/setjmp_aarch64.S b/gnu-efi-3.0/gnuefi/setjmp_aarch64.S
index 9a7bd5c..ffe24e2 100644
--- a/gnu-efi-3.0/gnuefi/setjmp_aarch64.S
+++ b/gnu-efi-3.0/gnuefi/setjmp_aarch64.S
@@ -1 +1,5 @@
/* A stub to keep the compiler happy! */
+
+/*
+ * TODO: Port this file
+ */
diff --git a/gnu-efi-3.0/inc/aarch64/efilibplat.h b/gnu-efi-3.0/inc/aarch64/efilibplat.h
index 9d24b6e..b02bb05 100644
--- a/gnu-efi-3.0/inc/aarch64/efilibplat.h
+++ b/gnu-efi-3.0/inc/aarch64/efilibplat.h
@@ -1,3 +1,7 @@
/**
* Stub to make the build system happy!
*/
+
+/*
+ * TODO: Port this file
+ */
diff --git a/gnu-efi-3.0/lib/aarch64/initplat.c b/gnu-efi-3.0/lib/aarch64/initplat.c
index 2f774ee..122a32d 100644
--- a/gnu-efi-3.0/lib/aarch64/initplat.c
+++ b/gnu-efi-3.0/lib/aarch64/initplat.c
@@ -1 +1,5 @@
/* A stub to keep the build system happy! */
+
+/*
+ * TODO: Port this file
+ */
diff --git a/gnu-efi-3.0/lib/aarch64/math.c b/gnu-efi-3.0/lib/aarch64/math.c
index 9a7bd5c..ffe24e2 100644
--- a/gnu-efi-3.0/lib/aarch64/math.c
+++ b/gnu-efi-3.0/lib/aarch64/math.c
@@ -1 +1,5 @@
/* A stub to keep the compiler happy! */
+
+/*
+ * TODO: Port this file
+ */