From 36b6f367c064e9d5d64bc2246bf7cc85bb7c62d3 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 9 Mar 2013 10:36:10 +0100 Subject: libpayload: initial test case + tiny "framework" This adds a test case for using CBFS images that reside in RAM and a Makefile to run it (and maybe other tests in the future). The test concerns an issue in libcbfs when using x86 style CBFS images in non-canonical locations (eg. when loading CBFS images for processing). Use with "make run" inside the tests directory. Change-Id: I1af3792a1451728ff9594ba7f0410027cdecb59d Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/2623 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- payloads/libpayload/tests/data/cbfs-x86.bin | Bin 0 -> 200 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 payloads/libpayload/tests/data/cbfs-x86.bin (limited to 'payloads/libpayload/tests/data') diff --git a/payloads/libpayload/tests/data/cbfs-x86.bin b/payloads/libpayload/tests/data/cbfs-x86.bin new file mode 100644 index 0000000000..b217b50e23 Binary files /dev/null and b/payloads/libpayload/tests/data/cbfs-x86.bin differ -- cgit v1.2.3