commit | 637be2e53f66034ed7475d5981e4445a538a7639 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 07 16:47:29 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 09 16:03:20 2024 -0600 |
tree | 02511a462efe62548760cc1a4e6af9337a7d5680 | |
parent | 3848e97c5c74dcebe1694ff14df522badc0df9e4 [diff] [blame] |
upl: Add basic tests Add some unit tests to check that we can write a UPL handoff and read it back. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/test/boot/Makefile b/test/boot/Makefile index 068522c..8ec5daa 100644 --- a/test/boot/Makefile +++ b/test/boot/Makefile
@@ -13,3 +13,5 @@ obj-$(CONFIG_BOOTMETH_VBE_SIMPLE) += vbe_simple.o endif obj-$(CONFIG_BOOTMETH_VBE) += vbe_fixup.o + +obj-$(CONFIG_UPL) += upl.o