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
Looks like Intel is transitioning support for NUC product lineup to Asus, which means they will stop "innovate" at their dreaded BIO file format soon. I doubt Asus will switch to the usual AMI PFAT Capsules, and I also doubt Asus will change anything substantial about the format, so now is a prime moment to add support for them, i.e. be able to reconstruct an SPI-writer-friendly FD image from an input BIO image without using a hex editor and error-prone manual process.
The text was updated successfully, but these errors were encountered:
My guess is that ASUS will use PFAT for their own/new models (as PFAT is used at Intel laptops a lot) but "maintain" BIO for the older ones. At least the ones which still used BIO because Intel also has a "Capsule" (CAP) format.
Anyway, the main difficulty with writing BIOSUtility tooling is all the RE which is required first. Due to lack of time from my part, if that Intel BIO format RE already exists somewhere in an actionable form, I suppose we could add an Intel BIO utility in the future.
Looks like Intel is transitioning support for NUC product lineup to Asus, which means they will stop "innovate" at their dreaded BIO file format soon. I doubt Asus will switch to the usual AMI PFAT Capsules, and I also doubt Asus will change anything substantial about the format, so now is a prime moment to add support for them, i.e. be able to reconstruct an SPI-writer-friendly FD image from an input BIO image without using a hex editor and error-prone manual process.
The text was updated successfully, but these errors were encountered: