commit | 9f3b6275a8ea512e9c770d3653ce5993c6675aa9 | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Mon Jan 14 22:38:14 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 16 16:14:46 2019 -0500 |
tree | f96f4b841e93484c6ae81c2b8892df3324e0ba72 | |
parent | 5e7fae7349d5dac2838b7a20cbd945a8b44052fd [diff] |
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>