[lib][bootimage] first stab at device side bootimage processing

Add lib/bootimage to parse in memory copies of bootimages
Add a few command line arguments to mkimage
This commit is contained in:
Travis Geiselbrecht
2014-11-05 16:49:38 -08:00
parent fdc3d1199a
commit f8f2d851f0
8 changed files with 332 additions and 54 deletions

View File

@@ -23,7 +23,7 @@
#pragma once
#include "../include/bootimage.h"
#include <lib/bootimage_struct.h>
typedef struct bootimage bootimage;