[openfirmware] r1440 - cpu/x86/pc/olpc/via

svn at openfirmware.info svn at openfirmware.info
Wed Oct 28 08:49:17 CET 2009


Author: wmb
Date: 2009-10-28 08:49:17 +0100 (Wed, 28 Oct 2009)
New Revision: 1440

Modified:
   cpu/x86/pc/olpc/via/ioinit.fth
   cpu/x86/pc/olpc/via/olpc.bth
Log:
OLPC trac 9487 - Remove IDE support from XO-1.5 build as one part of this ticket.


Modified: cpu/x86/pc/olpc/via/ioinit.fth
===================================================================
--- cpu/x86/pc/olpc/via/ioinit.fth	2009-10-28 07:43:55 UTC (rev 1439)
+++ cpu/x86/pc/olpc/via/ioinit.fth	2009-10-28 07:49:17 UTC (rev 1440)
@@ -120,7 +120,7 @@
    end-table
 [then]
 
-1 [if]
+0 [if]
    d# 15 0 devfunc  \ EIDE tuning
    09 05 05 mreg  \ Set EIDE to native mode so prober will see config reg 3d set
    40 02 02 mreg  \ Enable primary channel
@@ -221,7 +221,7 @@
    50 40 40 mreg  \ Disable USB device mode
 [then]
 [ifdef] xo-board
-   50 48 48 mreg  \ Disable USB device mode and unused USB 1.1 ports 4,5
+   50 4c 4c mreg  \ Disable USB device mode, unused USB 1.1 ports 4,5, and EIDE device
    51 9f 88 mreg  \ Enable SDIO and internal RTC, disable card reader, int mouse & kbd
 [then]
 

Modified: cpu/x86/pc/olpc/via/olpc.bth
===================================================================
--- cpu/x86/pc/olpc/via/olpc.bth	2009-10-28 07:43:55 UTC (rev 1439)
+++ cpu/x86/pc/olpc/via/olpc.bth	2009-10-28 07:49:17 UTC (rev 1440)
@@ -90,9 +90,11 @@
    " ${BP}/dev/usb2/device/storage/build/usbstorage.fc" " usbstorage"   $add-deflated-dropin
 \  " mrv8686.bin" " mrv8686.bin"                                    $add-deflated-dropin
 
+[ifdef] notdef
    " ${BP}/dev/pci/build/pcibridg.fc"            " class060400"   $add-deflated-dropin
-\   " ${BP}/dev/ide/build/leghier.fc"             " class01018a"   $add-deflated-dropin
+\  " ${BP}/dev/ide/build/leghier.fc"             " class01018a"   $add-deflated-dropin
    " ${BP}/dev/ide/build/idehier.fc"             " class01018f"   $add-deflated-dropin
+[then]
 [ifdef] xo-board
    " ${BP}/dev/mmc/sdhci/build/sdhcixo.fc"       " class080501"   $add-deflated-dropin
 [then]




More information about the openfirmware mailing list