Re: [PATCH] board: mediatek: disable watchdog on BananaPi R2

2021-01-09 Thread Stefan Roese
On 09.01.21 03:32, Matthias Brugger wrote: On 08/01/2021 08:39, Stefan Roese wrote: On 07.01.21 16:36, matthias@kernel.org wrote: From: Matthias Brugger Watchdog timeout comes in before we are able to load the kernel and reset the watchdog. Disable the watchdog late in the boot process to

[PATCH 1/1] image: usage of value ~0UL for intrd_high

2021-01-09 Thread Heinrich Schuchardt
The comment for initrd_high in the coding and in README were contradicting and neither fully described what the coding does. Clarify the usage of the special value ~0UL for the environment variable initrd_high. Signed-off-by: Heinrich Schuchardt --- README | 3 ++- common/image.c | 6 ++

Re: [PATCH 1/1] image: usage of value ~0UL for intrd_high

2021-01-09 Thread Andy Shevchenko
On Sat, Jan 9, 2021 at 8:06 PM Heinrich Schuchardt wrote: > > The comment for initrd_high in the coding and in README were contradicting > and neither fully described what the coding does. > > Clarify the usage of the special value ~0UL for the environment variable > initrd_high. All those F:s ar

Re: [PATCH 1/1] image: usage of value ~0UL for intrd_high

2021-01-09 Thread Tom Rini
On Sat, Jan 09, 2021 at 08:47:07PM +0200, Andy Shevchenko wrote: > On Sat, Jan 9, 2021 at 8:06 PM Heinrich Schuchardt wrote: > > > > The comment for initrd_high in the coding and in README were contradicting > > and neither fully described what the coding does. > > > > Clarify the usage of the spe

Re: [PATCH 05/10] smbios: Set BIOS release version

2021-01-09 Thread Heinrich Schuchardt
On 1/7/21 5:21 AM, Simon Glass wrote: We may as well include the U-Boot release information in the type-0 table since it is designed for that purpose. U-Boot uses release versions based on the year and month. The year cannot fit in a byte, so drop the century. Signed-off-by: Simon Glass ---

Re: [PATCH 1/1] image: usage of value ~0UL for intrd_high

2021-01-09 Thread Heinrich Schuchardt
On 1/9/21 7:58 PM, Tom Rini wrote: On Sat, Jan 09, 2021 at 08:47:07PM +0200, Andy Shevchenko wrote: On Sat, Jan 9, 2021 at 8:06 PM Heinrich Schuchardt wrote: The comment for initrd_high in the coding and in README were contradicting and neither fully described what the coding does. Clarify t

Re: [PATCH 1/1] image: usage of value ~0UL for intrd_high

2021-01-09 Thread Tom Rini
On Sat, Jan 09, 2021 at 08:33:40PM +0100, Heinrich Schuchardt wrote: > On 1/9/21 7:58 PM, Tom Rini wrote: > > On Sat, Jan 09, 2021 at 08:47:07PM +0200, Andy Shevchenko wrote: > > > On Sat, Jan 9, 2021 at 8:06 PM Heinrich Schuchardt > > > wrote: > > > > > > > > The comment for initrd_high in the

Re: [PATCH 1/1] image: usage of value ~0UL for intrd_high

2021-01-09 Thread Heinrich Schuchardt
Am 9. Januar 2021 20:40:04 MEZ schrieb Tom Rini : >On Sat, Jan 09, 2021 at 08:33:40PM +0100, Heinrich Schuchardt wrote: >> On 1/9/21 7:58 PM, Tom Rini wrote: >> > On Sat, Jan 09, 2021 at 08:47:07PM +0200, Andy Shevchenko wrote: >> > > On Sat, Jan 9, 2021 at 8:06 PM Heinrich Schuchardt > wrote: >> >

Re: [PATCH 1/1] image: usage of value ~0UL for intrd_high

2021-01-09 Thread Tom Rini
On Sat, Jan 09, 2021 at 08:59:01PM +0100, Heinrich Schuchardt wrote: > Am 9. Januar 2021 20:40:04 MEZ schrieb Tom Rini : > >On Sat, Jan 09, 2021 at 08:33:40PM +0100, Heinrich Schuchardt wrote: > >> On 1/9/21 7:58 PM, Tom Rini wrote: > >> > On Sat, Jan 09, 2021 at 08:47:07PM +0200, Andy Shevchenko w

Re: [PATCH 1/1] image: usage of value ~0UL for intrd_high

2021-01-09 Thread Heinrich Schuchardt
Am 9. Januar 2021 22:23:01 MEZ schrieb Tom Rini : >On Sat, Jan 09, 2021 at 08:59:01PM +0100, Heinrich Schuchardt wrote: >> Am 9. Januar 2021 20:40:04 MEZ schrieb Tom Rini : >> >On Sat, Jan 09, 2021 at 08:33:40PM +0100, Heinrich Schuchardt wrote: >> >> On 1/9/21 7:58 PM, Tom Rini wrote: >> >> > On S