Go to file
Doug Zongker d9c9d10d9d fixes to edify and updater script
A few more changes to edify:

  - fix write_raw_image(); my last change neglected to close the write
    context, so the written image was corrupt.

  - each expression tracks the span of the source code from which it
    was compiled, so that assert()'s error message can include the
    source of the expression that failed.

  - the 'cookie' argument to each Function is replaced with a State
    object, which contains the cookie, the source script (for use with
    the above spans), and the current error message (replacing the
    global variables that were used for this purpose).

  - in the recovery image, a new command "ui_print" can be sent back
    through the command pipe to cause text to appear on the screen.
    Add a new ui_print() function to print things from scripts.
    Rename existing "print" function to "stdout".
2009-06-12 14:05:03 -07:00
amend remove unused permissions scheme from amend 2009-06-02 15:41:00 -07:00
edify fixes to edify and updater script 2009-06-12 14:05:03 -07:00
etc auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
minui AI 143128: Use PNG instead of BMP for recovery image icons. This saves 2009-03-27 13:25:30 -07:00
minzip undo temporary alignment hack 2009-05-08 09:43:28 -07:00
mtdutils auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
res/images AI 144082: Remove the unused "unpacking" recovery icon. 2009-04-01 14:39:15 -07:00
tools Automated import from //branches/donutburger/...@142141,142141 2009-03-24 21:30:32 -07:00
updater fixes to edify and updater script 2009-06-12 14:05:03 -07:00
Android.mk fix sim build in donut, too 2009-06-11 17:32:55 -07:00
bootloader.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
bootloader.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
commands.c remove unused permissions scheme from amend 2009-06-02 15:41:00 -07:00
commands.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
common.h AI 144082: Remove the unused "unpacking" recovery icon. 2009-04-01 14:39:15 -07:00
firmware.c don't say "install complete" when it really isn't 2009-05-28 19:02:45 -07:00
firmware.h don't say "install complete" when it really isn't 2009-05-28 19:02:45 -07:00
install.c fixes to edify and updater script 2009-06-12 14:05:03 -07:00
install.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
NOTICE Automated import from //branches/donutburger/...@140818,140818 2009-03-24 18:36:43 -07:00
recovery.c remove unused permissions scheme from amend 2009-06-02 15:41:00 -07:00
roots.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
roots.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
test_roots.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
ui.c AI 144082: Remove the unused "unpacking" recovery icon. 2009-04-01 14:39:15 -07:00
verifier.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
verifier.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00