[U-Boot] [PATCH v4 15/17] test: Add tests for CPU uclass
Simon Glass
sjg at chromium.org
Fri Sep 28 15:55:40 UTC 2018
On 6 August 2018 at 01:23, Mario Six <mario.six at gdsys.cc> wrote:
> Add a sandbox CPU driver, and some tests for the CPU uclass.
>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
> ---
>
> Notes:
> v3 -> v4:
> New in v4
>
> arch/sandbox/dts/test.dts | 12 ++++++++++
> drivers/cpu/Makefile | 1 +
> drivers/cpu/cpu_sandbox.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++
> test/dm/Makefile | 1 +
> test/dm/cpu.c | 45 ++++++++++++++++++++++++++++++++++
> 5 files changed, 120 insertions(+)
> create mode 100644 drivers/cpu/cpu_sandbox.c
> create mode 100644 test/dm/cpu.c'
Applied to u-boot-dm, and now in mainline, thanks!
More information about the U-Boot
mailing list