]> git.dujemihanovic.xyz Git - u-boot.git/commit
bloblist: Allow custom alignment for blobs
authorSimon Glass <sjg@chromium.org>
Sun, 20 Sep 2020 00:49:29 +0000 (18:49 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 6 Oct 2020 15:07:54 +0000 (09:07 -0600)
commit4c1497e77661eea47d3dbb9bee029532cc0da198
tree74370564fedab53ab0b2dfc367acd80a836b87de
parent751b7c79634003b4cb326b79e80202ea45b75fc8
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>
arch/x86/cpu/intel_common/acpi.c
arch/x86/cpu/intel_common/intel_opregion.c
common/bloblist.c
include/bloblist.h
test/bloblist.c