From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932511AbcCWSKM (ORCPT ); Wed, 23 Mar 2016 14:10:12 -0400 Received: from mail-pf0-f179.google.com ([209.85.192.179]:35380 "EHLO mail-pf0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751488AbcCWSKJ convert rfc822-to-8bit (ORCPT ); Wed, 23 Mar 2016 14:10:09 -0400 From: Kevin Hilman To: Andreas =?utf-8?Q?F=C3=A4rber?= Cc: linux-meson , Carlo Caione , linux-arm-kernel , Matthias Brugger , Nicolas Saenz , =?utf-8?Q?Andr=C3=A9?= Przywara , Sudeep Holla , devicetree , Catalin Marinas , Will Deacon , LKML , Mark Rutland Subject: Re: [PATCH v2 0/6] ARM64: meson: GXBaby (S905) and Vega S95 enablement Organization: BayLibre References: <1456886101-22967-1-git-send-email-afaerber@suse.de> <56F1AB26.8050200@suse.de> Date: Wed, 23 Mar 2016 11:10:06 -0700 In-Reply-To: <56F1AB26.8050200@suse.de> ("Andreas =?utf-8?Q?F=C3=A4rber=22?= =?utf-8?Q?'s?= message of "Tue, 22 Mar 2016 21:29:26 +0100") Message-ID: <7hoaa5qd4x.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andreas Färber writes: > Am 21.03.2016 um 23:36 schrieb Kevin Hilman: >> On Tue, Mar 1, 2016 at 6:34 PM, Andreas Färber wrote: >> >>> Note: On the Vega S95 I need to change TEXT_OFFSET as follows, >>> in order to avoid the vendor U-Boot overwriting itself (fwiu); >>> for the Mini Mx that's reportedly not necessary. >> >> FYI, the Amlogic P200 dev board also needs this hack with the factory u-boot. > > I have meanwhile found that > > mkimage -A arm64 -O linux -T kernel -C none -a 0x1080000 -e 0x1080000 \ > -n linux-next -d arch/arm64/boot/Image ../uImage > > and then using bootm instead of booti works even without the above hack > on the Vega S95. Not a satisfactory solution yet, but better than > patching the kernel in a distro-incompatible way. Thanks for sharing. I can confirm this is working for me too. Kevin