x86/cpu: Create Hygon Dhyana architecture support file
authorPu Wen <puwen@hygon.cn>
Sun, 23 Sep 2018 09:33:12 +0000 (17:33 +0800)
committerBorislav Petkov <bp@suse.de>
Thu, 27 Sep 2018 14:14:05 +0000 (16:14 +0200)
commitc9661c1e80b609cd038db7c908e061f0535804ef
treeae2b0996a6465a3db01b80efc290ebf820f884b4
parent7876320f88802b22d4e2daf7eb027dd14175a0f8
x86/cpu: Create Hygon Dhyana architecture support file

Add x86 architecture support for a new processor: Hygon Dhyana Family
18h. Carve out initialization code needed by Dhyana into a separate
compilation unit.

To identify Hygon Dhyana CPU, add a new vendor type X86_VENDOR_HYGON.

Since Dhyana uses AMD functionality to a large degree, select
CPU_SUP_AMD which provides that functionality.

 [ bp: drop explicit license statement as it has an SPDX tag already. ]

Signed-off-by: Pu Wen <puwen@hygon.cn>
Reviewed-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: tglx@linutronix.de
Cc: mingo@redhat.com
Cc: hpa@zytor.com
Cc: x86@kernel.org
Cc: thomas.lendacky@amd.com
Link: https://lkml.kernel.org/r/1a882065223bacbde5726f3beaa70cebd8dcd814.1537533369.git.puwen@hygon.cn
MAINTAINERS
arch/x86/Kconfig.cpu
arch/x86/include/asm/processor.h
arch/x86/kernel/cpu/Makefile
arch/x86/kernel/cpu/hygon.c [new file with mode: 0644]