Re: [U-Boot] [PATCH 1/2] GPT: create block device for sandbox testing

2017-09-12 Thread Simon Glass
On 10 September 2017 at 00:47, wrote: > From: Alison Chaiken > > 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 > --- > board/sandbox/README.sandbox | 5 +

[U-Boot] [PATCH 1/2] GPT: create block device for sandbox testing

2017-09-09 Thread alison
From: Alison Chaiken 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 --- board/sandbox/README.sandbox | 5 + test/py/make_test_disk.py| 19