summaryrefslogtreecommitdiff
path: root/lib/tiny-printf.c
diff options
context:
space:
mode:
authorBryan O'Donoghue <[email protected]>2019-07-15 12:00:39 +0100
committerHeinrich Schuchardt <[email protected]>2019-07-16 22:17:17 +0000
commitb225c92fd0c0b09b99e2290c5e42708f9046a7a2 (patch)
tree3c24b0fc0a2dad8d57cdfc0a2a07ae9d462cf6a3 /lib/tiny-printf.c
parent112464f3253c740a1b834849743cb7c543f39e92 (diff)
efi_loader: Change return type of efi_add_memory_map()
We currently have some inconsistent use of efi_add_memory_map() throughout the code. In particular the return value of efi_add_memory_map() is not interpreted the same way by various users in the codebase. This patch does the following: - Changes efi_add_memory_map() to return efi_status_t. - Adds a method description to efi_add_memory_map(). - Changes efi_add_memory_map() to return EFI_SUCCESS - Returns non-zero for error in efi_add_memory_map() - Updates efi_allocate_pages() to new efi_add_memory_map() - Updates efi_free_pages() to new efi_add_memory_map() - Updates efi_carve_out_dt_rsv() to new efi_add_memory_map() - Updates efi_add_runtime_mmio() to new efi_add_memory_map() Fixes: 5d00995c361c ("efi_loader: Implement memory allocation and map") Fixes: 74c16acce30b ("efi_loader: Don't allocate from memory holes") Suggested-by: Heinrich Schuchardt <[email protected]> Cc: Alexander Graf <[email protected]> Signed-off-by: Bryan O'Donoghue <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'lib/tiny-printf.c')
0 files changed, 0 insertions, 0 deletions