On 1 June 2017 at 02:31, Rebecca Cran <[email protected]> wrote: > Hi, > > I recently got an ARM64 SoftIron Overdrive 1000 box which uses AMD's Opteron > A1100, and while it's nice having most of the platform firmware be open > source, the part I'm missing is the PEI, which is implemented in a binary > blob. Apparently that is generated via a tool called the AMD Firmware > Development Kit, but I can't find any reference to it outside of the edk2. > > > Is there any way a user outside of AMD can get the Firmware Development Kit, > or somehow else reconfigure the PEI binary? I'm asking because some work I'm > starting out on has changes for the PEI, and while I could use Qemu it would > be nice to also develop on real hardware. >
Hi Rebecca, Which PEI binary are you referring to? There is the PEI core, and a collection of PEI modules (PEIMs) that do various platform related things, including PCIe link training (and believe me, looking at that code will make your eyes bleed), which is the only closed source PEIM IIRC. Whether you can get access to the FDK is a question I cannot answer, but I don't think there are any people left at AMD working on the Seattle project. Which tree are you building from? _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

