On 6 April 2017 at 19:43, Leif Lindholm leif.lindholm@linaro.org wrote:
On Thu, Apr 06, 2017 at 11:29:33AM +0100, Ard Biesheuvel wrote:
The FdtDxe implementation that lives in Platforms/AMD/Styx is a rather unhealthy mix of fossilized pieces of LinuxLoader combined with other dependencies on the deprecated ARM BdsLib.
Since it does lots of things we don't need (involving memory DT nodes and other bits we don't use), and doesn't do what we do need (select between ACPI and DT but not enable both at the same time), it is time to get rid of it.
So implement a DtPlatformDtbLoaderLib based on the pieces we want to keep, and switch Overdrive and Overdrive 1000 to use it, and finally remove FdtDxe altogether.
Remaining patches in series: Revied-by: Leif Lindholm leif.lindholm@linaro.org
Thanks (I guess)
#1 .. #4 pushed, v2 of #5 coming up