From owner-freebsd-hackers@freebsd.org Mon Aug 27 16:30:52 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00E1A108FA01 for ; Mon, 27 Aug 2018 16:30:52 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f170.google.com (mail-io0-f170.google.com [209.85.223.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 96BB278514 for ; Mon, 27 Aug 2018 16:30:51 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f170.google.com with SMTP id q4-v6so13308686iob.8 for ; Mon, 27 Aug 2018 09:30:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=sl+f/8IruCIcBM5t/V0nwf4UBUX2RZnTwOq9XS91d6I=; b=Z7j9vNe315C6+hObUAn2vvvSIB6xxAAAxIBew6jU+WIxAGUKtxhNLO7JBPjZt17Iag QJq6/4LROVXa++iT8TB+ieOSOTpPH3A0WTGxQoi0efkeA2Fcux+9iMDu1fW8N1mQEtH1 7XgTlU7/hWjUKOR9W7NzuaoNE8+MWSl+mZrgLyed1tB0R+adWEgyRZ+i7tSQDkV+Y+HK zmHFg+6zYqrMXTh7P9ZccbLjYTvpyJkN8iXzcVf0JqMGyGKEAFypsav8AnEc+ZUKa84+ K4evctTdHxyUAMMeAJo3h8xUO4WElW/YjyFURcg658ko5qpYD9tG2aWQahWR6uVPiM1P axhw== X-Gm-Message-State: APzg51BZD38dPn0pJbhSv9po+HjuZcyNGmbr5iVGt321V0MDzIvWdnMU V2Nhhd4tvg23Vj5xGpsPG1DQA6S7 X-Google-Smtp-Source: ANB0VdZkGCiXsAYqibyjRZT58FLoAESiCzRnWyEoCnFLqz0jLnBGB5G4xzaaG7ozBbBqiKOObe9Kjg== X-Received: by 2002:a5e:c817:: with SMTP id y23-v6mr11358991iol.268.1535387444662; Mon, 27 Aug 2018 09:30:44 -0700 (PDT) Received: from mail-it0-f47.google.com (mail-it0-f47.google.com. [209.85.214.47]) by smtp.gmail.com with ESMTPSA id u5-v6sm5493982ioc.85.2018.08.27.09.30.44 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Aug 2018 09:30:44 -0700 (PDT) Received: by mail-it0-f47.google.com with SMTP id h23-v6so11226215ita.5 for ; Mon, 27 Aug 2018 09:30:44 -0700 (PDT) X-Received: by 2002:a24:17c2:: with SMTP id 185-v6mr3937045ith.6.1535387444414; Mon, 27 Aug 2018 09:30:44 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:b472:0:0:0:0:0 with HTTP; Mon, 27 Aug 2018 09:30:43 -0700 (PDT) In-Reply-To: References: <20180827132905.191dbd8c@ernst.home> From: Conrad Meyer Date: Mon, 27 Aug 2018 09:30:43 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Help diagnose my Ryzen build problem To: Meowthink Cc: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2018 16:30:52 -0000 On Mon, Aug 27, 2018 at 5:18 AM, Meowthink wrote: > That's kib, who has committed things in that script to both 12 [1] and > stable/11 [2]. > > Unfortunately, that's for Ryzens family 17h model 00h-0fh, whereas my > Ryzen 5 2400G's model is 11h. > > On the microcode. It shall be updated through UEFI/BIOS updates. I > think mine is now PinnaclePI-AM4_1.0.0.4 with microcode patchlevel > 0x810100b. > > [1] https://svnweb.freebsd.org/base?view=revision&revision=336763 It seems AMD has only published an errata document for Ryzen 1, models 00h-0fh, unfortunately. Best, Conrad