Re: [PATCH 04/10] Convert CONFIG_PHYSMEM to Kconfig

2021-11-17 Thread Simon Glass
Hi Tom, On Wed, 17 Nov 2021 at 08:54, Tom Rini wrote: > > On Wed, Nov 17, 2021 at 10:46:35AM -0500, Sean Anderson wrote: > > On 11/17/21 10:29 AM, Heinrich Schuchardt wrote: > > > On 11/17/21 16:03, Sean Anderson wrote: > > > > On 11/17/21 4:15 AM, Heinrich Schuchardt wrote: > > > > > On 11/17/21

Re: [PATCH 04/10] Convert CONFIG_PHYSMEM to Kconfig

2021-11-17 Thread Simon Glass
Hi Heinrich, On Wed, 17 Nov 2021 at 08:29, Heinrich Schuchardt wrote: > > On 11/17/21 16:03, Sean Anderson wrote: > > On 11/17/21 4:15 AM, Heinrich Schuchardt wrote: > >> On 11/17/21 03:48, Simon Glass wrote: > > > %s/4GB/4 GiB/ > >>> > >>> Please let's not add that junk to U-Boot. > >

Re: [PATCH 04/10] Convert CONFIG_PHYSMEM to Kconfig

2021-11-17 Thread Tom Rini
On Wed, Nov 17, 2021 at 10:46:35AM -0500, Sean Anderson wrote: > On 11/17/21 10:29 AM, Heinrich Schuchardt wrote: > > On 11/17/21 16:03, Sean Anderson wrote: > > > On 11/17/21 4:15 AM, Heinrich Schuchardt wrote: > > > > On 11/17/21 03:48, Simon Glass wrote: > > > > > > > > > > > > > > %s/4GB/4 Gi

Re: [PATCH 04/10] Convert CONFIG_PHYSMEM to Kconfig

2021-11-17 Thread Sean Anderson
On 11/17/21 10:29 AM, Heinrich Schuchardt wrote: On 11/17/21 16:03, Sean Anderson wrote: On 11/17/21 4:15 AM, Heinrich Schuchardt wrote: On 11/17/21 03:48, Simon Glass wrote: %s/4GB/4 GiB/ Please let's not add that junk to U-Boot. 4GB = 4,000,000,000 bytes period. Only if you're a har

Re: [PATCH 04/10] Convert CONFIG_PHYSMEM to Kconfig

2021-11-17 Thread Heinrich Schuchardt
On 11/17/21 16:03, Sean Anderson wrote: On 11/17/21 4:15 AM, Heinrich Schuchardt wrote: On 11/17/21 03:48, Simon Glass wrote: %s/4GB/4 GiB/ Please let's not add that junk to U-Boot. 4GB = 4,000,000,000 bytes period. Only if you're a hard drive manufacturer ;) I suggest reading ISO/IE

Re: [PATCH 04/10] Convert CONFIG_PHYSMEM to Kconfig

2021-11-17 Thread Sean Anderson
On 11/17/21 4:15 AM, Heinrich Schuchardt wrote: On 11/17/21 03:48, Simon Glass wrote: Hi Heinrich, On Sun, 14 Nov 2021 at 02:46, Heinrich Schuchardt wrote: On 11/14/21 04:21, Simon Glass wrote: This converts the following to Kconfig: CONFIG_PHYSMEM Signed-off-by: Simon Glass ---   

Re: [PATCH 04/10] Convert CONFIG_PHYSMEM to Kconfig

2021-11-17 Thread Heinrich Schuchardt
On 11/17/21 03:48, Simon Glass wrote: Hi Heinrich, On Sun, 14 Nov 2021 at 02:46, Heinrich Schuchardt wrote: On 11/14/21 04:21, Simon Glass wrote: This converts the following to Kconfig: CONFIG_PHYSMEM Signed-off-by: Simon Glass --- README | 8 arc

Re: [PATCH 04/10] Convert CONFIG_PHYSMEM to Kconfig

2021-11-16 Thread Simon Glass
Hi Heinrich, On Sun, 14 Nov 2021 at 02:46, Heinrich Schuchardt wrote: > > On 11/14/21 04:21, Simon Glass wrote: > > This converts the following to Kconfig: > > CONFIG_PHYSMEM > > > > Signed-off-by: Simon Glass > > --- > > > > README | 8 > > arch/Kconfig

Re: [PATCH 04/10] Convert CONFIG_PHYSMEM to Kconfig

2021-11-14 Thread Heinrich Schuchardt
On 11/14/21 04:21, Simon Glass wrote: This converts the following to Kconfig: CONFIG_PHYSMEM Signed-off-by: Simon Glass --- README | 8 arch/Kconfig | 2 ++ include/configs/edison.h | 3 --- include/configs/sandbox.h| 2 -- i

[PATCH 04/10] Convert CONFIG_PHYSMEM to Kconfig

2021-11-13 Thread Simon Glass
This converts the following to Kconfig: CONFIG_PHYSMEM Signed-off-by: Simon Glass --- README | 8 arch/Kconfig | 2 ++ include/configs/edison.h | 3 --- include/configs/sandbox.h| 2 -- include/configs/x86-common.h | 2 -- lib/Kconf