Re: How to commit a new architecture like RISC-V

2021-06-04 Thread Paul Wise
On Sat, May 22, 2021 at 3:24 AM Paul Wise wrote: > The steps are essentially documented in the port template wiki page, > but I have rewritten the page into some clearer text here. The instructions I provided are now available on this wiki page, but much improved with input from other folks, plea

Re: How to commit a new architecture like RISC-V

2021-05-23 Thread Florian Weimer
* zhangjialing: > 在 2021/5/11 下午6:36, Helmut Grohne 写道: >>   * What is the state of glibc support > 2.28-10,patch can provide There's been any port submission posted to libc-alpha. By default, new ports use the current glibc ABI baseline (which would now be glibc 2.34, which is still evolving d

Re: How to commit a new architecture like RISC-V

2021-05-21 Thread Helmut Grohne
On Sat, May 22, 2021 at 10:57:12AM +0800, zhangjialing wrote: > 1. is it necessary to adapt rebootstrap ? If you want to use rebootstrap, then experience tells that it is. rebootstrap contains architecture-specific fixes that have not yet been upstreamed to make the bootstrap process barely work.

Re: How to commit a new architecture like RISC-V

2021-05-21 Thread Paul Wise
On Sat, May 22, 2021 at 3:24 AM Paul Wise wrote: > The steps are essentially documented in the port template wiki page, > but I have rewritten the page into some clearer text here: Woops, I sent the mail before I had finished it, I continue from where I stopped. Setup communication channels for

Re: How to commit a new architecture like RISC-V

2021-05-21 Thread Paul Wise
On Sat, May 22, 2021 at 2:57 AM zhangjialing wrote: > 1. is it necessary to adapt rebootstrap ? Yes, it is fairly essential to have an automatic bootstrap, so you can continually fix problems that arise with the bootstrap process as Debian evolves. > 2. after adapt rebootstrap,what is the next.

Re: How to commit a new architecture like RISC-V

2021-05-21 Thread zhangjialing
在 2021/5/21 下午12:34, Helmut Grohne 写道: On Fri, May 21, 2021 at 09:07:10AM +0800, zhangjialing wrote: Hi, I have known upstreaming first , I will make a plan for this debian port . Good. Please, when we upstreaming our patch , Is there a version limit for the soft like gcc ,glibc I honestly

Re: How to commit a new architecture like RISC-V

2021-05-21 Thread Helmut Grohne
On Fri, May 21, 2021 at 09:07:10AM +0800, zhangjialing wrote: > Hi, I have known upstreaming first , I will make a plan for this debian port > . Good. > Please, when we upstreaming our patch , Is there a version limit for the > soft like gcc ,glibc I honestly fail to understand what this is supp

Re: How to commit a new architecture like RISC-V

2021-05-20 Thread Geert Stappers
On Fri, May 21, 2021 at 09:07:10AM +0800, zhangjialing wrote: > 在 2021/5/20 下午5:42, Helmut Grohne 写道: > > Hi, > > > > On Thu, May 20, 2021 at 02:52:32PM +0800, zhangjialing wrote: > > > the upstream is not support now , the patch is in our local repository. > > I fear that this is a very bad basis

Re: How to commit a new architecture like RISC-V

2021-05-20 Thread zhangjialing
在 2021/5/20 下午5:42, Helmut Grohne 写道: Hi, On Thu, May 20, 2021 at 02:52:32PM +0800, zhangjialing wrote: the upstream is not support now , the patch is in our local repository. I fear that this is a very bad basis to bootstrap Debian from. I strongly recommend deferring a Debian port and upst

Re: How to commit a new architecture like RISC-V

2021-05-20 Thread Helmut Grohne
Hi, On Thu, May 20, 2021 at 02:52:32PM +0800, zhangjialing wrote: > the upstream is not support now , the patch is in our local repository. I fear that this is a very bad basis to bootstrap Debian from. I strongly recommend deferring a Debian port and upstreaming first. If you want to proceed an

Re: How to commit a new architecture like RISC-V

2021-05-19 Thread zhangjialing
在 2021/5/19 下午6:47, Helmut Grohne 写道: Hi, On Wed, May 19, 2021 at 03:22:32PM +0800, zhangjialing wrote: The upsteam work is working on, But it is slow ,We can provide the patch and the apt  repo. Thank you for providing the answers on list.   * What is the gnu triplet used for the port?

Re: How to commit a new architecture like RISC-V

2021-05-19 Thread zhangjialing
在 2021/5/20 上午8:59, Paul Wise 写道: Could you also include these details and the other ones that Helmut requested in the wiki page you created? Please also rename the wiki page to the chosen architecture name (loongarch64) instead of the current name (la64). Hi,  Ok, I will modify it as soon as

Re: How to commit a new architecture like RISC-V

2021-05-19 Thread Paul Wise
Could you also include these details and the other ones that Helmut requested in the wiki page you created? Please also rename the wiki page to the chosen architecture name (loongarch64) instead of the current name (la64). -- bye, pabs https://wiki.debian.org/PaulWise

Re: How to commit a new architecture like RISC-V

2021-05-19 Thread Helmut Grohne
Hi, On Wed, May 19, 2021 at 03:22:32PM +0800, zhangjialing wrote: > The upsteam work is working on, But it is slow ,We can provide the patch and > the apt  repo. Thank you for providing the answers on list. > >   * What is the gnu triplet used for the port? > loongarch64-linux-gnu > >   * How ma

Re: How to commit a new architecture like RISC-V

2021-05-19 Thread zhangjialing
Hi , The upsteam work is working on, But it is slow ,We can provide the patch and the apt  repo. 在 2021/5/11 下午6:36, Helmut Grohne 写道: Hi, On Tue, May 11, 2021 at 05:41:35PM +0800, zhangjialing wrote:     We have a new architecture , We have compiled a lot of packages.Now the system can wo

Re: How to commit a new architecture like RISC-V

2021-05-11 Thread Helmut Grohne
Hi, On Tue, May 11, 2021 at 05:41:35PM +0800, zhangjialing wrote: >    We have a new architecture , We have compiled a lot of packages.Now the > system can work normally . > >We want to submit to debian like RISC-V. Please What documents(or others) > can we refer to. I think that recent po

Re: How to commit a new architecture like RISC-V

2021-05-11 Thread Paul Wise
On Tue, May 11, 2021 at 9:47 AM zhangjialing wrote: > We have a new architecture , We have compiled a lot of packages.Now the > system can work normally . I think you are talking about LoongArch? I read that CPUs supporting it can also run MIPS, ARM, RISC-V and x86 binaries. Are there any ad

How to commit a new architecture like RISC-V

2021-05-11 Thread zhangjialing
hello    We have a new architecture , We have compiled a lot of packages.Now the system can work normally . We want to submit to debian like RISC-V. Please What documents(or others) can we refer to. I want to know the submission process and documents.I know RISC-V has done it ,