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 <s...@chromium.org> --- common/bloblist.c | 32 ++++++++++++++++++++------------ include/bloblist.h | 6 ++++-- test/bloblist.c | 42 +++++++++++++++++++++++++++++++++--------- 3 files changed, 57 insertions(+), 23 deletions(-) Applied to u-boot-dm/next, thanks!