Set license using %license
[platform/upstream/x86info.git] / TODO
1 higher priority stuff
2 ---------------------
3 - handle error better in mptable. Propagate values up.
4 - feature flag handling code could use more cleanup.
5   - Would be nice to have something similar to the kernels CPU_HAS macros too.
6 - Make intel cache sizing use cpuid(4) where present.
7 - After identifying CPU we can associate more info with the CPU.
8   - CPU codename
9   - Introduction date
10   - number of transistors
11   - voltages (I/O, Core, Maximum)
12   - number of pipelines
13 - Be able to tell the user when we have failed to identify the chip, so they can send us information!
14 - Add some additional tools, rename package to 'x86utils' ?
15   - Report north bridge info (requires pci lib)
16
17
18 medium priority stuff
19 ---------------------
20
21 - introduce hexdump option (-x) to dump register values in addition to decoding.
22 - Some CPUs allow the name string to be changed.
23   If this has happened we die horribly. We need to store the current
24   name string, perform the cpuid reset sequence, and restore the
25   name string on exit.
26 - Fix benchmarking
27
28
29 low priority stuff
30 ------------------
31 - Identify Transmeta CPUs.
32 - Dump cyrix ARR registers when we pass --mtrr
33 - review code for extended natsemi support.
34