aboutsummaryrefslogtreecommitdiff
path: root/configs/socfpga_dbm_soc1_defconfig
diff options
context:
space:
mode:
authorBryan O'Donoghue <pure.logic@nexus-software.ie>2019-07-15 12:00:39 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-07-16 22:17:17 +0000
commitb225c92fd0c0b09b99e2290c5e42708f9046a7a2 (patch)
tree3c24b0fc0a2dad8d57cdfc0a2a07ae9d462cf6a3 /configs/socfpga_dbm_soc1_defconfig
parent112464f3253c740a1b834849743cb7c543f39e92 (diff)
downloadu-boot-b225c92fd0c0b09b99e2290c5e42708f9046a7a2.zip
u-boot-b225c92fd0c0b09b99e2290c5e42708f9046a7a2.tar.gz
u-boot-b225c92fd0c0b09b99e2290c5e42708f9046a7a2.tar.bz2
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 <xypron.glpk@gmx.de> Cc: Alexander Graf <agraf@csgraf.de> Signed-off-by: Bryan O'Donoghue <pure.logic@nexus-software.ie> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'configs/socfpga_dbm_soc1_defconfig')
0 files changed, 0 insertions, 0 deletions