Re: [PATCH v2 1/3] x86/cpu: Create Zhaoxin processors architecture support file

2019-06-20 Thread Borislav Petkov
On Tue, Jun 18, 2019 at 08:37:05AM +, Tony W Wang-oc wrote: > Add x86 architecture support for new Zhaoxin processors. > Carve out initialization code needed by Zhaoxin processors into > a separate compilation unit. > > To identify Zhaoxin CPU, add a new vendor type X86_VENDOR_ZHAOXIN > for sy

[PATCH v2 1/3] x86/cpu: Create Zhaoxin processors architecture support file

2019-06-18 Thread Tony W Wang-oc
Add x86 architecture support for new Zhaoxin processors. Carve out initialization code needed by Zhaoxin processors into a separate compilation unit. To identify Zhaoxin CPU, add a new vendor type X86_VENDOR_ZHAOXIN for system recognition. Signed-off-by: Tony W Wang-oc --- MAINTAINERS

[PATCH v2 1/3] x86/cpu: Create Zhaoxin processors architecture support file

2019-05-28 Thread Tony W Wang-oc
Add x86 architecture support for new Zhaoxin processors. Carve out initialization code needed by Zhaoxin processors into a separate compilation unit. To identify Zhaoxin CPU, add a new vendor type X86_VENDOR_ZHAOXIN for system recognition. Signed-off-by: Tony W Wang-oc --- MAINTAINERS