aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-04 01:21:52 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-04 01:21:52 +0300
commit4b11601d48d2571758bc61976a8f0550a479b5ea (patch)
tree75102362ee3013ea14468d56e0ccdbc7de3d48df
parent72d720446ccffd7a96fc8caf753f54573e756d7f (diff)
downloadUEFI-Lessons-4b11601d48d2571758bc61976a8f0550a479b5ea.tar.gz
UEFI-Lessons-4b11601d48d2571758bc61976a8f0550a479b5ea.tar.bz2
UEFI-Lessons-4b11601d48d2571758bc61976a8f0550a479b5ea.zip
Fix formatting in lesson 30
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r--Lesson_30/README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/Lesson_30/README.md b/Lesson_30/README.md
index 7061b5b..756583f 100644
--- a/Lesson_30/README.md
+++ b/Lesson_30/README.md
@@ -358,15 +358,15 @@ As with ACPI newer PCI specifications include the older ones:
```
Pci.h > PciExpress50.h > PciExpress40.h > PciExpress31.h > PciExpress30.h > PciExpress21.h > Pci30.h > Pci23.h > Pci22.h
```
--https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci.h
--https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress50.h
--https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress40.h
--https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress31.h
--https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress30.h
--https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress21.h
--https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci30.h
--https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci23.h
--https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci22.h
+- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci.h
+- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress50.h
+- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress40.h
+- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress31.h
+- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress30.h
+- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/PciExpress21.h
+- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci30.h
+- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci23.h
+- https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Pci22.h
For every possible PCI function we would try to read its common PCI configuration space header: