]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/C/GenFw/Elf64Convert.c
BaseTools GenFw: Fix regression issue to convert the image to ACPI data
authorLiming Gao <gaoliming@byosoft.com.cn>
Sat, 5 Jun 2021 01:17:46 +0000 (09:17 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sun, 6 Jun 2021 08:03:00 +0000 (08:03 +0000)
commitddb3fdbef30de5a2946f9bd51060e8d5b1987aef
tree468f4dace6cac6bdccc1f3ad19e7afae17bf7f9a
parent51adb689e1db695cffdeeacafad218768fbc018c
BaseTools GenFw: Fix regression issue to convert the image to ACPI data

Commit c6b872c updates GenFw base code attribute to find .text section.
With GCC49 tool chain, aslc file is compiled into elf image.
But, its text section has no CODE attribute. So, it can't be detected
by new GenFw tool.For this type file. its text section is not required.
Its data section will be converted to acpi table.

This fix is to remove assert check when the generated image is ACPI data.

Signed-off-by: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Tested-by: Leif Lindholm <leif@nuviainc.com>
BaseTools/Source/C/GenFw/Elf32Convert.c
BaseTools/Source/C/GenFw/Elf64Convert.c