]> git.sur5r.net Git - u-boot/commit
GPT: create block device for sandbox testing
authorAlison Chaiken <alison@peloton-tech.com>
Sun, 10 Sep 2017 06:47:12 +0000 (23:47 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 15 Sep 2017 01:32:57 +0000 (21:32 -0400)
commitbf6d76b84ae13b463c0dca556118047e2d046f33
treed5430256e83c440f81567773e7ee18897716fea7
parent2f9455c8499345dcfa7553b4c1fd34e619be3ece
GPT: create block device for sandbox testing

Provide a Python function that creates a small block device for the
purpose of testing the cmd/gpt.c or cmd/part.c functions in the u-boot
sandbox.

Signed-off-by: Alison Chaiken <alison@peloton-tech.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/sandbox/README.sandbox
test/py/make_test_disk.py [new file with mode: 0755]