diff options
Diffstat (limited to 'Lesson_25')
-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 |