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 AA84CC54EE9 for ; Sun, 18 Sep 2022 12:18:20 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4964684B8C; Sun, 18 Sep 2022 14:18:10 +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="H1VotTLp"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A4AB284BFA; Sun, 18 Sep 2022 14:18:07 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 1AFE984BE3 for ; Sun, 18 Sep 2022 14:18:02 +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=1663503483; x=1695039483; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=up8fWTjwaPsfH6Dtoq69YWfSl5CHsSXWDygAK62uEGE=; b=H1VotTLp/xIEmlKG2ppHEY7oZVlauSY4qlI3ggzfVKM9eDgBjKOjH+ZM LNl0NWcW1FLRG2FOAFkJtkZ2KhNGXLkLdCNPU6H8fwnyJgSm7/4WuyeI+ 36XXrhuSKr4pNZJiqxNaXfGXnuBOMYo+XOdoI6FqK8ee3xAsk35mo78em 97FOhUrhhjr/kUEfpxxqn/GQJ3NZvwETdx6GV+2ayoktAHWvq2OSmMflo N7hrHATtse/puDD6h+o3JhF87U7S32FIYxW4Pbk6keOZP64CyXrQhuEj0 dAWAgZb7PkQuUMbl49pVuZMhnKJBQA4XkAiWe0GVOo5NVtoPraKskFnDr A==; X-IronPort-AV: E=McAfee;i="6500,9779,10473"; a="385519697" X-IronPort-AV: E=Sophos;i="5.93,325,1654585200"; d="scan'208";a="385519697" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2022 05:18:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,325,1654585200"; d="scan'208";a="863252835" Received: from pglmail07.png.intel.com ([10.221.193.207]) by fmsmga006.fm.intel.com with ESMTP; 18 Sep 2022 05:17:58 -0700 Received: from localhost (pgli0028.png.intel.com [10.221.84.177]) by pglmail07.png.intel.com (Postfix) with ESMTP id 09A9432F5; Sun, 18 Sep 2022 20:17:58 +0800 (+08) Received: by localhost (Postfix, from userid 12048045) id 0894AE00414; Sun, 18 Sep 2022 20:17:58 +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 6/9] board: intel: dm: Add socdk board support for Diamond Mesa Date: Sun, 18 Sep 2022 20:17:48 +0800 Message-Id: <20220918121751.26370-6-jit.loon.lim@intel.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20220918121751.26370-1-jit.loon.lim@intel.com> References: <20220918121751.26370-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.6 at phobos.denx.de X-Virus-Status: Clean From: Siew Chin Lim Add socdk board support for Diamond Mesa. Signed-off-by: Siew Chin Lim Signed-off-by: Jit Loon Lim --- board/intel/dm-socdk/MAINTAINERS | 7 +++++++ board/intel/dm-socdk/Makefile | 7 +++++++ board/intel/dm-socdk/socfpga.c | 7 +++++++ 3 files changed, 21 insertions(+) create mode 100644 board/intel/dm-socdk/MAINTAINERS create mode 100644 board/intel/dm-socdk/Makefile create mode 100644 board/intel/dm-socdk/socfpga.c diff --git a/board/intel/dm-socdk/MAINTAINERS b/board/intel/dm-socdk/MAINTAINERS new file mode 100644 index 0000000000..f41bbcf2d5 --- /dev/null +++ b/board/intel/dm-socdk/MAINTAINERS @@ -0,0 +1,7 @@ +SOCFPGA BOARD +M: Chee Tien Fong +M: Lim Siew Chin +S: Maintained +F: board/intel/dm-socdk/ +F: include/configs/socfpga_dm_socdk.h +F: configs/socfpga_dm_atf_defconfig diff --git a/board/intel/dm-socdk/Makefile b/board/intel/dm-socdk/Makefile new file mode 100644 index 0000000000..09f07b8b2f --- /dev/null +++ b/board/intel/dm-socdk/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (C) 2020 Intel Corporation +# +# SPDX-License-Identifier: GPL-2.0 +# + +obj-y := socfpga.o diff --git a/board/intel/dm-socdk/socfpga.c b/board/intel/dm-socdk/socfpga.c new file mode 100644 index 0000000000..ce87e2307d --- /dev/null +++ b/board/intel/dm-socdk/socfpga.c @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright (C) 2020 Intel Corporation + * + */ + +#include -- 2.26.2