|
From: Feiyang C. <chr...@gm...> - 2022-08-05 02:38:10
|
Hi, Mark Thank you for your reply. On Mon, 1 Aug 2022 at 20:21, Mark Wielaard <ma...@kl...> wrote: > > Hi Feiyang, > > On Mon, 2022-08-01 at 10:00 +0800, Feiyang Chen wrote: > > I'd like to contribute code to support LOONGARCH64/Linux. Many open > > source projects have already supported LoongArch, such as binutils-gdb, > > gcc, linux kernel, glibc and so on. > > I see that the upcoming glibc 2.36 release will support it. Nice. > Is there a way for the community to test it? Is there qemu support? > I opened a bug and attached patches. Later I'll provide a 3A5000 machine for remote connection. https://bugs.kde.org/show_bug.cgi?id=457504 > > I am a Valgrind dev newbie and not sure how to submit patches for > > reviewing. I've read the git-HOWTO.txt and emails in the mailing > > list. Should I open a bug on the KDE Bugtracking System and attach > > patched to it (e.g. Bug 369509)? > > Yes, the best way would be to open a new bug and attach patches to it. > We can then review those. > > Is there a public CPU instruction manual for the architecture? > All LoongArch-related documentation can be found in this repository: https://github.com/loongson/LoongArch-Documentation Among them, the instruction manual is here: https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html > Thanks, > > Mark Thanks, Feiyang |