Author: wmb Date: Wed Feb 29 22:47:16 2012 New Revision: 2886 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2886
Log: ARM - clear state save area so restartable? is initially off.
Modified: cpu/arm/register.fth
Modified: cpu/arm/register.fth ============================================================================== --- cpu/arm/register.fth Mon Feb 27 22:46:01 2012 (r2885) +++ cpu/arm/register.fth Wed Feb 29 22:47:16 2012 (r2886) @@ -382,6 +382,8 @@ ps-size alloc-mem is pssave rs-size alloc-mem is rssave
+ clear-save-area + 1 catch-exception \ Undefined instruction \ 2 catch-exception \ Software interrupt 3 catch-exception \ Prefetch abort
openfirmware@openfirmware.info