[openfirmware] [commit] r2498 - cpu/arm/olpc/1.75

repository service svn at openfirmware.info
Fri Sep 2 19:32:56 CEST 2011


Author: wmb
Date: Fri Sep  2 19:32:54 2011
New Revision: 2498
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2498

Log:
OLPC XO-1.75 - removed some more boring startup messages.

Modified:
   cpu/arm/olpc/1.75/devices.fth
   cpu/arm/olpc/1.75/emmc.fth

Modified: cpu/arm/olpc/1.75/devices.fth
==============================================================================
--- cpu/arm/olpc/1.75/devices.fth	Fri Sep  2 19:26:52 2011	(r2497)
+++ cpu/arm/olpc/1.75/devices.fth	Fri Sep  2 19:32:54 2011	(r2498)
@@ -36,7 +36,6 @@
 : stand-init-io  ( -- )
    stand-init-io
    inituarts  install-uart-io
-   ." UART installed" cr
 ;
 warning on
 

Modified: cpu/arm/olpc/1.75/emmc.fth
==============================================================================
--- cpu/arm/olpc/1.75/emmc.fth	Fri Sep  2 19:26:52 2011	(r2497)
+++ cpu/arm/olpc/1.75/emmc.fth	Fri Sep  2 19:32:54 2011	(r2498)
@@ -1,6 +1,5 @@
 \ XXX do we need to set the internal SD for fast drive in boardgpio.fth ?
 : select-internal-sd  ( -- )
-   ." Using internal SD" cr
    h# 18c3 d# 113 af!  \ SD_CMD
    h# 18c3 d# 126 af!  \ SD_DATA2
    h# 18c3 d# 127 af!  \ SD_DATA0
@@ -19,7 +18,6 @@
    h# c1   d# 168 af!  \ eMMC_D1 as GPIO
 ;
 : select-emmc  ( -- )
-   ." Using eMMC" cr
    h# c1 d# 113 af!  \ SD_CMD as GPIO
    h# c1 d# 126 af!  \ SD_DATA2 as GPIO
    h# c0 d# 127 af!  \ SD_DATA0 as GPIO



More information about the openfirmware mailing list