diff options
author | Usha P <usha.p@intel.com> | 2019-11-14 11:58:53 +0530 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-27 13:50:33 +0000 |
commit | 65a8c2e076bc2e200e8a4d6fcaa91a0eab51740b (patch) | |
tree | f85470eb1d70c2429dc9cd2cf49b49b6f516d061 /src/cpu/x86/name/Makefile.inc | |
parent | d367503147125210fbc09fa43628d233840f2c65 (diff) | |
download | coreboot-65a8c2e076bc2e200e8a4d6fcaa91a0eab51740b.tar.xz |
soc/intel/skylake: Clean up report_cpu_info() function
This patch makes below clean-up for report_cpu_info()
function.
1. Remove unused variables.
2. Make fill_processor_name function available in bootblock.
3. Reuse fill_processor_name.
TEST= Succesfully able to boot soraka and verify the
cpu_name "CPU: Intel(R) Pentium(R) CPU 4415Y @ 1.60GHz"
Change-Id: Idf7b04edc3fce147f7856591ce7e5a0cd05f43fe
Signed-off-by: Usha P <usha.p@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36840
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/x86/name/Makefile.inc')
-rw-r--r-- | src/cpu/x86/name/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/x86/name/Makefile.inc b/src/cpu/x86/name/Makefile.inc index a2e37e56fc..944c18f87f 100644 --- a/src/cpu/x86/name/Makefile.inc +++ b/src/cpu/x86/name/Makefile.inc @@ -11,4 +11,5 @@ ## GNU General Public License for more details. ## +bootblock-y += name.c ramstage-y += name.c |