123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- /*++
- Copyright (c) 2015 Minoca Corp. All Rights Reserved
- Module Name:
- dbg2.asl
- Abstract:
- This module implements the Debug Port Table 2 for the Raspberry Pi 2.
- Author:
- Chris Stevens 17-Mar-2015
- Environment:
- Firmware
- --*/
- //
- // ---------------------------------------------------------------- Definitions
- //
- [0004] Signature : "DBG2" [Debug Port table type 2]
- [0004] Table Length : 00000055
- [0001] Revision : 01
- [0001] Checksum : 00
- [0006] Oem ID : "MINOCA"
- [0008] Oem Table ID : "MINOCA "
- [0004] Oem Revision : 00000000
- [0004] Asl Compiler ID : "INTL"
- [0004] Asl Compiler Revision : 20131115
- [0004] Info Offset : 0000002C
- [0004] Info Count : 00000001
- [0001] Revision : 01
- [0002] Length : 0042
- [0001] Register Count : 01
- [0002] Namepath Length : 0002
- [0002] Namepath Offset : 0026
- [0002] OEM Data Length : 0004
- [0002] OEM Data Offset : 0028
- [0002] Port Type : 8000
- [0002] Port Subtype : 0003
- [0002] Reserved : 0000
- [0002] Base Address Offset : 0016
- [0002] Address Size Offset : 0022
- [0012] Base Address Register : [Generic Address Structure]
- [0001] Space ID : 00 [SystemMemory]
- [0001] Bit Width : 32
- [0001] Bit Offset : 00
- [0001] Encoded Access Width : 03 [DWord Access:32]
- [0008] Address : 000000003F201000
- [0004] Address Size : 00001000
- [0009] Namepath : "."
- //
- // The OEM Data contains the input clock frequency (32 bits).
- //
- [0016] OEM Data : C0 C6 2D 00
|