Received: from services.wan.fiasko-nw.net (services.wan.fiasko-nw.net [178.63.125.138]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 75E497816F4 for <~alpine/devel@lists.alpinelinux.org>; Tue, 5 May 2020 20:55:11 +0000 (UTC) Received: from [10.2.0.254] by services.wan.fiasko-nw.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1jW4ai-0006Qy-8w; Tue, 05 May 2020 22:55:10 +0200 Subject: Re: mkimage.sh and cpu microcode updates To: Wolf Cc: ~alpine/devel@lists.alpinelinux.org References: <5b2d3dd4-6bb2-a926-a808-c5fadbd79fe1@fiasko-nw.net> <20200505123715.x6jhsz3ur3c2ftk4@wolfsden.cz> From: Thomas Liske Message-ID: Date: Tue, 5 May 2020 22:54:59 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200505123715.x6jhsz3ur3c2ftk4@wolfsden.cz> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -1.0 X-Spam_bar: - Hi, On 05.05.20 14:37, Wolf wrote: > Hello, > > On 2020-05-03 23:34:14 +0200, Thomas Liske wrote: >> This does *not* help for early boot ucode updates. I think we require a >> amd-ucode package simiular to the intel-ucode package. It should be possible >> since ArchLinux does it the same way[4]. >> >> [4] https://www.archlinux.org/packages/core/any/amd-ucode/ > > I can say that using the Arch's way does indeed work. I have my own > amd-ucode package (basically rewrite of PKGBUIld to ABUILD) and did not > notice any issues. in the meantime I have created MR !7527[1] porting the PKGBUILD part into the APKBUILD of linux-firmware to add the amd-ucode package. [1] https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/7527 HTH, Thomas