Re: [PATCH v2 0/5] Fix some bugs on RV32 build fail and issue

2018-09-28 Thread Zong Li
Palmer Dabbelt 於 2018年9月29日 週六 上午7:52寫道: > > On Wed, 26 Sep 2018 01:31:09 PDT (-0700), zong...@gmail.com wrote: > > This patches contain the modificaion as follows: > > 1. Fix up the building fail on RV32. > > 2. Add umoddi3 and udivmoddi4 functions for RV32. > > 3. Fix ioremap problem on RV32. >

Re: [PATCH v2 0/5] Fix some bugs on RV32 build fail and issue

2018-09-28 Thread Palmer Dabbelt
On Wed, 26 Sep 2018 01:31:09 PDT (-0700), zong...@gmail.com wrote: This patches contain the modificaion as follows: 1. Fix up the building fail on RV32. 2. Add umoddi3 and udivmoddi4 functions for RV32. 3. Fix ioremap problem on RV32. Changes in v2: - Retain the copyright notices from libgcc in

[PATCH v2 0/5] Fix some bugs on RV32 build fail and issue

2018-09-26 Thread Zong Li
This patches contain the modificaion as follows: 1. Fix up the building fail on RV32. 2. Add umoddi3 and udivmoddi4 functions for RV32. 3. Fix ioremap problem on RV32. Changes in v2: - Retain the copyright notices from libgcc in umoddi3.c and udivmoddi4.c. Vincent Chen (1): RISC-V: Avoid corru