]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: coreboot: Add a test for cbsysinfo command
authorSimon Glass <sjg@chromium.org>
Mon, 14 Oct 2024 22:32:07 +0000 (16:32 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 03:27:12 +0000 (21:27 -0600)
commitbde86903abd6a1169f33f212ca1247d26ea11555
tree87debe0164876a41d72bbc79b18f28cdf604c795
parent680dff6f924b8fe462a95418f3bc05918341399e
x86: coreboot: Add a test for cbsysinfo command

Add a simple test for this command, checking that coreboot has the
required features.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/cmd/Makefile
test/cmd/coreboot.c [new file with mode: 0644]