
On 27 September 2018 at 06:53, Mario Six mario.six@gdsys.cc wrote:
Hi Simon, On Thu, Sep 27, 2018 at 3:45 PM Simon Glass sjg@chromium.org wrote:
Hi Mario,
On 26 September 2018 at 06:36, Mario Six mario.six@gdsys.cc wrote:
Hi Simon, On Tue, Jul 31, 2018 at 11:46 AM Mario Six mario.six@gdsys.cc wrote:
Add tests for the new board uclass.
Reviewed-by: Simon Glass sjg@chromium.org Signed-off-by: Mario Six mario.six@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,
Done, thanks.
Applied to u-boot-dm, and now in mainline, thanks!