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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 47413C4332F for ; Sun, 20 Nov 2022 16:56:43 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E6F7C8549C; Sun, 20 Nov 2022 17:56:40 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="syc8S3Zw"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0468C8549C; Sun, 20 Nov 2022 17:56:40 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id E742185369 for ; Sun, 20 Nov 2022 17:56:37 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0010060C84; Sun, 20 Nov 2022 16:56:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 37089C433D6; Sun, 20 Nov 2022 16:56:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668963395; bh=v1LNNaxWPnshbyH0e4mSGYOzjRq26Z2pRpMgu4F0+vk=; h=From:To:Cc:Subject:Date:From; b=syc8S3Zwg2hRczquFn3tH1yXGUaMWsxj4g2h/di+Yqqxc+jmcPU5UAq3vRePuzF01 O1K4n/bN+fgqPaG0gqR0s5FHrN+pJS8WHnXDMgL0nylcc4U8b6gw8gK3BFi0X43i6f p20vBOnIg4RL2oivaq9zl02snHYDEiNjZCohV9qFmVqNRoeV5TvcLNbo5s1iP863e7 F0i8QSTBdXAFl0uhheCKL4qo3Iglx2i4q3idS7ZPiKIAvehWZLlcsSkvgj+R7YCt6x UnvWggFRiAcco7JGvb0jzlibJ6wyCnmxeCIfz6DLpU8IYOHCuIuNaZc09akaB6U2Aa 9Iu0OQ/d4ZfxA== Received: by pali.im (Postfix) id 618FF82F; Sun, 20 Nov 2022 17:56:32 +0100 (CET) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Tom Rini Cc: u-boot@lists.denx.de, maemo-leste@lists.dyne.org Subject: [PATCH 0/3] Nokia RX-51: Fixes for U-Boot v2023.01-rc1 Date: Sun, 20 Nov 2022 17:56:25 +0100 Message-Id: <20221120165628.14661-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean This patch series fixes U-Boot v2023.01-rc1 on Nokia N900 and extend documentation for debugging purposes. The main issue is broken POSITION_INDEPENDENT=y for (probably all) 32-bit ARM boards. Pali Rohár (3): arm32: Fix relocation of env_addr if POSITION_INDEPENDENT=y Nokia RX-51: Document debugging options and compile command Nokia RX-51: Do not overwrite standard $loadaddr variable arch/arm/lib/crt0.S | 5 +++++ doc/board/nokia/rx51.rst | 32 ++++++++++++++++++++++++++++++++ include/configs/nokia_rx51.h | 9 +++++---- 3 files changed, 42 insertions(+), 4 deletions(-) -- 2.20.1