All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] sunxi: support multiple memory banks
@ 2018-07-18 21:42 michael vogt
  2018-07-20  1:13 ` Siarhei Siamashka
  0 siblings, 1 reply; 3+ messages in thread
From: michael vogt @ 2018-07-18 21:42 UTC (permalink / raw)
  To: u-boot

Hi

I would like to support 4 memory chips for a sunxi board (a20). 

the current configuration in the sunxi-common.h looks like this:

#define CONFIG_NR_DRAM_BANKS		1
#define PHYS_SDRAM_0			CONFIG_SYS_SDRAM_BASE
#define PHYS_SDRAM_0_SIZE		0x80000000 /* 2 GiB */

which seems to match the memory map for the a20. 

Question:
While addressing 2gb ram works using one dram bank - will it work if there are two dram banks needed?

Best regards
Michael

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-20  1:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-18 21:42 [U-Boot] sunxi: support multiple memory banks michael vogt
2018-07-20  1:13 ` Siarhei Siamashka
2018-07-20  1:44   ` Siarhei Siamashka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.