summaryrefslogtreecommitdiff
path: root/dbx.S
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2014-10-06 15:39:48 -0700
committerSteve Langasek <steve.langasek@canonical.com>2014-10-06 15:39:48 -0700
commit72bb39c0237f8bcc3afa8b623e8b097eec6d69cd (patch)
treeab49a0f8e82cdee502fd556ad7ccca3242f40f05 /dbx.S
parentbfab8d6791bccc38a8604cbc933048319c920780 (diff)
downloadefi-boot-shim-72bb39c0237f8bcc3afa8b623e8b097eec6d69cd.tar.gz
efi-boot-shim-72bb39c0237f8bcc3afa8b623e8b097eec6d69cd.zip
Import upstream version 0.7
Diffstat (limited to 'dbx.S')
-rw-r--r--dbx.S36
1 files changed, 0 insertions, 36 deletions
diff --git a/dbx.S b/dbx.S
deleted file mode 100644
index 7b19c5c2..00000000
--- a/dbx.S
+++ /dev/null
@@ -1,36 +0,0 @@
-#if defined(VENDOR_DBX_FILE)
- .globl vendor_dbx_size
- .data
- .align 1
- .type vendor_dbx_size, @object
- .size vendor_dbx_size, 4
- .section .vendor_cert, "a", @progbits
-vendor_dbx_size:
- .long .L0 - vendor_dbx
- .globl vendor_dbx
- .data
- .align 1
- .type vendor_dbx, @object
- .size vendor_dbx, .L0-vendor_dbx
- .section .vendor_cert, "a", @progbits
-vendor_dbx:
-.incbin VENDOR_DBX_FILE
-.L0:
-#else
- .globl vendor_dbx
- .bss
- .type vendor_dbx, @object
- .size vendor_dbx, 1
- .section .vendor_cert, "a", @progbits
-vendor_dbx:
- .zero 1
-
- .globl vendor_dbx_size
- .data
- .align 4
- .type vendor_dbx_size, @object
- .size vendor_dbx_size, 4
- .section .vendor_cert, "a", @progbits
-vendor_dbx_size:
- .long 0
-#endif