system.hh (7087:fb8d5786ff30) system.hh (7532:3f6413fc37a2)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

72
73/**
74 * Serialization stuff
75 */
76 public:
77 void serialize(std::ostream &os);
78 void unserialize(Checkpoint *cp, const std::string &section);
79
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

72
73/**
74 * Serialization stuff
75 */
76 public:
77 void serialize(std::ostream &os);
78 void unserialize(Checkpoint *cp, const std::string &section);
79
80 void startup();
80 void initState();
81
82 protected:
83
84 X86ISA::SMBios::SMBiosTable * smbiosTable;
85 X86ISA::IntelMP::FloatingPointer * mpFloatingPointer;
86 X86ISA::IntelMP::ConfigTable * mpConfigTable;
87 X86ISA::ACPI::RSDP * rsdp;
88

--- 17 unchanged lines hidden ---
81
82 protected:
83
84 X86ISA::SMBios::SMBiosTable * smbiosTable;
85 X86ISA::IntelMP::FloatingPointer * mpFloatingPointer;
86 X86ISA::IntelMP::ConfigTable * mpConfigTable;
87 X86ISA::ACPI::RSDP * rsdp;
88

--- 17 unchanged lines hidden ---