[PATCH 01/15] net: pcnet: Drop typedef struct pcnet_priv_t

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Fri Jun 5 18:38:19 CEST 2020



Am 05.06.20 um 18:22 schrieb Marek Vasut:
> 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 <marek.vasut+renesas at gmail.com>
>>> Cc: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
>>> Cc: Joe Hershberger <joe.hershberger at ni.com>
>>> ---
>>>  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 ?

https://github.com/danielschwierzeck/uboot-test-hooks/commit/6f46bcf59476f5005ac19336a22140c717a9ab6b

https://gitlab.denx.de/u-boot/custodians/u-boot-mips/-/commit/09320af5578d46ae4d7bb557b79ca4567a6aaa6c

> 
>> 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.
> 

-- 
- Daniel


More information about the U-Boot mailing list