[linux-sunxi] Re: [PATCH v2 1/2] tools: mkimage: Add Allwinner eGON support

2020-11-16 Thread Samuel Holland
Hi Andre, On 11/11/20 6:52 AM, Andre Przywara wrote: > So far we used the separate mksunxiboot tool for generating a bootable > image for Allwinner SPLs, probably just for historical reasons. > > Use the mkimage framework to generate a so called eGON image the > Allwinner BROM expects. > The new

Re: [linux-sunxi] Re: [PATCH 3/3] arm64: allwinner: dts: a64: add DT for PineTab developer sample

2020-11-16 Thread Icenowy Zheng
于 2020年11月16日 GMT+08:00 下午11:55:08, Maxime Ripard 写到: >On Tue, Nov 10, 2020 at 06:41:37PM +0800, Icenowy Zheng wrote: >> >> >> 于 2020年11月10日 GMT+08:00 下午6:39:25, Maxime Ripard >写到: >> >On Sat, Nov 07, 2020 at 08:53:32PM +0800, Icenowy Zheng wrote: >> >> Some developers received PineTab

[linux-sunxi] Re: [PATCH 3/3] arm64: allwinner: dts: a64: add DT for PineTab developer sample

2020-11-16 Thread Maxime Ripard
On Tue, Nov 10, 2020 at 06:41:37PM +0800, Icenowy Zheng wrote: > > > 于 2020年11月10日 GMT+08:00 下午6:39:25, Maxime Ripard 写到: > >On Sat, Nov 07, 2020 at 08:53:32PM +0800, Icenowy Zheng wrote: > >> Some developers received PineTab samples that used an old LCD panel. > >> > >> Add device tree for

[linux-sunxi] RE: [PATCH v3 2/7] crypto: sun4i-ss: checking sg length is not sufficient

2020-11-16 Thread David Laight
From: Corentin Labbe > Sent: 16 November 2020 13:54 > > The optimized cipher function need length multiple of 4 bytes. > But it get sometimes odd length. > This is due to SG data could be stored with an offset. > > So the fix is to check also if the offset is aligned with 4 bytes. > Fixes:

[linux-sunxi] [PATCH] net: sun8i-emac: Allow all RGMII PHY modes

2020-11-16 Thread Andre Przywara
So far all GBit users of the sun8i-emac driver were using the "rgmii" PHY mode, even though this turns out to be mostly wrong. It just worked because the PHY driver doesn't do the proper setup (yet). In fact for most boards the "rgmii-id" or "rgmii-txid" PHY modes are the correct ones. To allow