[PATCH 0/4] Basic TCG Loongson-3A1000 Support

Jiaxun Yang posted 4 patches 5 years, 5 months ago
Only 3 patches received!
target/mips/mips-defs.h |   8 +-
target/mips/translate.c | 442 +++++++++++++++++++++++++++++++++++++++-
2 files changed, 442 insertions(+), 8 deletions(-)
[PATCH 0/4] Basic TCG Loongson-3A1000 Support
Posted by Jiaxun Yang 5 years, 5 months ago
This series is the sucessor of
"target/mips: Add loongson gs464 core" [1].

Based on Huacai's CPU define.
Boot test have been performed with Huacai's KVM series.

Note: This series only adds instructions that can be generated by GCC,
as we're relying on toolchain for documents of these instructions.  

[1]: https://patchwork.kernel.org/cover/11457385/

Thanks.

Jiaxun Yang (4):
  target/mips: Legalize Loongson insn flags
  target/mips: Add comments for vendor-specific ASEs
  target/mips: Add loongson ext lsdc2 instrustions
  target/mips: Add loongson ext lswc2 instrustions

 target/mips/mips-defs.h |   8 +-
 target/mips/translate.c | 442 +++++++++++++++++++++++++++++++++++++++-
 2 files changed, 442 insertions(+), 8 deletions(-)

-- 
2.27.0

Re: [PATCH 0/4] Basic TCG Loongson-3A1000 Support
Posted by Aleksandar Markovic 5 years, 5 months ago
нед, 14. јун 2020. у 10:03 Jiaxun Yang <jiaxun.yang@flygoat.com> је написао/ла:
>
> This series is the sucessor of
> "target/mips: Add loongson gs464 core" [1].
>

For some reason, patch 4/4 didn't manage to get to the list, and
neither through email. It happens from time to time virtually to
anybody. I guess 4/4 is in a similar form as 3/4. Everything I said
for 3/4 applies to 4/4 as well.

1/4 and 2/4 were applied ti the next mips queue, planned to be sent on
Monday (tomorrow).

Kind regards, and thanks for continuing your contributions!

Aleksandar

> Based on Huacai's CPU define.
> Boot test have been performed with Huacai's KVM series.
>
> Note: This series only adds instructions that can be generated by GCC,
> as we're relying on toolchain for documents of these instructions.
>
> [1]: https://patchwork.kernel.org/cover/11457385/
>
> Thanks.
>
> Jiaxun Yang (4):
>   target/mips: Legalize Loongson insn flags
>   target/mips: Add comments for vendor-specific ASEs
>   target/mips: Add loongson ext lsdc2 instrustions
>   target/mips: Add loongson ext lswc2 instrustions
>
>  target/mips/mips-defs.h |   8 +-
>  target/mips/translate.c | 442 +++++++++++++++++++++++++++++++++++++++-
>  2 files changed, 442 insertions(+), 8 deletions(-)
>
> --
> 2.27.0