efi: Move common EFI stub code from x86 arch code to common location
authorRoy Franz <roy.franz@linaro.org>
Sun, 22 Sep 2013 22:45:27 +0000 (15:45 -0700)
committerMatt Fleming <matt.fleming@intel.com>
Wed, 25 Sep 2013 11:34:34 +0000 (12:34 +0100)
commit7721da4c1ebf96ff815987011c1a0edef596b50a
tree66eaab33c5af6a00d65f75200c6b7838fd00302f
parented37ddffe201bfad7be3c45bc08bd65b5298adca
efi: Move common EFI stub code from x86 arch code to common location

No code changes made, just moving functions and #define from x86 arch
directory to common location.  Code is shared using #include, similar
to how decompression code is shared among architectures.

Signed-off-by: Roy Franz <roy.franz@linaro.org>
Acked-by: Mark Salter <msalter@redhat.com>
Reviewed-by: Grant Likely <grant.likely@linaro.org>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
arch/x86/boot/compressed/eboot.c
arch/x86/boot/compressed/eboot.h
drivers/firmware/efi/efi-stub-helper.c [new file with mode: 0644]