From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 12 Apr 2018 10:41:52 -0600 Subject: [U-Boot] [PATCH v3] arm64: Add SMC and HVC commands In-Reply-To: <9468a612-23c5-5f71-95b7-3b3ff3265e64@fastmail.fm> References: <20180409151736.8046-1-mpappas@fastmail.fm> <9468a612-23c5-5f71-95b7-3b3ff3265e64@fastmail.fm> 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, On 12 April 2018 at 03:20, Michalis Pappas wrote: > Okay, i see. The change is the replacement of the dependency of ARM64 to > ARM_SMCCC in Kconfig. > > If you think it's necessary to issue a v4 and document the changes properly > please let me know and I'll do so. Yes please. > > Michalis > > > On 04/11/2018 03:36 PM, Simon Glass wrote: >> >> On 9 April 2018 at 09:17, Michalis Pappas wrote: >>> >>> This patch adds smc and hvc commands, that allow issuing Secure Monitor >>> Calls and Hypervisor Calls conforming to the ARM SMC Calling Convention. >>> >>> Add Kconfig items to allow each command can be individually enabled. >>> >>> Signed-off-by: Michalis Pappas >>> --- >>> >>> cmd/Kconfig | 14 ++++++++++ >>> cmd/Makefile | 2 ++ >>> cmd/smccc.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ >>> 3 files changed, 88 insertions(+) >>> create mode 100644 cmd/smccc.c >>> >> Reviewed-by: Simon Glass >> >> But you need a change list > > Regards, Simon