File: control

package info (click to toggle)
msrtool 1%3A20141027-1.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 7,468 kB
  • ctags: 157
  • sloc: ansic: 10,492; sh: 153; makefile: 75
file content (31 lines) | stat: -rw-r--r-- 834 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: msrtool
Section: utils
Priority: extra
Maintainer: Uwe Hermann <uwe@debian.org>
Build-Depends: cdbs, debhelper (>= 9), libpci-dev
Standards-Version: 3.9.6
Homepage: http://coreboot.org/Msrtool

Package: msrtool
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Dump chipset-specific MSR contents
 The msrtool utility can dump MSR (model-specific register) contents,
 which is useful for debugging and development.
 .
 The tool currently supports the following CPUs/chipsets:
 .
  - Intel Pentium III
  - Intel Pentium IIV
  - Intel Core
  - Intel Core 2
  - Intel Nehalem
  - Intel Atom
  - AMD Geode GX2
  - AMD Geode LX
  - AMD Geode CS5536
  - AMD K8
 .
 It has been developed for the coreboot project (see http://coreboot.org for
 details on coreboot), but may also be useful for other purposes.