* [PATCH 0/4] ReadMe.rst improvements/fixes
@ 2023-05-15 16:06 Rebecca Cran
2023-05-15 16:06 ` [PATCH 1/4] ReadMe.rst: Update link to tianocore.org to use https Rebecca Cran
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Rebecca Cran @ 2023-05-15 16:06 UTC (permalink / raw)
To: devel, Andrew Fish, Leif Lindholm, Michael D Kinney; +Cc: Rebecca Cran
Make some improvements to ReadMe.rst:
- Avoid a potential redirect from http to https.
- Fix Python-2.0 license link.
- Improve grammar in a couple of paragraphs.
- Update the list of submodules.
Rebecca Cran (4):
ReadMe.rst: Update link to tianocore.org to use https
ReadMe.rst: Fix link to Python-2.0 license
ReadMe.rst: Improve some grammar
ReadMe.rst: Update the list of submodules used in EDK II
ReadMe.rst | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
--
2.39.2
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/4] ReadMe.rst: Update link to tianocore.org to use https
2023-05-15 16:06 [PATCH 0/4] ReadMe.rst improvements/fixes Rebecca Cran
@ 2023-05-15 16:06 ` Rebecca Cran
2023-05-15 16:06 ` [PATCH 2/4] ReadMe.rst: Fix link to Python-2.0 license Rebecca Cran
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Rebecca Cran @ 2023-05-15 16:06 UTC (permalink / raw)
To: devel, Andrew Fish, Leif Lindholm, Michael D Kinney; +Cc: Rebecca Cran
Update the link to tianocore.org to use https and avoid a potential
redirect from http to https.
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
---
ReadMe.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ReadMe.rst b/ReadMe.rst
index ed1d4822459b..c1010b38ccd3 100644
--- a/ReadMe.rst
+++ b/ReadMe.rst
@@ -105,7 +105,7 @@ are listed in `Maintainers.txt <Maintainers.txt>`__.
Resources
---------
-- `TianoCore <http://www.tianocore.org>`__
+- `TianoCore <https://www.tianocore.org>`__
- `EDK
II <https://github.com/tianocore/tianocore.github.io/wiki/EDK-II>`__
- `Getting Started with EDK
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/4] ReadMe.rst: Fix link to Python-2.0 license
2023-05-15 16:06 [PATCH 0/4] ReadMe.rst improvements/fixes Rebecca Cran
2023-05-15 16:06 ` [PATCH 1/4] ReadMe.rst: Update link to tianocore.org to use https Rebecca Cran
@ 2023-05-15 16:06 ` Rebecca Cran
2023-05-15 16:06 ` [PATCH 3/4] ReadMe.rst: Improve some grammar Rebecca Cran
2023-05-15 16:06 ` [PATCH 4/4] ReadMe.rst: Update the list of submodules used in EDK II Rebecca Cran
3 siblings, 0 replies; 5+ messages in thread
From: Rebecca Cran @ 2023-05-15 16:06 UTC (permalink / raw)
To: devel, Andrew Fish, Leif Lindholm, Michael D Kinney; +Cc: Rebecca Cran
The Python-2.0 license is now at
https://opensource.org/license/pythonsoftfoundation-php/ .
Update ReadMe.rst to fix the link.
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
---
ReadMe.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ReadMe.rst b/ReadMe.rst
index c1010b38ccd3..9ef1d432eca6 100644
--- a/ReadMe.rst
+++ b/ReadMe.rst
@@ -137,7 +137,7 @@ To make a contribution to a TianoCore project, follow these steps.
- BSD (2-clause): http://opensource.org/licenses/BSD-2-Clause
- BSD (3-clause): http://opensource.org/licenses/BSD-3-Clause
- MIT: http://opensource.org/licenses/MIT
-- Python-2.0: http://opensource.org/licenses/Python-2.0
+- Python-2.0: https://opensource.org/license/pythonsoftfoundation-php
- Zlib: http://opensource.org/licenses/Zlib
For documentation:
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/4] ReadMe.rst: Improve some grammar
2023-05-15 16:06 [PATCH 0/4] ReadMe.rst improvements/fixes Rebecca Cran
2023-05-15 16:06 ` [PATCH 1/4] ReadMe.rst: Update link to tianocore.org to use https Rebecca Cran
2023-05-15 16:06 ` [PATCH 2/4] ReadMe.rst: Fix link to Python-2.0 license Rebecca Cran
@ 2023-05-15 16:06 ` Rebecca Cran
2023-05-15 16:06 ` [PATCH 4/4] ReadMe.rst: Update the list of submodules used in EDK II Rebecca Cran
3 siblings, 0 replies; 5+ messages in thread
From: Rebecca Cran @ 2023-05-15 16:06 UTC (permalink / raw)
To: devel, Andrew Fish, Leif Lindholm, Michael D Kinney; +Cc: Rebecca Cran
Improve some of the grammar in ReadMe.rst.
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
---
ReadMe.rst | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ReadMe.rst b/ReadMe.rst
index 9ef1d432eca6..56bf928cdf1b 100644
--- a/ReadMe.rst
+++ b/ReadMe.rst
@@ -243,8 +243,8 @@ Definitions for sample patch email
Submodules
----------
-Submodule in EDK II is allowed but submodule chain should be avoided
-as possible as we can. Currently EDK II contains the following submodules
+Submodules in EDK II are allowed but submodule chains should be avoided
+as much as possible. Currently EDK II contains the following submodules
- CryptoPkg/Library/OpensslLib/openssl
- ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3
@@ -257,8 +257,8 @@ in openssl-1.1.1 (since stable201905) for floating point parameter
conversion, but should be dropped once there's no such need in future
release of openssl.
-To get a full, buildable EDK II repository, use following steps of git
-command
+To get a full, buildable EDK II repository, use the following git
+commands
.. code-block:: bash
@@ -267,7 +267,7 @@ command
git submodule update --init
cd ..
-If there's update for submodules, use following git commands to get
+If there's an update for submodules, use the following git commands to get
the latest submodules code.
.. code-block:: bash
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 4/4] ReadMe.rst: Update the list of submodules used in EDK II
2023-05-15 16:06 [PATCH 0/4] ReadMe.rst improvements/fixes Rebecca Cran
` (2 preceding siblings ...)
2023-05-15 16:06 ` [PATCH 3/4] ReadMe.rst: Improve some grammar Rebecca Cran
@ 2023-05-15 16:06 ` Rebecca Cran
3 siblings, 0 replies; 5+ messages in thread
From: Rebecca Cran @ 2023-05-15 16:06 UTC (permalink / raw)
To: devel, Andrew Fish, Leif Lindholm, Michael D Kinney; +Cc: Rebecca Cran
Update the list of submodules used in EDK II, since several have been
added in recent years.
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
---
ReadMe.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/ReadMe.rst b/ReadMe.rst
index 56bf928cdf1b..cad7d5c5a314 100644
--- a/ReadMe.rst
+++ b/ReadMe.rst
@@ -251,6 +251,12 @@ as much as possible. Currently EDK II contains the following submodules
- MdeModulePkg/Universal/RegularExpressionDxe/oniguruma
- MdeModulePkg/Library/BrotliCustomDecompressLib/brotli
- BaseTools/Source/C/BrotliCompress/brotli
+- MdePkg/Library/BaseFdtLib/libfdt
+- MdePkg/Library/MipiSysTLib/mipisyst
+- RedfishPkg/Library/JsonLib/jansson
+- UnitTestFrameworkPkg/Library/CmockaLib/cmocka
+- UnitTestFrameworkPkg/Library/GoogleTestLib/googletest
+- UnitTestFrameworkPkg/Library/SubhookLib/subhook
ArmSoftFloatLib is actually required by OpensslLib. It's inevitable
in openssl-1.1.1 (since stable201905) for floating point parameter
--
2.39.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-05-15 16:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-15 16:06 [PATCH 0/4] ReadMe.rst improvements/fixes Rebecca Cran
2023-05-15 16:06 ` [PATCH 1/4] ReadMe.rst: Update link to tianocore.org to use https Rebecca Cran
2023-05-15 16:06 ` [PATCH 2/4] ReadMe.rst: Fix link to Python-2.0 license Rebecca Cran
2023-05-15 16:06 ` [PATCH 3/4] ReadMe.rst: Improve some grammar Rebecca Cran
2023-05-15 16:06 ` [PATCH 4/4] ReadMe.rst: Update the list of submodules used in EDK II Rebecca Cran
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox