efi_loader: exit status for efi_reset_system_init
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 3 Mar 2018 14:28:59 +0000 (15:28 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 4 Apr 2018 09:00:06 +0000 (11:00 +0200)
commit22c793e6a26505fdf80cb5b099142dd6f8f0fff9
treeaa7c248ef8df34d27514b26b20cb5e06b6a83a6b
parent098a6cdd1cc519f6c75b5e5de91c6655500a188a
efi_loader: exit status for efi_reset_system_init

efi_reset_system_init provides the architecture or board specific
initialization of the EFI subsystem. Errors should be caught and
signalled by a return code.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/arm/cpu/armv8/fsl-layerscape/cpu.c
arch/arm/mach-bcm283x/reset.c
include/efi_loader.h
lib/efi_loader/efi_runtime.c