Re: [coreboot] riscv: How to debug (王翔)

2017-06-09 Thread Jonathan Neuschäfer
On Fri, Jun 09, 2017 at 12:47:59PM +0800, 王翔 wrote: > On Friday,June 9, 2017 at 12:34 PM,王翔 wrote: [...] > >I get source frome https://github.com/riscv/riscv-tools.git. > >Compare the difference with https://github.com/riscv/riscv-isa-sim/pull/53 > >and fix the code. > >The difference of Our

Re: [coreboot] riscv: How to debug (王翔)

2017-06-08 Thread 王翔
On Friday,June 9, 2017 at 12:34 PM,王翔 wrote: >On Friday,June 9, 2017 9:17 AM, Jonathan Neuschäfer wrote: >>On Thu, Jun 08, 2017 at 05:32:31PM +0800, 王翔 wrote: >>> I try to debug coreboot with **spike**. >>> I has apply the **8250 usart patch** to **spike**. >>I haven't updated the patches at

Re: [coreboot] riscv: How to debug (王翔)

2017-06-08 Thread 王翔
On Friday,June 9, 2017 9:17 AM, Jonathan Neuschäfer wrote: >On Thu, Jun 08, 2017 at 05:32:31PM +0800, 王翔 wrote: >> I try to debug coreboot with **spike**. >> I has apply the **8250 usart patch** to **spike**. >I haven't updated the patches at [1] in a while. Please check if the two >patches in

Re: [coreboot] riscv: How to debug

2017-06-08 Thread Jonathan Neuschäfer
On Thu, Jun 08, 2017 at 05:32:31PM +0800, 王翔 wrote: > I try to debug coreboot with **spike**. > I has apply the **8250 usart patch** to **spike**. I haven't updated the patches at [1] in a while. Please check if the two patches in [2] work for you if you also apply the following patch to

[coreboot] riscv: How to debug

2017-06-08 Thread 王翔
I try to debug coreboot with **spike**. I has apply the **8250 usart patch** to **spike**. But I get from the official website of the code can not pass the test. I found some BUG when I debug this. I want to submit the code but I can't test it. What can i do, who can help me. I get code from