[PATCH] or1ksim: Fix bug at UART driver.

2015-04-14 Thread Hesham ALMatary
Fix some UART register addresses and implementation bugs that were causing malfunction of console driver on real hardware. hello and ticker samples are tested and working fine now on mor1kx based SoC on Atlys FPGA board. BSP_OR1K_OR1KSIM_PERIPHCLK has been changed to 50MHz as with mor1kx/atlys SoC

Re: [PATCH] or1ksim: Fix bug at UART driver.

2015-04-14 Thread Joel Sherrill
I don't know why but this didn't apply for me. Some error at line 97 of the patch. Can you try again? On 4/14/2015 8:11 AM, Hesham ALMatary wrote: > Fix some UART register addresses and implementation bugs that > were causing malfunction of console driver on real hardware. > > hello and ticker sa

[PATCH] or1ksim: Fix bug at UART driver.

2015-04-14 Thread Hesham ALMatary
Fix some UART register addresses and implementation bugs that were causing malfunction of console driver on real hardware. hello and ticker samples are tested and working fine now on mor1kx based SoC on Atlys FPGA board. BSP_OR1K_OR1KSIM_PERIPHCLK has been changed to 50MHz as with mor1kx/atlys SoC