warmboot: add car_mbist_workaround

This commit is contained in:
Michael Scire
2018-12-17 15:35:07 -08:00
parent 8d08e60916
commit 83941f8647
3 changed files with 47 additions and 0 deletions

View File

@@ -73,6 +73,9 @@ void lp0_entry_main(warmboot_metadata_t *meta) {
misc_restore_ram_svop();
emc_configure_pmacro_training();
/* Setup clock output for all devices, working around mbist bug. */
car_mbist_workaround();
/* TODO: stuff */
while (true) { /* TODO: Halt BPMP */ }