Skip to content

Conversation

@luqmana
Copy link
Contributor

@luqmana luqmana commented Aug 21, 2025

Closes #250.

Not a huge change compared to 1.0.0.5. Just a couple new tokens and as part of trying to get SEC working, this retains more of the firmware blobs we'd previously omitted:

$ diff etc/turin-cosmo-1.0.0.{5,6}.efs.json5
255a256,343
>             BlobFile: "TypeId0x1A_SevDriver_BRH.ecsbin"
>           },
>           target: {
>             type: "TeeSevDriver"
>           }
>         },
>         {
>           source: {
>             BlobFile: "TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
>           },
>           target: {
>             type: "TeeIpKeyManagerDriver"
>           }
>         },
>         {
>           source: {
>             BlobFile: "TypeId0x1B_BootDriver_BRH.ecsbin"
>           },
>           target: {
>             type: "TeeBootDriver"
>           }
>         },
>         {
>           source: {
>             BlobFile: "TypeId0x1C_SocDriver_BRH.ecsbin"
>           },
>           target: {
>             type: "TeeSocDriver"
>           }
>         },
>         {
>           source: {
>             BlobFile: "TypeId0x1D_HadDriver_BRH.ecsbin"
>           },
>           target: {
>             type: "TeeDebugDriver"
>           }
>         },
>         {
>           source: {
>             BlobFile: "TypeId0x1F_InterfaceDriver_BRH.ecsbin"
>           },
>           target: {
>             type: "TeeInterfaceDriver"
>           }
>         },
>         {
>           source: {
>             BlobFile: "TypeId0x38_PspSevEmptyData.bin"
>           },
>           target: {
>             type: "SevData"
>           }
>         },
>         {
>           source: {
>             BlobFile: "TypeId0x47_DRTMDriver_BRH.ecsbin"
>           },
>           target: {
>             type: "DrtmTa"
>           }
>         },
>         {
>           source: {
>             BlobFile: "TypeId0x67_FHPDriver_BRH.ecsbin"
>           },
>           target: {
>             type: "TeeFhpDriver"
>           }
>         },
>         {
>           source: {
>             BlobFile: "TypeId0x68_SPDMDriver_BRH.ecsbin"
>           },
>           target: {
>             type: "TeeSpdmDriver"
>           }
>         },
>         {
>           source: {
>             BlobFile: "TypeId0x69_DPEDriver_BRH.ecsbin"
>           },
>           target: {
>             type: "TeeDpeDriver"
>           }
>         },
>         {
>           source: {
373c461
<               version: "0.5.1",
---
>               version: "0.5.2",
378c466
<                 unique_apcb_instance: 30817,
---
>                 unique_apcb_instance: 15990,
10405a10494,10508
>                         SecI2cVoltageMode: "1.1 V"
>                       }
>                     },
>                     {
>                       Byte: {
>                         MemEccErrInjectionDdr: "Enabled"
>                       }
>                     },
>                     {
>                       Byte: {
>                         MemSpecificVendorDieCeWorkaround: "Disabled"
>                       }
>                     },
>                     {
>                       Byte: {
10577a10681,10685
>                         MemTimingWriteToWriteScheduler3ds4800Workaround: "Disabled"
>                       }
>                     },
>                     {
>                       Byte: {
10605a10714,10718
>                     {
>                       Byte: {
>                         MemSpecificVendorDieCacsWorkaround: "Enabled"

@luqmana luqmana requested review from dancrossnyc and daym August 21, 2025 18:16
@dancrossnyc dancrossnyc merged commit 4603595 into main Aug 25, 2025
7 checks passed
@dancrossnyc dancrossnyc deleted the luqmana/turin-1.0.0.6 branch August 25, 2025 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Turin 1.0.0.6

3 participants