From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Thu, 12 Mar 2015 07:55:23 +0000 Subject: [U-Boot] [PATCH v5 00/14] Add PSCI support for Jetson TK1/Tegra124 + CNTFRQ fix In-Reply-To: <1426064179.28029.23.camel@hellion.org.uk> References: <1426064179.28029.23.camel@hellion.org.uk> Message-ID: <1426146923.28029.28.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2015-03-11 at 08:56 +0000, Ian Campbell wrote: > On Mon, 2015-03-09 at 08:00 +0100, Jan Kiszka wrote: > > Changes in v4: > > - rebased over master > > - implemented psci_get_cpu_id as weak function > > - implemented psci_disable/enable_smp as weak functions > > - adjusted register interface of psci_get_cpu_stack_top > > > > This version (+ the non-cached memory init fix) can also be found at > > https://github.com/siemens/u-boot/tree/jetson-tk1-v5. > > Tested-by: Ian Campbell ... that was on Jetson. I've now tested it on sunxi (Cubietruck) too. Ian.