diff options
author | Sridahr Siricilla <sridhar.siricilla@intel.com> | 2021-11-11 01:29:40 +0530 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-19 21:01:13 +0000 |
commit | cd1cd8d1176cf65f189f0346679c3f4e4fe9af92 (patch) | |
tree | f1d16ef702e31831d61ba11e3167698e03d2be33 /src/include/efi | |
parent | cdd025202807b6c520966586310ee6088012de21 (diff) |
soc/intel/alderlake: Add method to determine the cpu type
set_cpu_type(): It determines the CPU type (big or small) that
is executing the function, and marks the global_cpu_type's array slot
which is corresponds to the executing CPU's index if the CPU type is
big core.
get_cpu_index(): It determines the index from LAPIC Ids. This is
required to expose CPPC3 package in ascending order of CPUs' LAPIC ids.
So, the function returns CPU's position from the ascending order list
of LAPIC ids.
TEST=Tested CPU index calculation, core type determination on Brya
Signed-off-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
Change-Id: If4ceb24d9bb1e808750bf618c29b2b9ea6d4191b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59360
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/include/efi')
0 files changed, 0 insertions, 0 deletions