From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Romain Naour <romain.naour@smile.fr>
Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>,
buildroot@buildroot.org,
Giulio Benetti <giulio.benetti@benettiengineering.com>,
Romain Naour <romain.naour@gmail.com>,
Dick Olsson <hi@senzilla.io>
Subject: Re: [Buildroot] [PATCH v2 2/9] arch: Introduce LoongArch64
Date: Sat, 14 Jun 2025 15:17:17 +0200 [thread overview]
Message-ID: <20250614151717.0f214ef0@windsurf> (raw)
In-Reply-To: <3807ec63-f603-4a95-9894-93ba95d6e2db@smile.fr>
Hello,
On Sat, 14 Jun 2025 14:54:04 +0200
Romain Naour <romain.naour@smile.fr> wrote:
> > +config BR2_loongarch64
> > + bool "LoongArch64"
> > + select BR2_USE_MMU
> > + select BR2_ARCH_IS_64
Since you have this select BR2_ARCH_IS_64 here...
> > +config BR2_loongarch64_generic
> > + bool "Generic LoongArch 64-bit"
> > + depends on BR2_ARCH_IS_64
This depends on is useless.
> > + select BR2_ARCH_NEEDS_GCC_AT_LEAST_12
>
> This can be moved under BR2_loongarch64.
>
> Best regards,
> Romain
>
>
> > + help
> > + Generic LoongArch 64-bit processor.
> > +
> > +config BR2_loongarch64_v1_0
> > + bool "LoongArch64 ISA version 1.0"
> > + depends on BR2_ARCH_IS_64
This depends on is useless.
> > + select BR2_ARCH_NEEDS_GCC_AT_LEAST_13
> > + help
> > + LoongArch64 ISA version 1.0 processor.
> > +
> > +config BR2_loongarch64_v1_1
> > + bool "LoongArch64 ISA version 1.1"
> > + depends on BR2_ARCH_IS_64
This depends on is useless.
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2025-06-14 13:17 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-07 18:12 [Buildroot] [PATCH v2 0/9] LoongArch64 initial support Jiaxun Yang
2025-06-07 18:12 ` [Buildroot] [PATCH v2 1/9] package/gcc: Introduce BR2_GCC_TARGET_SIMD option Jiaxun Yang
2025-06-14 12:47 ` Romain Naour via buildroot
2025-06-07 18:12 ` [Buildroot] [PATCH v2 2/9] arch: Introduce LoongArch64 Jiaxun Yang
2025-06-14 12:54 ` Romain Naour via buildroot
2025-06-14 13:17 ` Thomas Petazzoni via buildroot [this message]
2025-06-14 15:54 ` Jiaxun Yang
2025-06-07 18:12 ` [Buildroot] [PATCH v2 3/9] package/glibc: Enable LoongArch64 support Jiaxun Yang
2025-06-14 12:57 ` Romain Naour via buildroot
2025-06-07 18:12 ` [Buildroot] [PATCH v2 4/9] package/musl: " Jiaxun Yang
2025-06-14 12:58 ` Romain Naour via buildroot
2025-06-07 18:12 ` [Buildroot] [PATCH v2 5/9] linux: Introduce {vmlinux, vmlinuz}.efi kernel binary format Jiaxun Yang
2025-06-14 13:11 ` Romain Naour via buildroot
2025-06-07 18:12 ` [Buildroot] [PATCH v2 6/9] boot/grub2: Introduce loongarch64-efi target Jiaxun Yang
2025-06-14 13:14 ` Romain Naour via buildroot
2025-06-07 18:12 ` [Buildroot] [PATCH v2 7/9] board/loongarch64-efi: Introduce the new board Jiaxun Yang
2025-06-14 13:43 ` Romain Naour via buildroot
2025-06-14 20:50 ` Julien Olivain
2025-06-07 18:12 ` [Buildroot] [PATCH v2 8/9] boot/edk2: Add LoongArch64 OVMF support Jiaxun Yang
2025-06-14 13:50 ` Romain Naour via buildroot
2025-06-07 18:12 ` [Buildroot] [PATCH v2 9/9] board/qemu: Add loongarch64-virt-efi variant Jiaxun Yang
2025-06-14 13:32 ` Julien Olivain
2025-06-14 13:59 ` Romain Naour via buildroot
2025-06-14 14:24 ` [Buildroot] [PATCH v2 0/9] LoongArch64 initial support Romain Naour via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250614151717.0f214ef0@windsurf \
--to=buildroot@buildroot.org \
--cc=giulio.benetti@benettiengineering.com \
--cc=hi@senzilla.io \
--cc=jiaxun.yang@flygoat.com \
--cc=romain.naour@gmail.com \
--cc=romain.naour@smile.fr \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.