FSConfig.py (9929:d6f0e70fd0d4) FSConfig.py (10003:459491344fcf)
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

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

513 # Reserve the last 16kB of the 32-bit address space for the
514 # m5op interface
515 X86E820Entry(addr=0xFFFF0000, size='64kB', range_type=2),
516 ]
517
518 # Command line
519 self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=7999923 ' + \
520 'root=/dev/hda1'
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

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

513 # Reserve the last 16kB of the 32-bit address space for the
514 # m5op interface
515 X86E820Entry(addr=0xFFFF0000, size='64kB', range_type=2),
516 ]
517
518 # Command line
519 self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=7999923 ' + \
520 'root=/dev/hda1'
521 self.kernel = binary('x86_64-vmlinux-2.6.22.9')
521 return self
522
523
524def makeDualRoot(full_system, testSystem, driveSystem, dumpfile):
525 self = Root(full_system = full_system)
526 self.testsys = testSystem
527 self.drivesys = driveSystem
528 self.etherlink = EtherLink()

--- 17 unchanged lines hidden ---
522 return self
523
524
525def makeDualRoot(full_system, testSystem, driveSystem, dumpfile):
526 self = Root(full_system = full_system)
527 self.testsys = testSystem
528 self.drivesys = driveSystem
529 self.etherlink = EtherLink()

--- 17 unchanged lines hidden ---