From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 2 Oct 2018 04:22:30 -0700 Subject: [U-Boot] [PATCH v3 15/20] tee: add sandbox driver In-Reply-To: References: <20180903144711.31585-1-jens.wiklander@linaro.org> <20180903144711.31585-16-jens.wiklander@linaro.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jens, On 25 September 2018 at 00:33, Jens Wiklander wrote: > Hi Simon, > > I have one question inline below. > > On Fri, Sep 14, 2018 at 12:53 PM, Simon Glass 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 >>> +#include >>> +#include >> >> 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