Closed pbatard closed 5 months ago
Overall, best way to go Also PR text doesn't contain the word closes next to the bug ref so GitHub hasn't detected it'll close an issue
Okay, I removed the extra step from %.efi.debug
.
As to getting #27 to be closed automatically, I believe the 2nd commit should do that once it is applied to the main repo by Nigel (as I think it's better to have the issue closed by the commit that fixed it than a PR patchset with multiple commits, including unrelated ones).
This series of patches aims at adding driver testing to our test suite.
To accomplish that, we need to fix the subsystem that was improperly set for the Visual Studio driver, as well as fix subsystem generation for RISCV64, which was broken per #27.
To accomplish the latter, we simply set the subsystem using
dd
after theobjcopy
step (which is made a little more complex due to the fact that GNU Make's echo doesn't support-ne
but still relatively straightforward).With these patches, we can then add a new test that validates that
drv0
loads and can be invoked.