OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SystemConfiguration
(Results
1 - 11
of
11
) sorted by null
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
ExI.c
72
SYSTEM_CONFIGURATION
SystemConfiguration
;
82
&
SystemConfiguration
93
&
SystemConfiguration
98
if (
SystemConfiguration
.ExISupport == 1) {
100
} else if (
SystemConfiguration
.ExISupport == 0) {
Platform.c
[
all
...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformGopPolicy/
PlatformGopPolicy.c
166
SYSTEM_CONFIGURATION
SystemConfiguration
;
191
&
SystemConfiguration
201
&
SystemConfiguration
206
if (
SystemConfiguration
.GOPEnable == 1)
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInfoDxe/
PlatformInfoDxe.c
61
SYSTEM_CONFIGURATION
SystemConfiguration
;
72
&
SystemConfiguration
83
&
SystemConfiguration
98
Selection =
SystemConfiguration
.ReservedO;
114
SystemConfiguration
.ReservedO = OsSlectionHobPtr->OsSelection;
119
SystemConfiguration
.Lpe = OsSlectionHobPtr->Lpe;
120
SystemConfiguration
.PchAzalia = OsSlectionHobPtr->PchAzalia;
126
LpssDataVarPtr = &
SystemConfiguration
.LpssPciModeEnabled;
133
SystemConfiguration
.GOPEnable = TRUE;
140
&
SystemConfiguration
[
all
...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/
BoardClkGens.c
284
SYSTEM_CONFIGURATION
SystemConfiguration
;
338
ZeroMem (&
SystemConfiguration
, sizeof (SYSTEM_CONFIGURATION));
357
&
SystemConfiguration
);
366
&
SystemConfiguration
371
EnableSpreadSpectrum =
SystemConfiguration
.EnableClockSpreadSpec;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/
BoardGpios.c
152
SYSTEM_CONFIGURATION
SystemConfiguration
;
179
&
SystemConfiguration
182
if (
SystemConfiguration
.GpioWakeCapability == 1) {
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
BootMode.c
328
SYSTEM_CONFIGURATION
SystemConfiguration
;
347
&
SystemConfiguration
350
if (
SystemConfiguration
.FastBoot != 0) {
Platform.c
706
SYSTEM_CONFIGURATION
SystemConfiguration
;
758
ZeroMem (&
SystemConfiguration
, VariableSize);
777
&
SystemConfiguration
788
&
SystemConfiguration
799
if (
SystemConfiguration
.Igd == 1 &&
SystemConfiguration
.PrimaryVideoAdaptor != 2) {
800
GGC = (
SystemConfiguration
.IgdDvmt50PreAlloc << 3) |
801
(
SystemConfiguration
.GTTSize == GTT_SIZE_1MB ? 0x100: 0x200);
817
if(
SystemConfiguration
.CfioPnpSettings == 1) {
836
Status = FtpmPolicyInit(PeiServices, &
SystemConfiguration
);
[
all
...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
BootMode.c
155
SYSTEM_CONFIGURATION
SystemConfiguration
;
190
ZeroMem (&
SystemConfiguration
, sizeof (SYSTEM_CONFIGURATION));
212
&
SystemConfiguration
223
&
SystemConfiguration
228
if (
SystemConfiguration
.FastBoot == 1) {
PlatformEarlyInit.c
176
IN SYSTEM_CONFIGURATION *
SystemConfiguration
184
ZeroMem (
SystemConfiguration
, sizeof (SYSTEM_CONFIGURATION));
206
SystemConfiguration
217
SystemConfiguration
227
IN SYSTEM_CONFIGURATION *
SystemConfiguration
255
mVlvPolicyPpi->GtConfig.PrimaryDisplay =
SystemConfiguration
->PrimaryVideoAdaptor;
256
mVlvPolicyPpi->GtConfig.IgdDvmt50PreAlloc =
SystemConfiguration
->IgdDvmt50PreAlloc;
257
mVlvPolicyPpi->GtConfig.ApertureSize =
SystemConfiguration
->IgdApertureSize;
258
mVlvPolicyPpi->GtConfig.GttSize =
SystemConfiguration
->GTTSize;
259
if (
SystemConfiguration
->PrimaryVideoAdaptor != 2) {
[
all
...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c
698
SYSTEM_CONFIGURATION
SystemConfiguration
;
712
&
SystemConfiguration
722
&
SystemConfiguration
727
switch (
SystemConfiguration
.IgdFlatPanel) {
[
all
...]
Completed in 209 milliseconds