commit | 0637397786c88deb9f45b311d2c4a8b230ecd763 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 19 18:49:29 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 06 09:07:54 2020 -0600 |
tree | 74370564fedab53ab0b2dfc367acd80a836b87de | |
parent | d7985e6ea48de40c2fc478756cb0ddec1adfa0bd [diff] |
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>