FSConfig.py (7937:bb6411d45356) FSConfig.py (7949:e59dac494020)
1# Copyright (c) 2010 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

233 elif bare_metal:
234 self.realview.uart.end_on_eot = True
235
236 self.realview.attachOnChipIO(self.membus)
237 self.realview.attachIO(self.iobus)
238
239 self.intrctrl = IntrControl()
240 self.terminal = Terminal()
1# Copyright (c) 2010 ARM Limited
2# All rights reserved.
3#
4# The license below extends only to copyright in the software and shall
5# not be construed as granting a license to any other intellectual
6# property including but not limited to intellectual property relating
7# to a hardware implementation of the functionality of the software
8# licensed hereunder. You may use the software subject to the license

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

233 elif bare_metal:
234 self.realview.uart.end_on_eot = True
235
236 self.realview.attachOnChipIO(self.membus)
237 self.realview.attachIO(self.iobus)
238
239 self.intrctrl = IntrControl()
240 self.terminal = Terminal()
241 self.vncserver = VncServer()
241 self.kernel = binary('vmlinux.arm')
242 self.boot_osflags = 'earlyprintk mem=128MB console=ttyAMA0 lpj=19988480' + \
243 ' norandmaps slram=slram0,0x8000000,+0x8000000' + \
244 ' mtdparts=slram0:- rw loglevel=8 root=/dev/mtdblock0'
245
246 return self
247
248

--- 290 unchanged lines hidden ---
242 self.kernel = binary('vmlinux.arm')
243 self.boot_osflags = 'earlyprintk mem=128MB console=ttyAMA0 lpj=19988480' + \
244 ' norandmaps slram=slram0,0x8000000,+0x8000000' + \
245 ' mtdparts=slram0:- rw loglevel=8 root=/dev/mtdblock0'
246
247 return self
248
249

--- 290 unchanged lines hidden ---