Re: [edk2-devel] [PATCH edk2-platforms 0/5] Platform/RaspberryPi: fix serialportlib dependency hell

2020-05-06 Thread Ard Biesheuvel
On 5/5/20 4:50 PM, Ard Biesheuvel wrote: This proposes an alternative approach to the issue described in https://github.com/raspberrypi/firmware/issues/1376. Instead of fiddling with HobLib internals and relying on headers being included in the correct order, this replaces all DEBUG uses of

[edk2-devel] [PATCH edk2-platforms 0/5] Platform/RaspberryPi: fix serialportlib dependency hell

2020-05-05 Thread Ard Biesheuvel
This proposes an alternative approach to the issue described in https://github.com/raspberrypi/firmware/issues/1376. Instead of fiddling with HobLib internals and relying on headers being included in the correct order, this replaces all DEBUG uses of SerialPortLib with an implementation that