summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed C-State issue of CPU1 of dual core.Shifei Lu2015-09-011-3/+3
| | | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu <shifeix.a.lu@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18369 6f19259b-4bc3-4df7-8a09-765794883524
* PcAtChipsetPkg: Update BaseAcpiTimerLibLiming Gao2015-08-315-6/+12
| | | | | | | | | | | | Introduce new PcdAcpiIoPortBaseAddressMask to mask BITS ACPI IO Port Base Address. (Sync patch r16952 from main trunk) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18366 6f19259b-4bc3-4df7-8a09-765794883524
* FspNotifyDxe need handle >4G memory.Yao, Jiewen2015-08-254-0/+182
| | | | | | | | | | | | The FSP API is always 32bit, but FspNotifyDxe might load to >4G memory. In order to make thunk work, we need reload FspNotifyDxe to <4G memory. (Sync patch r18094 from main trunk.) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <Jiewen.Yao@intel.com> Reviewed-by: "Mudusuru, Giri P" <giri.p.mudusuru@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18303 6f19259b-4bc3-4df7-8a09-765794883524
* FspInitPei function calling parameters not matching with the function ↵Yao, Jiewen2015-08-252-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | definition. IntelFspWrapperPkg, In the file FspInitPeiV1.c and FspInitPeiV2.c, there are function calling: GetStackInfo (BootMode, FALSE, &StackBase, &StackSize); But the function GetStackInfo() defined as EFI_STATUS EFIAPI GetStackInfo ( IN UINT32 BootMode, IN BOOLEAN FspInitDone, OUT UINT64 *StackSize, OUT EFI_PHYSICAL_ADDRESS *StackBase ) It should be GetStackInfo (BootMode, FALSE, &StackSize, &StackBase); (Sync patch r17850 from main trunk.) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <Jiewen.yao@intel.com> Reviewed-by: "Ma, Maurice" <maurice.ma@intel.com> Reviewed-by: "Rangarajan, Ravi P" <ravi.p.rangarajan@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18302 6f19259b-4bc3-4df7-8a09-765794883524
* */Contributions.txt: Update example email addressJordan Justen2015-08-251-2/+2
| | | | | | | | | | | | | | | Use the example.com domain as recommended in RFC 2606. NOTE: This does not modify the wording of the "TianoCore Contribution Agreement 1.0" section (Sync part of patch r16724 from main trunk.) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Bruce Cran <bruce.cran@gmail.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18301 6f19259b-4bc3-4df7-8a09-765794883524
* IntelFsp*Pkg: Add Contributions.txtJordan Justen2015-08-251-0/+218
| | | | | | | | | | | This was copied from MdePkg. (Sync part of patch r16721 from main trunk.) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18300 6f19259b-4bc3-4df7-8a09-765794883524
* Copy head revision r18124 from main trunk.Hao Wu2015-08-2520-147/+737
| | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18297 6f19259b-4bc3-4df7-8a09-765794883524
* Copy the head revision r18255 from main trunk.Jeff Fan2015-08-2548-1354/+3811
| | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Signed-off-by: Hao Wu <hao.a.wu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18296 6f19259b-4bc3-4df7-8a09-765794883524
* Set USB Ports as User Visible in the _PLD.Shifei Lu2015-08-051-5/+5
| | | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu <shifeix.a.lu@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18164 6f19259b-4bc3-4df7-8a09-765794883524
* Vlv2TbltDevicePkg: Fix the UEFI version reported in the MNW2 information screen.Bruce Cran2015-08-041-0/+0
| | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bruce Cran <bruce@cran.org.uk> Reviewed-by: Tim He <tim.he@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18148 6f19259b-4bc3-4df7-8a09-765794883524
* Vlv2DeviceRefCodePkg: don't redefine struct typedefs Bruce Cran2015-08-042-4/+4
| | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bruce Cran <bruce@cran.org.uk> Reviewed-by: Tim He <tim.he@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18147 6f19259b-4bc3-4df7-8a09-765794883524
* Vlv2TbltDevicePkg: Increase the BiosID to V0.83.Tim He2015-08-044-8/+8
| | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18145 6f19259b-4bc3-4df7-8a09-765794883524
* Vlv2TbltDevicePkg: Sync the NvStorageVariable for GCC build.Lu ShifeiX A2015-07-291-0/+0
| | | | | | | | | | | need to update NvStorageVariable.bin for gcc build because added 2 items in setup page for thermal configuration. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lu ShifeiX A <shifeix.a.lu@intel.com> Reviewed-by: Tim He <tim.he@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18103 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed OS software shutdown when reporting actual processor temperatureLu ShifeiX A2015-07-273-2/+56
| | | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lu ShifeiX A <shifeix.a.lu@intel.com> Reviewed-by: Tim He <tim.he@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18072 6f19259b-4bc3-4df7-8a09-765794883524
* Add the code to support compatible platform. Tim He2015-07-2717-33/+148
| | | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18065 6f19259b-4bc3-4df7-8a09-765794883524
* Increase the BiosID to V0.82.Tim He2015-07-154-4/+4
| | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17979 6f19259b-4bc3-4df7-8a09-765794883524
* OvmfPkg: Fix the build.sh shebang line to avoid depending on location of bashBruce Cran2015-07-091-1/+1
| | | | | | | | | | | | | The bash binary can be in various locations depending on the system: on Linux it's in /bin while on BSD it's normally in /usr/local/bin. However, the env binary is almost always in /usr/bin and so can be used to find and start the shell. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bruce Cran <bruce@cran.org.uk> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17892 6f19259b-4bc3-4df7-8a09-765794883524
* ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran2015-07-095-11/+11
| | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bruce Cran <bruce@cran.org.uk> Reviewed-by: Qiu Shumin <shumin.qiu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17891 6f19259b-4bc3-4df7-8a09-765794883524
* BaseTools: Fix build on FreeBSD and allow use of non-gcc system compilerBruce Cran2015-07-085-10/+15
| | | | | | | | | | | | | | | On FreeBSD, uuid.h is in /usr/include, not /usr/include/uuid. Fix some errors when building using clang caused by self-assignment: the preferred way to 'use' a variable is '(void)x;', not 'x = x;'. Where the system provides $(CC) etc. by default, don't override it to be gcc. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bruce Cran <bruce@cran.org.uk> Reviewed-by: Yingke Liu <yingke.d.liu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17884 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed a couple of typos of 'Configuration' ('Congfiguration') in ↵Bruce Cran2015-07-011-0/+0
| | | | | | | | | | | | | Vlv2TbltDevicePkg. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bruce Cran <bruce.cran@gmail.com> Reviewed-by: Shifei Lu <shifeix.a.lu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17749 6f19259b-4bc3-4df7-8a09-765794883524
* Remove wakeup capability of GPIO_SUS1 and GPIO_SUS2.David Wei2015-06-251-6/+6
| | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17712 6f19259b-4bc3-4df7-8a09-765794883524
* Update NvStorageVariable.bin for gcc build.Tim He2015-06-241-0/+0
| | | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17702 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed potential security issue introduced by SmramCpuNvs variable.Shifei Lu2015-06-191-0/+3
| | | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu <shifeix.a.lu@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17674 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed potential security issue introduced by SmramCpuNvs variable.Shifei Lu2015-06-195-19/+21
| | | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu <shifeix.a.lu@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17673 6f19259b-4bc3-4df7-8a09-765794883524
* Revert IFWI_HEADER.bin to clear SPI lock bit. Tim He2015-06-181-0/+0
| | | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17656 6f19259b-4bc3-4df7-8a09-765794883524
* Increase the BiosID to V0.81.Tim He2015-06-184-4/+4
| | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17654 6f19259b-4bc3-4df7-8a09-765794883524
* Sync the branch changes to trunk. Lu Shifei2015-06-161-14/+2
| | | | | | | | | | | | | | Update the FCE tool to remove “runtime access” . and recovery "Setup" variable in case of “Setup” Update IFWI_HEADER.bin as to set SPI lock bit. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lu Shifei <shifeix.a.lu@intel.com> Reviewed-by: Tim He <tim.he@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17645 6f19259b-4bc3-4df7-8a09-765794883524
* Sync the branch changes to trunk. Tim He2015-06-161-0/+0
| | | | | | | | | | | | | | Update the FCE tool to remove “runtime access” . and recovery "Setup" variable in case of “Setup” Update IFWI_HEADER.bin as to set SPI lock bit. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17643 6f19259b-4bc3-4df7-8a09-765794883524
* Add code to protect the whole BIOS region on SPI flash, except UEFI Variable ↵Shifei Lu2015-06-112-6/+43
| | | | | | | | | | | region. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu <shifeix.a.lu@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17616 6f19259b-4bc3-4df7-8a09-765794883524
* Add definitions for Protected Region 1 register.Shifei Lu2015-06-111-1/+7
| | | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu <shifeix.a.lu@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17615 6f19259b-4bc3-4df7-8a09-765794883524
* Remove Runtime access attribute for PlatformInfo Tim He2015-06-102-1/+6
| | | | | | | | | | | | variable, and fix the boot issue in case “Timeout” variable is corrupted. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17611 6f19259b-4bc3-4df7-8a09-765794883524
* Recovery "Setup" variable for Minnowboard Max to Tim He2015-06-0914-18/+342
| | | | | | | | | | | | | | make sure system could boot properly in case of “Setup” variable size is incorrect somehow. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17595 6f19259b-4bc3-4df7-8a09-765794883524
* Update the FCE tool to remove “runtime access” Tim He2015-06-083-5/+5
| | | | | | | | | | | | | for some variables default attribute. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17574 6f19259b-4bc3-4df7-8a09-765794883524
* Add Sample I2C Library for Baytrail I2C Controller.David Wei2015-06-0212-0/+2437
| | | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: David Wei <david.wei@intel.com> Reviewed-by: Tim He <time.he@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17545 6f19259b-4bc3-4df7-8a09-765794883524
* Add HII string definition for DTS.Shifei Lu2015-05-281-0/+0
| | | | | | | | | | | Add string ” DTS” and help info string” Enabled/Disable Digital Thermal Sensor”. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu <shifeix.a.lu@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17530 6f19259b-4bc3-4df7-8a09-765794883524
* Enable Digital Thermal Sensor to detect processor temperature.Shifei Lu2015-05-277-1/+15
| | | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu <shifeix.a.lu@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17520 6f19259b-4bc3-4df7-8a09-765794883524
* Update the formal FCE tool, and remove the unnecessary Tim He2015-05-267-43/+32
| | | | | | | | | | | | | “setupDefault” variable for MinnowBoard Max. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17508 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed SOURCE_DEBUG_ENABLE build error. Shifei Lu2015-05-111-4/+4
| | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu <shifeix.a.lu@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17407 6f19259b-4bc3-4df7-8a09-765794883524
* Update SEC version and remove vacant binary.Tim He2015-05-084-5/+4
| | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17363 6f19259b-4bc3-4df7-8a09-765794883524
* Increase the BiosID to V0.80.Tim He2015-05-074-4/+4
| | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17353 6f19259b-4bc3-4df7-8a09-765794883524
* Add a option in setup page in order to configure fTPM feature. Tim He2015-05-0710-9/+130
| | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17352 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed SOURCE_DEBUG_ENABLE build error. Shifei Lu2015-05-053-12/+6
| | | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu <shifeix.a.lu@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17290 6f19259b-4bc3-4df7-8a09-765794883524
* enhancement to tool to generate the comments along with offsets in the .h file.Mudusuru, Giri P2015-05-041-5/+8
| | | | | | | | | | (Sync patch r17282 from main trunk.) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Mudusuru, Giri P" <giri.p.mudusuru@intel.com> Reviewed-by: "Yao, Jiewen" <Jiewen.Yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17284 6f19259b-4bc3-4df7-8a09-765794883524
* Fix FSP GCC error on FspApiCallingCheck().Yao, Jiewen2015-05-042-4/+5
| | | | | | | | | | | | Add comment for ASM. (Sync patch r17281 from main trunk.) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <Jiewen.Yao@intel.com> Reviewed-by: "Mudusuru, Giri P" <giri.p.mudusuru@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17283 6f19259b-4bc3-4df7-8a09-765794883524
* Add the code to support fTPM feature for MinnowBoad Max. Tim He2015-04-3018-130/+1294
| | | | | | | | Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@intel.com> Reviewed-by: David Wei <david.wei@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17280 6f19259b-4bc3-4df7-8a09-765794883524
* ShellBinPkg: Ia32/X64 Shell binary update.Qiu Shumin2015-04-305-4/+2
| | | | | | | | | | | The binaries of ShellBinPkg are generated with ShellPkg project r17268. The binaries are built with no debug information by building with "RELEASE" target. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin.qiu@intel.com> Reviewed-by: Ruiyu Ni <Ruiyu.ni@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17278 6f19259b-4bc3-4df7-8a09-765794883524
* MdeModulePkg: Add LzmaDecompress GuidLiming Gao2015-04-300-0/+0
| | | | | | | | | | | | | | Move LzmaDecompress GUID definition from IntelFrameworkModulePkg to MdeModulePkg Fix wrong commit 17111. (Sync missing patch r17121 from main trunk.) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17277 6f19259b-4bc3-4df7-8a09-765794883524
* IntelFspPkg: Remove an empty folder.Hao Wu2015-04-300-0/+0
| | | | | | | | | Sync the missing part of patch r17226. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17276 6f19259b-4bc3-4df7-8a09-765794883524
* Add FSP_FSPP_SIGNATURE in 1.1.Yao, Jiewen2015-04-302-1/+7
| | | | | | | | | | (Sync patch r17273 from main trunk.) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <Jiewen.Yao@intel.com> Reviewed-by: "Mudusuru, Giri P" <giri.p.mudusuru@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17274 6f19259b-4bc3-4df7-8a09-765794883524
* Clean update API name for ASM function.Yao, Jiewen2015-04-307-27/+43
| | | | | | | | | | | | Add FSP_INFO_HEADER_SIGNATURE and FSP_INFO_EXTENDED_HEADER_SIGNATURE. (Sync patch r17271 from main trunk.) Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <Jiewen.Yao@intel.com> Reviewed-by: "Ma, Maurice" <maurice.ma@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@17272 6f19259b-4bc3-4df7-8a09-765794883524