[U-Boot] [PATCH v4 3/3] test: Add tests for board uclass

Simon Glass sjg at chromium.org
Thu Sep 27 13:41:43 UTC 2018


Hi Mario,

On 26 September 2018 at 06:36, Mario Six <mario.six at gdsys.cc> wrote:
> Hi Simon,
> On Tue, Jul 31, 2018 at 11:46 AM Mario Six <mario.six at gdsys.cc> wrote:
>>
>> Add tests for the new board uclass.
>>
>> Reviewed-by: Simon Glass <sjg at chromium.org>
>> Signed-off-by: Mario Six <mario.six at gdsys.cc>
>> ---
>>
>> v3 -> v4:
>> No changes
>>
>> v2 -> v3:
>> * Accomodated get_board() rename
>> * Fixed style violations
>>
>> v1 -> v2:
>> New in v2
>> ---
>>  arch/sandbox/dts/test.dts          |   4 ++
>>  configs/sandbox64_defconfig        |   2 +
>>  configs/sandbox_defconfig          |   2 +
>>  configs/sandbox_flattree_defconfig |   2 +
>>  configs/sandbox_noblk_defconfig    |   2 +
>>  configs/sandbox_spl_defconfig      |   2 +
>>  drivers/board/Kconfig              |   7 ++-
>>  drivers/board/Makefile             |   1 +
>>  drivers/board/sandbox.c            | 107 +++++++++++++++++++++++++++++++++++++
>>  drivers/board/sandbox.h            |  12 +++++
>>  test/dm/Makefile                   |   1 +
>>  test/dm/board.c                    |  57 ++++++++++++++++++++
>>  12 files changed, 198 insertions(+), 1 deletion(-)
>>  create mode 100644 drivers/board/sandbox.c
>>  create mode 100644 drivers/board/sandbox.h
>>  create mode 100644 test/dm/board.c
>>

> Another series for the u-boot-dm tree?

OK, please reassign,

Regards,
Simon


More information about the U-Boot mailing list