sim: read EFiidf
authorKristen Carlson Accardi <kristen@linux.intel.com>
Fri, 27 Aug 2010 16:19:24 +0000 (09:19 -0700)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 9 Sep 2010 13:45:32 +0000 (08:45 -0500)
commit95d957b62ec79effa9ebe27bea5f4d77a1d8984c
treea7f85ff826167e109f3de15466623c4c8f6e4aa1
parentff093fb6d3b8ea8e682927716da38831dc597f18
sim: read EFiidf

EFiidf can be larger than 256 bytes, so allow callers to read
portions of the EFiidf from a specified offset.  Cache EFiidf
files as blocks of 256 bytes so that it's not necessary to
read the entire (potentially large) file.
include/sim.h
src/sim.c