Deleted Added
sdiff udiff text old ( 10916:5c76426fd9ee ) new ( 11619:8bc53d5565ba )
full compact
1# Copyright (c) 2014-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
9# terms below provided that you ensure that this notice is replicated

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

56 gpu_type = Param.NoMaliGpuType("T760", "GPU type")
57 ver_maj = Param.UInt32(0, "GPU Version (Major)")
58 ver_min = Param.UInt32(0, "GPU Version (Minor)")
59 ver_status = Param.UInt32(0, "GPU Version (Status)")
60
61 int_gpu = Param.UInt32("Interrupt number for GPU interrupts")
62 int_job = Param.UInt32("Interrupt number for JOB interrupts")
63 int_mmu = Param.UInt32("Interrupt number for MMU interrupts")