[U-Boot] [PATCH v3 15/20] tee: add sandbox driver

Simon Glass sjg at chromium.org
Tue Oct 2 11:22:30 UTC 2018


Hi Jens,

On 25 September 2018 at 00:33, Jens Wiklander <jens.wiklander at linaro.org> wrote:
> Hi Simon,
>
> I have one question inline below.
>
> On Fri, Sep 14, 2018 at 12:53 PM, Simon Glass <sjg at 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


More information about the U-Boot mailing list