commit | 4c1497e77661eea47d3dbb9bee029532cc0da198 | [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 | 751b7c79634003b4cb326b79e80202ea45b75fc8 [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>