Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
qwang12 bc22641609 Framework code may call PreparePacckage with NULL GUID and both IFR and String Packages.
PackageList = PreparePackages (2, NULL, IfrPack, StringPack);

    mHii->NewPack( mHii, PackageList, &HiiHandle );

Framework HII database make use of the formset GUID as ID to retrieve String using 

EFI_STATUS
GetStringFromToken (
  IN  EFI_GUID                  *ProducerGuid,
  IN  STRING_REF                Token,
  OUT CHAR16                    **String
  )

Update the code to cache the Formset GUID too.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5896 6f19259b-4bc3-4df7-8a09-765794883524
2008-09-16 06:47:08 +00:00
BaseTools 1. Add ASM source files directory into its Include path. 2008-09-10 06:51:00 +00:00
Conf Adding top-level Conf directory for next generation of EDK II build infrastructure tools. 2007-06-20 19:33:23 +00:00
DuetPkg clean up the un-suitable ';' location when declaring the functions. 2008-09-04 09:37:28 +00:00
EdkCompatibilityPkg Framework code may call PreparePacckage with NULL GUID and both IFR and String Packages. 2008-09-16 06:47:08 +00:00
EdkFatBinPkg Remove the package dependency of MdePkg. 2007-04-26 06:25:41 +00:00
EdkModulePkg Fix warnings generated by gcc for ia32 builds: 2008-04-08 20:59:38 +00:00
EdkNt32Pkg Fix warnings generated by gcc for ia32 builds: 2008-04-08 20:59:38 +00:00
EdkShellBinPkg Update Shell binaries to integrate a fix to solve "CHAR8" compatibility issue in edit command and shell script execution. 2008-09-03 05:13:53 +00:00
EdkShellPkg Fix a typo in ReadMe.txt. 2008-09-12 01:05:42 +00:00
EdkUnixPkg Add some definitions for efi event in Uefi/UefiSpec.h to follow spec. 2007-06-25 08:54:54 +00:00
FatBinPkg remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkModulePkg, Nt32Pkg, OptionRomPkg. 2008-08-25 05:08:13 +00:00
IntelFrameworkModulePkg clean up the un-suitable ';' location when declaring the functions. 2008-09-04 09:37:28 +00:00
IntelFrameworkPkg cleanup some comments. 2008-09-09 07:11:51 +00:00
MdeModulePkg follow up the comments from code review. 2008-09-16 05:19:25 +00:00
MdePkg Correct module type for library UefiBootServicesTableLib and UefiRuntimeServicesTableLib. 2008-09-16 06:44:15 +00:00
Nt32Pkg Rename Nt32 Fd image name to Nt32.Fd 2008-09-09 02:53:35 +00:00
OldMdePkg correct on bug in DebugLib instance. 2007-11-22 08:16:50 +00:00
OptionRomPkg clean up the un-suitable ';' location when declaring the functions. 2008-09-04 09:37:28 +00:00
Tools Make the code ICC clean. 2008-01-08 11:02:54 +00:00
UnixPkg Fix the typos in path name. 2008-09-06 01:03:26 +00:00
BuildNotes.txt Updated BuildNotes.txt according to new packages name: 2007-06-20 05:35:00 +00:00
BuildNotes2.txt Removed deprecated lines 2008-07-28 03:43:29 +00:00
build.xml - Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer be needed. 2007-01-25 01:25:02 +00:00
edksetup.bat setting executable on these files 2008-05-20 17:43:07 +00:00
edksetup.sh setting executable on these files 2008-05-20 17:43:07 +00:00