mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
SDK3346でビルドできるよう対応中。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@436 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
225ce4e1b2
commit
5931623d6f
@ -24,7 +24,7 @@ SPACE ?= $(EMPTY) $(EMPTY)
|
|||||||
ifndef TWL_KEYSDIR
|
ifndef TWL_KEYSDIR
|
||||||
DUMMY_KEYS_SUFFIX = .dummykey
|
DUMMY_KEYS_SUFFIX = .dummykey
|
||||||
endif
|
endif
|
||||||
TWL_KEYSDIR ?= $(FIRM_ROOT)/keys/firm/dummy
|
TWL_KEYSDIR ?= $(FIRM_ROOT)/keys/rsa/dummy
|
||||||
|
|
||||||
TARGET_BIN ?= $(subst .,$(DUMMY_KEYS_SUFFIX).,$(TARGET_FIRM_BIN))
|
TARGET_BIN ?= $(subst .,$(DUMMY_KEYS_SUFFIX).,$(TARGET_FIRM_BIN))
|
||||||
|
|
||||||
|
|||||||
@ -23,6 +23,8 @@ NITRO_NO_STD_PCHDR = TRUE #
|
|||||||
EMPTY ?=
|
EMPTY ?=
|
||||||
SPACE ?= $(EMPTY) $(EMPTY)
|
SPACE ?= $(EMPTY) $(EMPTY)
|
||||||
|
|
||||||
|
TWL_KEYSDIR ?= $(SYSMENU_ROOT)/keys/rsa/dummy
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# TWL-SYSTEM-MENU path settings
|
# TWL-SYSTEM-MENU path settings
|
||||||
#
|
#
|
||||||
|
|||||||
@ -104,11 +104,6 @@ Property
|
|||||||
#
|
#
|
||||||
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
||||||
|
|
||||||
#
|
|
||||||
# Certification FILE:
|
|
||||||
#
|
|
||||||
Certificate $(TWLSDK_ROOT)/include/twl/specfiles/default_sgn.sbin
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digest parameters:
|
# Digest parameters:
|
||||||
#
|
#
|
||||||
|
|||||||
@ -104,11 +104,6 @@ Property
|
|||||||
#
|
#
|
||||||
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
||||||
|
|
||||||
#
|
|
||||||
# Certification FILE:
|
|
||||||
#
|
|
||||||
Certificate $(TWLSDK_ROOT)/include/twl/specfiles/default_sgn.sbin
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digest parameters:
|
# Digest parameters:
|
||||||
#
|
#
|
||||||
|
|||||||
@ -26,6 +26,8 @@ SUBDIRS = \
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
#FIRM_BUILD = TRUE
|
||||||
|
|
||||||
TARGET_FIRM = SYSTEMMENU
|
TARGET_FIRM = SYSTEMMENU
|
||||||
TARGET_PLATFORM = TWL
|
TARGET_PLATFORM = TWL
|
||||||
TWL_ARCHGEN = LIMITED
|
TWL_ARCHGEN = LIMITED
|
||||||
@ -61,6 +63,12 @@ ADDRESS_DTCM = 0x0e000000
|
|||||||
DEFAULT_COMP_ARM7 = hyena
|
DEFAULT_COMP_ARM7 = hyena
|
||||||
|
|
||||||
MAKEROM_FLAGS += -F -DTITLEID_LO='$(TITLEID_LO)'
|
MAKEROM_FLAGS += -F -DTITLEID_LO='$(TITLEID_LO)'
|
||||||
|
ifdef FIRM_BUILD
|
||||||
|
MAKEROM_FLAGS += -f \
|
||||||
|
-DFIRM_PRIV_KEY=$(TWL_KEYSDIR)/rsa/private9_0.der \
|
||||||
|
-DFIRM_PUB_KEY=$(TWL_KEYSDIR)/rsa/public9_0.der
|
||||||
|
endif
|
||||||
|
|
||||||
MAKETAD_FLAGS += -s
|
MAKETAD_FLAGS += -s
|
||||||
|
|
||||||
include $(TWLSDK_ROOT)/add-ins/es/commondefs.es
|
include $(TWLSDK_ROOT)/add-ins/es/commondefs.es
|
||||||
|
|||||||
@ -105,11 +105,6 @@ Property
|
|||||||
#
|
#
|
||||||
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
||||||
|
|
||||||
#
|
|
||||||
# Certification FILE:
|
|
||||||
#
|
|
||||||
Certificate $(TWLSDK_ROOT)/include/twl/specfiles/default_sgn.sbin
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digest parameters:
|
# Digest parameters:
|
||||||
#
|
#
|
||||||
|
|||||||
@ -104,11 +104,6 @@ Property
|
|||||||
#
|
#
|
||||||
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
||||||
|
|
||||||
#
|
|
||||||
# Certification FILE:
|
|
||||||
#
|
|
||||||
Certificate $(TWLSDK_ROOT)/include/twl/specfiles/default_sgn.sbin
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digest parameters:
|
# Digest parameters:
|
||||||
#
|
#
|
||||||
|
|||||||
@ -104,11 +104,6 @@ Property
|
|||||||
#
|
#
|
||||||
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
||||||
|
|
||||||
#
|
|
||||||
# Certification FILE:
|
|
||||||
#
|
|
||||||
Certificate $(TWLSDK_ROOT)/include/twl/specfiles/default_sgn.sbin
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digest parameters:
|
# Digest parameters:
|
||||||
#
|
#
|
||||||
|
|||||||
@ -106,12 +106,6 @@ Property
|
|||||||
#
|
#
|
||||||
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
||||||
|
|
||||||
#
|
|
||||||
# Certification FILE:
|
|
||||||
#
|
|
||||||
Certificate $(TWLSDK_ROOT)/include/twl/specfiles/default_sgn.sbin
|
|
||||||
#Certificate ./my_sgn.sbin
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digest parameters:
|
# Digest parameters:
|
||||||
#
|
#
|
||||||
|
|||||||
@ -106,12 +106,6 @@ Property
|
|||||||
#
|
#
|
||||||
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
||||||
|
|
||||||
#
|
|
||||||
# Certification FILE:
|
|
||||||
#
|
|
||||||
Certificate $(TWLSDK_ROOT)/include/twl/specfiles/default_sgn.sbin
|
|
||||||
#Certificate ./my_sgn.sbin
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digest parameters:
|
# Digest parameters:
|
||||||
#
|
#
|
||||||
|
|||||||
@ -106,12 +106,6 @@ Property
|
|||||||
#
|
#
|
||||||
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
||||||
|
|
||||||
#
|
|
||||||
# Certification FILE:
|
|
||||||
#
|
|
||||||
Certificate $(TWLSDK_ROOT)/include/twl/specfiles/default_sgn.sbin
|
|
||||||
#Certificate ./my_sgn.sbin
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digest parameters:
|
# Digest parameters:
|
||||||
#
|
#
|
||||||
|
|||||||
@ -105,11 +105,6 @@ Property
|
|||||||
#
|
#
|
||||||
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
||||||
|
|
||||||
#
|
|
||||||
# Certification FILE:
|
|
||||||
#
|
|
||||||
Certificate $(TWLSDK_ROOT)/include/twl/specfiles/default_sgn.sbin
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digest parameters:
|
# Digest parameters:
|
||||||
#
|
#
|
||||||
|
|||||||
@ -104,11 +104,6 @@ Property
|
|||||||
#
|
#
|
||||||
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
||||||
|
|
||||||
#
|
|
||||||
# Certification FILE:
|
|
||||||
#
|
|
||||||
Certificate $(TWLSDK_ROOT)/include/twl/specfiles/default_sgn.sbin
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digest parameters:
|
# Digest parameters:
|
||||||
#
|
#
|
||||||
|
|||||||
@ -105,11 +105,6 @@ Property
|
|||||||
#
|
#
|
||||||
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
BannerTWLFile $(TWLSDK_ROOT)/include/twl/specfiles/default.bnr
|
||||||
|
|
||||||
#
|
|
||||||
# Certification FILE:
|
|
||||||
#
|
|
||||||
Certificate $(TWLSDK_ROOT)/include/twl/specfiles/default_sgn.sbin
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digest parameters:
|
# Digest parameters:
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user