Re: [PATCH 2/6] hw/misc: Allwinner A10 DRAM Controller Emulation

2022-12-07 Thread Niek Linnenbank
Hi Strahinja, On Sun, Dec 4, 2022 at 12:19 AM Strahinja Jankovic < strahinjapjanko...@gmail.com> wrote: > During SPL boot several DRAM Controller registers are used. Most > important registers are those related to DRAM initialization and > calibration, where SPL initiates process and waits until

[PATCH 2/6] hw/misc: Allwinner A10 DRAM Controller Emulation

2022-12-03 Thread Strahinja Jankovic
During SPL boot several DRAM Controller registers are used. Most important registers are those related to DRAM initialization and calibration, where SPL initiates process and waits until certain bit is set/cleared. This patch adds these registers, initializes reset values from user's guide and upd