* [staging/cadence-aarch64] Add readme for cadence-aarch64 branch
@ 2017-05-15 16:33 Scott Telford
2017-05-22 18:12 ` Leif Lindholm
2017-05-26 14:47 ` Leif Lindholm
0 siblings, 2 replies; 4+ messages in thread
From: Scott Telford @ 2017-05-15 16:33 UTC (permalink / raw)
To: edk2-devel
Announcing the creation of a new edk2-staging branch for Cadence peripheral
hardware support in AArch64 platforms.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Scott Telford <stelford@cadence.com>
---
Readme.MD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 Readme.MD
diff --git a/Readme.MD b/Readme.MD
new file mode 100644
index 0000000..e2ec063
--- /dev/null
+++ b/Readme.MD
@@ -0,0 +1,27 @@
+# Cadence IP Support Branch
+
+This branch will be used to contribute code to support Cadence
+hardware IP for AArch64-based platforms.
+
+## edk2-staging branch owners
+* Scott Telford <stelford@cadence.com>
+
+## Introduction
+
+Cadence develops a variety of peripheral IP modules suitable for ARM
+SoC architectures. This branch is intended to provide a staging area
+for drivers and libraries developed to support Cadence peripherals
+that may be incorporated into various SoC architectures from other
+vendors, for later integration into the appropriate EDK2
+platforms. Initially, the focus will be support for the Cadence PCIe
+4.0 Root Port. For internal development and testing purposes, an EDK2
+platform has been developed for a minimal AArch64 system
+configuration, comprising a single Cortex-A53 processor, GIC-500,
+NIC-400, Cadence PCIe Root Port, and Cadence UART. This will be
+included in the branch to provide an example of driver/platform
+integration.
+
+## Related Modules
+The following modules are related to this branch:
+* CadencePkg - Package containing Cadence-specific drivers and libraries
+* MdeModulePkg - Package containing generic drivers relevant to Cadence peripheral IP
--
2.2.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [staging/cadence-aarch64] Add readme for cadence-aarch64 branch
2017-05-15 16:33 [staging/cadence-aarch64] Add readme for cadence-aarch64 branch Scott Telford
@ 2017-05-22 18:12 ` Leif Lindholm
2017-05-22 18:14 ` Andrew Fish
2017-05-26 14:47 ` Leif Lindholm
1 sibling, 1 reply; 4+ messages in thread
From: Leif Lindholm @ 2017-05-22 18:12 UTC (permalink / raw)
To: Scott Telford; +Cc: edk2-devel, Andrew Fish, Michael D Kinney
Hi Scott, thanks for this. Looking forward to seeing it.
Andrew, Mike - for what it's worth, I'm happy to do the mechanics here
unless there are any objections.
Oh, and it's usually a good idea to cc maintainers of existing
packages you intend to work on. For MdeModulePkg, this is
Feng Tian <feng.tian@intel.com>
Star Zeng <star.zeng@intel.com> (from Maintainers.txt),
and if creating any new packages (as you are), probably cc the
stewards as well (we don't always spot all emails that hit the list)
Andrew Fish <afish@apple.com>
Michael D Kinney <michael.d.kinney@intel.com>
myself.
Yes, we could do with adding this to the edk2-staging master branch
README.
Best Regards,
Leif
On Mon, May 15, 2017 at 05:33:43PM +0100, Scott Telford wrote:
> Announcing the creation of a new edk2-staging branch for Cadence peripheral
> hardware support in AArch64 platforms.
>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Scott Telford <stelford@cadence.com>
> ---
> Readme.MD | 27 +++++++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
> create mode 100644 Readme.MD
>
> diff --git a/Readme.MD b/Readme.MD
> new file mode 100644
> index 0000000..e2ec063
> --- /dev/null
> +++ b/Readme.MD
> @@ -0,0 +1,27 @@
> +# Cadence IP Support Branch
> +
> +This branch will be used to contribute code to support Cadence
> +hardware IP for AArch64-based platforms.
> +
> +## edk2-staging branch owners
> +* Scott Telford <stelford@cadence.com>
> +
> +## Introduction
> +
> +Cadence develops a variety of peripheral IP modules suitable for ARM
> +SoC architectures. This branch is intended to provide a staging area
> +for drivers and libraries developed to support Cadence peripherals
> +that may be incorporated into various SoC architectures from other
> +vendors, for later integration into the appropriate EDK2
> +platforms. Initially, the focus will be support for the Cadence PCIe
> +4.0 Root Port. For internal development and testing purposes, an EDK2
> +platform has been developed for a minimal AArch64 system
> +configuration, comprising a single Cortex-A53 processor, GIC-500,
> +NIC-400, Cadence PCIe Root Port, and Cadence UART. This will be
> +included in the branch to provide an example of driver/platform
> +integration.
> +
> +## Related Modules
> +The following modules are related to this branch:
> +* CadencePkg - Package containing Cadence-specific drivers and libraries
> +* MdeModulePkg - Package containing generic drivers relevant to Cadence peripheral IP
> --
> 2.2.2
>
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [staging/cadence-aarch64] Add readme for cadence-aarch64 branch
2017-05-22 18:12 ` Leif Lindholm
@ 2017-05-22 18:14 ` Andrew Fish
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Fish @ 2017-05-22 18:14 UTC (permalink / raw)
To: Leif Lindholm; +Cc: Scott Telford, Mike Kinney, edk2-devel
> On May 22, 2017, at 11:12 AM, Leif Lindholm <leif.lindholm@linaro.org> wrote:
>
> Hi Scott, thanks for this. Looking forward to seeing it.
>
> Andrew, Mike - for what it's worth, I'm happy to do the mechanics here
> unless there are any objections.
>
Looks good to me.
Thanks,
Andrew Fish
> Oh, and it's usually a good idea to cc maintainers of existing
> packages you intend to work on. For MdeModulePkg, this is
> Feng Tian <feng.tian@intel.com>
> Star Zeng <star.zeng@intel.com> (from Maintainers.txt),
> and if creating any new packages (as you are), probably cc the
> stewards as well (we don't always spot all emails that hit the list)
> Andrew Fish <afish@apple.com>
> Michael D Kinney <michael.d.kinney@intel.com>
> myself.
>
> Yes, we could do with adding this to the edk2-staging master branch
> README.
>
> Best Regards,
>
> Leif
>
> On Mon, May 15, 2017 at 05:33:43PM +0100, Scott Telford wrote:
>> Announcing the creation of a new edk2-staging branch for Cadence peripheral
>> hardware support in AArch64 platforms.
>>
>> Contributed-under: TianoCore Contribution Agreement 1.0
>> Signed-off-by: Scott Telford <stelford@cadence.com>
>> ---
>> Readme.MD | 27 +++++++++++++++++++++++++++
>> 1 file changed, 27 insertions(+)
>> create mode 100644 Readme.MD
>>
>> diff --git a/Readme.MD b/Readme.MD
>> new file mode 100644
>> index 0000000..e2ec063
>> --- /dev/null
>> +++ b/Readme.MD
>> @@ -0,0 +1,27 @@
>> +# Cadence IP Support Branch
>> +
>> +This branch will be used to contribute code to support Cadence
>> +hardware IP for AArch64-based platforms.
>> +
>> +## edk2-staging branch owners
>> +* Scott Telford <stelford@cadence.com>
>> +
>> +## Introduction
>> +
>> +Cadence develops a variety of peripheral IP modules suitable for ARM
>> +SoC architectures. This branch is intended to provide a staging area
>> +for drivers and libraries developed to support Cadence peripherals
>> +that may be incorporated into various SoC architectures from other
>> +vendors, for later integration into the appropriate EDK2
>> +platforms. Initially, the focus will be support for the Cadence PCIe
>> +4.0 Root Port. For internal development and testing purposes, an EDK2
>> +platform has been developed for a minimal AArch64 system
>> +configuration, comprising a single Cortex-A53 processor, GIC-500,
>> +NIC-400, Cadence PCIe Root Port, and Cadence UART. This will be
>> +included in the branch to provide an example of driver/platform
>> +integration.
>> +
>> +## Related Modules
>> +The following modules are related to this branch:
>> +* CadencePkg - Package containing Cadence-specific drivers and libraries
>> +* MdeModulePkg - Package containing generic drivers relevant to Cadence peripheral IP
>> --
>> 2.2.2
>>
>> _______________________________________________
>> edk2-devel mailing list
>> edk2-devel@lists.01.org
>> https://lists.01.org/mailman/listinfo/edk2-devel
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [staging/cadence-aarch64] Add readme for cadence-aarch64 branch
2017-05-15 16:33 [staging/cadence-aarch64] Add readme for cadence-aarch64 branch Scott Telford
2017-05-22 18:12 ` Leif Lindholm
@ 2017-05-26 14:47 ` Leif Lindholm
1 sibling, 0 replies; 4+ messages in thread
From: Leif Lindholm @ 2017-05-26 14:47 UTC (permalink / raw)
To: Scott Telford; +Cc: edk2-devel
On Mon, May 15, 2017 at 05:33:43PM +0100, Scott Telford wrote:
> Announcing the creation of a new edk2-staging branch for Cadence peripheral
> hardware support in AArch64 platforms.
>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Scott Telford <stelford@cadence.com>
Apologies for delay - I've now pushed this to cadence-aarch64 in
edk2-staging.
> ---
> Readme.MD | 27 +++++++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
> create mode 100644 Readme.MD
>
> diff --git a/Readme.MD b/Readme.MD
> new file mode 100644
> index 0000000..e2ec063
> --- /dev/null
> +++ b/Readme.MD
> @@ -0,0 +1,27 @@
> +# Cadence IP Support Branch
> +
> +This branch will be used to contribute code to support Cadence
> +hardware IP for AArch64-based platforms.
> +
> +## edk2-staging branch owners
> +* Scott Telford <stelford@cadence.com>
> +
> +## Introduction
I deleted one trailing space on line above before committing.
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
/
Leif
> +
> +Cadence develops a variety of peripheral IP modules suitable for ARM
> +SoC architectures. This branch is intended to provide a staging area
> +for drivers and libraries developed to support Cadence peripherals
> +that may be incorporated into various SoC architectures from other
> +vendors, for later integration into the appropriate EDK2
> +platforms. Initially, the focus will be support for the Cadence PCIe
> +4.0 Root Port. For internal development and testing purposes, an EDK2
> +platform has been developed for a minimal AArch64 system
> +configuration, comprising a single Cortex-A53 processor, GIC-500,
> +NIC-400, Cadence PCIe Root Port, and Cadence UART. This will be
> +included in the branch to provide an example of driver/platform
> +integration.
> +
> +## Related Modules
> +The following modules are related to this branch:
> +* CadencePkg - Package containing Cadence-specific drivers and libraries
> +* MdeModulePkg - Package containing generic drivers relevant to Cadence peripheral IP
> --
> 2.2.2
>
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-05-26 14:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-15 16:33 [staging/cadence-aarch64] Add readme for cadence-aarch64 branch Scott Telford
2017-05-22 18:12 ` Leif Lindholm
2017-05-22 18:14 ` Andrew Fish
2017-05-26 14:47 ` Leif Lindholm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox