Re: [PATCH 3/5 v2] mips: octeon: Report full DDR size in dram_init() to gd->ram_size

2020-11-27 Thread Daniel Schwierzeck
Am Mittwoch, den 28.10.2020, 15:10 +0100 schrieb Stefan Roese: > With this patch, gd->ram_size now holds to full RAM size detected by the > DDR init code. It introduces the get_effective_memsize() function to > report the maximum usable RAM size in U-Boot to the system instead. > > Signed-off-by:

[PATCH 3/5 v2] mips: octeon: Report full DDR size in dram_init() to gd->ram_size

2020-10-28 Thread Stefan Roese
With this patch, gd->ram_size now holds to full RAM size detected by the DDR init code. It introduces the get_effective_memsize() function to report the maximum usable RAM size in U-Boot to the system instead. Signed-off-by: Stefan Roese Cc: Aaron Williams Cc: Chandrakala Chavva Cc: Daniel