Introduce memory_map.h

This commit is contained in:
TuxSH 2018-02-24 17:13:42 +01:00
parent ed5850ebbf
commit cc4f6f7f84
11 changed files with 329 additions and 106 deletions

View file

@ -6,7 +6,7 @@
#include "lock.h"
#include "masterkey.h"
#include "mc.h"
#include "mmu.h"
#include "memory_map.h"
#include "pmc.h"
#include "randomcache.h"
#include "sealedkeys.h"
@ -514,4 +514,4 @@ uint32_t smc_configure_carveout(smc_args_t *args) {
configure_kernel_carveout(carveout_id + 4, address, size);
configured_carveouts[carveout_id] = true;
return 0;
}
}