Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
jljusten 0587c9825c DuetPkg: Add DXE APRIORI for 8259 driver
DUET's CpuDxe driver is directly dependent on the 8259.  This
forces the 8259 driver to run before the CPU DXE driver.  This
is required so the 8259 driver will initialize and mask all
8259 interrupts before the CPU DXE driver allows interrupts
to be enabled.

The UefiCpuPkg CPU DXE driver is not dependent on the 8259
directly.  Therefore, in order to use the UefiCpuPkg CPU DXE
driver with DUET, we add the APRIORI file to force the 8259
driver to run early before the CPU DXE driver runs.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10973 6f19259b-4bc3-4df7-8a09-765794883524
2010-10-22 01:07:58 +00:00
ArmPkg update copyright format 2010-09-08 03:15:05 +00:00
ArmRealViewEbPkg Fix the build break in two open source packages caused by check in 10660. 2010-07-23 02:37:28 +00:00
BaseTools Sync EDKII BaseTools to BaseTools project r2068. 2010-10-14 06:30:37 +00:00
BeagleBoardPkg Update example symbol command to dump out gdb load commands if you compile with gcc or RVCT commands if you compile with other compilers. 2010-09-08 17:58:18 +00:00
Conf
DuetPkg DuetPkg: Add DXE APRIORI for 8259 driver 2010-10-22 01:07:58 +00:00
EdkCompatibilityPkg EdkCompatibilityPkg: Re-add VA_COPY macro 2010-10-13 07:07:54 +00:00
EdkShellBinPkg Update EdkShellBinPkg to integrate a bug fix in Shell r45 2010-10-18 03:58:12 +00:00
EdkShellPkg Update EdkShellPkg.dsc read me to add a note to remind developers to update platform FDF files when they want to debug shell package to replace binaries from EdkShellBinPkg 2010-06-01 00:56:57 +00:00
EmbeddedPkg These libraries moved to ArmPkg, but did not get deleted. Fixing that issue. 2010-09-09 22:04:50 +00:00
FatBinPkg Update binaries to integrate a fix to support hot plug during FAT driver binding start (Fat svn r55) 2010-05-07 03:33:43 +00:00
IntelFrameworkModulePkg Fix the corner case when there is only "\0\0" appended and the Index is 1. Return missing string instead of empty string. 2010-10-11 04:37:28 +00:00
IntelFrameworkPkg The definition of NumberOfSmmReservedRegions is incorrect in Framework SmmCis specification 0.91, in which the type of this field is defined as UINTN. However, HOBs are supposed to be CPU neutral, so UINT32 should be used. Here the code is updated and comments in FrameworkSpecConformance.txt is added. 2010-08-20 17:32:04 +00:00
MdeModulePkg Use the correct length to copy KeyData. 2010-10-21 01:49:28 +00:00
MdePkg Update UefiDriverEntryPoint library by adding BaseLib library class required by AutoGen code. 2010-10-18 09:59:55 +00:00
Nt32Pkg Use the correct length to copy KeyData. 2010-10-21 01:49:05 +00:00
Omap35xxPkg Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abstractions and make OMAP DMA lib about channel programming only. 2010-05-29 00:21:30 +00:00
OptionRomPkg Refine some code to make code run safely. 2010-09-20 03:20:56 +00:00
OvmfPkg OVMF: Only enable MDEPKG_NDEBUG for RELEASE builds 2010-10-13 07:07:42 +00:00
PcAtChipsetPkg Refine code to make code run safely. 2010-10-19 09:31:16 +00:00
PerformancePkg PerformancePkg: Fix build with GCC 2010-09-29 15:49:20 +00:00
ShellPkg remove link to old inf 2010-10-05 15:27:28 +00:00
SourceLevelDebugPkg Fix the issue that might prevent single step in PeCoffExtraActionLib (right after triggering breakpoint to notify image load/unload) work. 2010-09-13 02:42:14 +00:00
UefiCpuPkg UefiCpuPkg CpuDxe: Fix bug with CPU Arch RegisterInterruptHandler 2010-10-22 01:07:48 +00:00
UnixPkg Update to support Xcode 64-bit debug. 2010-10-15 17:37:00 +00:00
BuildNotes2.txt Update to clean up some obsolete info 2010-03-31 16:25:38 +00:00
edksetup.bat Update the copyright notice format 2010-04-29 15:17:20 +00:00
edksetup.sh Removed the requirement to pass in at least one parameter to the script. 2010-07-09 19:42:03 +00:00