Deleted Added
sdiff udiff text old ( 10037:5cac77888310 ) new ( 10187:7fef26827810 )
full compact
1# Copyright (c) 2009-2013 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

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

160 vnc = Param.VncInput(Parent.any, "Vnc server for remote frame buffer display")
161 amba_id = 0x00141111
162 enable_capture = Param.Bool(True, "capture frame to system.framebuffer.bmp")
163
164
165class HDLcd(AmbaDmaDevice):
166 type = 'HDLcd'
167 cxx_header = "dev/arm/hdlcd.hh"
168 pixel_clock = Param.Clock('65MHz', "Clock frequency of the pixel clock "
169 "(i.e. PXLREFCLK / OSCCLK 5; 23.75MHz "
170 "default up to 165MHz)")
171 vnc = Param.VncInput(Parent.any, "Vnc server for remote frame buffer "
172 "display")
173 amba_id = 0x00141000
174 enable_capture = Param.Bool(True, "capture frame to system.framebuffer.bmp")
175
176class RealView(Platform):
177 type = 'RealView'
178 cxx_header = "dev/arm/realview.hh"

--- 298 unchanged lines hidden ---