Date
1 - 1 of 1
PcdNameTable
Konstantin Aladyshev
When does the PcdNameTable get generated for Dynamic PCDs?
There is an offset to such a table in the PCD database structure, but
in the OVMF image it is equal to 0, so I'm wondering in what cases it
gets initialized.
https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Include/Guid/PcdDataBaseSignatureGuid.h
```
typedef struct {
...
TABLE_OFFSET PcdNameTableOffset;
...
} PCD_DATABASE_INIT;
```
Best regards,
Konstantin Aladyshev
There is an offset to such a table in the PCD database structure, but
in the OVMF image it is equal to 0, so I'm wondering in what cases it
gets initialized.
https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Include/Guid/PcdDataBaseSignatureGuid.h
```
typedef struct {
...
TABLE_OFFSET PcdNameTableOffset;
...
} PCD_DATABASE_INIT;
```
Best regards,
Konstantin Aladyshev