Implement half of bootup_misc_mmio()

This commit is contained in:
Michael Scire
2018-03-02 12:16:30 -08:00
parent b3dbfd8ee0
commit e7e62ef90b
9 changed files with 151 additions and 4 deletions

View File

@@ -16,6 +16,8 @@ void fuse_wait_idle(void);
void fuse_init(void)
{
fuse_make_regs_visible();
fuse_secondary_private_key_disable();
fuse_disable_programming();
/* TODO: Overrides (iROM patches) and various reads happen here */
}