mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Fixes so that this builds more cleanly
This commit is contained in:
parent
1e039daa62
commit
e5ff8c6d6a
2 changed files with 6 additions and 14 deletions
|
@ -1,2 +1,8 @@
|
||||||
|
option SIS630
|
||||||
|
option USE_DOC_MIL
|
||||||
|
option INBUF_COPY
|
||||||
|
docipl northsouthbridge/sis/630/ipl.S
|
||||||
|
raminit northsouthbridge/sis/630/raminit.inc
|
||||||
|
|
||||||
object southbridge.o
|
object southbridge.o
|
||||||
object northbridge.o
|
object northbridge.o
|
||||||
|
|
|
@ -3,29 +3,15 @@
|
||||||
# This will make a target directory of ./winfast
|
# This will make a target directory of ./winfast
|
||||||
target winfast
|
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
|
# WinFast 6300 MAX mainboard
|
||||||
mainboard leadtek/winfast6300
|
mainboard leadtek/winfast6300
|
||||||
|
|
||||||
# Enable Serial Console for debugging
|
# Enable Serial Console for debugging
|
||||||
option SERIAL_CONSOLE
|
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
|
# Use the internal VGA frame buffer device
|
||||||
# Fixme: this does not effect the Makefile rules for docipl
|
# Fixme: this does not effect the Makefile rules for docipl
|
||||||
option HAVE_FRAMEBUFFER
|
option HAVE_FRAMEBUFFER
|
||||||
|
|
||||||
# we have to figure a better way than this!
|
|
||||||
raminit northsouthbridge/sis/630/raminit.inc
|
|
||||||
linux /usr/src/linux
|
linux /usr/src/linux
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue