summaryrefslogtreecommitdiff
path: root/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2012-11-29 14:09:55 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2012-11-29 14:09:55 +0000
commitefb56459bfd61cce378f5b35cd8a8c6d088799a9 (patch)
tree0e1d6a9aa6c13e44805c8b6960ded5125d31fce5 /edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
parentb60dc2d3e998a65b6d34bfd852838ea1149f19f9 (diff)
parent939b6e81660592d245a12e69a94a2590fc0eb505 (diff)
Merge branch 'armlt-tracking' of git://git.linaro.org/arm/uefi/uefi-nextlinaro-uefi-2012.11
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c')
-rw-r--r--edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c b/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
index 0ebfdbb1b..32c7a55ac 100644
--- a/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
+++ b/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
@@ -1,7 +1,7 @@
/** @file
Save the S3 data to S3 boot script.
- Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions
@@ -47,15 +47,15 @@ SCRIPT_TABLE_PRIVATE_DATA mS3BootScriptTable;
UINTN mLockBoxLength;
EFI_GUID mBootScriptDataGuid = {
- 0xaea6b965, 0xdcf5, 0x4311, 0xb4, 0xb8, 0xf, 0x12, 0x46, 0x44, 0x94, 0xd2
+ 0xaea6b965, 0xdcf5, 0x4311, { 0xb4, 0xb8, 0xf, 0x12, 0x46, 0x44, 0x94, 0xd2 }
};
EFI_GUID mBootScriptHeaderDataGuid = {
- 0x1810ab4a, 0x2314, 0x4df6, 0x81, 0xeb, 0x67, 0xc6, 0xec, 0x5, 0x85, 0x91
+ 0x1810ab4a, 0x2314, 0x4df6, { 0x81, 0xeb, 0x67, 0xc6, 0xec, 0x5, 0x85, 0x91 }
};
EFI_GUID mBootScriptInformationGuid = {
- 0x2c680508, 0x2b87, 0x46ab, 0xb9, 0x8a, 0x49, 0xfc, 0x23, 0xf9, 0xf5, 0x95
+ 0x2c680508, 0x2b87, 0x46ab, { 0xb9, 0x8a, 0x49, 0xfc, 0x23, 0xf9, 0xf5, 0x95 }
};
/**