system.cc (3918:1f9a98d198e8) system.cc (3960:1dca397b2bab)
1/*
2 * Copyright (c) 2002-2006 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;

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

186 delete reset;
187 delete openboot;
188 delete hypervisor;
189 delete nvram;
190 delete hypervisor_desc;
191 delete partition_desc;
192}
193
1/*
2 * Copyright (c) 2002-2006 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;

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

186 delete reset;
187 delete openboot;
188 delete hypervisor;
189 delete nvram;
190 delete hypervisor_desc;
191 delete partition_desc;
192}
193
194bool
195SparcSystem::breakpoint()
196{
197 panic("Need to implement");
198 M5_DUMMY_RETURN
199}
200
201void
202SparcSystem::serialize(std::ostream &os)
203{
204 System::serialize(os);
205 resetSymtab->serialize("reset_symtab", os);
206 hypervisorSymtab->serialize("hypervisor_symtab", os);
207 openbootSymtab->serialize("openboot_symtab", os);
208 nvramSymtab->serialize("nvram_symtab", os);

--- 118 unchanged lines hidden ---
194void
195SparcSystem::serialize(std::ostream &os)
196{
197 System::serialize(os);
198 resetSymtab->serialize("reset_symtab", os);
199 hypervisorSymtab->serialize("hypervisor_symtab", os);
200 openbootSymtab->serialize("openboot_symtab", os);
201 nvramSymtab->serialize("nvram_symtab", os);

--- 118 unchanged lines hidden ---