From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 114FBC433F5 for ; Mon, 1 Nov 2021 17:43:45 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 084FD60EBC for ; Mon, 1 Nov 2021 17:43:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 084FD60EBC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C0CF6832AD; Mon, 1 Nov 2021 18:43:41 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="JswAO7Tn"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BF20C832AD; Mon, 1 Nov 2021 18:43:39 +0100 (CET) Received: from mail-qv1-xf29.google.com (mail-qv1-xf29.google.com [IPv6:2607:f8b0:4864:20::f29]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id AD21F81BC8 for ; Mon, 1 Nov 2021 18:43:35 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf29.google.com with SMTP id b11so8326707qvm.7 for ; Mon, 01 Nov 2021 10:43:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=ffRpvVfQw2QY+YAdLY4ehFZXzx5lTKJi7xJv/tm8RiU=; b=JswAO7TnZ7z07whpa4eRfe6IAZeABgSuR98c493z6nz2xL5XhkZmnHFQitPC/mQ1WF JKIaJH3UFbN3Doim7qxFuRHScGqTk8CBIFfESq1mhUnQxhlT8xap6g0xHllNmzq2IsvS Og7pC6GQg/XSTfxZO6aYtxJ73P1iuUknuy1Q4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ffRpvVfQw2QY+YAdLY4ehFZXzx5lTKJi7xJv/tm8RiU=; b=5GijjBslFLMcnU8k/C4P+uDObk0dfk15+RQawxZ209ZWcCcdjqlzzPl1bmUXmMyat7 N9G/EsGF07Kv2oLyeBfw+W3y9admaIk/ePfW1+oPTYQOseQ+/CEwunco8I/roTn8Aj4w GA7UJU6s72TWYeyZ/oijlV9CZ8PO9TmF+bf7UxGWTC2yB1yFUM4qdd1b6Y2OTq3aTtvg cmJOCT+C/aCi7Sy09Ah4ymbUybCdBxpS7ZAyxNI4ou9cOe88Lz3JzViC6bYq+qsE7ZuM Yools+K83yvy9q0k3ZoW/ysfATFZXyOViDeuVju8pHNQ1/O0OmIXB/1VHWWYVxLNtHri 0k1Q== X-Gm-Message-State: AOAM533eKthhMlPpKkrrrVyieTW9RI0mf714KIyvcqf/D26IljvC7qs9 ly2k+mnA7lbg2Kz3c6fnnCw1+w== X-Google-Smtp-Source: ABdhPJxyXaLVYq5yCpS+qsu7eJfInKsl5CIdLNRf/dyUmLEjxfJuXWtV0+eEI1JbgamxJMru0D2F7A== X-Received: by 2002:a05:6214:2308:: with SMTP id gc8mr29218891qvb.31.1635788614407; Mon, 01 Nov 2021 10:43:34 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-7d10-4e93-4359-630d.res6.spectrum.com. [2603:6081:7b01:cbda:7d10:4e93:4359:630d]) by smtp.gmail.com with ESMTPSA id x16sm4456610qkp.56.2021.11.01.10.43.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 Nov 2021 10:43:33 -0700 (PDT) Date: Mon, 1 Nov 2021 13:43:32 -0400 From: Tom Rini To: Bin Meng Cc: U-Boot Mailing List , Simon Glass Subject: Re: Please pull u-boot-x86 Message-ID: <20211101174332.GI24579@bill-the-cat> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Iy2CUD6FdotTkhwY" Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --Iy2CUD6FdotTkhwY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 01, 2021 at 12:38:18PM +0800, Bin Meng wrote: > Hi Tom, >=20 > This PR includes the following x86 changes for v2022.01: >=20 > - Fixes for x86 build with Clang/LLVM compiler > - Tangier ACPI changes > - Edison SD card detect pin fix > - EFI on x86 doc update with latest instructions > - PXE utility fixes to align with latest x86 zboot implementation >=20 > Azure results: PASS > https://dev.azure.com/bmeng/GitHub/_build/results?buildId=3D462&view=3Dre= sults >=20 > The following changes since commit 360e392274e3bfeda3b7226d2cac7514774d0d= a1: >=20 > Merge tag 'dm-pull-boo21' of > https://source.denx.de/u-boot/custodians/u-boot-dm (2021-10-31 > 15:48:43 -0400) >=20 > are available in the Git repository at: >=20 > https://source.denx.de/u-boot/custodians/u-boot-x86 >=20 > for you to fetch changes up to 5270bee9b27cf63251696916e4b5a5d4412d3a2d: >=20 > x86: tangier: pinmux: Move error message to the caller (2021-11-01 > 10:19:05 +0800) >=20 Applied to u-boot/master, thanks! --=20 Tom --Iy2CUD6FdotTkhwY Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGAJz0ACgkQFHw5/5Y0 tyxt2Qv/drDrdLY5jZuqBqpXcHU9pOVRcoZ+Kjw/JKUrOBt4quwSwP/FakfXt8Rh GDdDhyFpgWeA5CVhKpVIT4OQBZm9xfCip/pS8GOib0aCx83h7Ebj01pfkaG/r8IJ UV6ORX6oKTgj3XvBsY9At7x9Et27aREpGbk//r02N7img5t2Wf6wCaMRUSKO20Ue Ojvft4xNX2BncNVKFAqZTy79yXVMxtn176U7eRRZr3QrSnBXUAytbqpzNT0MOkz+ NTEKENXTZ5qsQXIg+QkwtdbnX3UdwgrZaaX8a3MO7IhrgUQ6oxIRSno9O7lT7g8k 6sCV5zMCRWiurj9lNr3muxZvZtj6zYvEmodbiB4mhZen/sgbQ34tuFnlWw/e5MKq Zc1YJoRL5l243H7SRYmv935hzkt2O+Kxe3KGsNHSCqwdmEQSSFMoDRjXsTub3sHH 0qN7YlCwunJG7Rc39QfX/lpB3MxeJOq7URpw8IEUazESY1GIVfIPdlOE8/WhSwVd SR9pR8P4 =7oyf -----END PGP SIGNATURE----- --Iy2CUD6FdotTkhwY--