You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we're hardcoding the build date and firmware version into each platform config in the ${DMIDECODE_FIRMWARE_VERSION} and ${DMIDECODE_RELEASE_DATE} flags. This means we have to do trivial edits of the configs for each release/RC.
Describe the solution you'd like
We should come up with a way to do this automatically. I think most if not all could be extracted from the FW file we pass into OSFV. For example:
The problem you're addressing (if any)
Right now, we're hardcoding the build date and firmware version into each platform config in the
${DMIDECODE_FIRMWARE_VERSION}
and${DMIDECODE_RELEASE_DATE}
flags. This means we have to do trivial edits of the configs for each release/RC.Describe the solution you'd like
We should come up with a way to do this automatically. I think most if not all could be extracted from the FW file we pass into OSFV. For example:
to set the date and version, and
to see if we're dealing with
Dasharo (coreboot + EDK2)
orDasharo (coreboot + SeaBIOS)
Where is the value to a user, and who might that user be?
The testers wouldn't have to make trivial changes to the configs each release and PRs with such changes wouldn't have to be handled
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: