Re: [PATCH 16/26] common: Move initr_addr_map() to a bit earlier

2021-02-07 Thread Simon Glass
On Sun, 7 Feb 2021 at 08:12, Bin Meng wrote: > > At present initr_addr_map() is put at a late stage in the > init_sequence_r[] calls. This won't work because lot of > device driver initialization (e.g.: serial port) happens > before it but is lack of the address translation support. > > This moves

[PATCH 16/26] common: Move initr_addr_map() to a bit earlier

2021-02-07 Thread Bin Meng
At present initr_addr_map() is put at a late stage in the init_sequence_r[] calls. This won't work because lot of device driver initialization (e.g.: serial port) happens before it but is lack of the address translation support. This moves the call to a bit earlier, right after the DM initializati