From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::22a; helo=mail-wr0-x22a.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x22a.google.com (mail-wr0-x22a.google.com [IPv6:2a00:1450:400c:c0c::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 730EC20954B84 for ; Thu, 15 Mar 2018 11:31:05 -0700 (PDT) Received: by mail-wr0-x22a.google.com with SMTP id n12so9352270wra.2 for ; Thu, 15 Mar 2018 11:37:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=5mG2VKxsuBZr6NfBTs6Y+n5vydpK8pPmLWk4KVmGLEo=; b=cdVRPvmsMD74jfubCKayPnyVvtcJj05cFPd988S+CEZ/i0pRvQbWB5PMcVM1xNLDJy LpciZuitQ1f9DaoQ37stn/QB2EiV3hs01FnpLAUa4FykpWPaBhuJ3at27pa+ACrQy2kM JY38aYuZeSUv7mqiijdFSQoRAG0KTGsyUsKwQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=5mG2VKxsuBZr6NfBTs6Y+n5vydpK8pPmLWk4KVmGLEo=; b=oy+2kh+tHbXuJyKfjprchn3o2FUvwM9/84iSuEcNMTL+91BAWEARpdfaj8dzLdU80p lrlTYCJ9bp/Ux5ghiiDaTl5SkSp8VLId1IwmbPGAM0HjyBgIipxOX0vqJwLD2Ss3h3L+ Ev+TbwpZaLCfMbVrroLAOKlnxt05LJ0sNcgA1PZjvqRohknzO5i3Ml4GumXqatO6P4D4 sw8AUA9EOvchX+CxGtZSUkjJXvwfMZmzlH3P1xt6QIAw3VKJLx4XK7eZXjDExuqeh4oZ fNOz2eLoX7/4Z3DPAHSoxi2hqMeYxn6H/Lygs2hJPntJcGN3Jr32pl2QDOf8zWAcRt+u JBCQ== X-Gm-Message-State: AElRT7FQMTJbO/drtS0fyTK3V4Dgz1F05Xjvtij0wI7GXiL5MwOSt/KX Sh3x6BgY8CT4DJoWGLyq41rU80Uxc5g= X-Google-Smtp-Source: AG47ELvNmNvb2oyBtfBxRihGfp9uHnatlkHqWsiMEu4O/0WNHq/u/umIIosikMr0g8K3iUFMoR0rZQ== X-Received: by 10.223.154.181 with SMTP id a50mr7874908wrc.180.1521139048023; Thu, 15 Mar 2018 11:37:28 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id l11sm4652069wrg.71.2018.03.15.11.37.26 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 15 Mar 2018 11:37:26 -0700 (PDT) Date: Thu, 15 Mar 2018 18:37:25 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20180315183725.h4vxgrf5ziqiwmyr@bivouac.eciton.net> References: <20180303112923.13521-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180303112923.13521-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms] Platform/Socionext/DeveloperBox: add SMBIOS tables X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2018 18:31:06 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Mar 03, 2018 at 11:29:23AM +0000, Ard Biesheuvel wrote: > This adds SMBIOS tables to the DeveloperBox platform describing the > BIOS, system, enclosure, CPUs, caches, PCIe slots and system memory, > which almost amounts to the mandatory minimum as given by the SMBIOS > spec. Only the type 17 structures currently lack detailed information > about the DIMMs: the SPDs are on a I2C bus that is only accessible by > the SCP, and it currently does not share this information. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel So, this looks great, but you appear to have generated this patch against a working branch (DO_X86EMU, OsInstallerMenuDxe), so it won't apply for me automatically. / Leif