diff --git a/src/mainboard/asus/cua/SampleConfig.config b/src/mainboard/asus/cua/SampleConfig.config new file mode 100644 index 0000000000..6246983c47 --- /dev/null +++ b/src/mainboard/asus/cua/SampleConfig.config @@ -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 + + + diff --git a/src/northbridge/acer/m1631/chipset_init.inc b/src/northbridge/acer/m1631/chipset_init.inc index 4f56a22615..c207a7c923 100644 --- a/src/northbridge/acer/m1631/chipset_init.inc +++ b/src/northbridge/acer/m1631/chipset_init.inc @@ -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.