[U-Boot] [U-Boot, v2, 01/12] riscv: cpu: Add nx25 to support RISC-V

陳建志 rickchen36 at gmail.com
Fri Feb 2 08:20:06 UTC 2018


>  Actually I have checked with checkpatch.pl and cleaned most before
> sending patchs.
> But it seem still left some, I will keep fixing them.
>
> Thanks for Tom and Wolfgang's help.
>
> Rick
>
> 2018-01-15 21:52 GMT+08:00 Tom Rini <trini at konsulko.com>:
>> On Tue, Dec 26, 2017 at 01:55:48PM +0800, Andes wrote:
>>
>>> From: Rick Chen <rick at andestech.com>
>>>
>>> Add Andes nx25 cpu core (called AndesStar V5) to support RISC-V arch
>>>
>>> Verifications:
>>> 1. startup and relocation ok.
>>> 2. boot from rom or ram both ok.
>>> 2. timer driver ok.
>>> 3. uart driver ok
>>> 4. mmc driver ok
>>> 5. spi driver ok.
>>> 6. 32/64 bit both ok.
>>>
>>> Detail verification message please see doc/README.ae250.
>>>
>>> Signed-off-by: Rick Chen <rick at andestech.com>
>>> Signed-off-by: Rick Chen <rickchen36 at gmail.com>
>>> Signed-off-by: Greentime Hu <green.hu at gmail.com>
>>> Cc: Padmarao Begari <Padmarao.Begari at microsemi.com>
>>
>> Applied to u-boot/master.
>>
>> But that said, the whole of arch/riscv/ and board/AndesTech/nx25-ae250/
>> introduces some checkpatch.pl issues, please investigate and fix
>> appropriate ones, thanks!
>>
>> --
>> Tom

Hi Tom

I am trying to fix this checkpatch.pl issue.

Though I download mainline by
git clone http://git.denx.de/u-boot.git
It can be seen /arch/riscv folder there.

But when I try to download riscv repository by
git clone http://git.denx.de/u-boot-riscv.git
and it fail.

Below is the error messge:
Cloning into 'u-boot-riscv'...
fatal: http://git.denx.de/u-boot-riscv.git/info/refs not found: did
you run git update-server-info on the server?

Download nds32 repo by
git clone http://git.denx.de/u-boot-nds32.git
is ok.

May I ask have this riscv repo been created ?
or
did I do something wrong ?

It seem that after I finish fixing the checkpatch.pl issue, I can not do
git push ssh://gu-riscv@git.denx.de/u-boot-riscv.git master
without riscv repo for contribution.

Rick


More information about the U-Boot mailing list