diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-01 00:04:29 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-01 00:04:29 +0300 |
commit | f3a955c9fb6a7eb493be2feae42cc2a11c9b7003 (patch) | |
tree | 1507a91d61ef5ecfded1b0183ebc8b15fe717664 | |
parent | cc4fc5eca6da25d188ab7d4342b5c82bdb8f6029 (diff) | |
download | UEFI-Lessons-f3a955c9fb6a7eb493be2feae42cc2a11c9b7003.tar.gz UEFI-Lessons-f3a955c9fb6a7eb493be2feae42cc2a11c9b7003.tar.bz2 UEFI-Lessons-f3a955c9fb6a7eb493be2feae42cc2a11c9b7003.zip |
Fix table markdown
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | Lesson_25/README.md | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/Lesson_25/README.md b/Lesson_25/README.md index 88e3c18..789bdb9 100644 --- a/Lesson_25/README.md +++ b/Lesson_25/README.md @@ -1,23 +1,5 @@ Summary table: -| | Fixed at build | Feature Flag | Patchable | Dynamic | DynamicEx | -| --------------------- | ------------------ |--------------------|--------------------------|----------------------|------------------------| -| .dec section: | [PcdsFixedAtBuild] | [PcdsFeatureFlag] | [PcdsPatchableInModule] | [PcdsDynamic] | [PcdsDynamicEx] | -| .dsc section: | [PcdsFixedAtBuild]<br/> | [PcdsFeatureFlag]<br/> | [PcdsPatchableInModule]<br/> | [PcdsDynamicDefault]<br/> | [PcdsDynamicExDefault]<br/> | -| <br/> | <br/> | <br/> | <br/> | [PcdsDynamicHii]<br/> | [PcdsDynamicExHii]<br/> | -| <br/> | <br/> | <br/> | <br/> | [PcdsDynamicVpd]<br/> | [PcdsDynamicExVpd]<br/> | -| .inf section:<br/> | [FixedPcd]<br/> | [FeaturePcd]<br/> | [PatchPcd]<br/> | [Pcd]<br/> | [PcdEx]<br/> | -| | [Pcd] | [Pcd] | [Pcd] | | | -| Get:<br/> | PcdGet<Type><br/> | PcdGetBool<br/> | PcdGet<Type><br/> | PcdGet<Type><br/> | PcdGet<Type><br/> | -| | FixedPcdGet<Type> | FeaturePcdGet | PatchPcdGet<Type> | | PcdGetEx<Type> | -| Set:<br/> | -<br/> | -<br/> | PcdSet<Type>S<br/> | PcdSet<Type>S<br/> | PcdSet<Type>S<br/> | -| | | | PatchPcdSet<Type> | | PcdSetEx<Type>S | -| Scope:<br/> | Every module have<br/> | Every module have<br/> | Every module have<br/> | Global for<br/> | Global for<br/> | -| | its own copy | its own copy | its own copy | platfrom | platfrom | - - - - | | Fixed at build | Feature Flag | Patchable | Dynamic | DynamicEx | |---------------|-----------------------------------|-----------------------------------|------------------------------------|--------------------------------------------------------------|--------------------------------------------------------------------| | .dec section: | [PcdsFixedAtBuild] | [PcdsFeatureFlag] | [PcdsPatchableInModule] | [PcdsDynamic] | [PcdsDynamicEx] | @@ -28,7 +10,4 @@ Summary table: | Scope: | Every module have<br>its own copy | Every module have<br>its own copy | Every module have<br>its own copy | Global for<br>platform | Global for<br>platform | - - - -<Type> = 8|16|32|64|Bool|Ptr +\<Type\> = 8|16|32|64|Bool|Ptr |