summaryrefslogtreecommitdiffstats
path: root/edify/parser.y (follow)
Commit message (Collapse)AuthorAgeFilesLines
* edify extensions for OTA package installation, part 2Doug Zongker2009-06-121-4/+6
| | | | | | | | | | | | | | | | | | Adds more edify functions for OTAs: is_mounted getprop apply_patch apply_patch_check apply_patch_space write_raw_image write_firmware_image package_extract_file This allows us to install radios, hboots, boot images, and install incremental OTA packages. Fixes a couple of dumb bugs in edify itself: - we were doubling the size of the function table each time it was *not* full, rather than each time it was full - "no such function" errors weren't visible to the parser, so they didn't prevent execution of the script.
* core of edify, an eventual replacement for amendDoug Zongker2009-06-101-0/+121
Edify is a simple scripting language for OTA installation, to be used when we move to OTAs being installed via binaries shipped with the package.