From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.21065.1629098621503696447 for ; Mon, 16 Aug 2021 00:23:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=WivEuFbS; spf=pass (domain: kernel.org, ip: 198.145.29.99, mailfrom: ardb@kernel.org) Received: by mail.kernel.org (Postfix) with ESMTPSA id 6D63161AA7 for ; Mon, 16 Aug 2021 07:23:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629098620; bh=/hoIqTEaJtucXKwW+kDawN1pTS7RM2+6oP4dcBqWKzQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=WivEuFbSizOoWiJazhzq/o0apWpfuEZxAen+c6hhueOfZEYBT93k6vN6OTKNgw3h0 C3qj1JlPI0BfS/AiqRTKVIrnFAPzAWVL/IWbps0UbBLStJTEIGia6ccH3e/ymCwAjT F8LU3vBoSkYyC1BvJPp+dggHjcf81mjOtmNnFyIkY5PWLy1cHZY1PRPDXVCoKRLPP2 Z58VV9LDYQyamPEUnXdeI+BdJ3lZ34YHn9l8udIpGbY+zx96PHGqNjnLYMQwqsAMuT yd6zQAielKyNz28412t9KIF+X9KGPiUsNi/AuZXyfqWqHFJ5fq/6m1RInP25iilEhT cNd3lA6GJOwLw== Received: by mail-ot1-f48.google.com with SMTP id n1-20020a9d1e810000b0290514da4485e4so17100844otn.4 for ; Mon, 16 Aug 2021 00:23:40 -0700 (PDT) X-Gm-Message-State: AOAM530VkAbK2FojCNIJeWLv1/SDMfxbo4cwWVcbBeiiweCHwavN5dJj 9beiQaE0eNjWR7l/Jp3N7ADqy0cZrPMzhfY8Mps= X-Google-Smtp-Source: ABdhPJwQeWEnUCMc9B9cp1tR4lwc6jz70cO2D6VzXfvbbMmBZZ6GoEaXS+xhqeM0N2vGfGd73dC2EUVanwPV9ZGwMU4= X-Received: by 2002:a9d:5c2:: with SMTP id 60mr11271175otd.77.1629098619818; Mon, 16 Aug 2021 00:23:39 -0700 (PDT) MIME-Version: 1.0 References: <20210511223734.864455-1-jeremy.linton@arm.com> In-Reply-To: <20210511223734.864455-1-jeremy.linton@arm.com> From: "Ard Biesheuvel" Date: Mon, 16 Aug 2021 09:23:29 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 0/2] rpi: Fix PXE issues with grub To: Jeremy Linton Cc: edk2-devel-groups-io , Ard Biesheuvel , Peter Batard , Samer El-Haj-Mahmoud , Andrei Warkentin Content-Type: text/plain; charset="UTF-8" On Wed, 12 May 2021 at 00:37, Jeremy Linton wrote: > > When PXE booting with grub the network link > isn't given a chance to resume so grub's transmit > calls fail. This results in failed boots. Similarly > the DMA range for the adapter isn't right since it > doesn't have a 32-bit restriction. Again this keeps > grub from failing on 8G devices, > > v1-v2: > Update commit message to note solution > Add Review-by's > Pushed as 9466dad3ae87..b291607503dc Thanks all, > Jeremy Linton (2): > Silicon/Broadcom/BcmGenetDxe: Delay for linkup in transmit > Platform/RaspberryPi: Increase genet dma window > > Platform/RaspberryPi/RPi4/RPi4.dsc | 2 +- > .../Drivers/Net/BcmGenetDxe/SimpleNetwork.c | 24 ++++++++++++++++++++-- > 2 files changed, 23 insertions(+), 3 deletions(-) > > -- > 2.13.7 >