mirror of
https://github.com/Decscots/Lockpick_RCM.git
synced 2025-06-21 22:47:20 +02:00
Initial commit
This commit is contained in:
commit
641476a75e
95 changed files with 28756 additions and 0 deletions
14
source/mem/mc.h
Normal file
14
source/mem/mc.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
#ifndef _MC_H_
|
||||
#define _MC_H_
|
||||
|
||||
#include "../utils/types.h"
|
||||
#include "../mem/mc_t210.h"
|
||||
|
||||
void mc_config_tsec_carveout(u32 bom, u32 size1mb, bool lock);
|
||||
void mc_config_carveout();
|
||||
void mc_config_carveout_finalize();
|
||||
void mc_enable_ahb_redirect();
|
||||
void mc_disable_ahb_redirect();
|
||||
void mc_enable();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue