TianoCore EDK2 master
Loading...
Searching...
No Matches
CapsuleReset.c File Reference
#include "CapsuleService.h"

Go to the source code of this file.

Functions

BOOLEAN IsPersistAcrossResetCapsuleSupported (VOID)
 

Detailed Description

Default implementation of architecture specific routines related to PersistAcrossReset capsules

Copyright (c) 2018, Linaro, Ltd. All rights reserved.
Copyright (c) 2019, Intel Corporation. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file CapsuleReset.c.

Function Documentation

◆ IsPersistAcrossResetCapsuleSupported()

BOOLEAN IsPersistAcrossResetCapsuleSupported ( VOID  )

Whether the platform supports capsules that persist across reset. Note that some platforms only support such capsules at boot time.

Returns
TRUE if a PersistAcrossReset capsule may be passed to UpdateCapsule() at this time FALSE otherwise

Definition at line 23 of file CapsuleReset.c.