[Libre-soc-bugs] [Bug 982] Support PowerPC ABI in ISACaller
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sun Oct 22 14:19:16 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=982
--- Comment #117 from Dmitry Selyutin <ghostmansd at gmail.com> ---
I still had to make it somewhat more complex, because self.call will not do
anything, only `yield from self.call` will. Also, since basically our insn flow
is unchanged, but we have to "inject" rfid instruction, I had to be somewhat
creative.
https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=cea6b00e0cfb2acca2098794ad70c04d0d53cb29
I also had to introduce a way to pass initial_msr parameter into test_runner.
https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=e25fca65a5a0faecdd9040689b5fe1f44b9a64a7
One this is done, almost everything works, except MSR check:
https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=dfec8c6456adfd3690d5d8da5a78fe3aa6c96b66
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list