mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-05-04 06:21:50 +01:00
b9c091ed89
This change adds a simple implementation of sbi_aligned_alloc(), for future use in allocating aligned memory for SMMTT tables. Signed-off-by: Gregor Haas <gregorhaas1997@gmail.com> Reviewed-by: Anup Patel <anup@brainfault.org>