From: mindachen1987 <minda.c...@starfivetech.com> - Add a new JH7110 silicon package. - These files Contain platfrom specific Guids, PCDs and defines used for JH7110 SoC.
Cc: Sunil V L <suni...@ventanamicro.com> Cc: Leif Lindholm <quic_llind...@quicinc.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Li Yong <yong...@intel.com> Co-authored-by: John Chew <yuinyee.c...@starfivetech.com> Signed-off-by: mindachen1987 <minda.c...@starfivetech.com> Acked-by: Sunil V L <suni...@ventanamicro.com> --- Silicon/StarFive/JH7110Pkg/Include/IndustryStandard/JH7110.h | 21 ++++++++ Silicon/StarFive/JH7110Pkg/JH7110Pkg.dec | 57 ++++++++++++++++++++ 2 files changed, 78 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..142e7be10c48 --- /dev/null +++ b/Silicon/StarFive/JH7110Pkg/Include/IndustryStandard/JH7110.h @@ -0,0 +1,21 @@ +/** @file + * + * Copyright (c) 2023, StarFive Technology Co., Ltd. All rights reserved.<BR> + * + * SPDX-License-Identifier: BSD-2-Clause-Patent + * + **/ + +#ifndef JH7110_H__ +#define JH7110_H__ + +/* Generic PCI addresses */ +#define PCIE_TOP_OF_MEM_WIN (FixedPcdGet64 (PcdPciBusMmioAdr)) +#define PCIE_CPU_MMIO_WINDOW (FixedPcdGet64 (PcdPciCpuMmioAdr)) +#define PCIE_BRIDGE_MMIO_LEN (FixedPcdGet32 (PcdPciBusMmioLen)) + +/* PCI root bridge control registers location */ +#define PCIE_REG_BASE (FixedPcdGet64 (PcdPciRegBase)) +#define PCIE_CONFIG_BASE (FixedPcdGet64 (PcdPciConfigRegBase)) + +#endif /* JH7110_H__ */ diff --git a/Silicon/StarFive/JH7110Pkg/JH7110Pkg.dec b/Silicon/StarFive/JH7110Pkg/JH7110Pkg.dec new file mode 100644 index 000000000000..f9dc5ab3781d --- /dev/null +++ b/Silicon/StarFive/JH7110Pkg/JH7110Pkg.dec @@ -0,0 +1,57 @@ +## @file +# +# Copyright (c) 2023, StarFive Technology Co., Ltd. All rights reserved.<BR> +# +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## + +[Defines] + DEC_SPECIFICATION = 0x0001001A + PACKAGE_NAME = JH7110Pkg + PACKAGE_GUID = D4B585C5-EBCA-4779-B974-05A3CF2F10C4 + PACKAGE_VERSION = 1.0 + +[Includes] + Include + +[Guids] + gJH7110TokenSpaceGuid = {0x44045e56, 0x7056, 0x4be6, {0x88, 0xc0, 0x49, 0x0c, 0x67, 0x90, 0x2f, 0xba}} + +[PcdsFixedAtBuild.common] +# Memory map + gJH7110TokenSpaceGuid.PcdJH7110FlashVarOffset|0x0|UINT32|0x00000001 + +# PCIe + gJH7110TokenSpaceGuid.PcdPciRegBase|0x2b000000|UINT64|0x00000002 + gJH7110TokenSpaceGuid.PcdPciBusMmioAdr|0x0|UINT64|0x00000003 + gJH7110TokenSpaceGuid.PcdPciBusMmioLen|0x0|UINT32|0x00000004 + gJH7110TokenSpaceGuid.PcdPciCpuMmioAdr|0x0|UINT64|0x00000005 + gJH7110TokenSpaceGuid.PcdPciConfigRegBase|0x940000000|UINT64|0x00000006 + gJH7110TokenSpaceGuid.PcdPciBusMin|0x0|UINT32|0x10000007 + gJH7110TokenSpaceGuid.PcdPciBusMax|0x0|UINT32|0x10000008 + gJH7110TokenSpaceGuid.PcdPciIoBase|0x0|UINT64|0x10000009 + gJH7110TokenSpaceGuid.PcdPciIoSize|0x0|UINT64|0x1000000A + gJH7110TokenSpaceGuid.PcdPciIoOffset|0x0|UINT64|0x1000000B + gJH7110TokenSpaceGuid.PcdPci0Mmio32Base|0x0|UINT32|0x1000000C + gJH7110TokenSpaceGuid.PcdPci0Mmio32Size|0x0|UINT32|0x1000000D + gJH7110TokenSpaceGuid.PcdPci0Mmio64Base|0x0|UINT64|0x1000000E + gJH7110TokenSpaceGuid.PcdPci0Mmio64Size|0x0|UINT64|0x1000000F + gJH7110TokenSpaceGuid.PcdPci1Mmio32Base|0x0|UINT32|0x10000010 + gJH7110TokenSpaceGuid.PcdPci1Mmio32Size|0x0|UINT32|0x1000011 + gJH7110TokenSpaceGuid.PcdPci1Mmio64Base|0x0|UINT64|0x1000012 + gJH7110TokenSpaceGuid.PcdPci1Mmio64Size|0x0|UINT64|0x1000013 + +# SPI + gJH7110TokenSpaceGuid.PcdSpiFlashRegBase|0|UINT32|0x1000014 + gJH7110TokenSpaceGuid.PcdSpiFlashAhbBase|0|UINT64|0x1000015 + gJH7110TokenSpaceGuid.PcdSpiFlashFifoWidth|0|UINT8|0x10000016 + gJH7110TokenSpaceGuid.PcdSpiFlashRefClkHz|0|UINT32|0x10000017 + gJH7110TokenSpaceGuid.PcdSpiFlashTshslNs|0|UINT32|0x10000018 + gJH7110TokenSpaceGuid.PcdSpiFlashTsd2dNs|0|UINT32|0x1000019 + gJH7110TokenSpaceGuid.PcdSpiFlashTchshNs|0|UINT32|0x100001A + gJH7110TokenSpaceGuid.PcdSpiFlashTslchNs|0|UINT32|0x100001B + +[Protocols] + gJH7110SpiMasterProtocolGuid = { 0xA33C46E0, 0x4FB6, 0x4AA3, { 0x8E, 0x66, 0x00, 0x06, 0x9F, 0x3A, 0x11, 0x81 }} + gJH7110SpiFlashProtocolGuid = { 0x5ECECDF6, 0x81DA, 0x4E10, { 0x9D, 0x4B, 0x26, 0x65, 0x8C, 0x03, 0xAB, 0xBC }} -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110594): https://edk2.groups.io/g/devel/message/110594 Mute This Topic: https://groups.io/mt/102357043/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-