Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

My guide to award bios source code (updated)

Status
Not open for further replies.

Pinczakko

Full Member level 2
Full Member level 2
Joined
Jul 29, 2004
Messages
136
Helped
13
Reputation
26
Reaction score
0
Trophy points
1,296
Location
Taka Bonerate National Park, Indonesia
Activity points
1,592
ami bios source code

this is an updated version of my previous guide to the award bios source code. It's enough to make you being able to do what you please with award BIOSes, such as injecting your own code, patching subtle bugs, etc.
 

For your convenience, I upload the the IDA Pro disassembly database for the article. The structure of the file as follows :
Code:
           +->mem_detect.bin: the bootblock binary
           |
           +->mem_detect.idb: ida disasm database of bootblock
           |                           
           +->original.tmp: the decompressed system BIOS.         
           |                     
disassembly+->original.idb: ida database for original.tmp
           |
           +->awardext.rom: award extension to original.tmp                 
           |                         
           +->awardext.idb: ida database for awardext.rom
you can download the real/complete BIOS binary at : **broken link removed**

The mainboard Northbridge (VIA ApolloPro 693A) datasheet available for download at : http://www.rom.by/doki.htm

The mainboard Southbridge (VIA 596B) datasheet available for download at : **broken link removed**

other peripheral chips datasheets, such as Winbond W8377 I/O controller dataheet is available from the respective vendor's website.

and don't forget that the *.idb file is for IDA Pro version 4.50.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top