commit | a32a77f9c7567141556a823c0b9d4d5488c95722 | [log] [tgz] |
---|---|---|
author | Jean-Philippe Brucker <jean-philippe@linaro.org> | Tue Feb 11 14:10:34 2025 +0000 |
committer | Jean-Philippe Brucker <jean-philippe@linaro.org> | Tue Feb 11 15:12:27 2025 +0000 |
tree | c1ce5b174d5194a4edbf7aff6a0bb711c279a634 | |
parent | 991f5360b68d6cdfbda2950100dbf78ac1c482cc [diff] |
fix(qemu): statically allocate bitlocks array gpt_runtime_init() now takes the bitlock array's address and size as argument. Rather than reserving space at the end of the L0 GPT for storing bitlocks, allocate a static array and pass its address to gpt_runtime_init(). This frees up a little bit of space formerly reserved for alignment of the GPT. Change-Id: I48a1a2bc230f64e13e3ed08b18ebdc2d387d77d0 Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>