/** @file Platform variable initialization PEIM. This PEIM determines whether to load variable defaults. Ordinarily, the decision is based on the boot mode, but an OEM hook is provided to override that. The appropriate HOBs and PCDs are created to signal DXE code to update the variable default values. @copyright Copyright 2012 - 2021 Intel Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef _PLATFORM_VARIABLE_INIT_PEI_H_ #define _PLATFORM_VARIABLE_INIT_PEI_H_ #include #include #include #include #include #include #include #include #include #include #include #include #include #include // // We only have one ID for all the platforms. // #define BOARD_ID_DEFAULT 0 #endif // #ifndef _PLATFORM_VARIABLE_INIT_PEI_H_