]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: PlatformDxe: connect ExtractConfig() to platform data
authorLaszlo Ersek <lersek@redhat.com>
Sat, 22 Mar 2014 07:14:03 +0000 (07:14 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 22 Mar 2014 07:14:03 +0000 (07:14 +0000)
commitcbd08bcc1787ae0166caa75cd340d45bb20295a7
tree4029bb6ddb33b105077af313171bbbf91dcd93c5
parent1df57ba3e66ad72f6ac67008aa9a99d4648e0200
OvmfPkg: PlatformDxe: connect ExtractConfig() to platform data

Establish the full stack of conversions in retrieving the platform
configuration:

    MultiConfigAltResp       -- form engine / HII communication
            ^
            |
     [BlockToConfig]
            |
     MAIN_FORM_STATE         -- binary representation of form/widget state
            ^
            |
[PlatformConfigToFormState]
            |
     PLATFORM_CONFIG         -- accessible to DXE and UEFI drivers
            ^
            |
   [PlatformConfigLoad]
            |
  UEFI non-volatile variable -- accessible to external utilities

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15374 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/PlatformDxe/Platform.c