]> git.baikalelectronics.ru Git - uboot.git/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)
commit4eb196356c045ffae0176fb601938a0a14b2ae00
treed5430256e83c440f81567773e7ee18897716fea7
parente0313cf0285bac04359690c83a75af2de8671a37
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]