Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
eric_tian 7974918212 Fix tracker 202216:linux runtime test issue.
[Root Cause]
The root cause is that in FindVariable function, original code logic will traverse all variable stored in variable volatile/non-volatile area. If the non-variable area is full and Linux sets a new variable, the caller of GetNextVariablePtr will get the address of next memory block, but this block doesn't be reserved as RUNTIME attribute. Therefore its corresponding page translation table doesn't exist and causes linux kernel panic.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7890 6f19259b-4bc3-4df7-8a09-765794883524
2009-03-16 09:57:10 +00:00
BaseTools Use options for size reduction 2009-03-16 02:03:39 +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 File st32_64.S added for X64. 2009-03-16 09:03:53 +00:00
EdkCompatibilityPkg 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file. 2009-02-27 01:49:34 +00:00
EdkShellBinPkg Three GUIDs had been retired, PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and PrimaryStandardErrorDeviceGuid. 2009-03-10 03:36:33 +00:00
EdkShellPkg Update default EDK Shell project Folder to be directly under workspace. 2009-03-13 00:07:26 +00:00
FatBinPkg remove the unused msa/npsd files 2008-09-20 06:18:16 +00:00
IntelFrameworkModulePkg Fix build warning generated by GCC. 2009-03-10 16:46:03 +00:00
IntelFrameworkPkg Fix incorrect function headers of I/O Lib. 2009-03-05 07:22:26 +00:00
MdeModulePkg Fix tracker 202216:linux runtime test issue. 2009-03-16 09:57:10 +00:00
MdePkg remove some internal definitions. 2009-03-15 13:23:13 +00:00
Nt32Pkg retire gEfiAlternateFvBlockGuid. All platform FvbRuntimeDxe drivers will not produce such protocol to signify itself support writable FVB protocol. 2009-03-12 05:10:53 +00:00
OptionRomPkg Add comments in DSC files to explain the function and design of components section. 2009-02-10 08:58:47 +00:00
PcAtChipsetPkg Merge improved comments into this driver. 2009-03-02 00:58:29 +00:00
UefiCpuPkg Remove unneeded reference to DuetPkg.dec. 2009-02-23 20:22:58 +00:00
UnixPkg retire gEfiAlternateFvBlockGuid. All platform FvbRuntimeDxe drivers will not produce such protocol to signify itself support writable FVB protocol. 2009-03-12 05:10:53 +00:00
BuildNotes.txt Updated BuildNotes.txt according to new packages name: 2007-06-20 05:35:00 +00:00
BuildNotes2.txt updating the doc 2008-09-25 23:13:48 +00:00
edksetup.bat Removed Java/Ant specific content from the setup scripts. 2008-12-31 16:57:24 +00:00
edksetup.sh Removed Java/Ant specific content from the setup scripts. 2008-12-31 16:57:24 +00:00