FSConfig.py (5412:771996f1d68e) FSConfig.py (5416:26aa7cf1be28)
1# Copyright (c) 2006-2008 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

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

173
174 # North Bridge
175 self.iobus = Bus(bus_id=0)
176 self.bridge = Bridge(delay='50ns', nack_delay='4ns')
177 self.bridge.side_a = self.iobus.port
178 self.bridge.side_b = self.membus.port
179
180 # Command line
1# Copyright (c) 2006-2008 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

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

173
174 # North Bridge
175 self.iobus = Bus(bus_id=0)
176 self.bridge = Bridge(delay='50ns', nack_delay='4ns')
177 self.bridge.side_a = self.iobus.port
178 self.bridge.side_b = self.membus.port
179
180 # Command line
181 self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0'
181 self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=9608015'
182
183 # Platform
184 self.pc = PC()
185 self.pc.attachIO(self.iobus)
186
187 self.intrctrl = IntrControl()
188
189 return self

--- 85 unchanged lines hidden ---
182
183 # Platform
184 self.pc = PC()
185 self.pc.attachIO(self.iobus)
186
187 self.intrctrl = IntrControl()
188
189 return self

--- 85 unchanged lines hidden ---