Author: wmb Date: Fri Apr 30 08:23:04 2010 New Revision: 1797 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1797
Log: Added commented-out line in olpc/via/ioinit.fth showing how to enable USB device mode.
Modified: cpu/x86/pc/olpc/via/ioinit.fth
Modified: cpu/x86/pc/olpc/via/ioinit.fth ============================================================================== --- cpu/x86/pc/olpc/via/ioinit.fth Thu Apr 29 22:28:24 2010 (r1796) +++ cpu/x86/pc/olpc/via/ioinit.fth Fri Apr 30 08:23:04 2010 (r1797) @@ -278,6 +278,7 @@ [then] [ifdef] xo-board \ 50 4c 4c mreg \ Disable USB device mode, unused USB 1.1 ports 4,5, and EIDE device +\ 50 cc 88 mreg \ Disable EIDE device (set rsvd 80 bit to Phoenix value) (USB device mode enabled) 50 cc c8 mreg \ Disable USB device mode and EIDE device (set rsvd 80 bit to Phoenix value) 51 9f 88 mreg \ Enable SDIO and internal RTC, disable card reader, int mouse & kbd [then]
openfirmware@openfirmware.info