From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 8C873D802D7 for ; Thu, 19 Oct 2023 02:59:46 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=/RulJeo7gOijwLjwpYmnmxcB/2aTiv0b3+wRCXdiKbY=; c=relaxed/simple; d=groups.io; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding; s=20140610; t=1697684385; v=1; b=k81AZogNC6aLWP7d0ewfZP8zfjeYH03tiKXAB1EJlWsevPRwQUkQH3WImAjLWK3o+GqgDlWr o7fSOrfdN9dlpRg3EGP3SDxD7YsRa98qzXbhVgtQO7SypK3uU+Pe4WqMjkuKeh2I3gXm96VDhtP E43SeujEK26mDKSj8m15I2h4= X-Received: by 127.0.0.2 with SMTP id UbIXYY7687511xMYZE458Y3b; Wed, 18 Oct 2023 19:59:45 -0700 X-Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by mx.groups.io with SMTP id smtpd.web10.19416.1697684384101824528 for ; Wed, 18 Oct 2023 19:59:44 -0700 X-Received: from EXMBX165.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX165", Issuer "EXMBX165" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id 782EC24DBBD; Thu, 19 Oct 2023 10:59:42 +0800 (CST) X-Received: from EXMBX073.cuchost.com (172.16.6.83) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Thu, 19 Oct 2023 10:59:42 +0800 X-Received: from localhost.localdomain (202.188.176.82) by EXMBX073.cuchost.com (172.16.6.83) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Thu, 19 Oct 2023 10:59:40 +0800 From: "John Chew" To: CC: mindachen1987 , Sunil V L , John Chew Subject: [edk2-devel] [PATCH v1 6/6] StarFive/JH7110Pkg: Add JH7110 Silicon Package Date: Thu, 19 Oct 2023 10:59:21 +0800 Message-ID: <20231019025921.1593-6-yuinyee.chew@starfivetech.com> In-Reply-To: <20231019025921.1593-1-yuinyee.chew@starfivetech.com> References: <20231019025921.1593-1-yuinyee.chew@starfivetech.com> MIME-Version: 1.0 X-Originating-IP: [202.188.176.82] X-ClientProxiedBy: EXCAS061.cuchost.com (172.16.6.21) To EXMBX073.cuchost.com (172.16.6.83) X-YovoleRuleAgent: yovoleflag Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,yuinyee.chew@starfivetech.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: MOZoIGboek1qoZORqzNo03ztx7686176AA= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=k81AZogN; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=none From: mindachen1987 Cc: Sunil V L Co-authored-by: John Chew Signed-off-by: mindachen1987 --- Silicon/StarFive/JH7110Pkg/Include/IndustryStandard/JH7110.h | 24 ++++++++= +++ Silicon/StarFive/JH7110Pkg/JH7110Pkg.dec | 45 ++++++++= ++++++++++++ 2 files changed, 69 insertions(+) diff --git a/Silicon/StarFive/JH7110Pkg/Include/IndustryStandard/JH7110.h b= /Silicon/StarFive/JH7110Pkg/Include/IndustryStandard/JH7110.h new file mode 100644 index 000000000000..b6875f6aa82b --- /dev/null +++ b/Silicon/StarFive/JH7110Pkg/Include/IndustryStandard/JH7110.h @@ -0,0 +1,24 @@ +/** @file + * + * Copyright (c) 2023, StarFive Technology Co., Ltd. All rights reserved.=
+ * + * SPDX-License-Identifier: BSD-2-Clause-Patent + * + **/ + +#ifndef JH7110_H__ +#define JH7110_H__ + +// #define JH7110_SOC_REGISTERS (FixedPcdGet64 (PcdJH7110Reg= istersAddress)) +// #define JH7110_SOC_REGISTER_LENGTH 0x02000000 + +/* Generic PCI addresses */ +#define PCIE_TOP_OF_MEM_WIN (FixedPcdGet64 (PcdJH7110PciBusMmioAdr)) +#define PCIE_CPU_MMIO_WINDOW (FixedPcdGet64 (PcdJH7110PciCpuMmioAdr)) +#define PCIE_BRIDGE_MMIO_LEN (FixedPcdGet32 (PcdJH7110PciBusMmioLen)) + +/* PCI root bridge control registers location */ +#define PCIE_REG_BASE (FixedPcdGet64 (PcdJH7110PciRegBase)) +#define PCIE_CONFIG_BASE (FixedPcdGet64 (PcdJH7110PciConfigRegBase)) + +#endif /* JH7110_H__ */ diff --git a/Silicon/StarFive/JH7110Pkg/JH7110Pkg.dec b/Silicon/StarFive/JH= 7110Pkg/JH7110Pkg.dec new file mode 100644 index 000000000000..438557a15500 --- /dev/null +++ b/Silicon/StarFive/JH7110Pkg/JH7110Pkg.dec @@ -0,0 +1,45 @@ +## @file +# +# Copyright (c) 2023, StarFive Technology Co., Ltd. All rights reserved.<= BR> +# +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## + +[Defines] + DEC_SPECIFICATION =3D 0x0001001A + PACKAGE_NAME =3D JH7110Pkg + PACKAGE_GUID =3D D4B585C5-EBCA-4779-B974-05A3CF2F10C4 + PACKAGE_VERSION =3D 1.0 + +[Includes] + Include + +[Guids] + gJH7110TokenSpaceGuid =3D {0x44045e56, 0x7056, 0x4be6, {0x88, 0xc0, 0x49= , 0x0c, 0x67, 0x90, 0x2f, 0xba}} + +[PcdsFixedAtBuild.common] +# Memory map + gJH7110TokenSpaceGuid.PcdJH7110FlashVarOffset|0x0|UINT32|0x00000001 + +# PCIe + gJH7110TokenSpaceGuid.PcdJH7110RegistersAddress|0|UINT32|0x00000002 + gJH7110TokenSpaceGuid.PcdJH7110PciRegBase|0x2b000000|UINT64|0x00000003 + gJH7110TokenSpaceGuid.PcdJH7110PciBusMmioAdr|0x0|UINT64|0x00000004 + gJH7110TokenSpaceGuid.PcdJH7110PciBusMmioLen|0x0|UINT32|0x00000005 + gJH7110TokenSpaceGuid.PcdJH7110PciCpuMmioAdr|0x0|UINT64|0x00000006 + gJH7110TokenSpaceGuid.PcdJH7110PciConfigRegBase|0x940000000|UINT64|0x000= 00007 + +# SPI + gJH7110TokenSpaceGuid.PcdSpiFlashRegBase|0|UINT32|0x10000008 + gJH7110TokenSpaceGuid.PcdSpiFlashAhbBase|0|UINT64|0x10000009 + gJH7110TokenSpaceGuid.PcdSpiFlashFifoWidth|0|UINT8|0x10000010 + gJH7110TokenSpaceGuid.PcdSpiFlashRefClkHz|0|UINT32|0x10000011 + gJH7110TokenSpaceGuid.PcdSpiFlashTshslNs|0|UINT32|0x10000012 + gJH7110TokenSpaceGuid.PcdSpiFlashTsd2dNs|0|UINT32|0x1000013 + gJH7110TokenSpaceGuid.PcdSpiFlashTchshNs|0|UINT32|0x1000014 + gJH7110TokenSpaceGuid.PcdSpiFlashTslchNs|0|UINT32|0x1000015 + +[Protocols] + gJH7110SpiMasterProtocolGuid =3D { 0xA33C46E0, 0x4FB6, 0x4AA3, { 0x8E, 0= x66, 0x00, 0x06, 0x9F, 0x3A, 0x11, 0x81 }} + gJH7110SpiFlashProtocolGuid =3D { 0x5ECECDF6, 0x81DA, 0x4E10, { 0x9D, 0= x4B, 0x26, 0x65, 0x8C, 0x03, 0xAB, 0xBC }} --=20 2.34.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109784): https://edk2.groups.io/g/devel/message/109784 Mute This Topic: https://groups.io/mt/102053687/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-