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 9118FC433EF for ; Mon, 2 May 2022 16:37:08 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8B05F83DFE; Mon, 2 May 2022 18:37:05 +0200 (CEST) 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="M0UyoH0+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 74D33830E5; Mon, 2 May 2022 18:37:01 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (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 CEA6483DFE for ; Mon, 2 May 2022 18:36:58 +0200 (CEST) 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 BFE7461164; Mon, 2 May 2022 16:36:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0D50EC385AC; Mon, 2 May 2022 16:36:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651509416; bh=XGRoFTUBUOuPnGRGPPOGLd9C5JycKuwAxy3kkyo4KkE=; h=From:To:Cc:Subject:Date:From; b=M0UyoH0+Rts9KodRsW7iVphFRMi0E+r7LTWffz4/03oC+Hc4JpPZG2DF8p5ArDhbR VUcNH+J04GLYtKyk1fq6fNjmPQpL1RDNZTvgenF6vgO0091tx0aVva/IXLoLn6VUtP HGzYmoNkDDnFdo6tHMz2610DVczfjbTnYgN3llGNjhozawXDhY3GmzwaL5YAAWVHGr jVhJpR8m8IKnYDbLofser25PEhGGDPyiuKtmfQXNRst+F6zAkLWVc2qkGS/aGibQds J5qtQu8p/xa1vQoQ8OfPhcqp7awmlzKczwPwfXRVRMZT+nnEo/6OmkrDX8zjH9XlsX shIOblNpvnlZQ== Received: by pali.im (Postfix) id 7AF7AE79; Mon, 2 May 2022 18:36:53 +0200 (CEST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Priyanka Jain , Simon Glass , Wolfgang Denk Cc: Sinan Akman , u-boot@lists.denx.de Subject: [PATCH 0/2] powerpc: mpc85xx: Fix NOR booting Date: Mon, 2 May 2022 18:36:37 +0200 Message-Id: <20220502163639.10773-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.5 at phobos.denx.de X-Virus-Status: Clean NOR version of U-Boot for mpc85xx is currently broken. NOR booting with CONFIG_OF_SEPARATE is broken since my commit e8c0e0064c8a ("powerpc: mpc85xx: Fix CONFIG_OF_SEPARATE support") which was merged into master few days ago and was fixing SD card booting. NOR booting with CONFIG_OF_EMBED seems to be broken for a longer time. This patch series fix it. Tested on P2020 board, both SD and NOR booting with CONFIG_OF_SEPARATE and also with CONFIG_OF_EMBED. Pali Rohár (2): powerpc: mpc85xx: Fix CONFIG_OF_SEPARATE support for NOR booting powerpc: mpc85xx: Fix CONFIG_OF_EMBED support for NOR booting Makefile | 2 +- arch/powerpc/dts/u-boot.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.20.1