mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Working chipset_init.inc
Sampel config file
This commit is contained in:
parent
46c05701c1
commit
94f0b3d4c6
2 changed files with 39 additions and 3 deletions
38
src/mainboard/asus/cua/SampleConfig.config
Normal file
38
src/mainboard/asus/cua/SampleConfig.config
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Sample config file for ACER M1631 CHIPSET ON A ASUS
|
||||
# with DoC Millennium (as root)
|
||||
|
||||
# This will make a target directory of ./asus-cua
|
||||
target asus-cua
|
||||
|
||||
# ASUS CUA main board
|
||||
mainboard asus/cua
|
||||
|
||||
# ****************** NEED CORRECT DOC IPL
|
||||
# use DOC MIL
|
||||
option USE_DOC_MIL
|
||||
docipl mainboard/asus/cua/ipl.S
|
||||
|
||||
# Enable Serial Console for debugging
|
||||
option SERIAL_CONSOLE
|
||||
|
||||
# Enable MicroCode update and L2 Cache init for PII and PIII
|
||||
option UPDATE_MICROCODE
|
||||
#option CONFIGURE_L2_CACHE
|
||||
|
||||
# Use the internal VGA frame buffer device
|
||||
#option HAVE_FRAMEBUFFER
|
||||
|
||||
# I want that floppy ...
|
||||
option MUST_ENABLE_FLOPPY
|
||||
|
||||
# *****************MODIFIED BY BHARATH********************
|
||||
# Path to your kernel (vmlinux)
|
||||
linux /usr/src/vmlinux-acer-2.4.9
|
||||
|
||||
# Kernel command line parameters
|
||||
#commandline root=/dev/hda2 console=ttyS0,115200 console=tty0 single
|
||||
# *******************MODIFIED BY BHARATH (root=/dev/hda5 and floppy=nodma)****************
|
||||
commandline root=/dev/hda1 console=ttyS0,115200 floppy=nodma console=tty0 video=sisfb:1024x768-8@60
|
||||
|
||||
|
||||
|
|
@ -8,7 +8,6 @@
|
|||
register_table:
|
||||
// something in here is breaking the CUA very badly.
|
||||
// So I turned it off for now -- RGM
|
||||
.byte 0x0
|
||||
.byte 0x45, 0xff, 0x14
|
||||
.byte 0x49, 0xff, 0x60
|
||||
.byte 0x50, 0xf7, 0x00
|
||||
|
@ -89,15 +88,14 @@ m1535_table:
|
|||
.byte 0x44, 0x00, 0x1d // set edge mode, primary channel IRQ 14
|
||||
// for IDE 1
|
||||
.byte 0x47, 0xff, 0x40 // enable flash rom r/w
|
||||
.byte 0x0
|
||||
// something in here is breaking the CUA very badly.
|
||||
// So I turned it off for now -- RGM
|
||||
.byte 0x0
|
||||
.byte 0x41, 0x00, 0x0d // enable superIO recovery
|
||||
|
||||
|
||||
# .byte 0x75, 0x00, 0x0f // secondary channel IRQ 15
|
||||
#0706cheng .byte 0x70, 0x00, 0x12 // set serial IRQ data frame
|
||||
.byte 0x0
|
||||
.byte 0x72, 0x00, 0x0a /*cheng 0706 add*/
|
||||
// Collins this changes the
|
||||
// IDESEL of the 7101.
|
||||
|
|
Loading…
Add table
Reference in a new issue