RealView.py (9387:175421e57fff) RealView.py (9394:e88cf95d33d3)
1# Copyright (c) 2009-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

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

143 vnc = Param.VncInput(Parent.any, "Vnc server for remote frame buffer display")
144 is_mouse = Param.Bool(False, "Is this interface a mouse, if not a keyboard")
145 int_delay = '1us'
146 amba_id = 0x00141050
147
148class Pl111(AmbaDmaDevice):
149 type = 'Pl111'
150 cxx_header = "dev/arm/pl111.hh"
1# Copyright (c) 2009-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

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

143 vnc = Param.VncInput(Parent.any, "Vnc server for remote frame buffer display")
144 is_mouse = Param.Bool(False, "Is this interface a mouse, if not a keyboard")
145 int_delay = '1us'
146 amba_id = 0x00141050
147
148class Pl111(AmbaDmaDevice):
149 type = 'Pl111'
150 cxx_header = "dev/arm/pl111.hh"
151 # Override the default clock
152 clock = '24MHz'
151 pixel_clock = Param.Clock('24MHz', "Pixel clock")
153 vnc = Param.VncInput(Parent.any, "Vnc server for remote frame buffer display")
154 amba_id = 0x00141111
155
156class RealView(Platform):
157 type = 'RealView'
158 cxx_header = "dev/arm/realview.hh"
159 system = Param.System(Parent.any, "system")
160 pci_cfg_base = Param.Addr(0, "Base address of PCI Configuraiton Space")

--- 274 unchanged lines hidden ---
152 vnc = Param.VncInput(Parent.any, "Vnc server for remote frame buffer display")
153 amba_id = 0x00141111
154
155class RealView(Platform):
156 type = 'RealView'
157 cxx_header = "dev/arm/realview.hh"
158 system = Param.System(Parent.any, "system")
159 pci_cfg_base = Param.Addr(0, "Base address of PCI Configuraiton Space")

--- 274 unchanged lines hidden ---