This patch reflects Blue Swirl's second review.
Rebased with recent commit, and modified field name with underscore prefix.
Best Regards,
Shin-ichiro KAWASAKI
---
In linux kernel v2.6.33, sm501 frame buffer driver mod
(2010/05/15 5:44), Blue Swirl wrote:
On 5/11/10, Shin-ichiro KAWASAKI wrote:
Hello Blue Swirl, and thank you for the review.
Here's the patch modified according to your comments.
abort() is used instead of assert(), and const modifier added for
CPU*MemoryFunc.
The patch does not
Hello Blue Swirl, and thank you for the review.
Here's the patch modified according to your comments.
abort() is used instead of assert(), and const modifier added for
CPU*MemoryFunc.
Best Regards,
Shin-ichiro KAW
Hello, Aurelian,
Thank you for clarification. I've understood the situation.
My comment is not the solution for Rob's problem.
Best Regards,
Shin-ichiro KAWASAKI
(2010/05/11 0:48), Aurelien Jarno wrote:
Shin-ichiro KAWASAKI a écrit :
Hello, Rob,
This mail might be too late, but
://marc.info/?l=linux-sh&m=127183863325672&w=2
To avoid this,
- add "earlyprintk=sh-sci.1" to kernel command line, and
- modify CONFIG_SERIAL_SH_SCI_NR_UARTS valud from 1 to 2,
in kernel configuration menu.
I hope that this is the trouble you see.
Regards,
Shin-ichiro KAWASA
1 2D graphics engine emulation and solve this problem.
Signed-off-by: Shin-ichiro KAWASAKI
Add SM501 2D hardware engine support.
- Add 2D engine register set read/write handlers.
- Support 'fill rectangle'. Other operations are left for future work.
- Updat
This patch adds hardware cursor feature to SM501 graphics chip emulation,
to make the graphic console more useful for QEMU SH4 users.
Signed-off-by: Shin-ichiro KAWASAKI
hw/sm501.c | 154 +++
hw/sm501_template.h | 42