commit | 7b66fcc29ac1c808894a927a6b6fd10588ab5caf | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Aug 22 08:29:53 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Aug 24 16:37:53 2020 +0200 |
tree | 992c723722e3c10414612bcc49dd5f1d580c9fdd | |
parent | 8d343f8e70e6861cb978f4f2c100e7473c94204b [diff] |
efi_loader: ResetSystem() should not hang If ResetSystem() is not implemented at runtime, it should return instead of hanging in an endless loop. This allows the operating system to reset the system by other means as Linux does. It also matches what EDK II suggests in comments for functions ResetShutdown() and ResetWarm() in OvmfPkg/Library/ResetSystemLib/ResetSystemLib.c. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>