]> git.baikalelectronics.ru Git - uboot.git/commit
efi_selftest: add test for memory allocation
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 18 Nov 2018 16:58:47 +0000 (17:58 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:37 +0000 (21:59 +0100)
commit0c12a44c56055e7922d0e66e0b7f226878dda596
tree229f557b6546bf1d8c50501e5e1628b9c9732698
parent464e9b1638df54f583292f043f93fc6f7d943c75
efi_selftest: add test for memory allocation

This unit test checks the following runtime services:
AllocatePages, FreePages, GetMemoryMap

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_memory.c [new file with mode: 0644]