From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Brugger Date: Thu, 10 Sep 2020 09:45:42 +0200 Subject: [GIT PULL] rpi: second round for v2020.10 In-Reply-To: <20200909212011.1719ff27@ezekiel.suse.cz> References: <20200909212011.1719ff27@ezekiel.suse.cz> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/09/2020 21:20, Petr Tesarik wrote: > On Wed, 9 Sep 2020 10:13:50 +0200 > Matthias Brugger wrote: > >> Hi Tom, >> >> Please have a look at the second round of patches for the RPi. Two patches fixes >> the network driver of the RPi4 which didn't work reliable. Another patch enables >> USB keyboard for 32 bit RPi4. >> >> Petr tested the network patches, but his mail with the Tested-by tag didn't come >> through. I added it anyway. > > What do you mean by "didn't come through"? I can see it in the mailing > list archive: > > http://u-boot.10912.n7.nabble.com/PATCH-bcmgenet-fix-DMA-buffer-management-td419536.html#a424854 > > Did I send my answer to the wrong thread? Ups, it seems I rely too much on my inbox instead of the filtered U-Boot list. In any case I exepcted the Tested-by for the two patches you mentioned in the thread. Anyway it's no big deal. Regards, Matthias > > Petr T > >> As always you can find the CI outcome here: >> https://travis-ci.org/github/mbgg/u-boot/builds/725262009 >> https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi/-/pipelines/4622 >> >> I ran the CI against the rpi-next branch and not the tag, but you can >> verify that this is basically the same commit id. >> >> Thanks for having a look! >> Regards, >> Matthias >> >> -- >> >> The following changes since commit >> 96d66a9b8ce11aae9f8bef5244b83b4740b37644: >> >> Prepare v2020.10-rc4 (2020-09-07 14:17:33 -0400) >> >> are available in the Git repository at: >> >> https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi.git/ >> tags/rpi-next-2020.10.2 >> >> for you to fetch changes up to >> 40877a1a949edf7066b3e4ed16101153624bb314: >> >> config: Enable USB Keyboard suuport on RPi4 32 bit (2020-09-08 >> 16:45:01 +0200) >> >> ---------------------------------------------------------------- >> - fixes for bcmgenet >> - enable USB keyboard for RPi4 32 bit >> >> ---------------------------------------------------------------- >> Jason Wessel (2): >> bcmgenet: fix DMA buffer management >> bcmgenet: Add support for rgmii-rxid >> >> Matthias Brugger (1): >> config: Enable USB Keyboard suuport on RPi4 32 bit >> >> configs/rpi_4_32b_defconfig | 1 + >> drivers/net/bcmgenet.c | 20 +++++++++++--------- >> 2 files changed, 12 insertions(+), 9 deletions(-) >> >