mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 05:08:45 +00:00
[feat][ef_ctrl] add ef_ctrl lhal driver
This commit is contained in:
parent
3c19b600a0
commit
f13440fc48
42 changed files with 2539 additions and 863 deletions
|
@ -75,8 +75,6 @@ int RV_Sv39_Create_PageMapping(Sv39_PTE_cfg_t *cfg, uintptr_t *tlb_index, volati
|
|||
volatile uint64_t *ttb1 = NULL;
|
||||
volatile uint64_t *ttb2 = NULL;
|
||||
|
||||
/* TODO: check parameters */
|
||||
|
||||
if (Sv39_PTE_LOC_JTLB == cfg->where) {
|
||||
t0 = cfg->va;
|
||||
smeh = ((t0 >> 12) << SMEH_VPN_OFFSET) | cfg->size | cfg->asid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue