efi-boot-shim/lib
Ard Biesheuvel f7a182154e Factor out x86-isms and add cross compile support
This patch cleans up and refactors the Makefiles to better allow new
architectures to be added:
- remove unused Makefile definitions
- import Makefile definitions from top level rather than redefining
- move x86 specific CFLAGS to inside ifeq() blocks
- remove x86 inline asm
- allow $(FORMAT) to be overridden: this is necessary as there exists no
  EFI or PE/COFF aware objcopy for ARM

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
2014-08-12 10:54:05 -04:00
..
configtable.c CompareMem expects void * and gcc complains. 2013-10-02 10:02:01 -04:00
console.c Remove the duplicate calls in lib/console.c 2014-06-25 10:15:31 -04:00
execute.c Clean up warnings. 2013-10-01 14:38:09 -04:00
guid.c Merge signature.h into efiauthenticated.h and guid.h 2013-09-26 11:58:02 -04:00
Makefile Factor out x86-isms and add cross compile support 2014-08-12 10:54:05 -04:00
security_policy.c Conditionalize overriding the security policy. 2013-10-01 14:03:16 -04:00
shell.c Fix wrong sizeof(). 2013-11-21 11:48:24 -05:00
simple_file.c Initialize entries before we pass it to another function. 2013-11-21 11:48:24 -05:00
variables.c Make sure we default to assuming we're locked down. 2014-06-25 10:55:56 -04:00