From mboxrd@z Thu Jan 1 00:00:00 1970 From: Beniamino Galvani Date: Mon, 18 Apr 2016 23:50:44 +0200 Subject: [U-Boot] [PATCH v4 3/3] arm: meson: implement calls to secure monitor In-Reply-To: <5BBCDA6E-FC30-4EE8-9A63-00E9005C0C04@suse.de> References: <1460879338-7671-1-git-send-email-b.galvani@gmail.com> <1460879338-7671-4-git-send-email-b.galvani@gmail.com> <5BBCDA6E-FC30-4EE8-9A63-00E9005C0C04@suse.de> Message-ID: <20160418215044.GB3707@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Apr 17, 2016 at 11:48:34AM +0200, Alexander Graf wrote: > Shouldn't reboot be available as psci call? We could then have a > generic reset function for systems with working psci in atf. Yes, the 0x84000009 function ID used to reset the board seems to be actually a PSCI call, so probably a generic function could be implemented and used. I will change this in the next version. Thanks, Beniamino