From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::22e; helo=mail-io0-x22e.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (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 95CEA20954B84 for ; Thu, 15 Mar 2018 11:36:49 -0700 (PDT) Received: by mail-io0-x22e.google.com with SMTP id l12so9722693ioc.10 for ; Thu, 15 Mar 2018 11:43:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=IAFirL6LObvu2ROOc+br7OvLnCfsCWgeEnpNLHnCDXQ=; b=i8RenhDyjEIgGsbUwqe3IgqVOjZD7TLhiKp4Hm/4W07+SrpPLGmhMCtX+p5k94MBcg AgBa58qtoM9iE4zi4v1bW2IWyGMafWD8F9LRbS0kgSxoz534Rg54ZCJaagqIPHaTdc4W JxJmpkSMxgBQT99mjS+B0qdiRl5AzJe5FITEM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=IAFirL6LObvu2ROOc+br7OvLnCfsCWgeEnpNLHnCDXQ=; b=aQMCEm0T6aOmSFddKdN3ZO847oe68VpI4x3DFUDQqTdAFkfZ0DijyahVyJuyXDGWG+ /MwDIZ372E6Y5Hsc/yileaxo5sO04phZ4bZZZLJCEa3jQ/rAsJtzxm3R/4HuIg6dNIxi 3wJ6ZMm2IR0Z+9XCUP1bxiUZCfQQkqQwaDAKmjkUDbqziTfv8VF8LaVinr96uPpbBW92 K+ZAXKOo8gSkbjIOFfQlU3WeN2VFaXwaXMm8yEwHkXVxh8lOOR/QY3TmpgXrkul5Oh1b BIsnCLMGYiJFu7ZiR4Sku7Y3QJT9zmhBSIbu13JUYcOX+xTwDKyUfSpNKD2oqDA5blvQ R5tQ== X-Gm-Message-State: AElRT7ELt76l0zZAcMJD7q1RE09ghg4s9/CXulFbZQlOAIGDjJqjn9VX jqrGF9mq7LYN6emJItDOtrEVYuM5hvmdelxI7akoLT7any0= X-Google-Smtp-Source: AG47ELswruu0nRd+dsm98yVzBMwh/EFP042+Iwboixk/RngExiHvVfRgjaIpNq/n7MwChkygNwSzJFxLe/ZzFhm8QDA= X-Received: by 10.107.5.199 with SMTP id 190mr10647058iof.107.1521139392135; Thu, 15 Mar 2018 11:43:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.138.209 with HTTP; Thu, 15 Mar 2018 11:43:11 -0700 (PDT) In-Reply-To: <20180315183725.h4vxgrf5ziqiwmyr@bivouac.eciton.net> References: <20180303112923.13521-1-ard.biesheuvel@linaro.org> <20180315183725.h4vxgrf5ziqiwmyr@bivouac.eciton.net> From: Ard Biesheuvel Date: Thu, 15 Mar 2018 18:43:11 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" 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:36:50 -0000 Content-Type: text/plain; charset="UTF-8" On 15 March 2018 at 18:37, Leif Lindholm wrote: > 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. > Ehm, yes. I can respin it if you like? Or you can grab it here https://git.linaro.org/leg/noupstream/edk2-platforms.git/