feat(ps2_uart): Enable EE UART#88
Conversation
|
Many thanks, @XavierBrassoud! It looks my Github compilation workflow script isn’t quite working with pull request actions though: It does not seem to be a problem with your code. I should fix the Github workflow action script to make it work. :-) |
frno7
left a comment
There was a problem hiding this comment.
Please review enclosed comments. Also,
- Would you like to add a tag
Signed-off-by: Xavier Brassoud <xavier.brassoud@gmail.com>to your commit message? - If you rebase your pull request on
ps2-main(updated this morning) having commit f30d2c4, we should have the workflow action working with pull requests, hopefully. :-)
|
This is awesome, especially having proper output on PCSX2, which was something I was curious about in the past |
Support UART serial communication over Emotional Engine (EE) using "ps2_uart" module Only polling mode is currently supported Signed-off-by: Xavier Brassoud <xavier.brassoud@gmail.com>
180b142 to
50c9350
Compare
|
Thanks you for your review :) I have rebase and squash my commits into one with the tag If you see any new suggestions to make, I'll be happy to add them ;) |
|
Great! The workflow action was happy to accept a pull request too. Merged in 515fa87. Thanks, @XavierBrassoud! |
Here is my contribution for this awesome project, thanks you Fredrik!
Happy new year to the PS2 Linux Community! 🎆
Description
Enable UART to the PS2 Emotional Engine (EE) serial port using ps2_uart module
/dev/ttyS0– baud rate:38400Only polling mode is currently supported.
Fix #68
Associated PR: frno7/gentoo-mipsr5900el#22
Menu Config
Enable console access:
Enable debug early kernel printk messages:
Tests
Real Hardware
PCSX2
References