bloblist: Allow custom alignment for blobs
Some blobs need a larger alignment than the default. For example, ACPI
tables often start at a 4KB boundary. Add support for this.
Update the size of the test blob to allow these larger records.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/x86/cpu/intel_common/acpi.c 1 addition, 1 deletionarch/x86/cpu/intel_common/acpi.c
- arch/x86/cpu/intel_common/intel_opregion.c 1 addition, 1 deletionarch/x86/cpu/intel_common/intel_opregion.c
- common/bloblist.c 20 additions, 12 deletionscommon/bloblist.c
- include/bloblist.h 4 additions, 2 deletionsinclude/bloblist.h
- test/bloblist.c 33 additions, 9 deletionstest/bloblist.c
Please register or sign in to comment