Re: [PATCH v4 1/6] hw/misc/aspeed_scu: Skipping dram_init in u-boot

2025-03-03 Thread Cédric Le Goater
On 3/3/25 08:35, Jamin Lin wrote: Setting BIT6 in VGA0 SCRATCH register will indicate that the ddr traning is done, therefore skipping the u-boot-spl dram_init() process. Signed-off-by: Jamin Lin Signed-off-by: Troy Lee Reviewed-by: Cédric Le Goater Thanks, C. --- hw/misc/aspeed_scu

[PATCH v4 1/6] hw/misc/aspeed_scu: Skipping dram_init in u-boot

2025-03-02 Thread Jamin Lin via
Setting BIT6 in VGA0 SCRATCH register will indicate that the ddr traning is done, therefore skipping the u-boot-spl dram_init() process. Signed-off-by: Jamin Lin Signed-off-by: Troy Lee --- hw/misc/aspeed_scu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/misc/aspeed_scu.c b/hw/misc