Skip to content

Commit

Permalink
Add Shadow-box to OP-TEE OS
Browse files Browse the repository at this point in the history
Shadow-box trusted application is added to OP-TEE OS.

Signed-off-by: Seunghun Han <[email protected]>
  • Loading branch information
kkamagui committed Apr 12, 2018
1 parent e2998de commit 6a18e9f
Show file tree
Hide file tree
Showing 6 changed files with 1,184 additions and 2 deletions.
3 changes: 3 additions & 0 deletions core/arch/arm/plat-rpi3/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
#include <tee/entry_fast.h>
#include <tee/entry_std.h>

// Physical address of Raspbian OS kernel
register_phys_mem(MEM_AREA_IO_NSEC,
0x80000, 0x956000);
register_phys_mem(MEM_AREA_IO_NSEC,
CONSOLE_UART_BASE, SERIAL8250_UART_REG_SIZE);

Expand Down
Loading

0 comments on commit 6a18e9f

Please sign in to comment.