・システムメニューバージョンの中韓対応

システムメニューバージョンを1.4に変更。
 開発実機用のバージョン文字列を"1.4*_dev"に変更。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2788 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yosiokat 2009-04-03 11:02:39 +00:00
parent 1420c554bd
commit 3f92ecade6
26 changed files with 178 additions and 17 deletions

View File

@ -25,7 +25,7 @@
override TARGET_PLATFORM := TWL
SUBMAKES = Makefile.A Makefile.J Makefile.E Makefile.P Makefile.U
SUBMAKES = Makefile.A Makefile.J Makefile.E Makefile.P Makefile.U Makefile.C Makefile.K
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs

View File

@ -0,0 +1,40 @@
#! make -f
#----------------------------------------------------------------------------
# Project: TwlIPL
# File: Makefile -
#
# Copyright 2007 Nintendo. All rights reserved.
#
# These coded instructions, statements, and computer programs contain
# proprietary information of Nintendo of America Inc. and/or Nintendo
# Company Ltd., and are protected by Federal copyright law. They may
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Date::
# $Rev:
# $Author:
#----------------------------------------------------------------------------
override TARGET_PLATFORM := TWL
TARGET_FIRM = SYSTEMMENU
TWL_NANDAPP = TRUE
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
include ./commondefs.sysmenuVersion
include ./commondefs.sysmenuVersion.local
#---------------------------------------------------------
# リージョン固有パラメータ
include ./defs.sysmenuVersion.C
do-build : $(TARGET_BIN)
#----------------------------------------------------------------------------
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
include ./modulerules.sysmenuVersion
#===== End of Makefile =====

View File

@ -0,0 +1,40 @@
#! make -f
#----------------------------------------------------------------------------
# Project: TwlIPL
# File: Makefile -
#
# Copyright 2007 Nintendo. All rights reserved.
#
# These coded instructions, statements, and computer programs contain
# proprietary information of Nintendo of America Inc. and/or Nintendo
# Company Ltd., and are protected by Federal copyright law. They may
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Date::
# $Rev:
# $Author:
#----------------------------------------------------------------------------
override TARGET_PLATFORM := TWL
TARGET_FIRM = SYSTEMMENU
TWL_NANDAPP = TRUE
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
include ./commondefs.sysmenuVersion
include ./commondefs.sysmenuVersion.local
#---------------------------------------------------------
# リージョン固有パラメータ
include ./defs.sysmenuVersion.K
do-build : $(TARGET_BIN)
#----------------------------------------------------------------------------
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
include ./modulerules.sysmenuVersion
#===== End of Makefile =====

View File

@ -29,7 +29,10 @@ NUP_HOSTNAME = nus.t.shop.nintendowifi.net:443
EULA_URL = https://cfh.t.app.nintendowifi.net/eula/
# バージョン文字列
STR_VERSION = $(SYSMENU_VERSION_MAJOR).$(SYSMENU_VERSION_MINOR)$(SYSMENU_VERSION_STRING_REGION)
ifndef FIRM_USE_PRODUCT_KEYS
DEV_STRING = _dev
endif
STR_VERSION = $(SYSMENU_VERSION_MAJOR).$(SYSMENU_VERSION_MINOR)$(SYSMENU_VERSION_STRING_REGION)$(DEV_STRING)
#---------------------------------------------------------
# 外部使用変数

View File

@ -21,10 +21,10 @@
SYSMENU_VERSION_REGION = A
SYSMENU_VERSION_STRING_REGION = ALL
SYSMENU_VERSION_TIMESTAMP = 08112700
SYSMENU_VERSION_TIMESTAMP = 09040300
SYSMENU_VERSION_MAJOR = 1
SYSMENU_VERSION_MINOR = 2
SYSMENU_VERSION_TAD_VERSION = 2
SYSMENU_VERSION_MINOR = 4
SYSMENU_VERSION_TAD_VERSION = 4
do-build : $(TARGET_BIN)

View File

@ -0,0 +1,30 @@
#! make -f
#----------------------------------------------------------------------------
# Project: TwlIPL
# File: commondefs.systemmenuVersion.A -
#
# Copyright 2007 Nintendo. All rights reserved.
#
# These coded instructions, statements, and computer programs contain
# proprietary information of Nintendo of America Inc. and/or Nintendo
# Company Ltd., and are protected by Federal copyright law. They may
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Date::
# $Rev:
# $Author:
#----------------------------------------------------------------------------
#---------------------------------------------------------
# リージョン固有パラメータ
SYSMENU_VERSION_REGION = C
SYSMENU_VERSION_STRING_REGION = C
SYSMENU_VERSION_TIMESTAMP = 09040300
SYSMENU_VERSION_MAJOR = 1
SYSMENU_VERSION_MINOR = 4
SYSMENU_VERSION_TAD_VERSION = 4
do-build : $(TARGET_BIN)

View File

@ -21,10 +21,10 @@
SYSMENU_VERSION_REGION = E
SYSMENU_VERSION_STRING_REGION = U
SYSMENU_VERSION_TIMESTAMP = 08112700
SYSMENU_VERSION_TIMESTAMP = 09040300
SYSMENU_VERSION_MAJOR = 1
SYSMENU_VERSION_MINOR = 2
SYSMENU_VERSION_TAD_VERSION = 2
SYSMENU_VERSION_MINOR = 4
SYSMENU_VERSION_TAD_VERSION = 4
do-build : $(TARGET_BIN)

View File

@ -21,10 +21,10 @@
SYSMENU_VERSION_REGION = J
SYSMENU_VERSION_STRING_REGION = J
SYSMENU_VERSION_TIMESTAMP = 08112700
SYSMENU_VERSION_TIMESTAMP = 09040300
SYSMENU_VERSION_MAJOR = 1
SYSMENU_VERSION_MINOR = 2
SYSMENU_VERSION_TAD_VERSION = 2
SYSMENU_VERSION_MINOR = 4
SYSMENU_VERSION_TAD_VERSION = 4
do-build : $(TARGET_BIN)

View File

@ -0,0 +1,30 @@
#! make -f
#----------------------------------------------------------------------------
# Project: TwlIPL
# File: commondefs.systemmenuVersion.A -
#
# Copyright 2007 Nintendo. All rights reserved.
#
# These coded instructions, statements, and computer programs contain
# proprietary information of Nintendo of America Inc. and/or Nintendo
# Company Ltd., and are protected by Federal copyright law. They may
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Date::
# $Rev:
# $Author:
#----------------------------------------------------------------------------
#---------------------------------------------------------
# リージョン固有パラメータ
SYSMENU_VERSION_REGION = K
SYSMENU_VERSION_STRING_REGION = K
SYSMENU_VERSION_TIMESTAMP = 09040300
SYSMENU_VERSION_MAJOR = 1
SYSMENU_VERSION_MINOR = 4
SYSMENU_VERSION_TAD_VERSION = 4
do-build : $(TARGET_BIN)

View File

@ -21,10 +21,10 @@
SYSMENU_VERSION_REGION = P
SYSMENU_VERSION_STRING_REGION = E
SYSMENU_VERSION_TIMESTAMP = 08112700
SYSMENU_VERSION_TIMESTAMP = 09040300
SYSMENU_VERSION_MAJOR = 1
SYSMENU_VERSION_MINOR = 2
SYSMENU_VERSION_TAD_VERSION = 2
SYSMENU_VERSION_MINOR = 4
SYSMENU_VERSION_TAD_VERSION = 4
do-build : $(TARGET_BIN)

View File

@ -21,10 +21,10 @@
SYSMENU_VERSION_REGION = U
SYSMENU_VERSION_STRING_REGION = A
SYSMENU_VERSION_TIMESTAMP = 08112700
SYSMENU_VERSION_TIMESTAMP = 09040300
SYSMENU_VERSION_MAJOR = 1
SYSMENU_VERSION_MINOR = 2
SYSMENU_VERSION_TAD_VERSION = 2
SYSMENU_VERSION_MINOR = 4
SYSMENU_VERSION_TAD_VERSION = 4
do-build : $(TARGET_BIN)

View File

@ -11,3 +11,21 @@ HNAJ 1 1.1 08091200
HNAE 1 1.1 08091200
HNAP 1 1.1 08091200
HNAU 1 1.1 08091200
HNAJ 2 1.2 08112700
HNAE 2 1.2 08112700
HNAP 2 1.2 08112700
HNAU 2 1.2 08112700
HNAJ 3 1.3 08112800
HNAE 3 1.3 08112800
HNAP 3 1.3 08112800
HNAU 3 1.3 08112800
HNAJ 4 1.4 09040300
HNAE 4 1.4 09040300
HNAP 4 1.4 09040300
HNAU 4 1.4 09040300
HNAC 4 1.4 09040300
HNAK 4 1.4 09040300