summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/or1k/or1ksim/console/uart.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename or1ksim BSP to generic_or1kHesham ALMatary2015-04-191-152/+0
| | | | | | | or1ksim BSP was initially named after or1ksim simulator, and it was intented to only run there. But now it can also run on QEMU, jor1k and real FPGA boards without modifications. It makes more sense to give it a new generic name like generic_or1k.
* or1ksim: Fix bug at UART driver.Hesham ALMatary2015-04-141-24/+11
| | | | | | | | | | | 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; this change has no effect on the current simulators that RTEMS run on.
* or1k/or1ksim: Fix warningsJoel Sherrill2014-10-201-7/+12
|
* libbsp/or1ksim: Fix warnings.Hesham ALMatary2014-10-131-4/+11
|
* or1ksim: Console: implement uart_read_polledHesham ALMatary2014-09-291-2/+11
| | | | | | Implement uart_read_polled which is needed for any application that reads input from users. It works fine with pppd, capture, and all termios tests.
* Add new (first) OpenRISC BSP called or1ksim.Hesham ALMatary2014-08-201-0/+144
This BSP is intended to run on or1ksim (the main OpenRISC emulator). Fixed version according to Joel comments from the mailing list.