Go to the source code of this file.
Functions |
| DECLARE_EXCEPTION (RbuException) |
| DECLARE_EXCEPTION_EX (RbuNotSupported, rbu, RbuException) |
| DECLARE_EXCEPTION_EX (InvalidHdrFile, rbu, RbuException) |
| DECLARE_EXCEPTION_EX (UnsupportedSystemForHdrFile, rbu, RbuException) |
| DECLARE_EXCEPTION_EX (HdrFileIOError, rbu, RbuException) |
| DECLARE_EXCEPTION_EX (RbuDriverIOError, rbu, RbuException) |
std::ostream & | operator<< (std::ostream &cout, const IRbuHdr &item) |
void | cancelDellBiosUpdate () |
| Cancel BIOS Update on Dell systems.
|
bool | checkSystemId (const IRbuHdr &hdr, u16 sysId) |
| Check to see if a HDR file supports a specific System ID.
|
void | dellBiosUpdate (const IRbuHdr &hdr, packet_type force_type) |
| Update BIOS on Dell systems.
|
int | compareBiosVersion (std::string ver1, std::string ver2) |
| Compare BIOS Versions.
|