smbios.cc (5615:1c4b9b1aa500) smbios.cc (6214:1ec0ec8933ae)
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 78 unchanged lines hidden (view full) ---

87
88#include "arch/x86/bios/smbios.hh"
89#include "arch/x86/isa_traits.hh"
90#include "mem/port.hh"
91#include "params/X86SMBiosBiosInformation.hh"
92#include "params/X86SMBiosSMBiosStructure.hh"
93#include "params/X86SMBiosSMBiosTable.hh"
94#include "sim/byteswap.hh"
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 78 unchanged lines hidden (view full) ---

87
88#include "arch/x86/bios/smbios.hh"
89#include "arch/x86/isa_traits.hh"
90#include "mem/port.hh"
91#include "params/X86SMBiosBiosInformation.hh"
92#include "params/X86SMBiosSMBiosStructure.hh"
93#include "params/X86SMBiosSMBiosTable.hh"
94#include "sim/byteswap.hh"
95#include "sim/host.hh"
95#include "base/types.hh"
96
97using namespace std;
98
99const char X86ISA::SMBios::SMBiosTable::SMBiosHeader::anchorString[] = "_SM_";
100const uint8_t X86ISA::SMBios::SMBiosTable::
101 SMBiosHeader::formattedArea[] = {0,0,0,0,0};
102const uint8_t X86ISA::SMBios::SMBiosTable::
103 SMBiosHeader::entryPointLength = 0x1F;

--- 284 unchanged lines hidden ---
96
97using namespace std;
98
99const char X86ISA::SMBios::SMBiosTable::SMBiosHeader::anchorString[] = "_SM_";
100const uint8_t X86ISA::SMBios::SMBiosTable::
101 SMBiosHeader::formattedArea[] = {0,0,0,0,0};
102const uint8_t X86ISA::SMBios::SMBiosTable::
103 SMBiosHeader::entryPointLength = 0x1F;

--- 284 unchanged lines hidden ---