VirtualBox

Ignore:
Timestamp:
Jul 1, 2021 8:17:41 AM (3 years ago)
Author:
vboxsync
Message:

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/Source/Python/AutoGen/DataPipe.py

    r85718 r89983  
    7373        ModulePcds = {}
    7474        for m in PlatformInfo.Platform.Modules:
    75             m_pcds =  PlatformInfo.Platform.Modules[m].Pcds
     75            module = PlatformInfo.Platform.Modules[m]
     76            m_pcds =  module.Pcds
    7677            if m_pcds:
    77                 ModulePcds[(m.File,m.Root,m.Arch)] = [PCD_DATA(
     78                ModulePcds[module.Guid] = [PCD_DATA(
    7879            pcd.TokenCName,pcd.TokenSpaceGuidCName,pcd.Type,
    7980            pcd.DatumType,pcd.SkuInfoList,pcd.DefaultValue,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette