Yes a bit further down you have a whole block of strings used to provide for the different menus. svl7 has overwritten a few characters with his nickname.
Also at the very beggining of the module the header is changed over a few bytes it's most likely due to the CRC.
Those are all the differences between original setup module and svl7's setup module mod.
I was too lazy to diff the other modules looking for modifications and i believe it's technically feasible to include some sort of malware among all the other modules. Even though i belive svl7 provided a clean mod i prefered to apply the patch on the two jumps on a freshly downloaded bios update from Acer's website just to be sure.
Maybe you should consider doing same depending on what the machine is purposed for.
Also i think this might be the actual snippet of code inside the CPU module which enables SVM instructions by writting to bit 4 of C001_0114h #CR_VM.SVME_DISABLE register thus enabling write over bit 12 of C000_0080h #EFER.SVME finally allowing to use virtualization.
So probably a more targetted lower level patch could have taken place there turning on permanently the SVM feature:
(sub_CDAA4 and sub_CDABE being respectively a "rdmsr" and a "wrmsr" function)
See AMD reference architecture manuals for further details: BIOS and Kernel Developer Guide (BKDG) for AMD Family 14h Models 00h-0Fh Processors PDF – 01/04/2011
Also at the very beggining of the module the header is changed over a few bytes it's most likely due to the CRC.
Those are all the differences between original setup module and svl7's setup module mod.
I was too lazy to diff the other modules looking for modifications and i believe it's technically feasible to include some sort of malware among all the other modules. Even though i belive svl7 provided a clean mod i prefered to apply the patch on the two jumps on a freshly downloaded bios update from Acer's website just to be sure.
Maybe you should consider doing same depending on what the machine is purposed for.
Also i think this might be the actual snippet of code inside the CPU module which enables SVM instructions by writting to bit 4 of C001_0114h #CR_VM.SVME_DISABLE register thus enabling write over bit 12 of C000_0080h #EFER.SVME finally allowing to use virtualization.
So probably a more targetted lower level patch could have taken place there turning on permanently the SVM feature:
(sub_CDAA4 and sub_CDABE being respectively a "rdmsr" and a "wrmsr" function)
See AMD reference architecture manuals for further details: BIOS and Kernel Developer Guide (BKDG) for AMD Family 14h Models 00h-0Fh Processors PDF – 01/04/2011