1
0

gtdt.asl 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*++
  2. Copyright (c) 2016 Minoca Corp.
  3. This file is licensed under the terms of the GNU General Public License
  4. version 3. Alternative licensing terms are available. Contact
  5. info@minocacorp.com for details. See the LICENSE file at the root of this
  6. project for complete licensing information.
  7. Module Name:
  8. gtdt.asl
  9. Abstract:
  10. This module implements the Generic Timer Descriptor Table for the RK3288
  11. Veyron.
  12. Author:
  13. Chris Stevens 23-May-2016
  14. Environment:
  15. Firmware
  16. --*/
  17. //
  18. // ---------------------------------------------------------------- Definitions
  19. //
  20. [0004] Signature : "GTDT" [Generic Timer Description Table]
  21. [0004] Table Length : 00000050
  22. [0001] Revision : 01
  23. [0001] Checksum : F1
  24. [0006] Oem ID : "MINOCA"
  25. [0008] Oem Table ID : "MINOCA "
  26. [0004] Oem Revision : 00000001
  27. [0004] Asl Compiler ID : "INTL"
  28. [0004] Asl Compiler Revision : 20110623
  29. [0008] Timer Address : 0000000000000000
  30. [0004] Flags (decoded below) : 00000000
  31. Memory Present : 0
  32. [0004] Secure PL1 Interrupt : 0000001D
  33. [0004] SPL1 Flags (decoded below) : 00000000
  34. Trigger Mode : 0
  35. Polarity : 0
  36. [0004] Non-Secure PL1 Interrupt : 0000001E
  37. [0004] NSPL1 Flags (decoded below) : 00000000
  38. Trigger Mode : 0
  39. Polarity : 0
  40. [0004] Virtual Timer Interrupt : 0000001B
  41. [0004] VT Flags (decoded below) : 00000000
  42. Trigger Mode : 0
  43. Polarity : 0
  44. [0004] Non-Secure PL2 Interrupt : 0000001A
  45. [0004] NSPL2 Flags (decoded below) : 00000000
  46. Trigger Mode : 0
  47. Polarity : 0