]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg: Add GraphicsOutputDxe driver.
authorRuiyu Ni <ruiyu.ni@intel.com>
Thu, 30 Jun 2016 05:01:56 +0000 (13:01 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 12 Oct 2016 02:42:16 +0000 (10:42 +0800)
commit2af538fbf66773c06799418cfefb0baa8937a1a9
tree969567fbe14ce3a4e9a9c6c1282f5b8d68400768
parentb1ca386074bd74ddfea24adea2f8704506bea3c9
MdeModulePkg: Add GraphicsOutputDxe driver.

The driver uses the GraphicsInfo HOB and GraphicsDeviceInfo HOB
passed from PEI to find the graphics controller to manage and
produce the GraphicsOutput protocol.

GraphicsInfo HOB and GraphicsDeviceInfo HOB are created by
a PEIM which initializes the graphics controller hardware in
PEI phase.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg/Universal/Console/GraphicsOutputDxe/ComponentName.c [new file with mode: 0644]
MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutput.c [new file with mode: 0644]
MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutput.h [new file with mode: 0644]
MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.inf [new file with mode: 0644]