Author: wmb Date: Mon Aug 29 03:29:08 2011 New Revision: 2481 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2481
Log: OLPC XO-1.75 - Use virtual addressing for the interrupt controller device driver.
Modified: cpu/arm/mmp2/irq.fth
Modified: cpu/arm/mmp2/irq.fth ============================================================================== --- cpu/arm/mmp2/irq.fth Mon Aug 29 03:22:55 2011 (r2480) +++ cpu/arm/mmp2/irq.fth Mon Aug 29 03:29:08 2011 (r2481) @@ -32,7 +32,7 @@ ;
: open ( -- flag ) - my-space to base-adr + my-unit h# 400 " map-in" $call-parent 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
openfirmware@openfirmware.info