public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Liming Gao <liming.gao@intel.com>
To: edk2-devel@lists.01.org
Subject: [Patch 0/3] BaseTools: Add build support to generate HII image package
Date: Wed, 21 Sep 2016 10:39:08 +0800	[thread overview]
Message-ID: <1474425551-9056-1-git-send-email-liming.gao@intel.com> (raw)

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



             reply	other threads:[~2016-09-21  2:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-21  2:39 Liming Gao [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1474425551-9056-1-git-send-email-liming.gao@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox