From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 13 Oct 2016 16:34:57 +0200 Subject: [U-Boot] [U-Boot,2/5] arm: Disable HVC PSCI calls by default In-Reply-To: <1471374529-61610-3-git-send-email-agraf@suse.de> References: <1471374529-61610-3-git-send-email-agraf@suse.de> Message-ID: <20161013143457.35286.73181@achrid.arch.suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > All systems that are running on armv8 are running bare metal with firmware > that implements PSCI running in EL3. That means we don't really need to expose > the hypercall variants of them. > > This patch leaves the code in, but makes the code explicit enough to have the > compiler optimize it out. With this we don't need to worry about hvc vs smc > calling convention when calling psci helper functions. > > Signed-off-by: Alexander Graf > Reviewed-by: Simon Glass Thanks, applied to