Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
Jordan Justen fd4ba547a1 OvmfPkg: Reduce PcdMaxVariableSize with secure boot to avoid assert
r14252 causes OVMF to crash if SECURE_BOOT_ENABLE is set,
because PcdMaxVariableSize is set to a larger value than
required. In other platforms, 0x2000 seems to be sufficient.

Reported-by: Gary Ching-Pang Lin <glin@suse.com>
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14423 6f19259b-4bc3-4df7-8a09-765794883524
2013-06-14 21:37:44 +00:00
AppPkg - For writing sin_port, htons() must be used. 2013-02-08 21:34:26 +00:00
ArmPkg ArmPkg/BdsLinuxFdt.c: Fix creation of 'cpu' and 'psci' device tree nodes. 2013-05-12 23:56:35 +00:00
ArmPlatformPkg ArmPlatformPkg/Bds: Fixed potential overflow in EditHIInputStr() 2013-05-29 14:56:35 +00:00
BaseTools
BeagleBoardPkg ArmPlatform/ArmPlatformLib: Introduced ArmPlatformPeiBootAction() 2013-05-10 12:49:10 +00:00
Conf
CryptoPkg Though the comment of RandomSeed() states it should return FALSE if there is not enough entropy for random generation, the function always returns TRUE. This commit checks the status of pseudorandom number generator to match the comment. 2013-05-29 05:30:13 +00:00
DuetPkg Update to new SVN URL in readme.txt 2013-06-08 05:26:39 +00:00
EdkCompatibilityPkg Add the missing "," for the patch to fix status code print string. 2013-06-04 08:51:30 +00:00
EdkShellBinPkg Update to new SVN URL in readme.txt 2013-06-08 05:26:39 +00:00
EdkShellPkg Update to new SVN URL in readme.txt 2013-06-08 05:26:39 +00:00
EmbeddedPkg EmbeddedPkg/SerialPortExtLib.h: Changed SerialPortSetAttributes() prototype to return the set value(s) 2013-05-15 08:44:59 +00:00
EmulatorPkg EmulatorPkg: Add SerialPortExtLib library class mapping 2013-05-15 05:18:49 +00:00
FatBinPkg Update to new SVN URL in readme.txt 2013-06-08 05:26:39 +00:00
IntelFrameworkModulePkg Move the memory allocation and variable set to BdsEntry, use VariableLock protocol to lock the L”PerfDataMemAddr” variable and prevent malware to update it. 2013-05-23 02:56:41 +00:00
IntelFrameworkPkg Add ASSERT() for BitField operations to make sure the input value is valid. 2012-12-25 02:29:46 +00:00
MdeModulePkg The list of locked variables is traversed at runtime, hence we must 2013-06-14 01:55:12 +00:00
MdePkg Add the missing "," for the patch to fix status code print string. 2013-06-04 08:51:30 +00:00
NetworkPkg Fixed the issue that IPv6 network stack assert infrequently – assert once every 300~400 PXE boots. 2013-06-14 08:18:34 +00:00
Nt32Pkg Use correct pointer to install DevicePath protocol. 2013-06-13 09:07:42 +00:00
Omap35xxPkg EmbeddedPkg: Introduced a separate SerialPortExtLib library 2013-03-12 00:40:11 +00:00
OptionRomPkg Update Code to pass EBC compiler. 2013-05-13 02:36:09 +00:00
OvmfPkg OvmfPkg: Reduce PcdMaxVariableSize with secure boot to avoid assert 2013-06-14 21:37:44 +00:00
PcAtChipsetPkg
PerformancePkg Update Code to pass EBC compiler. 2013-05-13 02:36:09 +00:00
SecurityPkg The list of locked variables is traversed at runtime, hence we must 2013-06-14 01:55:12 +00:00
ShellBinPkg ShellBinPkg: Upadate both MinUefiShell and UefiShell for IA32 and X64 based on ShellPkg SVN 14400 2013-06-12 18:14:33 +00:00
ShellPkg ShellPkg: Fix ARM build errors. 2013-06-11 22:07:03 +00:00
SourceLevelDebugPkg Updated connecting HOST version information from 1.3 to 1.3.1. 2013-05-08 08:29:11 +00:00
StdLib StdLib/LibC/Locale/multibyte_Utf8.c: Fix obscure corner cases in wide to multibyte and multibyte to wide character conversions. The majority of problems center around the interpretation of the Length or Limit parameter when the Destination parameter is NULL. 2013-05-15 01:59:11 +00:00
StdLibPrivateInternalFiles StdLib: Add internal use only header for interactive I/O. 2012-12-11 21:03:57 +00:00
UefiCpuPkg Fix build issue on DDK3790 tool chain. 2013-02-05 01:35:29 +00:00
UnixPkg
BuildNotes2.txt Update to new SVN URL in readme.txt 2013-06-08 05:26:39 +00:00
edksetup.bat
edksetup.sh