Tool/software:
Hi,
The DDR init parameters are stored in the device tree in u-boot SPL/k3loader. Our boards have different DDR configurations and we do *not* want different binaries for each variant. Thus, we have to store all possible DDR parameters inside one binary. But as the parameters are a huge list they take a considerable amout of space (of the resulting binary) and the u-boot SPL really space constrained because it's max file size is 512kB (a FAT loader implemenation of the boot rom) and the internal SRAM is also constrained to about 490kB. Thus putting all DDR configurations inside a FIT image doesn't really scale.
Are there any plans to improve this situation?
Thanks,
-michael