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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 3188EC433EF for ; Mon, 7 Mar 2022 21:22:34 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B3F3A830F6; Mon, 7 Mar 2022 22:22:26 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (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="XwKULcbK"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6D3A2830A6; Mon, 7 Mar 2022 22:22:23 +0100 (CET) Received: from mail-qv1-xf36.google.com (mail-qv1-xf36.google.com [IPv6:2607:f8b0:4864:20::f36]) (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 EAB3F836A3 for ; Mon, 7 Mar 2022 22:22:05 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf36.google.com with SMTP id jo29so829303qvb.5 for ; Mon, 07 Mar 2022 13:22:05 -0800 (PST) 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=JKOG5yuy1bVqAF9dSmqaYkETYg1iIDNIzhSV0BFyRZw=; b=XwKULcbKMPkoFyh9UV+5CMJs1WZTakZYlw4x+cb3Dhimnk9R0qYt5dDGWt3zOSEjbx 8169lFXgwIDtYP9h+829ibMYpaCXuhlm2xWJaWzz72WALZGLaYwJejNsvziFd5l1IB2m azCiQ2P34aGQ3SUSNXnhnSQT04L5onwaTaJBw= 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=JKOG5yuy1bVqAF9dSmqaYkETYg1iIDNIzhSV0BFyRZw=; b=Hqx4DyFDNK6ORQXMYgNoOpSIhWB9N+6Ycs5EM6gZZohKYD1lZI9ZBnuUt1Lsycqwav Lg59mWVb8o3vr8z2ZA45GYPFIi810WKfta6fu9Zr2b7svbaYyqL5ATJhIZ7yX4T02LF9 BXP5IHKCZVVieMlrZTnuB5zWm+fNt+26DnpqDFlnWwWVeBFTtz+IbcsKLt3nUuUljQ5k PKZgbgBbFuvegD4wxnffewRkAOJdMTpBvE2MyT0jTgv5Y6udyG38rJTZps8pjz3GO6G0 3zP/NhGCB8H1MH5E+kAr/H14bzPHsv7WUrD8CzCeod0O43kOSllJKXO1KnWhhj+JNXEh +hZQ== X-Gm-Message-State: AOAM530vSiF8+61U3+YF7yobdqg32CRWMhGAOddeD3CoN0t5n2cK/i2G wL7HxxfkhEZeh7E7oNpalTN3X/ofELMz2Hq7 X-Google-Smtp-Source: ABdhPJwbFUsl7UBfj8eCLcCnL9fvKhh3OxuKArdlGV/D5SiM0IHAJA01q/3OpYBiHoYhEDRqOE62mw== X-Received: by 2002:a05:6214:2309:b0:435:374d:4bbb with SMTP id gc9-20020a056214230900b00435374d4bbbmr9476701qvb.105.1646688124717; Mon, 07 Mar 2022 13:22:04 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id g9-20020a05620a108900b0067b13036bd5sm2650839qkk.52.2022.03.07.13.22.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Mar 2022 13:22:03 -0800 (PST) Date: Mon, 7 Mar 2022 16:22:02 -0500 From: Tom Rini To: Philippe Reynes Cc: u-boot@lists.denx.de Subject: Re: [PATCH 5/5] bcm96753ref: add initial support Message-ID: <20220307212202.GY5020@bill-the-cat> References: <20220211181838.20152-1-philippe.reynes@softathome.com> <20220211181838.20152-5-philippe.reynes@softathome.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4aUSi4GuQtquuilV" Content-Disposition: inline In-Reply-To: <20220211181838.20152-5-philippe.reynes@softathome.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.5 at phobos.denx.de X-Virus-Status: Clean --4aUSi4GuQtquuilV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 11, 2022 at 07:18:38PM +0100, Philippe Reynes wrote: > This add the initial support of the broadcom reference > board bcm96753ref with a bcm6753 SoC. >=20 > This board has 1 GB of RAM, 256 MB of flash (nand), > 2 USB port, 1 UART, and 4 ethernet ports. >=20 > Signed-off-by: Philippe Reynes Applied to u-boot/next, thanks! --=20 Tom --4aUSi4GuQtquuilV Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmImd3oACgkQFHw5/5Y0 tyyK4QwArzBVVu/sYlpiiBTtS00b4hh1Wj2BIsgj1fPi44SGPlpq0nyJIv1sxLmg C2wNveyjbHnkEWsctTHfo9pjbQTsi+oilatAWyqO+z7GA8Yi++i/ZoDXVUjV2/Tp eISAZ+nqH84iniPxy9h2IqA80IQPaNPwcHp3WdnKMSlmQiTWuxE83hcEdladn3OM wSoSxKYobf1q1zvviCqsAlioW0h7pBg7O4GlAjrL5v+qwKtn2Lb+ZYL59rIw0pY/ 09WF/+PdRawC89C0j5GYdmbxCveZjEHfQFS6Y5jFVeDJnssd4N3nu1FvDRD656DG 56PXD84jncZRn9D9+ZDSw7OcTz2jH9VREaurukj786tfq2TFUGK10Xu4DneThdrm Ebl18SIfeJ9PYJKBAchAr7eCr2hZAuK0vt1cnSL9Kiqb1Hga7SgzanUGFXTUAusa HlGLtXWQ5ZIDFmTTp0W8KEUl1hzunMQQrMDnrqCGU4WpECNcgrgdqcqCGrCeemWJ 4FfMZFAq =7zvF -----END PGP SIGNATURE----- --4aUSi4GuQtquuilV--