FSConfig.py (3751:b422ffec62c1) FSConfig.py (3812:eaa215123a26)
1# Copyright (c) 2006 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

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

94 self.bridge.side_b = self.membus.port
95 self.physmem.port = self.membus.port
96 self.rom.port = self.membus.port
97 self.nvram.port = self.membus.port
98 self.hypervisor_desc.port = self.membus.port
99 self.partition_desc.port = self.membus.port
100 self.intrctrl = IntrControl()
101 self.mem_mode = mem_mode
1# Copyright (c) 2006 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

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

94 self.bridge.side_b = self.membus.port
95 self.physmem.port = self.membus.port
96 self.rom.port = self.membus.port
97 self.nvram.port = self.membus.port
98 self.hypervisor_desc.port = self.membus.port
99 self.partition_desc.port = self.membus.port
100 self.intrctrl = IntrControl()
101 self.mem_mode = mem_mode
102 self.kernel = binary('vmlinux')
103
104 self.reset_bin = binary('reset.bin')
105 self.hypervisor_bin = binary('q.bin')
106 self.openboot_bin = binary('openboot.bin')
107 self.nvram_bin = binary('nvram1')
108 self.hypervisor_desc_bin = binary('1up-hv.bin')
109 self.partition_desc_bin = binary('1up-md.bin')
110

--- 15 unchanged lines hidden ---
102
103 self.reset_bin = binary('reset.bin')
104 self.hypervisor_bin = binary('q.bin')
105 self.openboot_bin = binary('openboot.bin')
106 self.nvram_bin = binary('nvram1')
107 self.hypervisor_desc_bin = binary('1up-hv.bin')
108 self.partition_desc_bin = binary('1up-md.bin')
109

--- 15 unchanged lines hidden ---