Re: [PATCH 1/1] doc: board: fix README.b4860qds

2021-01-02 Thread Bin Meng
On Fri, Jan 1, 2021 at 7:35 AM Heinrich Schuchardt wrote: > > Two sibling headings can never be the same. > > Fix the heading levels. > > Signed-off-by: Heinrich Schuchardt > --- > doc/board/freescale/b4860qds.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Bin Me

Re: Pull request for UEFI sub-system for next

2021-01-02 Thread Tom Rini
On Thu, Dec 31, 2020 at 05:25:14PM +0100, Heinrich Schuchardt wrote: > Dear Tom, > > please, merge into origin/next. > > @Takahiro, Ilias, Sughosh > *Thanks a lot for all your contributions this year.* > > The following changes since commit 958b9e2482538ebfeb2e1161257603d4dec498cb: > > Merge

Re: Pull request for UEFI sub-system for efi-2021-01-rc5 (2)

2021-01-02 Thread Tom Rini
On Tue, Dec 29, 2020 at 04:17:26PM +0100, Heinrich Schuchardt wrote: > Dear Tom, > > unfortunately I found two bugs that can lead to a crash. > > The following changes since commit ab865a8ee5c1a069f72a171270c02c99ccda7bfa: > > Merge tag 'u-boot-imx-20201227' of > https://gitlab.denx.de/u-boot

Re: [PATCH 10/16] efi_loader: UEFI variable persistence

2021-01-02 Thread Peter Robinson
Hi Heinrich, In testing this I've noticed one thing, if the ESP partition has a type of FAT16 (type 6) it doesn't detect the partition, the EFI spec says the ESP partition can be FAT16 and some devices at least the rpi2 won't boot if the partition ID is set to the efi partition naming, but it err

[PATCH 2/2] ARM: dts: stm32: Fix GPIO hog flags on DHCOM DRC02

2021-01-02 Thread Marek Vasut
The GPIO hog flags are ignored by gpiolib-of.c now, set the flags to 0. Since GPIO_ACTIVE_HIGH is defined as 0, this change only increases the correctness of the DT. Signed-off-by: Marek Vasut Cc: Patrice Chotard Cc: Patrick Delaunay --- arch/arm/dts/stm32mp15xx-dhcom-drc02.dts | 4 ++-- 1 fil

[PATCH 1/2] ARM: dts: stm32: Fix GPIO hog flags on DHCOM PicoITX

2021-01-02 Thread Marek Vasut
The GPIO hog flags are ignored by gpiolib-of.c now, set the flags to 0. Due to a change in gpiolib-of.c, setting flags to GPIO_ACTIVE_LOW and using output-low DT property leads to the GPIO being set high instead. Signed-off-by: Marek Vasut Cc: Patrice Chotard Cc: Patrick Delaunay --- arch/arm/