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 65C16ECAAD1 for ; Thu, 1 Sep 2022 05:26:56 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A642B84895; Thu, 1 Sep 2022 07:26:53 +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="WLUEusIi"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id CE5E080F4E; Thu, 1 Sep 2022 07:26:51 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 41830848E3 for ; Thu, 1 Sep 2022 07:26:49 +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=1662010009; x=1693546009; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=oPEAe3RH6ph38axOa9vDUV7lq/MUgAUZZQUbXHVxbpE=; b=WLUEusIi7pjut5JQ3FqObkzN2Gnuby93RPKxaQysjT2vw0qSR8U4LE5M jp8+AJVA4SFxCk/9YwMeH/o70cjuUCUSGDDBoXJnQ4wPxhU2yesvSLW3o 983fz68xU16oCq51wUvs/1Mdxzj1CWvzEyN/IZ/W/GnaVxa1CX4+hUb9o NsmEtDg7aa+LKxEPM4z7sghuGThTnTj2DQNWAdx9tqWSY9F58fXGIUo6p 2TWL4Om0l9vhEc+5Q9M961LsQLE6wEhayYJ8JFDx+5qOx2NhhhKonqtOv wVfta0m/1Tq4VqUY6657kUOFN3RAgoB0xHuHASjvUFVdCLwM2DGFYephe g==; X-IronPort-AV: E=McAfee;i="6500,9779,10456"; a="293198262" X-IronPort-AV: E=Sophos;i="5.93,280,1654585200"; d="scan'208";a="293198262" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2022 22:26:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,280,1654585200"; d="scan'208";a="738357707" Received: from pglmail07.png.intel.com ([10.221.193.207]) by orsmga004.jf.intel.com with ESMTP; 31 Aug 2022 22:26:26 -0700 Received: from localhost (pgli0117.png.intel.com [10.221.240.80]) by pglmail07.png.intel.com (Postfix) with ESMTP id 6C733484E; Thu, 1 Sep 2022 13:26:25 +0800 (+08) Received: by localhost (Postfix, from userid 12048045) id 660183D4F; Thu, 1 Sep 2022 13:26:25 +0800 (+08) From: Jit Loon Lim To: u-boot@lists.denx.de Cc: Jagan Teki , Vignesh R , Marek , Simon , Tien Fong , Kok Kiang , Siew Chin , Sin Hui , Raaj , Dinesh , Boon Khai , Alif , Teik Heng , Hazim , Sieu Mun Tang , Jit Loon Lim , Chee Hong Ang Subject: [PATCH] arm: socfpga: stratix10: Enable CONFIG_FPGA_INTEL_PR Date: Thu, 1 Sep 2022 13:26:23 +0800 Message-Id: <20220901052623.21110-1-jit.loon.lim@intel.com> X-Mailer: git-send-email 2.26.2 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 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 From: Chee Hong Ang Enable Intel FPGA Partial Reconfiguration driver by default for Stratix10. Signed-off-by: Chee Hong Ang --- configs/socfpga_stratix10_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig index 07e9f20a41..8bc41cb289 100644 --- a/configs/socfpga_stratix10_defconfig +++ b/configs/socfpga_stratix10_defconfig @@ -66,6 +66,7 @@ CONFIG_BOOTFILE="Image" CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_DM_SEQ_ALIAS=y CONFIG_SPL_ALTERA_SDRAM=y +CONFIG_FPGA_INTEL_PR=y CONFIG_DWAPB_GPIO=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_DW=y -- 2.26.2