Re: [edk2] [PATCH v3] [BaseTools/Scripts]: Preserve hii section in GCC binaries

2016-07-25 Thread Zhu, Yonghong
Pushed it 03630a81488ca30c384c09034caa1a70afb80a0d Best Regards, Zhu Yonghong -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Friday, July 22, 2016 3:34 PM To: Thomas Palmer ; edk2-de...@ml01.01.org Cc: Zhu, Yonghong

Re: [edk2] [PATCH v3] [BaseTools/Scripts]: Preserve hii section in GCC binaries

2016-07-22 Thread Laszlo Ersek
On 07/22/16 04:56, Thomas Palmer wrote: > According to UEFI spec: > Once an image is loaded, LoadImage() installs > EFI_HII_PACKAGE_LIST_PROTOCOL on the handle if the image contains a > custom PE/COFF resource with the type 'HII'. The protocol's > interface pointer points to the HII package list

Re: [edk2] [PATCH v3] [BaseTools/Scripts]: Preserve hii section in GCC binaries

2016-07-21 Thread Gao, Liming
ng <liming@intel.com>; > ler...@redhat.com > Subject: [edk2] [PATCH v3] [BaseTools/Scripts]: Preserve hii section in GCC > binaries > > According to UEFI spec: > Once an image is loaded, LoadImage() installs > EFI_HII_PACKAGE_LIST_PROTOCOL on the handle if the image cont

[edk2] [PATCH v3] [BaseTools/Scripts]: Preserve hii section in GCC binaries

2016-07-21 Thread Thomas Palmer
According to UEFI spec: Once an image is loaded, LoadImage() installs EFI_HII_PACKAGE_LIST_PROTOCOL on the handle if the image contains a custom PE/COFF resource with the type 'HII'. The protocol's interface pointer points to the HII package list which is contained in the resource's data. This is