From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753522AbbCSJ2n (ORCPT ); Thu, 19 Mar 2015 05:28:43 -0400 Received: from mail.skyhub.de ([78.46.96.112]:42690 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751341AbbCSJ2k (ORCPT ); Thu, 19 Mar 2015 05:28:40 -0400 Date: Thu, 19 Mar 2015 10:27:03 +0100 From: Borislav Petkov To: Daniel J Blueman Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Quentin Casasnovas , Steffen Persvold , linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH] x86: Unbreak early processor microcode loading Message-ID: <20150319092703.GA10860@pd.tnic> References: <20150318184249.GC3249@pd.tnic> <1426750223.3578.2@cpanel21.proisp.no> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1426750223.3578.2@cpanel21.proisp.no> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 19, 2015 at 03:30:23PM +0800, Daniel J Blueman wrote: > Neat; I added the 'amd-ucode/' directory prefix to the string and adjusted > the buffer size, and the microcode is loaded, We shouldn't need to do that though for obvious reasons. IOW, you need to type in only the filenames of the microcode blobs in Kconfig option: CONFIG_EXTRA_FIRMWARE="microcode_amd.bin microcode_amd_fam15h.bin microcode_amd_fam16h.bin" and then add the absolute path to them with: CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware/amd-ucode" That worked here yesterday. > but we see consistent hangs when onlining core 32 on the first server. That's some system boundary, i.e. 4*8. > Further investigation shows the BIOS in this platform isn't loading the > microcode after the Hypertransport reconfig warm-boot (though other > platforms do), so it's a better solution I engage with the vendor to fix > their BIOS, rather than working around it in the kernel at this time. Oh, most definitely! Thanks. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. --