[U-Boot] [PATCH v5 026/101] sandbox: Add a test for IRQ
Bin Meng
bmeng.cn at gmail.com
Tue Nov 26 08:00:14 UTC 2019
On Mon, Nov 25, 2019 at 12:11 PM Simon Glass <sjg at chromium.org> wrote:
>
> Add a simple sandbox test for this uclass.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v5: None
> Changes in v4:
> - Drop itss uclass change in Makefile (now in previous patch)
> - Drop sandbox defconfig change now that p2sb change is correct
> - Enable IRQ for sandbox64 too to avoid build error
>
> Changes in v3:
> - Change the sandbox test from ITSS to IRQ
>
> Changes in v2: None
>
> arch/sandbox/dts/test.dts | 4 +++
> configs/sandbox64_defconfig | 1 +
> configs/sandbox_flattree_defconfig | 1 +
> configs/sandbox_spl_defconfig | 1 +
> drivers/misc/Makefile | 1 +
> drivers/misc/irq_sandbox.c | 55 ++++++++++++++++++++++++++++++
> test/dm/Makefile | 1 +
> test/dm/irq.c | 32 +++++++++++++++++
> 8 files changed, 96 insertions(+)
> create mode 100644 drivers/misc/irq_sandbox.c
> create mode 100644 test/dm/irq.c
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list