RealView.py (10780:46070443051e) RealView.py (10840:48039363f67a)
1# Copyright (c) 2009-2015 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

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

170 # 1920x1080MR-16@60 ~= 137 MHz
171 # 3840x2160MR-16@60 ~= 533 MHz
172 # Match against the resolution selected in the Linux DTS/DTB file.
173 pixel_clock = Param.Clock('137MHz', "Clock frequency of the pixel clock "
174 "(i.e. PXLREFCLK / OSCCLK 5")
175 vnc = Param.VncInput(Parent.any, "Vnc server for remote frame buffer "
176 "display")
177 amba_id = 0x00141000
1# Copyright (c) 2009-2015 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

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

170 # 1920x1080MR-16@60 ~= 137 MHz
171 # 3840x2160MR-16@60 ~= 533 MHz
172 # Match against the resolution selected in the Linux DTS/DTB file.
173 pixel_clock = Param.Clock('137MHz', "Clock frequency of the pixel clock "
174 "(i.e. PXLREFCLK / OSCCLK 5")
175 vnc = Param.VncInput(Parent.any, "Vnc server for remote frame buffer "
176 "display")
177 amba_id = 0x00141000
178 workaround_swap_rb = Param.Bool(True, "Workaround incorrect color "
179 "selector order in some kernels")
178 enable_capture = Param.Bool(True, "capture frame to system.framebuffer.bmp")
179
180class RealView(Platform):
181 type = 'RealView'
182 cxx_header = "dev/arm/realview.hh"
183 system = Param.System(Parent.any, "system")
184 pci_io_base = Param.Addr(0, "Base address of PCI IO Space")
185 pci_cfg_base = Param.Addr(0, "Base address of PCI Configuraiton Space")

--- 438 unchanged lines hidden ---
180 enable_capture = Param.Bool(True, "capture frame to system.framebuffer.bmp")
181
182class RealView(Platform):
183 type = 'RealView'
184 cxx_header = "dev/arm/realview.hh"
185 system = Param.System(Parent.any, "system")
186 pci_io_base = Param.Addr(0, "Base address of PCI IO Space")
187 pci_cfg_base = Param.Addr(0, "Base address of PCI Configuraiton Space")

--- 438 unchanged lines hidden ---