Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpuid: upgrade 20200203 -> 20200211 | Wang Mingyu | 2020-04-14 | 1 | -2/+2 |
| | | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | cpuid: Upgrade to 20200203 and use perlnative for pod2man | Khem Raj | 2020-02-04 | 1 | -2/+4 |
| | | | | | | | Fixes /bin/sh: pod2man: command not found Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | cpuid: upgrade 20170122 -> 20180519 | Tim Orling | 2018-10-14 | 2 | -31/+5 |
| | | | | | | | | - Remove upstreamed patch - Create directory and install file in single install operation Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | cpuid: Fix build with glibc 2.28+ | Avinash Reddy Palleti | 2018-08-19 | 2 | -1/+26 |
| | | | | | | | | Include sys/sysmacros.h for cpuid.c Upstream-Status:Pending Signed-off-by: Avinash Reddy Palleti <avinash.reddy.palleti@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | cpuid: add recipe for v20170122 | Tim Orling | 2018-02-11 | 1 | -0/+22 |
cpuid dumps detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU(s). It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC, NexGen, Rise, and SiS CPUs. http://www.etallen.com/cpuid.html Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> |