This website requires JavaScript.
Explore
Help
Sign In
OrgACRN
/
acrn-kernel
mirror of
https://github.com/projectacrn/acrn-kernel.git
Watch
1
Star
0
Fork
You've already forked acrn-kernel
0
Code
Issues
Releases
Wiki
Activity
3b9f2952a3
acrn-kernel
/
arch
/
sh
/
boards
/
mach-migor
/
Makefile
3 lines
61 B
Makefile
Raw
Normal View
History
Unescape
Escape
sh: migor board support This patch adds basic support for the Migo-R board. Only simple stuff provided by the cpu specific sh7722 code is in place now, like serial console port, timers and usb gadget. There is also partial support for the smc91c111 ethernet controller - unfortunately some driver header file also needs patching (not included here) to make the driver get IRQ sense information from the platform data. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-02-06 23:38:24 +08:00
obj-y
:=
setup.o
sh: Add SuperH Mobile LCDC platform data for Migo-R Add WVGA and QVGA LCD panel support to Migo-R. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-07-28 17:47:30 +08:00
obj-$(CONFIG_SH_MIGOR_QVGA)
+=
lcd_qvga.o