[openfirmware] [commit] r3754 - cpu/arm/mmp3

repository service svn at openfirmware.info
Fri Jan 2 01:55:03 CET 2015


Author: quozl
Date: Fri Jan  2 01:55:02 2015
New Revision: 3754
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3754

Log:
OLPC XO-4 - enable-smp, review comments, remove unnecessary changes

Modified:
   cpu/arm/mmp3/dramrecal.fth

Modified: cpu/arm/mmp3/dramrecal.fth
==============================================================================
--- cpu/arm/mmp3/dramrecal.fth	Fri Jan  2 00:34:16 2015	(r3753)
+++ cpu/arm/mmp3/dramrecal.fth	Fri Jan  2 01:55:02 2015	(r3754)
@@ -329,14 +329,12 @@
 : enable-smp  ( -- )
    ['] spin >physical 0  hw-install-handler  0 d# 4096 sync-cache
 
-   h# 8 cc3-set  \ moltres timerclk domain software reset, release
-
-   \ moltres peripheral space configuration register
+   \ enable mapping of PMR peripherals, so that PGU and GIC can be used,
+   \ using the moltres peripheral space configuration register
    h# e000.0000 h# 94 ciu!  \ set periphbase_addr
    h# ffff.e001 h# 9c ciu!  \ set periphbase_size, set periphbase_enable
 
    \ enable all clocks
-   h# ffff.ffff h# 0024 mpmu!  \ MPMU_CGR_SP
    h# ffff.ffff h# 1024 mpmu!  \ MPMU_CGR_PJ
    h# 3.ffff h# dc pmua!       \ PMUA_GLB_CLK_CTRL
 



More information about the openfirmware mailing list