> 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 <[email protected]>: >> On Tue, Dec 26, 2017 at 01:55:48PM +0800, Andes wrote: >> >>> From: Rick Chen <[email protected]> >>> >>> 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 <[email protected]> >>> Signed-off-by: Rick Chen <[email protected]> >>> Signed-off-by: Greentime Hu <[email protected]> >>> Cc: Padmarao Begari <[email protected]> >> >> 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://[email protected]/u-boot-riscv.git master without riscv repo for contribution. Rick _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

