FSConfig.py (10594:4fdc929c0aaa) FSConfig.py (10667:e17949745150)
1# Copyright (c) 2010-2012 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

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

281 'lpj=19988480 norandmaps rw loglevel=8 ' + \
282 'mem=%(mem)s root=/dev/sda1'
283
284 self.realview.setupBootLoader(self.membus, self, binary)
285 self.gic_cpu_addr = self.realview.gic.cpu_addr
286 self.flags_addr = self.realview.realview_io.pio_addr + 0x30
287
288 if mdesc.disk().lower().count('android'):
1# Copyright (c) 2010-2012 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

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

281 'lpj=19988480 norandmaps rw loglevel=8 ' + \
282 'mem=%(mem)s root=/dev/sda1'
283
284 self.realview.setupBootLoader(self.membus, self, binary)
285 self.gic_cpu_addr = self.realview.gic.cpu_addr
286 self.flags_addr = self.realview.realview_io.pio_addr + 0x30
287
288 if mdesc.disk().lower().count('android'):
289 boot_flags += " init=/init "
289 cmdline += " init=/init "
290 self.boot_osflags = fillInCmdline(mdesc, cmdline)
291 self.realview.attachOnChipIO(self.membus, self.bridge)
292 self.realview.attachIO(self.iobus)
293 self.intrctrl = IntrControl()
294 self.terminal = Terminal()
295 self.vncserver = VncServer()
296
297 self.system_port = self.membus.slave

--- 290 unchanged lines hidden ---
290 self.boot_osflags = fillInCmdline(mdesc, cmdline)
291 self.realview.attachOnChipIO(self.membus, self.bridge)
292 self.realview.attachIO(self.iobus)
293 self.intrctrl = IntrControl()
294 self.terminal = Terminal()
295 self.vncserver = VncServer()
296
297 self.system_port = self.membus.slave

--- 290 unchanged lines hidden ---