Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
jljusten caebd91505 OptionRomPkg: Add BltLib definition
This library is intended to make it easy to perform blt operations
on a GOP framebuffer without using the GOP Blt function.

There can be two main forms of implementations of this library:
1) A library which interfaces directly with a framebuffer, and
   has no dependence on the GOP protocol.  Once configured with
   the framebuffer parameters, it can operate directly on the
   framebuffer.
2) A library which interfaces with the GOP protocol.  In this
   case this library provides a convenience layer and allows
   blt code to look cleaner.

Potential uses for this library:
* Video driver with a framebuffer will not need to implement
  GOP Blt function itself.  Instead it can utilize an
  implementation of this library as described in #1 above.
* OS Loader code which would like to easily use the GOP framebuffer
  after Exit Boot Services.  This would use a library instance
  as described in #1 above.
* Any other code which would like to call GOP blt, but simplify
  the code with the more convenient functions provided by this
  library interface.  (Using a library as described in #2 above.)

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11520 6f19259b-4bc3-4df7-8a09-765794883524
2011-04-12 15:07:34 +00:00
ArmPkg Fix Xcode compile bug. It looks like these two arguments had an extra level of indirection that was in error. Good thing about extra compilers is we catch this kind of thing for almost free. 2011-03-31 15:31:36 +00:00
ArmPlatformPkg ArmPlatformPkg/Bds: Connect all drivers if the SimpleTextIO is not available 2011-03-31 12:28:01 +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 update copyright format 2011-02-15 12:13:00 +00:00
BeagleBoardPkg BeagleBoardPkg: Fix build 2011-03-31 12:59: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
CryptoPkg Refine code to make code follow the coding style. 2011-01-13 01:05:59 +00:00
DuetPkg Remove the local LegacyBiosMpTable.h. It has been defined in MdePkg. 2011-03-17 06:30:50 +00:00
EdkCompatibilityPkg Update inf file to follow spec. 2011-03-30 03:38:50 +00:00
EdkShellBinPkg New EDK Shell binary(r51) 2011-04-09 01:15:01 +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 EmbeddedPkg/Ebl: Add support for env variable deletion 2011-03-31 12:14:06 +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 Add assertion check for TmpString against NULL. 2011-04-07 02:02:21 +00:00
IntelFrameworkPkg Enhance dec file to follow spec. 2011-03-14 08:40:55 +00:00
MdeModulePkg Old driver sample code does not return an EFI_UNSUPPORTED status code if a callback occurs for something which is unrecognized. 2011-04-12 01:15:28 +00:00
MdePkg Typo for the old patch enhance code style. 2011-03-29 08:57:21 +00:00
NetworkPkg NetworkPkg.dsc: 2011-04-01 06:27:16 +00:00
Nt32Pkg Set EXECUTE flags in so RELEASE builds can tun correctly. 2011-04-11 00:13:56 +00:00
Omap35xxPkg Remove tabs. 2011-02-02 22:54:50 +00:00
OptionRomPkg OptionRomPkg: Add BltLib definition 2011-04-12 15:07:34 +00:00
OvmfPkg OvmfPkg/*.dsc: Change FileHandleLib instance path 2011-03-31 23:17:07 +00:00
PcAtChipsetPkg Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. 2011-03-10 22:39:00 +00:00
PerformancePkg PerformancePkg.dsc: 2011-04-01 06:30:43 +00:00
ShellPkg ShellPkg: Fix GCC 4.4 build issues 2011-04-12 03:18:38 +00:00
SourceLevelDebugPkg Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. 2011-03-10 22:41:43 +00:00
UefiCpuPkg Enhance inf to follow spec. 2011-03-14 08:50:25 +00:00
UnixPkg 1. solve build time issue that FV size is exceed due to more modules is included. 2011-03-31 09:18:14 +00:00
BuildNotes2.txt minor format update 2011-02-15 12:12:21 +00:00
edksetup.bat Correct copyright year 2011-02-16 12:21:31 +00:00
edksetup.sh Correct copyright year 2011-02-16 12:21:31 +00:00