Changeset 3285
- Timestamp:
- Sep 5, 2012 3:38:05 AM (9 months ago)
- File:
-
- 1 edited
-
cpu/x86/pc/olpc/security.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/x86/pc/olpc/security.fth
r3007 r3285 890 890 ; 891 891 : (fw-version) ( base-adr -- n ) 892 h# f.ffc7 +((fw-version))892 signature-offset + 7 + ((fw-version)) 893 893 ; 894 894 … … 902 902 : firmware-up-to-date? ( img$ -- flag ) 903 903 /flash <> if show-x " Invalid Firmware image" .security-failure then ( adr ) 904 h# f.ffc7 + ((fw-version))( file-version# )904 (fw-version) ( file-version# ) 905 905 ofw-version-int ( file-version# rom-version# ) 906 906 u<=
Note: See TracChangeset
for help on using the changeset viewer.
