[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v15 00/10] Add LoongArch support
From: |
Xiaotian Wu |
Subject: |
Re: [PATCH v15 00/10] Add LoongArch support |
Date: |
Thu, 27 Apr 2023 18:57:52 +0800 |
User-agent: |
Evolution 3.46.4 |
在 2023-04-25星期二的 17:11 +0200,Daniel Kiper写道:
> On Tue, Apr 18, 2023 at 08:04:07PM +0800, Xiaotian Wu wrote:
> > LoongArch is a new Loongson 3A5000 CPU instruction set, you can
> > read
> > documents [1] or visit the development community [2] to get more
> > information.
> >
> > [1]:
> > https://loongson.github.io/LoongArch-Documentation/README-EN.html
> > [2]: https://github.com/loongson
> >
> > This patch series adds support for the Loongarch architecture,
> > which can
> > compile and run the linux-6.2+ kernel on LoongArch.
> >
> > Please review the patches, thank you.
> >
> > v14->v15:
> > - Update test code to pass more test cases.
>
> In general LGTM except a few things:
> - please explain in the #10 commit message how did you run tests,
> on which platform, why some tests fail, which failures/errors
> can be safely ignored, etc.,
> - please change 2022 year to 2023 in all copyright texts which you
> add,
> - please use "asm volatile" instead of "__asm__ __volatile__",
> - all casts should be in form "(grub_addr_t)(void *) var", extra
> space
> before variable name, instead of "(grub_addr_t)(void *)var",
> - in general stick to GRUB coding style [1].
>
> Daniel
Thank you, it has been fixed, please see the v16 patch.
> [1]
> https://www.gnu.org/software/grub/manual/grub-dev/grub-dev.html#Coding-style
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
--
Best Regards
Xiaotian Wu
- [PATCH v15 02/10] ELF: Add LoongArch definitions, (continued)
- [PATCH v15 02/10] ELF: Add LoongArch definitions, Xiaotian Wu, 2023/04/18
- [PATCH v15 03/10] LoongArch: Add setjmp implementation, Xiaotian Wu, 2023/04/18
- [PATCH v15 06/10] LoongArch: Add support for ELF psABI v2.00 relocations, Xiaotian Wu, 2023/04/18
- [PATCH v15 04/10] LoongArch: Add early startup code, Xiaotian Wu, 2023/04/18
- [PATCH v15 05/10] LoongArch: Add support for ELF psABI v1.00 relocations, Xiaotian Wu, 2023/04/18
- [PATCH v15 07/10] LoongArch: Add auxiliary files, Xiaotian Wu, 2023/04/18
- [PATCH v15 09/10] tests: Fix timezone inconsistency in squashfs_test, Xiaotian Wu, 2023/04/18
- [PATCH v15 08/10] LoongArch: Add to build system, Xiaotian Wu, 2023/04/18
- [PATCH v15 10/10] tests: Add LoongArch to various test cases, Xiaotian Wu, 2023/04/18
- Re: [PATCH v15 00/10] Add LoongArch support, Daniel Kiper, 2023/04/25
- Re: [PATCH v15 00/10] Add LoongArch support,
Xiaotian Wu <=