test: unit test for efi_alloc_aligned_pages()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 8 Jun 2025 07:54:28 +0000 (09:54 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 26 Jun 2025 19:45:33 +0000 (13:45 -0600)
commit788df0536237321efcd443c74316d37451bde31c
tree8877870130b0f00ddf1632454671c23782778005
parent5c8de1bcfb0024993d902fb5dcfe87546116799b
test: unit test for efi_alloc_aligned_pages()

Provide unit tests for efi_alloc_aligned_pages() and
efi_allocate_pages().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
test/lib/Makefile
test/lib/efi_memory.c [new file with mode: 0644]