X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FBaseResetSystemLibNull%2FBaseResetSystemLibNull.c;h=59d720895b9273f606f55417e9e5a3a974609bb2;hp=1a1242640c09fe1dbae1b98273a853f7b292eebc;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=ca79bab7af4770c5eb578f6d495af01705aedb79 diff --git a/MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.c b/MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.c index 1a1242640c..59d720895b 100644 --- a/MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.c +++ b/MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.c @@ -1,7 +1,7 @@ /** @file Null Reset System Library instance that only generates ASSERT() conditions. - Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -19,11 +19,11 @@ /** This function causes a system-wide reset (cold reset), in which - all circuitry within the system returns to its initial state. This type of reset + all circuitry within the system returns to its initial state. This type of reset is asynchronous to system operation and operates without regard to cycle boundaries. - If this function returns, it means that the system does not support cold reset. + If this function returns, it means that the system does not support cold reset. **/ VOID EFIAPI @@ -35,7 +35,7 @@ ResetCold ( } /** - This function causes a system-wide initialization (warm reset), in which all processors + This function causes a system-wide initialization (warm reset), in which all processors are set to their initial state. Pending cycles are not corrupted. If this function returns, it means that the system does not support warm reset. @@ -50,7 +50,7 @@ ResetWarm ( } /** - This function causes the system to enter a power state equivalent + This function causes the system to enter a power state equivalent to the ACPI G2/S5 or G3 states. If this function returns, it means that the system does not support shut down reset.