From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6711FC433F5 for ; Tue, 9 Nov 2021 17:37:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 46CE66103C for ; Tue, 9 Nov 2021 17:37:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241153AbhKIRkW convert rfc822-to-8bit (ORCPT ); Tue, 9 Nov 2021 12:40:22 -0500 Received: from aposti.net ([89.234.176.197]:60738 "EHLO aposti.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239402AbhKIRkW (ORCPT ); Tue, 9 Nov 2021 12:40:22 -0500 Date: Tue, 09 Nov 2021 17:37:25 +0000 From: Paul Cercueil Subject: Re: [RFC] MIPS: fix generic zboot support To: Jiaxun Yang Cc: YunQiang Su , Thomas Bogendoerfer , zhouyanjie@wanyeetech.com, linux-mips@vger.kernel.org Message-Id: In-Reply-To: <70a3e99c-0682-4f0f-9ba5-186d3e1398b8@www.fastmail.com> References: <20211105135232.2128420-1-yunqiang.su@cipunited.com> <2JZ82R.JILSE46R0P2T1@crapouillou.net> <8R092R.UUI0DN154MP31@crapouillou.net> <70a3e99c-0682-4f0f-9ba5-186d3e1398b8@www.fastmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Hi, Le lun., nov. 8 2021 at 18:09:06 +0000, Jiaxun Yang a écrit : > > > 在2021年11月8日十一月 上午10:21,Paul Cercueil写道: >> Hi again, >> >> Le lun., nov. 8 2021 at 09:54:38 +0000, Paul Cercueil >> a écrit : >>> Hi, >>> >>> Le ven., nov. 5 2021 at 09:52:32 -0400, YunQiang Su >>> a écrit : >>>> There are 2 problems here: >>>> 1. setting zload-y to 0xffffffff81000000 breaks booting on qemu -M >>>> boston. >>>> Why it is set here? Any other platform needs this value? >>> >>> Is there another place where it should be set? >>> >>> With this patch applied, kernels won't boot anymore on Ingenic >>> boards. >> >> Nevermind - it works, I just needed to adapt my tooling. >> >> However, I think there should still be an option to have a fixed >> zload >> address, for the case where you want a vmlinuz.bin. > > Hmm how about leave it for Kconfig? Sure, that works. Cheers, -Paul