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 245FCEB64D7 for ; Wed, 21 Jun 2023 03:17:31 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 76528865AC; Wed, 21 Jun 2023 05:16:55 +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="bLcVgFuC"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BF5B3863AE; Wed, 21 Jun 2023 05:16:45 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 25A7786347 for ; Wed, 21 Jun 2023 05:16:24 +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=1687317385; x=1718853385; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qs4I7FnvwUjx/trJxPesNnX+KPH6TTAlWynHprIDUj0=; b=bLcVgFuCfV94ZLcojMYm+eBGfVbKGk2s7wgCcFU1MOyt53/vjHpk22B3 ToqXg1uJItMK82Kwv6jgwTmWdvoSqrgkqrdZwPMsyxcIYtzpyVmaPoEs9 maLonrlNypmCnWxqnyf7T/b5SCSTvoWx6v4S5wBYgJxlGaYH1XGi51ryK rsgUyDOFdhhwSTZ7xt90qSyKAUXSBgBOlXziKnJ05fyFLzg/o+ZD0k8X/ I6bIsJDk4wtUZLWvt4uJ84cet8ISBM66xlqvIRq6qwQ4XrkpvpxyA2HO7 hSR8URdvo4QKF8m6+zORx2nzYXjNgrPXipXUcG2pzM6EuGJ67J9krbezU w==; X-IronPort-AV: E=McAfee;i="6600,9927,10747"; a="360059734" X-IronPort-AV: E=Sophos;i="6.00,259,1681196400"; d="scan'208";a="360059734" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2023 20:16:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10747"; a="664479878" X-IronPort-AV: E=Sophos;i="6.00,259,1681196400"; d="scan'208";a="664479878" Received: from pglmail07.png.intel.com ([10.221.193.207]) by orsmga003.jf.intel.com with ESMTP; 20 Jun 2023 20:16:18 -0700 Received: from localhost (pgli0121.png.intel.com [10.221.240.84]) by pglmail07.png.intel.com (Postfix) with ESMTP id CE9792B96; Wed, 21 Jun 2023 11:16:17 +0800 (+08) Received: by localhost (Postfix, from userid 12048045) id CCDD02950; Wed, 21 Jun 2023 11:16:17 +0800 (+08) From: Jit Loon Lim To: u-boot@lists.denx.de Cc: Jagan Teki , Vignesh R , Marek , Simon , Tien Fong , Kok Kiang , Raaj , Dinesh , Boon Khai , Alif , Teik Heng , Hazim , Jit Loon Lim , Sieu Mun Tang Subject: [PATCH v1 05/17] board: intel: add new platform agilex5 socdk Date: Wed, 21 Jun 2023 11:15:58 +0800 Message-Id: <20230621031610.28401-6-jit.loon.lim@intel.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20230621031610.28401-1-jit.loon.lim@intel.com> References: <20230621031610.28401-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 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.8 at phobos.denx.de X-Virus-Status: Clean This is for new platform enablement for agilex5. Add new platform socdk and update maintainer list. Signed-off-by: Jit Loon Lim --- board/intel/agilex5-socdk/MAINTAINERS | 8 ++++++++ board/intel/agilex5-socdk/Makefile | 7 +++++++ board/intel/agilex5-socdk/socfpga.c | 7 +++++++ 3 files changed, 22 insertions(+) create mode 100644 board/intel/agilex5-socdk/MAINTAINERS create mode 100644 board/intel/agilex5-socdk/Makefile create mode 100644 board/intel/agilex5-socdk/socfpga.c diff --git a/board/intel/agilex5-socdk/MAINTAINERS b/board/intel/agilex5-socdk/MAINTAINERS new file mode 100644 index 0000000000..f0bb2b796b --- /dev/null +++ b/board/intel/agilex5-socdk/MAINTAINERS @@ -0,0 +1,8 @@ +SOCFPGA BOARD +M: Tien Fong Chee +M: Jit Loon Lim +M: Sieu Mun Tang +S: Maintained +F: board/intel/agilex5-socdk/ +F: include/configs/socfpga_agilex5_socdk.h +F: configs/socfpga_agilex5_defconfig diff --git a/board/intel/agilex5-socdk/Makefile b/board/intel/agilex5-socdk/Makefile new file mode 100644 index 0000000000..52f7de8880 --- /dev/null +++ b/board/intel/agilex5-socdk/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (C) 2022 Intel Corporation +# +# SPDX-License-Identifier: GPL-2.0 +# + +obj-y := socfpga.o diff --git a/board/intel/agilex5-socdk/socfpga.c b/board/intel/agilex5-socdk/socfpga.c new file mode 100644 index 0000000000..ae5c04557c --- /dev/null +++ b/board/intel/agilex5-socdk/socfpga.c @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright (C) 2022 Intel Corporation + * + */ + +#include -- 2.26.2