efi: Rename memory allocation/free functions
authorRoy Franz <roy.franz@linaro.org>
Sun, 22 Sep 2013 22:45:29 +0000 (15:45 -0700)
committerMark Brown <broonie@linaro.org>
Mon, 16 Jun 2014 20:17:01 +0000 (21:17 +0100)
commitd47ac2c18744f36112d4fa47a523eb7db1867be9
tree6b044dd4803e1faa0500445b06bebe022a828dd0
parent2012f9b2ab2e4267b5051e9f0ddcedba409ee552
efi: Rename memory allocation/free functions

Rename them to be more similar, as low_free() could be used to free
memory allocated by both high_alloc() and low_alloc().
high_alloc() -> efi_high_alloc()
low_alloc()  -> efi_low_alloc()
low_free()   -> efi_free()

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>
(cherry picked from commit 40e4530a00b7d52332fe9a1361388fda8e5260da)
Signed-off-by: Mark Brown <broonie@linaro.org>
arch/x86/boot/compressed/eboot.c
drivers/firmware/efi/efi-stub-helper.c