fix some more minor bugs and clean up
This commit is contained in:
parent
5ea64b4451
commit
1e039daa62
1 changed files with 8 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
target winfast
|
||||
|
||||
# Add -DSIS630 in Makefile to enable SIS630 specific feature
|
||||
# Fixme: -DSIS630 should be determined from target or mainboard
|
||||
option SIS630
|
||||
|
||||
# WinFast 6300 MAX mainboard
|
||||
|
|
@ -15,8 +16,15 @@ option SERIAL_CONSOLE
|
|||
# Use DoC Millennium as our storage device
|
||||
option USE_DOC_MIL
|
||||
option INBUF_COPY
|
||||
|
||||
# Fixme: when docipl is issued the -DUSE_DOC_MIL and
|
||||
# -DINBUF_COPY should be issued automatically.
|
||||
docipl northsouthbridge/sis/630
|
||||
|
||||
# Use the internal VGA frame buffer device
|
||||
# Fixme: this does not effect the Makefile rules for docipl
|
||||
option HAVE_FRAMEBUFFER
|
||||
|
||||
# we have to figure a better way than this!
|
||||
raminit northsouthbridge/sis/630/raminit.inc
|
||||
linux /usr/src/linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue