Cbrom - Exe: Bios Rom Combination Utility
Cbrom - Exe: Bios Rom Combination Utility
exe
Version 1.11
BIOS ROM
Combination
Utility
User’s Guide
Proprietary Notice and Disclaimer
Unless otherwise noted, this document and the information herein disclosed are
proprietary to Award Software International Inc. (Award). Any person or entity to whom
this document is furnished or who otherwise has possession thereof, by acceptance agrees
that it will not be copied or reproduced in whole or in part, nor used in any manner except
to meet the purposes for which it was delivered.
The information in this document is subject to change without notice, and should not be
considered as a commitment by Award. Although Award will make every effort to inform
users of substantive errors, Award disclaims all liability for any loss or damage resulting
from the use of this document or any hardware or software described herein, including
without limitation contingent, special, or incidental liability.
Award Software InternationalÒ and the Award logo are registered trademarks of Award
Software International Inc.
All other products and brand names are trademarks and registered trademarks of their
respective companies.
Cbrom.exe Page ii
BIOS ROM Combination Utility
This manual briefly discusses Cbrom, the Award BIOS ROM Combination
utility, with instructions to guide you through combining third-party firmware
with the Award BIOS in a file format for flash memory chips. Cbrom
supports 1-MB and 2-MB flash memory file formats.
Using Cbrom
This manual describes Cbrom ver. 1.11. Later versions may contain
additional enhancements.
Cbrom runs at a DOS prompt. To view the complete Cbrom usage, type
CBROM /? at the DOS prompt and press Enter. A screen similar to this
appears:
CBROM v1.11
Copyright © Award Software, Inc. 1995-1997 All Rights Reserved.
Syntax: A:\CBROM.EXE InputFile [/other] [8000:0] [RomFile|Release]
A: \CBROM.EXE InputFile [/D|logo|vga … ] [RomFile|Release]
InputFile : System BIOS to be added with Option ROMs
D : For display all combined ROMs information in BIOS
/ncr : Add NCR(SYMBIOS) SCSI ROM to System BIOS
/aha : Add AHA78xx SCSI ROM to System BIOS
/blg : Add BusLogic SCSI ROM to System BIOS
/vga : Add VGA BIOS ROM to System BIOS
/logo : Add OEM LOGO BitMap to System BIOS
/other : Add special OEM ROM to System BIOS
/cpucode, /epa, /acpitbl
Cbrom Parameters
Cbrom.exe Page 1
Award Software International Inc.
Keep in mind that these file names are examples only, to help you
understand the process.
SCSI ROMs /ncr For standard PCI motherboards, users can combine an NCR
/aha SCSI ROM, Adaptec SCSI ROM, or BusLogic SCSI ROM and
/blg the system BIOS using these commands:
You may also combine more than one ROM, like this:
After the program executes this command, all three confirmation messages
shown above should appear.
Video ROMs For an all-in-one PCI motherboard, you must combine the VGA BIOS with
the system BIOS to also combine option ROMs such as an NCR SCSI BIOS
with the system BIOS. Here is an example of combining the VGA BIOS and
the NCR SCSI BIOS:
Cbrom.exe Page 2
Award Software International Inc.
this manual of adding uncompressed firmware (/vga vga.bin, /logo
test.bmp) the “adding” messages differ from the “combining” messages
in the examples of adding compressed code, such as ncr ncr307.rom,
/aha aha7850.rom, and /blg ba81c15.rom. To determine if a ROM is
compressed or not, use the debug command (e.g., search for the
string marker -lh5).
Other ROMs You can combine other ROMs not listed above with the system BIOS. The
command has this format:
cbrom 2a59cxxx.bin /other [Expand to RAM Address] [Rom File]
NOTE: This function requires specially modified source code. Contact Award
for information about obtaining source code customized for this
feature.
Adding a Full- This command lets you add a full screen logo to the system BIOS.
Screen Logo cbrom 2a59cxxx.bin /logo test.bmp
NOTES: 1. You must obtain a BIOS from Award modified for a full-screen logo
to use this command.
Miscellaneous /cpucode Combine up to four micro codes for the Pentium Pro CPU.
Additions
/epa This command lets you insert a small logo in the system BIOS
to replace the Energy Star Logo. Note that at time of the
writing, this function is not available.
Cbrom.exe Page 3
Award Software International Inc.
/acpitbl Use this command to add ACPI hardware descriptor tables to
support ACPI, when it becomes available in operating systems.
Removing a This command lets you remove any existing ROMs from the system BIOS.
ROM For example, you may remove the NCR SCSI BIOS and the Adaptec SCSI
BIOS from the system BIOS with these commands:
cbrom 2a59cxxx.bin /ncr release
Then type:
cbrom 2a59cxxx.bin /aha release
Displaying This command lists all the combined ROMs, with file details. For example, to
Details display a list of the binary files combined in 2a95cxxx.bin, type this
command:
cbrom 2a59cxxx.bin /d
CBROM v1.11
Copyright © Award Software, Inc. 1995-1997 All Rights Reserved.
******** 2a59cxxx.bin BIOS Component ********
Cbrom.exe Page 4
Award Software International Inc.
This error message indicates that the attempted third-party ROM addition
exceeds the size allotted for such ROMs in the BIOS binary file. Contact your
Award sales representative about obtaining an updated BIOS code base to
solve this problem.
Cbrom.exe Page 5