]> git.ozlabs.org Git - ccan/commit
cpuid: new module
authorAhmed Samy <f.fallen45@gmail.com>
Sat, 21 Sep 2013 09:45:06 +0000 (09:45 +0000)
committerAhmed Samy <f.fallen45@gmail.com>
Sat, 21 Sep 2013 09:45:06 +0000 (09:45 +0000)
commit19c5822d43acc402df753e669724e3b564473da5
tree654fe5bd24628516c2fa52931cda5e0b9f0b8f11
parentd49754643794fe396b868ef98706898088ab1e84
cpuid: new module

This module parses data provided by the cpuid instruction.
It still needs more work, however, it works for most important
stuff.

Signed-off-by: Ahmed Samy <f.fallen45@gmail.com>
Makefile-ccan
ccan/cpuid/BSD-MIT [new symlink]
ccan/cpuid/_info [new file with mode: 0644]
ccan/cpuid/cpuid.c [new file with mode: 0644]
ccan/cpuid/cpuid.h [new file with mode: 0644]
ccan/cpuid/issupprted.S [new file with mode: 0644]
ccan/cpuid/test/run.c [new file with mode: 0644]