diff options
| author | Steve Langasek <steve.langasek@canonical.com> | 2014-10-06 15:39:48 -0700 |
|---|---|---|
| committer | Steve Langasek <steve.langasek@canonical.com> | 2014-10-06 15:39:48 -0700 |
| commit | 72bb39c0237f8bcc3afa8b623e8b097eec6d69cd (patch) | |
| tree | ab49a0f8e82cdee502fd556ad7ccca3242f40f05 /dbx.S | |
| parent | bfab8d6791bccc38a8604cbc933048319c920780 (diff) | |
| download | efi-boot-shim-72bb39c0237f8bcc3afa8b623e8b097eec6d69cd.tar.gz efi-boot-shim-72bb39c0237f8bcc3afa8b623e8b097eec6d69cd.zip | |
Import upstream version 0.7
Diffstat (limited to 'dbx.S')
| -rw-r--r-- | dbx.S | 36 |
1 files changed, 0 insertions, 36 deletions
@@ -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 |
