From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755188AbdBPNvu convert rfc822-to-8bit (ORCPT ); Thu, 16 Feb 2017 08:51:50 -0500 Received: from mout.kundenserver.de ([212.227.126.133]:59108 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754919AbdBPNvr (ORCPT ); Thu, 16 Feb 2017 08:51:47 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Andreas =?ISO-8859-1?Q?F=E4rber?= , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, service@zidoo.tv Subject: Re: [PATCH 0/4] ARM64: Initial Realtek RTD1295 enablement Date: Thu, 16 Feb 2017 14:51:08 +0100 Message-ID: <2627010.mZmgFkHdOI@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.8.0-34-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <20170214033440.18667-1-afaerber@suse.de> References: <20170214033440.18667-1-afaerber@suse.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" X-Provags-ID: V03:K0:es0mSjX7fpHRLXi53OtpGLMZ+2zePmWFEJ4hHrJblGbd4TGDycD ppfZn8DZQnXRClgoqFTvDfTNcIgcY01RO9BwOSfgPy8pWAzcXlKFuYv6Mm6o/U2UqTkwbdy xOhmAIrpieVycd1AW8nzNhD/ndgryp6nUTqIiNr8oBv04FPLR/s3KD29jTZT0Qm/8ZOGQmz zic7SEAtYQ19Tq2z/vWVw== X-UI-Out-Filterresults: notjunk:1;V01:K0:CAnQQgSyy5s=:ymr5xNcV4nuXz+TrRHVgjT drnlwUViy0B6gz4iofVZfPs8TGhlFBT5Xq0eXqNJTGMqCR+/Z8YtJNXJ63vYMVBARorQHSeHT hiMQf8i6REHhlFE54UD4LQt6qFiwkbQOi2fwtHojh4mjSQdvF9y12US60wXAPeAEjy0ipaP42 tl5QraabFtJCggPkr6p3+IvWdUqJJFV3tOuZWz8DYZ8m99fRntYMr9P51LGKDb1XUAQZQP2Ib WAGtNwVs0DOnVZ6dx1myO24SmcURv4G/1s15hwYjh7sk7VMdh9QXOPLezdxGaAx4UD2vM3UDS in0jgamY5lJRuY6BrxwoagJ7qtotH++7ztqGwBUwdW2lNI04OeWbJMup1BsGKorjH0i27WLfU w7UncnPxziTQBKLS0di/8XqydL+qb37jCCaN5S2FnY7VOrUdopNmM6gUdiOHd/Kceu1Gu+nmr YjsivrdIpsNd3zPev6C/pkgcQaYhACdOlbKUaQW0xIOYSq6+m0xN+r6VUfcUOpWlb+R22Yifd tusdiVqQo8KwwVhfxvF+sy5mm0NVqAUbFNzlifI4hW+kUus94TSEPrmITAX/pDD7mNR3TDcW1 6CtwppaiA+INFWixIH0C/FRjKUxYlL7mgTFo8Snvjkx+tjWle87PZWuPb3l4uG2hoikcQbSd9 CMxoHkidzlCGzDEellNb3pO6K2Jp5gHuw3v3dKXo31XkODNpwUhCPZi4w85bd+qOGlVR7D1KK l67HLC/VzWtbC7RL Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, February 14, 2017 4:34:35 AM CET Andreas Färber wrote: > > This mini-series adds initial support for the Realtek RTD1295 SoC and > the Zidoo X9S TV box. > > With these patches CPU0 can be booted with earlycon. > > PSCI doesn't work despite present in the vendor device tree; as enable-method > it instead used a custom "rtk-spin-table" that I sadly have no source code of. > > The UARTs use a custom interrupt controller that I again lack source code of; > with interrupts = it can boot into an initrd. > > The boot process is slightly twisted: The files need to be loaded from a > 32-bit U-Boot, then boot into 64-bit U-Boot where the kernel can be booted. > Similar to my previous Amlogic S905 work, the TEXT_OFFSET poses a problem, so > a uImage needs to be used (or the kernel patched) for load address 0x00280000. > I haven't succeeded loading an initrd via bootm/booti; but as quick workaround > initrd=$rootfs_loadaddr,0x$filesize can manually be specified in $bootargs. > > Nice! You can add my Acked-by: Arnd Bergmann please them to arm@kernel.org after the merge window as a patch set, so we can add them for 4.12. Arnd