[OpenWrt-Devel] OpenWrt port for RISC-V

2018-05-02 Thread Alex Guo
/bbl/qemu)   - https://github.com/xfguo/riscv-openwrt (openwrt) Will try to submit patches after solve all the problems, also need to wait master bump to gcc/7.3 and linux/4.15+. Cheers, Alex Guo ___ openwrt-devel mailing list openwrt-devel

Re: [OpenWrt-Devel] OpenWrt port for RISC-V

2018-05-03 Thread Alex Guo
WRT on hifive-u, we may need merge patches from riscv/riscv-linux, but I think qemu should be first priority. Please let me know your new process or your git repo or anything I can help to review/test your port. best, Alex Guo On 05/03/2018 12:59 AM, Zoltan HERPAI wrote: Hi Alex, On Thu, 3

[OpenWrt-Devel] OpenWrt port for RISC-V Update

2018-08-02 Thread Alex Guo
-openwrt-5a9b317.7z?dl=0 I will wait openwrt master move to linux-4.18 so we can submit patches and add new ARCH to openwrt in next step, there are lots of packages need be tested on openwrt (like libffi...). Cheers, Alex Guo ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] OpenWrt on RISC-V

2018-11-03 Thread Alex Guo
Hi Zoltan, Nice work. I'm also trying 4.19 kernel in microsemi pcie board with some wifi card recently, I will try your port on that borad. Best, Alex On 11/3/18 10:50 AM, Zoltan HERPAI wrote: > Hi all, > > I'm happy to announce a port of RISC-V for OpenWrt. For those who > haven't heard

Re: [OpenWrt-Devel] OpenWrt on RISC-V

2018-11-03 Thread Alex Guo
It's Hifive Unleased, https://www.crowdsupply.com/sifive/hifive-unleashed On 11/3/18 5:44 PM, Outback Dingo wrote: > On Sat, Nov 3, 2018 at 3:29 PM Alex Guo wrote: >> Hi Zoltan, >> >> Nice work. >> >> I'm also trying 4.19 kernel in microsemi pcie board with some

Re: [OpenWrt-Devel] [PATCH 1/5] Fix stack overflow bug of uloop lua binding.

2014-06-20 Thread Xiongfei(Alex) GUO
: On 20/06/2014 13:31, xf...@credosemi.com wrote: The static variable `state` in `lua/uloop.c` should be clean after every callback. Signed-off-by: Xiongfei(Alex) Guo xf...@credosemi.com --- Hi, just had a quick browse over the patches. looks good, the only nipick i have

Re: [OpenWrt-Devel] [PATCH] Update MT7530 switch driver.

2014-06-24 Thread Xiongfei(Alex) GUO
hi, I'm test it on Mercury MW305R with a modified dts file for RT-N14U. Maybe I can give a dts patch for this board later. Actually, MT7530 is the ethernet switch inside the MTK MT7620A/N. So you can try it with any MT7620 based board. Xiongfei Guo Credo Semi. On Tue, Jun 24, 2014 at 8:54 PM,

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-07-01 Thread Xiongfei(Alex) GUO
for mt7530 driver is, when swconfig apply, if vid == 0, then let vid = vlan (so vid==0 is valid). if you think it is ok, i can send a patch about this. Regards!~ Xiongfei (Alex) Guo Credo Semi. On Tue, Jul 1, 2014 at 7:37 AM, Roman Yeryomin leroi.li...@gmail.com wrote: On 1 July 2014 01:54

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-07-01 Thread Xiongfei(Alex) GUO
On Tue, Jul 1, 2014 at 9:51 PM, Roman Yeryomin leroi.li...@gmail.com wrote: On 1 July 2014 09:57, Xiongfei(Alex) GUO xf...@credosemi.com wrote: hi, Roman, simply try these commands in OpenWrt, then the ethernet will start to work. uci set network.@switch_vlan[0].vid=1 uci set