Philipp Deppenwiese has uploaded a new patch set (#2). ( https://review.coreboot.org/24992 )
Change subject: lib: Add blob_provider functionality ......................................................................
lib: Add blob_provider functionality
* Add blob_read_map and blob_read_region_device for automated identification of blobs through defines. * Add blob_read_arbitrary_map and blob_read_arbitrary_region_device for manual identification of blobs. * blob_hook_region_device for hooking all function giving access to the region_device with meta information.
Change-Id: I30abc5be5d47a4c697c0b94babb068b0f0ae4794 Signed-off-by: zaolin zaolin@das-labor.org --- A src/include/blob_provider.h M src/lib/Makefile.inc A src/lib/blob_provider.c 3 files changed, 399 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/24992/2