Re: [PATCH v3 14/17] spl: Commit MTRRs only in board_init_f_r()

2023-05-08 Thread Bin Meng
On Fri, May 5, 2023 at 6:51 AM Simon Glass wrote: > > We don't need to commit the SPI-flash MTRR change immediately, since it is > now done in the board_init_f_r(). Also this causes chromebook_link64 to > hang, presumably since we are still running from CAR (Cache-as-RAM) in > SPL. Coral handles t

[PATCH v3 14/17] spl: Commit MTRRs only in board_init_f_r()

2023-05-04 Thread Simon Glass
We don't need to commit the SPI-flash MTRR change immediately, since it is now done in the board_init_f_r(). Also this causes chromebook_link64 to hang, presumably since we are still running from CAR (Cache-as-RAM) in SPL. Coral handles this OK, perhaps since it is running from a different memory a