
Feb. 26, 2014
4:40 a.m.
Author: quozl Date: Wed Feb 26 04:40:33 2014 New Revision: 3713 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3713 Log: OLPC XO-1.75 XO-4 - edi-open-active broke stack balance by returning 0 if the EC was freshly powered up, fixes #12751 Modified: cpu/arm/olpc/edi.fth Modified: cpu/arm/olpc/edi.fth ============================================================================== --- cpu/arm/olpc/edi.fth Fri Feb 21 21:58:38 2014 (r3712) +++ cpu/arm/olpc/edi.fth Wed Feb 26 04:40:33 2014 (r3713) @@ -342,7 +342,7 @@ \ Does a dummy ready and throws away the result. \ required to get the EDI interface enabled - h# ff22 ['] edi-b@ catch if noop else drop then + h# ff22 ['] edi-b@ catch 2drop set-chip-id
4124
Age (days ago)
4124
Last active (days ago)
0 comments
1 participants
participants (1)
-
repository service