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 207C1C43219 for ; Mon, 21 Nov 2022 15:30:34 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B688885308; Mon, 21 Nov 2022 16:30:32 +0100 (CET) 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="n14t8AaE"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 98785852F8; Mon, 21 Nov 2022 16:30:30 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 297BD852F0 for ; Mon, 21 Nov 2022 16:30:28 +0100 (CET) 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=1669044628; x=1700580628; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=iPx0iESgCfhZen/7lWKOaS80yVMFP3/GwEMaf04b0KM=; b=n14t8AaEKzyL+Y1T0AA3T6dyspGwzF05oYJXEORa+dhB/jrxBr7PEvpm h2rPqhIv4NlfF/KoSPKD7DDqgYOpJS1Zj7cqS/nM2CZMeTghzqRFtN884 16KIByqfNXhJ/3ikZtOS15chB+jAl7r7vDVGzvjUotRflMuqRrZH/264s 7IK99xHZuqg7dMkNOjbkvvTg9IIvW5AwkCcvwdiS78HrmN/N9P2CglfdO 9hsaOEaobkZdX1N2vFQggVPUT2yA88CntKwShpW8mI9R7IiSCuaAV2gBf 70wOv4Ad4Re6ddFilkTrZFj9TKoTqRD5fQt7/WY7t7gFH5pVqCBpNdP+M A==; X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="340446884" X-IronPort-AV: E=Sophos;i="5.96,181,1665471600"; d="scan'208";a="340446884" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Nov 2022 07:30:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10538"; a="765998980" X-IronPort-AV: E=Sophos;i="5.96,181,1665471600"; d="scan'208";a="765998980" Received: from pglmail07.png.intel.com ([10.221.193.207]) by orsmga004.jf.intel.com with ESMTP; 21 Nov 2022 07:30:21 -0800 Received: from localhost (pgli0028.png.intel.com [10.221.84.177]) by pglmail07.png.intel.com (Postfix) with ESMTP id 599734823; Mon, 21 Nov 2022 23:30:20 +0800 (+08) Received: by localhost (Postfix, from userid 12048045) id 571E5E0095F; Mon, 21 Nov 2022 23:30:20 +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 , Jit Loon Lim , Sieu Mun Tang Subject: [PATCH] configs: socfpga: n5x: Enables required configs for DDR retention Date: Mon, 21 Nov 2022 23:30:18 +0800 Message-Id: <20221121153018.23942-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: Tien Fong Chee Enables required configs to support DDR retention. including generic firmware loader for loading backup calibration data, and SHA384 checking. Signed-off-by: Tien Fong Chee Signed-off-by: Jit Loon Lim --- configs/socfpga_n5x_atf_defconfig | 5 +++++ configs/socfpga_n5x_defconfig | 6 ++++++ configs/socfpga_n5x_vab_defconfig | 5 +++++ 3 files changed, 16 insertions(+) diff --git a/configs/socfpga_n5x_atf_defconfig b/configs/socfpga_n5x_atf_defconfig index 577c13e297..d4e77f8147 100644 --- a/configs/socfpga_n5x_atf_defconfig +++ b/configs/socfpga_n5x_atf_defconfig @@ -95,3 +95,8 @@ CONFIG_DESIGNWARE_WATCHDOG=y CONFIG_WDT=y # CONFIG_SPL_USE_TINY_PRINTF is not set CONFIG_PANIC_HANG=y +CONFIG_SHA512_ALGO=y +CONFIG_SHA384=y +CONFIG_SPL_DRIVERS_MISC_SUPPORT=y +CONFIG_FS_LOADER=y +CONFIG_SPL_ENV_SUPPORT=y diff --git a/configs/socfpga_n5x_defconfig b/configs/socfpga_n5x_defconfig index 30747e389b..ede28f530e 100644 --- a/configs/socfpga_n5x_defconfig +++ b/configs/socfpga_n5x_defconfig @@ -83,3 +83,9 @@ CONFIG_CMD_WDT=y CONFIG_WDT=y # CONFIG_SPL_USE_TINY_PRINTF is not set CONFIG_PANIC_HANG=y +CONFIG_SHA512_ALGO=y +CONFIG_SHA384=y +CONFIG_SPL_DRIVERS_MISC_SUPPORT=y +CONFIG_FS_LOADER=y +CONFIG_SPL_ENV_SUPPORT=y + diff --git a/configs/socfpga_n5x_vab_defconfig b/configs/socfpga_n5x_vab_defconfig index a98c87147f..d2de1eccf5 100644 --- a/configs/socfpga_n5x_vab_defconfig +++ b/configs/socfpga_n5x_vab_defconfig @@ -97,3 +97,8 @@ CONFIG_WDT=y CONFIG_CMD_WDT=y # CONFIG_SPL_USE_TINY_PRINTF is not set CONFIG_PANIC_HANG=y +CONFIG_SHA512_ALGO=y +CONFIG_SHA384=y +CONFIG_SPL_DRIVERS_MISC_SUPPORT=y +CONFIG_FS_LOADER=y +CONFIG_SPL_ENV_SUPPORT=y -- 2.26.2