Message ID | 20220918151253.27301-2-jit.loon.lim@intel.com |
---|---|
State | Needs Review / ACK, archived |
Delegated to: | Marek Vasut |
Headers | show
Return-Path: <u-boot-bounces@lists.denx.de> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=<UNKNOWN>) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=gc9t3tYr; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4MVrt53GT8z1ync for <incoming@patchwork.ozlabs.org>; Mon, 19 Sep 2022 01:13:33 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 46DD484BEE; Sun, 18 Sep 2022 17:13:13 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=intel.com 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=intel.com header.i=@intel.com header.b="gc9t3tYr"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 439C884BF4; Sun, 18 Sep 2022 17:13:07 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE, SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 6526384BE3 for <u-boot@lists.denx.de>; Sun, 18 Sep 2022 17:13:03 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=jitloonl@ecsmtp.png.intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663513983; x=1695049983; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=InKaueY++mZDZjLgkX4q8AOoqsP6y0dh/kpnLiaE4G8=; b=gc9t3tYr/LN1pgksya2pBeC0bC2LjSr53j1ke2LzbxFv3XaRLI6tD37J UCYGsMC2EYlAEcgA73I0GfRBwIfDPrEd6EKkBDqry8YsCeBK0Vq/nEIbh y4jjPzXl6ibY84eEfvIM/DLeM3CW2lwTSDgm+w08XYHXbXAGhFxf8AMDG z2aqpAZuuFMD+ErpK8CA+qIGbVRNEpm8lXFlbDPt80pr2b2GkgkCL/F0k i0IEThFlzFYEF648UppJKkwjeS4Eetj9KnH44OW6mLKRgGvTvkqENNZXX dKTwOVKcryOBPo5rpVv3gkVvPteVBK4Q3r6/YYGxmnj7O4BuoCzelg6gg A==; X-IronPort-AV: E=McAfee;i="6500,9779,10474"; a="363200850" X-IronPort-AV: E=Sophos;i="5.93,325,1654585200"; d="scan'208";a="363200850" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2022 08:13:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,325,1654585200"; d="scan'208";a="613744539" Received: from pglmail07.png.intel.com ([10.221.193.207]) by orsmga007.jf.intel.com with ESMTP; 18 Sep 2022 08:12:57 -0700 Received: from localhost (pgli0028.png.intel.com [10.221.84.177]) by pglmail07.png.intel.com (Postfix) with ESMTP id D8C2432EB; Sun, 18 Sep 2022 23:12:56 +0800 (+08) Received: by localhost (Postfix, from userid 12048045) id D7391E00414; Sun, 18 Sep 2022 23:12:56 +0800 (+08) From: Jit Loon Lim <jit.loon.lim@intel.com> To: u-boot@lists.denx.de Cc: Jagan Teki <jagan@amarulasolutions.com>, Vignesh R <vigneshr@ti.com>, Marek <marex@denx.de>, Simon <simon.k.r.goldschmidt@gmail.com>, Tien Fong <tien.fong.chee@intel.com>, Kok Kiang <kok.kiang.hea@intel.com>, Siew Chin <elly.siew.chin.lim@intel.com>, Sin Hui <sin.hui.kho@intel.com>, Raaj <raaj.lokanathan@intel.com>, Dinesh <dinesh.maniyam@intel.com>, Boon Khai <boon.khai.ng@intel.com>, Alif <alif.zakuan.yuslaimi@intel.com>, Teik Heng <teik.heng.chong@intel.com>, Hazim <muhammad.hazim.izzat.zamri@intel.com>, Jit Loon Lim <jit.loon.lim@intel.com>, Sieu Mun Tang <sieu.mun.tang@intel.com>, Ley Foon Tan <ley.foon.tan@intel.com> Subject: [PATCH 2/5] arm: socfpga: soc64: Change to use spl_perform_fixups() Date: Sun, 18 Sep 2022 23:12:50 +0800 Message-Id: <20220918151253.27301-2-jit.loon.lim@intel.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20220918151253.27301-1-jit.loon.lim@intel.com> References: <20220918151253.27301-1-jit.loon.lim@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion <u-boot.lists.denx.de> List-Unsubscribe: <https://lists.denx.de/options/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> List-Archive: <https://lists.denx.de/pipermail/u-boot/> List-Post: <mailto:u-boot@lists.denx.de> List-Help: <mailto:u-boot-request@lists.denx.de?subject=help> List-Subscribe: <https://lists.denx.de/listinfo/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=subscribe> Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" <u-boot-bounces@lists.denx.de> X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean |
Series |
[1/5] arm: socfpga: soc64: Move spl_board_prepare_for_boot()
|
expand
|
diff --git a/arch/arm/mach-socfpga/spl_soc64.c b/arch/arm/mach-socfpga/spl_soc64.c index f3fa1ae361..2204703853 100644 --- a/arch/arm/mach-socfpga/spl_soc64.c +++ b/arch/arm/mach-socfpga/spl_soc64.c @@ -25,7 +25,7 @@ u32 spl_boot_mode(const u32 boot_device) #endif /* board specific function prior loading SSBL / U-Boot */ -void spl_board_prepare_for_boot(void) +void spl_perform_fixups(struct spl_image_info *spl_image) { mbox_hps_stage_notify(HPS_EXECUTION_STATE_SSBL); }