commit | 87ff740d1d89dbc5c919a0baa5c893efff4d7b99 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Mon Oct 23 15:06:26 2023 +0100 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Thu Dec 07 13:36:16 2023 +0000 |
tree | 639f8dcce9906bbfea1c18a0503f0b9bdf2506c5 | |
parent | e0fb5fd59bfe2c8d88bf498f63bb90a264694bcd [diff] |
smbios: arm64: use lmb allocator for tables The SMBIOS v2 tables have to be allocated at a 32-bit address, handle this by using the LMB allocator to restrict the allocation range whilst still ensuring that the address is within valid RAM. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>