From cc4fc5eca6da25d188ab7d4342b5c82bdb8f6029 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Thu, 1 Jul 2021 00:01:59 +0300 Subject: Add draft for lesson 25 Signed-off-by: Konstantin Aladyshev --- Lesson_25/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Lesson_25') diff --git a/Lesson_25/README.md b/Lesson_25/README.md index 5e3da0d..88e3c18 100644 --- a/Lesson_25/README.md +++ b/Lesson_25/README.md @@ -16,4 +16,19 @@ Summary table: | | 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] | +| .dsc section: | [PcdsFixedAtBuild] | [PcdsFeatureFlag] | [PcdsPatchableInModule] | [PcdsDynamicDefault]
[PcdsDynamicHii]
[PcdsDynamicVpd] | [PcdsDynamicExDefault]
[PcdsDynamicExHii]
[PcdsDynamicExVpd] | +| .inf section: | [FixedPcd]
[Pcd] | [FeaturePcd]
[Pcd] | [PatchPcd]
[Pcd] | [Pcd] | [PcdEx] | +| Get: | PcdGet
FixedPcdGet | PcdGetBool
FeaturePcdGet | PcdGet
PatchPcdGet | PcdGet | PcdGet
PcdGetEx | +| Set: | - | - | PcdSetS
PatchPcdSet | PcdSetS | PcdSetS
PcdSetExS | +| Scope: | Every module have
its own copy | Every module have
its own copy | Every module have
its own copy | Global for
platform | Global for
platform | + + + + + = 8|16|32|64|Bool|Ptr -- cgit v1.2.3-18-g5258