From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 39C267803DE for ; Fri, 15 Sep 2023 10:36:56 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=CEFC5La3OcNO8dPTKaSUXlJYUM+iD3VmQXxo1dHBmN0=; c=relaxed/simple; d=groups.io; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition; s=20140610; t=1694774214; v=1; b=BKl4pQzCYOs9Qfz4r73SRrTUbnz3/Kd67eTmgH5yOybJnXmr6R7c3PDMNVH06tCGdpdexVVJ k1fLDJlkv55/wvhKTC5+ixmzPz4WhJJX8I7lSm7OmkUmfAu3U/al98LRuBdjLzC0HDRGdGwO6O2 XEja0UIONbnjScrbsK2+9AkE= X-Received: by 127.0.0.2 with SMTP id 3uFcYY7687511x53zAkEUFS9; Fri, 15 Sep 2023 03:36:54 -0700 X-Received: from mail-pg1-f175.google.com (mail-pg1-f175.google.com [209.85.215.175]) by mx.groups.io with SMTP id smtpd.web11.17438.1694774214354936430 for ; Fri, 15 Sep 2023 03:36:54 -0700 X-Received: by mail-pg1-f175.google.com with SMTP id 41be03b00d2f7-577dad08512so1921979a12.1 for ; Fri, 15 Sep 2023 03:36:54 -0700 (PDT) X-Gm-Message-State: Oemshm4VHcDGRqImC3p77hYdx7686176AA= X-Google-Smtp-Source: AGHT+IFB59zfPpXL5etvXDOhgU0ff8/MkYpneqdAUzG2gnkvXJOkhWSALemfJG8GDIfs3dU6YamN9Q== X-Received: by 2002:a17:90a:f283:b0:274:60df:c337 with SMTP id fs3-20020a17090af28300b0027460dfc337mr6227121pjb.1.1694774213639; Fri, 15 Sep 2023 03:36:53 -0700 (PDT) X-Received: from sunil-laptop ([106.51.189.46]) by smtp.gmail.com with ESMTPSA id ci4-20020a17090afc8400b0027475ac5bcasm2432997pjb.30.2023.09.15.03.36.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Sep 2023 03:36:53 -0700 (PDT) Date: Fri, 15 Sep 2023 16:06:47 +0530 From: "Sunil V L" To: caiyuqing_hz@163.com Cc: devel@edk2.groups.io, quic_llindhol@quicinc.com, libing1202@outlook.com, inochiama@outlook.com Subject: Re: [edk2-devel] [PATCH v3 1/8] Sophgo/SG2042Pkg: Add SmbiosPlatformDxe module. Message-ID: References: MIME-Version: 1.0 In-Reply-To: Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,sunilvl@ventanamicro.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=BKl4pQzC; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On Thu, Sep 07, 2023 at 06:25:44PM +0800, caiyuqing_hz@163.com wrote: > From: caiyuqing379 <202235273@mail.sdu.edu.cn> > > This driver installs SMBIOS information for SG2042. Install hardware > information by creating an SMBIOS table which includes BIOS version, > system manufacturer, product name, processor, memory, slots, storage, > and other. > > Signed-off-by: caiyuqing379 <202235273@mail.sdu.edu.cn> > Co-authored-by: USER0FISH > Cc: dahogn > Cc: meng-cz > Cc: yli147 > Cc: ChaiEvan > Cc: Sunil V L > Cc: Leif Lindholm > --- > .../SmbiosPlatformDxe/SmbiosPlatformDxe.inf | 39 + > .../SmbiosPlatformDxe/SmbiosPlatformDxe.c | 805 ++++++++++++++++++ > 2 files changed, 844 insertions(+) > create mode 100644 Silicon/Sophgo/SG2042Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf > create mode 100644 Silicon/Sophgo/SG2042Pkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.c > LGTM. Reviewed-by: Sunil V L -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108707): https://edk2.groups.io/g/devel/message/108707 Mute This Topic: https://groups.io/mt/101213493/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-