public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/3] BaseTools: Add build support to generate HII image package
@ 2016-09-21  2:39 Liming Gao
  2016-09-21  2:39 ` [Patch 1/3] MdePkg UefiHii: Add IMAGE_TOKEN macro to access image resource in C and VFR Liming Gao
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Liming Gao @ 2016-09-21  2:39 UTC (permalink / raw)
  To: edk2-devel

HII image package is defined in UEFI spec. But, EDK2 BaseTools doesn't support
its generation. To fill this gap, new image description file (*.idf) is 
introduced to describe HII image resource. *.idf file syntax has been 
proposed into edk2 community. This patch updates BaseTools base on it to 
generate the binary HII image package.

Liming Gao (2):
  MdePkg UefiHii: Add IMAGE_TOKEN macro to access image resource in C
    and VFR
  MdeModulePkg HiiDatabaseDxe: Ignore new EFI_HII_IIBT_IMAGE_PNG type
    Image

Yonghong Zhu (1):
  BaseTools: support generating image package from BMP/JPEG/PNG files

 BaseTools/Conf/build_rule.template                 |  21 ++
 BaseTools/Source/Python/AutoGen/AutoGen.py         |  31 ++-
 BaseTools/Source/Python/AutoGen/GenC.py            | 245 ++++++++++++++++++++-
 BaseTools/Source/Python/AutoGen/IdfClassObject.py  | 159 +++++++++++++
 BaseTools/Source/Python/AutoGen/StrGather.py       |   4 +-
 BaseTools/Source/Python/Common/DataType.py         |   1 +
 MdeModulePkg/Universal/HiiDatabaseDxe/Image.c      |   6 +-
 .../Include/Uefi/UefiInternalFormRepresentation.h  |   8 +-
 8 files changed, 467 insertions(+), 8 deletions(-)
 create mode 100644 BaseTools/Source/Python/AutoGen/IdfClassObject.py

-- 
2.8.0.windows.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-09-21  5:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21  2:39 [Patch 0/3] BaseTools: Add build support to generate HII image package Liming Gao
2016-09-21  2:39 ` [Patch 1/3] MdePkg UefiHii: Add IMAGE_TOKEN macro to access image resource in C and VFR Liming Gao
2016-09-21  3:19   ` Dong, Eric
2016-09-21  5:10   ` Bi, Dandan
2016-09-21  2:39 ` [Patch 2/3] MdeModulePkg HiiDatabaseDxe: Ignore new EFI_HII_IIBT_IMAGE_PNG type Image Liming Gao
2016-09-21  3:19   ` Dong, Eric
2016-09-21  5:10   ` Bi, Dandan
2016-09-21  2:39 ` [Patch 3/3] BaseTools: support generating image package from BMP/JPEG/PNG files Liming Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox