From owner-freebsd-arm@freebsd.org Thu Oct 8 16:33:59 2020 Return-Path: Delivered-To: freebsd-arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 21A8F42B7D5 for ; Thu, 8 Oct 2020 16:33:59 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C6cGb07kZz4DRY for ; Thu, 8 Oct 2020 16:33:59 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f170.google.com (mail-qk1-f170.google.com [209.85.222.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id D788121B31 for ; Thu, 8 Oct 2020 16:33:58 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f170.google.com with SMTP id 188so7591470qkk.12 for ; Thu, 08 Oct 2020 09:33:58 -0700 (PDT) X-Gm-Message-State: AOAM531B4ukglw5xIZp/ldCS26lpo3GpBheG4eoSefMLCM+JaJR+JC4e kt190XIaLKVFRaFJhnnZEMbIyQ0zfjG5AwPEzRQ= X-Google-Smtp-Source: ABdhPJzm0dDqvk9lkuxPlpnjkpihHSo518xRINAJnMfbQBLAGLs/aB+kTQoysjYti7mgwLf3JTj+OT1ycopx1CYmx8g= X-Received: by 2002:a05:620a:136e:: with SMTP id d14mr8964930qkl.430.1602174838449; Thu, 08 Oct 2020 09:33:58 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Kyle Evans Date: Thu, 8 Oct 2020 11:33:45 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: RPi4B: emmc2bus dma-range handling does not track the boot-time-FDT (u-boot based booting) To: Mark Millard Cc: freebsd-arm Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2020 16:33:59 -0000 On Thu, Oct 8, 2020 at 4:01 AM Mark Millard via freebsd-arm wrote: > > sys/gnu/dts/arm/bcm2711.dtsi reports: > > /* > * emmc2 has different DMA constraints based on SoC revisions. It was > * moved into its own bus, so as for RPi4's firmware to update them. > * The firmware will find whether the emmc2bus alias is defined, and if > * so, it'll edit the dma-ranges property below accordingly. > */ > [... snip ...] I have no words for how annoying this is. Thanks, Kyle Evans