#include "smbios/compat.h"
#include <errno.h>
#include <string.h>
#include <iostream>
#include <sstream>
#include <iomanip>
#include "RbuImpl.h"
#include "smbios/IToken.h"
#include "smbios/SystemInfo.h"
#include "smbios/message.h"
Go to the source code of this file.
Namespaces | |
namespace | rbu |
Functions | |
bool | rbu::checkSystemId (const IRbuHdr &hdr, u16 sysId) |
Check to see if a HDR file supports a specific System ID. | |
ostream & | rbu::operator<< (ostream &cout, const IRbuHdr &hdr) |
static string | rbu::stringToLower (string in) |
static int | rbu::compareSamePrefixOldBiosVersion (std::string ver1, std::string ver2) |
static int | rbu::compareOldBiosVersion (std::string ver1, std::string ver2) |
void | rbu::splitNewVersion (std::string ver, unsigned int &maj, unsigned int &min, unsigned int &ext) |
static int | rbu::compareNewBiosVersion (std::string ver1, std::string ver2) |
int | rbu::compareBiosVersion (std::string ver1, std::string ver2) |
Compare BIOS Versions. | |
packet_type | rbu::getSupportedPacketType (void) |
void | rbu::activateRbuToken () |
void | rbu::cancelRbuToken () |
void | rbu::checksumPacket (rbu_packet *pkt, size_t size) |
void | rbu::createPacket (char *buffer, size_t bufSize, size_t imageSize) |