system.hh (2665:a124942bacb8) system.hh (3527:0485338dc5e1)
1/*
2 * Copyright (c) 2002-2005 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;

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

41#include "sim/system.hh"
42
43class SparcSystem : public System
44{
45 public:
46 struct Params : public System::Params
47 {
48 std::string reset_bin;
1/*
2 * Copyright (c) 2002-2005 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;

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

41#include "sim/system.hh"
42
43class SparcSystem : public System
44{
45 public:
46 struct Params : public System::Params
47 {
48 std::string reset_bin;
49 std::string hypervison_bin;
49 std::string hypervisor_bin;
50 std::string openboot_bin;
51 std::string boot_osflags;
52 uint64_t system_type;
53 uint64_t system_rev;
54 };
55
56 SparcSystem(Params *p);
57

--- 62 unchanged lines hidden ---
50 std::string openboot_bin;
51 std::string boot_osflags;
52 uint64_t system_type;
53 uint64_t system_rev;
54 };
55
56 SparcSystem(Params *p);
57

--- 62 unchanged lines hidden ---