[openfirmware] [commit] r2300 - in cpu/arm: mmp2 olpc/1.75

repository service svn at openfirmware.info
Tue Jun 21 05:02:28 CEST 2011


Author: quozl
Date: Tue Jun 21 05:02:27 2011
New Revision: 2300
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2300

Log:
Q4A16, trac #11009

Modified:
   cpu/arm/mmp2/irq.fth
   cpu/arm/olpc/1.75/devices.fth
   cpu/arm/olpc/1.75/fw-version.fth

Modified: cpu/arm/mmp2/irq.fth
==============================================================================
--- cpu/arm/mmp2/irq.fth	Mon Jun 20 22:33:55 2011	(r2299)
+++ cpu/arm/mmp2/irq.fth	Tue Jun 21 05:02:27 2011	(r2300)
@@ -33,9 +33,8 @@
 
 : open  ( -- flag )
    my-space to base-adr
-\ Leave the IRQ table alone so as not to steal interrupts from the SP
-\   block-irqs
-\   d# 64 0  do  i disable-irq  loop
+   block-irqs
+   d# 64 0  do  i disable-irq  loop
    unblock-irqs
    true
 ;

Modified: cpu/arm/olpc/1.75/devices.fth
==============================================================================
--- cpu/arm/olpc/1.75/devices.fth	Mon Jun 20 22:33:55 2011	(r2299)
+++ cpu/arm/olpc/1.75/devices.fth	Tue Jun 21 05:02:27 2011	(r2300)
@@ -274,8 +274,6 @@
 
 devalias keyboard /ec-spi/keyboard
 
-fload ${BP}/cpu/arm/olpc/spcmd.fth
-
 : wlan-reset  ( -- )  d# 58 gpio-clr  d# 20 ms  d# 58 gpio-set  ;
 
 \ Create the alias unless it already exists

Modified: cpu/arm/olpc/1.75/fw-version.fth
==============================================================================
--- cpu/arm/olpc/1.75/fw-version.fth	Mon Jun 20 22:33:55 2011	(r2299)
+++ cpu/arm/olpc/1.75/fw-version.fth	Tue Jun 21 05:02:27 2011	(r2300)
@@ -1,3 +1,3 @@
 \ The overall firmware revision
 macro: FW_MAJOR A
-macro: FW_MINOR 15
+macro: FW_MINOR 16



More information about the openfirmware mailing list