
2 Oct
2018
2 Oct
'18
1:22 p.m.
Hi Jens,
On 25 September 2018 at 00:33, Jens Wiklander jens.wiklander@linaro.org wrote:
Hi Simon,
I have one question inline below.
On Fri, Sep 14, 2018 at 12:53 PM, Simon Glass sjg@chromium.org wrote:
Hi Jens,
[..]
diff --git a/drivers/tee/sandbox.c b/drivers/tee/sandbox.c new file mode 100644 index 000000000000..cd073497615f --- /dev/null +++ b/drivers/tee/sandbox.c @@ -0,0 +1,299 @@ +// SPDX-License-Identifier: GPL-2.0+ +/*
- Copyright (C) 2018 Linaro Limited
- */
+#include <common.h> +#include <dm.h> +#include <sandboxtee.h>
Could this go in asm/ ?
I don't understand. What should go into asm/ and which directory is that?
I mean arch/sandbox/include/asm, if this is a file that is only used on sandbox.
Regards, Simon