util: add archive tool

Hardware / Coreboot - Daisuke Nojiri [chromium.org] - 8 March 2016 10:39 UTC

'archive' concatenates files into a single binary blob. Files are indexed by the base names. See archive.h for the format description.

BUG=chromium:502066 BRANCH=tot TEST=Tested on Glados

Change-Id: Iea108160e65c8c7bd34c02af824a77cb075ee64b

a5ae62e util: add archive tool
util/archive/Makefile | 14 +++
util/archive/archive.c | 281 ++++++++++++++++++++++++++++++++++++++++++++++++
util/archive/archive.h | 76 +++++++++++++
3 files changed, 371 insertions(+)

Upstream: review.coreboot.org


  • Share