Skip to content

Commit

Permalink
Add new ref target for linux trusty
Browse files Browse the repository at this point in the history
Add linux_trusty.mk which includes user tasks define and other global
defines for linux trusty.

Signed-off-by: Jingdong Lu <[email protected]>
  • Loading branch information
jingdlu authored and rogerxfeng8 committed Oct 19, 2018
1 parent 899ed8c commit a069ecf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions project/product/linux_trusty.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# compiled from source
TRUSTY_ALL_USER_TASKS += \
keymaster

GLOBAL_DEFINES += PRINT_USE_MMIO=1
GLOBAL_DEFINES += SERIAL_PCI_BUS=0
GLOBAL_DEFINES += SERIAL_PCI_DEV=24
GLOBAL_DEFINES += SERIAL_PCI_FUN=2
GLOBAL_DEFINES += APP_STORAGE_RPMB_BLOCK_COUNT=8192

0 comments on commit a069ecf

Please sign in to comment.