Re: [edk2] [PATCH] ArmVirtPkg/PrePi: don't export PE/COFF and LZMA libraries via HOBs

2017-11-27 Thread Ard Biesheuvel
On 27 November 2017 at 12:32, Laszlo Ersek wrote: > On 11/24/17 10:51, Ard Biesheuvel wrote: >> The PrePi code we inherited from ArmPlatformPkg contains a rather >> obscure optimization, where entry points of the PE/COFF and LZMA >> handling routines are recorded in special

Re: [edk2] [PATCH] ArmVirtPkg/PrePi: don't export PE/COFF and LZMA libraries via HOBs

2017-11-27 Thread Laszlo Ersek
On 11/24/17 10:51, Ard Biesheuvel wrote: > The PrePi code we inherited from ArmPlatformPkg contains a rather > obscure optimization, where entry points of the PE/COFF and LZMA > handling routines are recorded in special HOBs, allowing DXE core > to call into that code directly rather than carry

[edk2] [PATCH] ArmVirtPkg/PrePi: don't export PE/COFF and LZMA libraries via HOBs

2017-11-24 Thread Ard Biesheuvel
The PrePi code we inherited from ArmPlatformPkg contains a rather obscure optimization, where entry points of the PE/COFF and LZMA handling routines are recorded in special HOBs, allowing DXE core to call into that code directly rather than carry its own copy of these libraries. Given that no