On 04.02.2018 23:40, Philippe Mathieu-Daudé wrote: > Hi Helge, Hi Philippe,
> On 01/24/2018 08:26 PM, Richard Henderson wrote: >> Signed-off-by: Richard Henderson <richard.hender...@linaro.org> >> --- >> Makefile | 3 ++- >> .gitmodules | 3 +++ >> pc-bios/hppa-firmware.img | Bin 0 -> 461352 bytes >> roms/seabios-hppa | 1 + >> 4 files changed, 6 insertions(+), 1 deletion(-) >> create mode 100755 pc-bios/hppa-firmware.img >> create mode 160000 roms/seabios-hppa >> diff --git a/.gitmodules b/.gitmodules >> index 1500579638..7a8282df46 100644 >> --- a/.gitmodules >> +++ b/.gitmodules >> @@ -40,3 +40,6 @@ >> [submodule "capstone"] >> path = capstone >> url = git://git.qemu.org/capstone.git >> +[submodule "roms/seabios-hppa"] >> + path = roms/seabios-hppa >> + url = git://github.com/hdeller/seabios-hppa.git > > Do you think it is possible your SeaBIOS work gets merged upstream at > some time? Yes, that's my plan. My changes to the common code base aren't too invasive yet, so hopefully it's possible. Helge