source: rtems-graphics-toolkit/TODO @ 64130b9

Last change on this file since 64130b9 was 64130b9, checked in by Alexandru-Sever Horin <alex.sever.h@…>, on 08/20/12 at 13:21:12

Updated readmes and such

  • Property mode set to 100644
File size: 795 bytes
Line 
1#
2#  $Id$
3#
4
5+ Add microwin
6
7BSPs
8====
9+ We need a generic constant like "POINTING DRIVER".
10
11+ BSPs need to have a #define that indicates they have a pointing driver.
12
13svgalib
14=======
15+ Must configure /dev/null in application
16+ Must add /dev/mem and configure it in application (or find config option)
17+ May want to add SVGALIB_CONFIG_FILE
18
19Nano-X
20======
21+ Fix message "Error opening /dev/fb0: m" on BSPs (e.g. sis) which
22  do not have framebuffer device
23
24+ check if we want to use "non-default" swap routines (include/swap.h)
25
26+ Clean up rtems_init.c when the BSPs make known their graphics/pointing
27  capabilities.
28
29+ Remove hack in microwin/src/drivers/vgaplan4.h and make outb/outw
30  more generic -- like weak symbols or something with default implementations
31  on non-x86 architectures.
32
33 
Note: See TracBrowser for help on using the repository browser.