diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-11-30 05:11:19 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-11-30 05:11:19 +0000 |
commit | 7c115e06a562978ff2df7b32d7cb1aed72000a16 (patch) | |
tree | 13b98a324f329ad6039703f684e98f4576be981e /tools/csr.h | |
parent | bd3e52e30a0529e096abb4e2429122dba22e589b (diff) |
Add support for reading the full build name
Diffstat (limited to 'tools/csr.h')
-rw-r--r-- | tools/csr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/csr.h b/tools/csr.h index daa2e669..9cdc7225 100644 --- a/tools/csr.h +++ b/tools/csr.h @@ -41,6 +41,7 @@ #define CSR_VARID_GET_CLR_EVT 0x300a /* complex */ #define CSR_VARID_GET_NEXT_BUILDDEF 0x300b /* complex */ #define CSR_VARID_PS_MEMORY_TYPE 0x3012 /* complex */ +#define CSR_VARID_READ_BUILD_NAME 0x301c /* complex */ #define CSR_VARID_COLD_RESET 0x4001 /* valueless */ #define CSR_VARID_WARM_RESET 0x4002 /* valueless */ #define CSR_VARID_COLD_HALT 0x4003 /* valueless */ |