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 ED8C6C433EF for ; Mon, 11 Oct 2021 17:05:02 +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 4DF1160E90 for ; Mon, 11 Oct 2021 17:05:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4DF1160E90 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org 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 40A8083704; Mon, 11 Oct 2021 19:04:50 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org 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=chromium.org header.i=@chromium.org header.b="F8b4ONXN"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 77CB683735; Mon, 11 Oct 2021 19:01:01 +0200 (CEST) Received: from mail-oo1-xc2f.google.com (mail-oo1-xc2f.google.com [IPv6:2607:f8b0:4864:20::c2f]) (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 A72D083703 for ; Mon, 11 Oct 2021 19:00:49 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-oo1-xc2f.google.com with SMTP id s4-20020a4aad44000000b002b6aa5b6999so4022661oon.2 for ; Mon, 11 Oct 2021 10:00:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=NS5dgGay3iaSO4lzAJRNN5AXrqNDZYSB/V4+mvMMuWA=; b=F8b4ONXNiF7Tq62tZRHHN8Vn4UIEkb5K/r4eImoeDf1Laa6DB4lDNfxShcoj0rtcMq rAwrtjsGFIna+zFhYIgfCEPMmDOD12jYYcUYaQtbRiuu1Yqdsof9GHrmn7qGD+o+iBHa evt5H1FWQnjEbnCWVs6tVtFersF1ctjiLWEO8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NS5dgGay3iaSO4lzAJRNN5AXrqNDZYSB/V4+mvMMuWA=; b=6v0TgOc/HXtkqMUzHz9pD+n5UB3ir1/peAGblABovda6ZvYJ6XDmilkCKkZG1c8iRa Ztykb8vuERDgYyrZita8Rl6fObrbr7anI9OP10AQNM8hu2rxl8wVTWEvbYkx2w9S9lDv jm7O7ZuREAs/7NtP5QiOTOVOLYK0dzeFdufMmsRasH+w0ZjP6wcevGGSWnSxdCoeDaaA ZY6ZlcsLskVhjoy6SFLG4U0ExT7EOFV99D+FDPKVyHtHXkxTSnUq7hTVN+QdUEeItdfP BjxhTKwkn2vUoR51ahJLPniYXSirY4CzKFJOBvu8ZlztB62s534AI2+d4/kJI7qaOHyg +utw== X-Gm-Message-State: AOAM533D2Rz+b7jKsrqDL6FQdOrI4bvUd33FEit/5N2F5zUrW9lLlMhv Dl0jhjQqYZyFu0GYKnP/vTRD73vAsBZLdV1Czk0maQ== X-Google-Smtp-Source: ABdhPJyG0fE9pOlB0FZiV66K/LIUYQnH5GSzaiDLpl9wrx+FB1bz7drtl3BrZkiQIvXUeeHRM1ksRw5K4QAwpD5JKMQ= X-Received: by 2002:a05:6820:3c9:: with SMTP id s9mr19983316ooj.81.1633971648052; Mon, 11 Oct 2021 10:00:48 -0700 (PDT) MIME-Version: 1.0 References: <20211003183050.67925-1-kettenis@openbsd.org> In-Reply-To: <20211003183050.67925-1-kettenis@openbsd.org> From: Simon Glass Date: Mon, 11 Oct 2021 11:00:31 -0600 Message-ID: Subject: Re: [PATCH v2 0/7] Apple M1 Support To: Mark Kettenis Cc: U-Boot Mailing List , Bharat Gooty , Rayagonda Kokatanur , Andre Przywara , Fabio Estevam , Jagan Teki , Kever Yang , Priyanka Jain , Peter Robinson , Tim Harvey , Konstantin Porotchkin , Heiko Schocher , Lokesh Vutla , Dario Binacchi , Bin Meng , Nandor Han , Neil Armstrong , Sean Anderson , Nicolas Saenz Julienne , Claudiu Manoil , Jean-Jacques Hiblot , Michael Walle , Patrick Delaunay , Wasim Khan , Rasmus Villemoes , AKASHI Takahiro , Alexandru Gagniuc , Steffen Jaeckel , Heinrich Schuchardt , Asherah Connor , Oliver Graute , Anup Patel , Stephan Gerhold , Padmarao Begari , Masami Hiramatsu , Kishon Vijay Abraham I , Tianrui Wei , Pratyush Yadav , Kunihiko Hayashi , Philippe Reynes , Jaehoon Chung , Ye Li , Stefan Roese , =?UTF-8?B?TWFyZWsgQmVow7pu?= , Patrick Wildt , Weijie Gao , Vabhav Sharma , Michal Simek , Andy Shevchenko Content-Type: text/plain; charset="UTF-8" X-Mailman-Approved-At: Mon, 11 Oct 2021 19:04:44 +0200 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 Hi Mark, On Sun, 3 Oct 2021 at 12:31, Mark Kettenis wrote: > > This series adds basic support for Apple's M1 SoC to U-Boot. > This builds a basic U-Boot that can be used as a payload > for the m1n1 boot loader being developed by the Asahi Linux > project. > > The goal here is to privide an UEFI interface on these machines that > allows booting various open source OSes. This initial series provides > support for the serial port, framebuffer and the USB 3.1 Type-C ports. > It can boot a support OS (e.g. OpenBSD/arm64) from a USB disk. > > This version attempts to address most comments. It doesn't add a > proper WDT/sysreset driver yet since I prefer to do that once the > device tree bindings for that have been ironed out. Please do this soon. We can easily change a compatible string later if needed, but having strange code in there provides a bad example for others. Regards, Simon