Support reading OF files from zip.
commitb45cc0a13a20e88546cd7a536f09979edf8353a1
authorDominik Riebeling <Dominik.Riebeling@gmail.com>
Sun, 15 Jan 2012 22:20:17 +0000 (15 23:20 +0100)
committerDominik Riebeling <Dominik.Riebeling@gmail.com>
Sun, 15 Jan 2012 22:32:15 +0000 (15 23:32 +0100)
tree1189e5a6381c7f4a8ac770bafbb9a21f49d5e930
parent66c3086ae54c71413117f3de3dcfb5f0fe8b541d
Support reading OF files from zip.

Several devices require the original firmware to be able installing the
bootloader. Most vendors distribute the firmware file in zip format. Extend
reading the original firmware file to support reading the file from the zip
directly instead of requiring the user to separately extract it.

Change-Id: Ic4e89053456d8f7d6adc294f6657aceddbc354ba
rbutil/rbutilqt/base/bootloaderinstallbase.cpp
rbutil/rbutilqt/base/bootloaderinstallbase.h
rbutil/rbutilqt/base/ziputil.cpp
rbutil/rbutilqt/base/ziputil.h
rbutil/rbutilqt/rbutilqt.cpp