[openfirmware] [commit] r2568 - cpu/arm/mmp2

repository service svn at openfirmware.info
Mon Oct 3 23:16:04 CEST 2011


Author: wmb
Date: Mon Oct  3 23:16:03 2011
New Revision: 2568
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2568

Log:
OLPC 1.75 - fixed error in currently-unused code introduced by a recent change.

Modified:
   cpu/arm/mmp2/dramrecal.fth

Modified: cpu/arm/mmp2/dramrecal.fth
==============================================================================
--- cpu/arm/mmp2/dramrecal.fth	Mon Oct  3 23:13:33 2011	(r2567)
+++ cpu/arm/mmp2/dramrecal.fth	Mon Oct  3 23:16:03 2011	(r2568)
@@ -151,8 +151,8 @@
    mov pc,r1
 c;
 
-: apbc-clr-rst  ( offset -- )  +apbc  4 swap io-clr  ;
-: apbc-set-rst  ( offset -- )  +apbc  4 swap io-set  ;
+: apbc-clr-rst  ( offset -- )  4  swap +apbc  io-clr  ;
+: apbc-set-rst  ( offset -- )  4  swap +apbc  io-set  ;
 
 : disable-apbc-clks  ( -- )
    \ 3 h# 38 +apbc io-clr   \ GPIO
@@ -570,10 +570,10 @@
    h# b0 d# 15 af!    \ Wake SP on rotate key
    h# 220 d#  71 af!  \ Wake SP on KBD CLK falling edge
    h# 221 d# 160 af!  \ Wake SP on TPD CLK falling edge
-   h# 4c +mpmu  h# 20.0000 io-set  \ Keypress wakes SP
+   h# 20.0000  h# 4c +mpmu  io-set  \ Keypress wakes SP
    ['] disable-int40 d# 40 interrupt-handler!
    d# 40 enable-interrupt  \ SP to PJ4 communications interrupt
-   1 h# 29.00cc 1 io-clr   \ Unmask the inter-processor communications interrupt
+   1  h# 29.00cc  io-clr   \ Unmask the inter-processor communications interrupt
 ;
 
 : breadcrumb  ( n -- )  h# d000.0110 l!  ;



More information about the openfirmware mailing list