MultiArchUefiPkg
MultiArchUefiPkg copied to clipboard
Get into Tiano upstream
Investigate what is required to get into upstream. IIRC this needs to be compatibly licensed (which today would need agreement from the two X86EmulatorPkg engineers - Ard and Alexander). It's also unclear if it's okay to depend on a GPL/LGPL submodule. If not, then a BSD-licensed impl. of Unicorn API is needed (perhaps based on the DynaRec from https://github.com/ptitSeb/box64).
Tiano components cannot depend on GPL/LGPL components.
An alternative UC implementation could be done with box64 or DynamoRio.