test: add test for lib/lmb.c
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Mon, 14 Jan 2019 21:38:14 +0000 (22:38 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 16 Jan 2019 21:14:46 +0000 (16:14 -0500)
commita01ae0c23f3a72b05dab623806adee4634def172
treef96f4b841e93484c6ae81c2b8892df3324e0ba72
parent9a9d66f5eff0f443de4c2c6ca3e27771ed14b1b4
test: add test for lib/lmb.c

Add basic tests for the lmb memory allocation code used to reserve and
allocate memory during boot.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/lib/Makefile
test/lib/lmb.c [new file with mode: 0644]