]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm64: versal: Increase the number of DRAM banks to 36
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Wed, 2 Aug 2023 06:35:05 +0000 (08:35 +0200)
committerMichal Simek <michal.simek@amd.com>
Thu, 21 Sep 2023 11:20:10 +0000 (13:20 +0200)
commitb58ced5277edaa5213e4745cab829219f9a8a9c6
tree253c56c2734f0134dc60c7389a6fbdbeaae78051
parent7ca9c1d864b7b3adffdd1e889f174feb51a1b5b1
arm64: versal: Increase the number of DRAM banks to 36

HBM stands for high bandwidth memory and is a type of memory interface used
in 3D-stacked DRAM (dynamic random access memory) in some AMD GPUs (aka
graphics cards), as well as the server, high-performance computing (HPC)
and networking and client space. High Bandwidth Memory(HBM) has total 16
channels, one channel is divided into two pseudo channels which makes its
32 banks each with some amount of memory.
And then we have DDR_LOW PS low, DDR_HIGH0 PS high, DDR_HIGH1 PS very high
and pretty much there should be also place for PL DDR. So maximum number of
memory banks will be 36, updating the CONFIG_NR_DRAM_BANKS to 36.

Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/ed9eaf5c20501ee691d7d28a173511cd9a87f161.1690958095.git.michal.simek@amd.com
configs/xilinx_versal_virt_defconfig