efi: Generalize handle_ramdisks() and rename to handle_cmdline_files().
[firefly-linux-kernel-4.4.55.git] / drivers / firmware / efi / efi-stub-helper.c
2013-09-25 Roy Franzefi: Generalize handle_ramdisks() and rename to handle_...
2013-09-25 Roy Franzefi: Allow efi_free() to be called with size of 0
2013-09-25 Roy Franzefi: generalize efi_get_memory_map()
2013-09-25 Roy Franzefi: Rename __get_map() to efi_get_memory_map()
2013-09-25 Roy Franzefi: Move unicode to ASCII conversion to shared function.
2013-09-25 Roy Franzefi: Generalize relocate_kernel() for use by other...
2013-09-25 Roy Franzefi: Move relocate_kernel() to shared file.
2013-09-25 Roy Franzefi: Enforce minimum alignment of 1 page on allocations.
2013-09-25 Roy Franzefi: Rename memory allocation/free functions
2013-09-25 Roy Franzefi: Add system table pointer argument to shared functions.
2013-09-25 Roy Franzefi: Move common EFI stub code from x86 arch code to...