summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/name/Makefile.inc
diff options
context:
space:
mode:
authorUsha P <usha.p@intel.com>2019-11-14 11:58:53 +0530
committerPatrick Georgi <pgeorgi@google.com>2019-11-27 13:50:33 +0000
commit65a8c2e076bc2e200e8a4d6fcaa91a0eab51740b (patch)
treef85470eb1d70c2429dc9cd2cf49b49b6f516d061 /src/cpu/x86/name/Makefile.inc
parentd367503147125210fbc09fa43628d233840f2c65 (diff)
downloadcoreboot-65a8c2e076bc2e200e8a4d6fcaa91a0eab51740b.tar.gz
coreboot-65a8c2e076bc2e200e8a4d6fcaa91a0eab51740b.tar.bz2
coreboot-65a8c2e076bc2e200e8a4d6fcaa91a0eab51740b.zip
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.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/x86/name/Makefile.inc b/src/cpu/x86/name/Makefile.inc
index a2e37e56fc4e..944c18f87f09 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