writing AMIBIOS "modules"
Posted: Wed Jan 03, 2007 3:01 am
Hey everybody, I'm working with an AMI BIOS. I want to add a small routine that initializes some hardware after POST.
I see that I can use mmtool to insert "modules" into the BIOS.
Is this the appropriate way to add my routine? Does anybody know the layout of these modules? They appear to have a common header at the beginning and I am assuming a checksum in the beginning following the F0 F6 50 97 header.
The beginning of the module does not appear to be the entry point for code execution and I have yet to figure out how to determine the location of the entry point. I don't know if the entry point is static or if it is pointed to by a field somewhere in the header of the module file.
Any information at all about these AMI modules would be greatly appreciated, even if its just to tell me you agree with me or not.
Thanks!
I see that I can use mmtool to insert "modules" into the BIOS.
Is this the appropriate way to add my routine? Does anybody know the layout of these modules? They appear to have a common header at the beginning and I am assuming a checksum in the beginning following the F0 F6 50 97 header.
The beginning of the module does not appear to be the entry point for code execution and I have yet to figure out how to determine the location of the entry point. I don't know if the entry point is static or if it is pointed to by a field somewhere in the header of the module file.
Any information at all about these AMI modules would be greatly appreciated, even if its just to tell me you agree with me or not.
Thanks!