BIOS Flash 的几种方法 Programming of BIOS Flash

本文介绍了三种BIOS刷新的方法:直接操作闪存芯片、写入内存顶部区域以及使用SMI端口。文中还讨论了如何获取BIOS信息,并解释了一些相关工具如UniFlash和WinIo的功能。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Target: Windows BIOS Flash Tool

By now, I know there are 3 methods to implement BIOS Flash,

1.         Write/Read BIOS Flash Chip. This way is quiet complicated, there are so many kinds of Flash chips, SST, Windond..., they may all have datasheets to tell you how to flash, but eventually, they are all different.  There's a DOS based tool: uniFlash with Pascal source codes on internet, you can google it.

2.         Directly Write/Read the top of 4GB physical memory.

l         For instance, to backup a 8MB BIOS ROM, we can backup physical memory address: 0xFFF00000 FFFFFFFF ( 1MByte=8MBit )

l         To flash (write) a BIOS ROM, theoretically, just write the same physical memory address. But if you do this, you will find writing to this physical memory is no effective… Because this area is shadow area, you have to do sth with south bridge first...

 

3.         SMI Port . Award and AMI support this way to operate BIOS ROM. Acturally, WinFlash uses this technology.

 

Notes:

1.         How to get BIOS info (size, brand.. etc.)?

Answer: SMBIOS

2.         Can I use winio to read/write the top 4GB physical memory?

Answer: No. winio can only map the below 2GB physical memory.

3.         What is winio?

A driver to help you access I/O port and physical memory. It’s famous, you can google it. The greatest thing it has source codes- FREE!

 

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值