From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 5 Jun 2020 18:22:23 +0200 Subject: [PATCH 01/15] net: pcnet: Drop typedef struct pcnet_priv_t In-Reply-To: <23f777dc-b7ee-6957-65e8-b683e7e188ee@gmail.com> References: <20200517162425.76584-1-marek.vasut+renesas@gmail.com> <23f777dc-b7ee-6957-65e8-b683e7e188ee@gmail.com> 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 6/5/20 5:28 PM, Daniel Schwierzeck wrote: > > > Am 17.05.20 um 18:24 schrieb Marek Vasut: >> Use struct pcnet_priv all over the place instead. >> >> Signed-off-by: Marek Vasut >> Cc: Daniel Schwierzeck >> Cc: Joe Hershberger >> --- >> drivers/net/pcnet.c | 10 +++++----- >> 1 file changed, 5 insertions(+), 5 deletions(-) >> > > series applied to u-boot-mips/next, thanks. > > Marek, the Qemu Malta tests in Travis CI are basically working. But only > with your patch series applied, the 64 Bit variants are running stable. Can you share the patch you added so I can also add it to u-boot-sh/net for my CI tests there ? > The the Little-Endian variants need to swap the u-boot.bin to Big-Endian > format. This is required by Qemu Malta board implementation because they > want to boot from a bi-endian image and expect a Big-Ednian image as > default. My current script-based solution doesn't work inside the U-Boot > builder Docker image. I'll submit some patches as soon as I figured out > a better solution. All right. -- Best regards, Marek Vasut