Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp3794098ybl; Mon, 3 Feb 2020 06:40:42 -0800 (PST) X-Google-Smtp-Source: APXvYqzL8hyIjDdGrHzCM0k1HZWmYWROQhVK18CS2bAu/lZKZZaHu3stpaLI1cyTCYMjczqS6lrb X-Received: by 2002:a54:4e96:: with SMTP id c22mr15359881oiy.110.1580740842593; Mon, 03 Feb 2020 06:40:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580740842; cv=none; d=google.com; s=arc-20160816; b=fEk+pGbn9GNikRcV7fFIWJ/ec3SOieiuTj4u9T+rynkPyziuLJyZv+3bDAzCeSW7c4 W1d9q+h6OJGfKry1Cgf9pxDgie3v+R1FHXeVW5ZuS01yAi6gxLU2rc3gyqcnpuLCnGVP sPZ2shAHWShvWWUXLghi11v7xB+is7ccG16eaaQalBS4U9ybB4gBBPBlM5Ckfl7bTqFt qNsP0TTey+SqOmvAyjji8SCyiQmptGAFr1n6NuHAM1dA2X5Vx4StGjuMPsWwSpY1SU2i 4IKZH1jgS7Lpmj+FNsZ5lIKyuUQAyPCcQ4kMeCBxCUITo4/k1H8YzKcJzsJfv53lZzFU fVGg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=rEAgCriQ8O6l8KVvLocIXJOCRO9hn61gwWRE5zxe3EA=; b=vBLXTgCCStiRq7cZgdUxEbBMUFjoXDkMjpUKHeTX6r9IPIGekJUlP3inex0Ai9OBXx hmnxHJTa5KKpAzbI5I6ORMYVRXicf1fvPHsRO9bjyqWUdZ8T4NHNPsD5Fy/z3uFX7A6s pNn0a8YezIKmRUBITHmUp9Ls4YsK38Jn3jI7PmigaqBYB7gjM7Ctpd4ey1jdI2xXhkI2 CGHB4KQnzj2uEg9TTIvenL0YW63VpLwHglg+k1/PgHF/GXLePfTnB3yMi+fH+mFCbnnY +ULcHJMIL6Dh4Fq4Svh02LEhSQOFv2x7J5P8NtaKOu0R31xsO3sfL6nwhXL3bh9OdIKV UA8Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j3si3181642oie.86.2020.02.03.06.40.00; Mon, 03 Feb 2020 06:40:42 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727858AbgBCMO2 (ORCPT + 99 others); Mon, 3 Feb 2020 07:14:28 -0500 Received: from mx2.suse.de ([195.135.220.15]:33590 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727201AbgBCMO2 (ORCPT ); Mon, 3 Feb 2020 07:14:28 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 4A2C5AD12; Mon, 3 Feb 2020 12:14:25 +0000 (UTC) Date: Mon, 3 Feb 2020 13:14:22 +0100 From: Jean Delvare To: Tiezhu Yang Cc: Paul Burton , Ralf Baechle , Huacai Chen , Xuefeng Li , , , Yinglu Yang , Jiaxun Yang Subject: Re: [PATCH v2,RESEND] MIPS: Scan the DMI system information Message-ID: <20200203131422.384cd168@endymion> In-Reply-To: References: <1579181165-2493-1-git-send-email-yangtiezhu@loongson.cn> Organization: SUSE Linux X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tiezhun, On Mon, 3 Feb 2020 16:32:03 +0800, Tiezhu Yang wrote: > On 1/16/20 9:26 PM, Tiezhu Yang wrote: > > Enable DMI scanning on the MIPS architecture, this setups DMI identifiers > > (dmi_system_id) for printing it out on task dumps and prepares DIMM entry > > information (dmi_memdev_info) from the SMBIOS table. With this patch, the > > driver can easily match various of mainboards. > > > > In the SMBIOS reference specification, the table anchor string "_SM_" is > > present in the address range 0xF0000 to 0xFFFFF on a 16-byte boundary, > > but there exists a special case for Loongson platform, when call function > > dmi_early_remap, it should specify the start address to 0xFFFE000 due to > > it is reserved for SMBIOS and can be normally access in the BIOS. > > > > This patch works fine on the Loongson 3A3000 platform which belongs to > > MIPS architecture and has no influence on the other architectures such > > as x86 and ARM. > > > > Co-developed-by: Yinglu Yang > > Signed-off-by: Yinglu Yang > > [jiaxun.yang@flygoat.com: Refine definitions and Kconfig] > > Signed-off-by: Jiaxun Yang > > Signed-off-by: Tiezhu Yang > > Reviewed-by: Huacai Chen > > --- > > > > v2: > > - add SMBIOS_ENTRY_POINT_SCAN_START suggested by Jean > > - refine definitions and Kconfig by Jiaxun > > > > arch/mips/Kconfig | 10 ++++++++++ > > arch/mips/include/asm/dmi.h | 20 ++++++++++++++++++++ > > arch/mips/kernel/setup.c | 2 ++ > > drivers/firmware/dmi_scan.c | 6 +++++- > > 4 files changed, 37 insertions(+), 1 deletion(-) > > create mode 100644 arch/mips/include/asm/dmi.h > > > Hi Paul and Jean, > > How do you think this patch? Looks good to me and you can add: Reviewed-by: Jean Delvare for the dmi subsystem part. > > Should I split it into the following two patches? > [PATCH v3 1/2] firmware: dmi: Add macro SMBIOS_ENTRY_POINT_SCAN_START > [PATCH v3 2/2] MIPS: Add support for Desktop Management Interface (DMI) > > The first patch is only related with the common dmi code > drivers/firmware/dmi_scan.c, the other patch is only related > with the mips code under arch/mips. > > If you have any questions or suggestions, please let me know. > I am looking forward to your early reply. I'm fine either way. I you do not split it, as most changes are in the mips arch files and I do not expect any conflict in the dmi subsystem part, I believe that the patch should be merged by the mips arch maintainer. Thanks, -- Jean Delvare SUSE L3 Support