summaryrefslogtreecommitdiffstats
path: root/firmware.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-09-18Cleanup extra-functionsDees_Troy1-131/+0
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+131
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere
2010-02-03bump updater API version to 3; deprecate firmware update commandDoug Zongker1-132/+0
Remove support for the HTC-specific "firmware" update command and the corresponding edify function write_firmware_update(). This functionality is now done by an edify extension library that lives in vendor/htc. Change-Id: I80858951ff10ed8dfff98aefb796bef009e05efb
2010-02-02change log recovery to generic device_recovery_start functionDoug Zongker1-1/+0
Remove (or at least stop calling) the HTC-specific mechanism for preserving the recovery log from before a radio or hboot update. Replace it with a generic device_recovery_start() function which each device's code can implement to do whatever it wants on recovery startup. Change-Id: If3cca4b498c0b1cf0565236404ecf56a1fc46123
2010-01-21save the recovery log from before HTC firmware updatesDoug Zongker1-2/+4
When doing a firmware (radio or hboot) update on HTC devices, save the recovery log in block 1 of the cache partition, before the firmware image and the UI bitmaps. When we boot back into recovery after the firmware update to reformat the cache partition, copy that log out of cache before reformatting it and dump it into the current invocation's log. The practical upshot of all this is that we can see the log output from radio and hboot updates. Change-Id: Ie0e89566754c88f4bed6a90d8a0aa04047b01a27
2009-05-29don't say "install complete" when it really isn'tDoug Zongker1-0/+4
Change the recovery UI so that when there is a hboot or radio update pending (which the user most do a home+back reboot to actually install), the UI tells them so, instead of saying "Install from sdcard complete."
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-0/+127
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-127/+0