From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752285AbbCaGbP (ORCPT ); Tue, 31 Mar 2015 02:31:15 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:33448 "EHLO mail-wg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750907AbbCaGbO (ORCPT ); Tue, 31 Mar 2015 02:31:14 -0400 Date: Tue, 31 Mar 2015 08:31:09 +0200 From: Ingo Molnar To: Stefan Lippers-Hollmann Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Matt Fleming Subject: Re: [PATCH] x86: add ASRock Q1900DC-ITX mainboard reboot quirk Message-ID: <20150331063108.GB8143@gmail.com> References: <20150330224427.0fb58e42@mir> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150330224427.0fb58e42@mir> 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 * Stefan Lippers-Hollmann wrote: > The ASRock Q1900DC-ITX mainboard (Baytrail-D) hangs randomly in both > BIOS and UEFI mode while rebooting unless reboot=pci is used. Add a > quirk to reboot via the pci method. > [...] Ok. > Searching the web seems to suggest that other Bay Trail-D mainboards > might be affected as well. Is the pattern: > + .ident = "ASRock Q1900DC-ITX", > + .matches = { > + DMI_MATCH(DMI_BOARD_VENDOR, "ASRock"), > + DMI_MATCH(DMI_BOARD_NAME, "Q1900DC-ITX"), generic enough to cover all ASRock Bay Trail-D boards? Thanks, Ingo