mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
RelocateCheckerのビルド通らなくなっていたので修正 git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@566 b08762b0-b915-fc4b-9d8c-17b2551a87ff
151 lines
5.8 KiB
Plaintext
151 lines
5.8 KiB
Plaintext
#----------------------------------------------------------------------------
|
|
# Project: TwlIPL
|
|
# File: hyena.lsf
|
|
#
|
|
# Copyright 2007 Nintendo. All rights reserved.
|
|
#
|
|
# These coded insructions, 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:: 2007-11-26#$
|
|
# $Rev: 258 $
|
|
# $Author: yosiokat $
|
|
#----------------------------------------------------------------------------
|
|
#
|
|
# Nitro LCF SPEC FILE
|
|
#
|
|
#--------
|
|
Static $(TARGET_NAME)
|
|
{
|
|
Address $(ADDRESS_FLXMAIN)
|
|
Object ../flabObj/ARM7FLX.fob
|
|
Library $(CRT0_O) \
|
|
libmi_sp$(LIBSUFFIX).a \
|
|
libsyscall_sp.twl.a
|
|
StackSize 1024 1024
|
|
}
|
|
|
|
#--------
|
|
Autoload WRAM
|
|
{
|
|
Address $(ADDRESS_LTDWRAM)
|
|
|
|
Library libsubpsyscall.a \
|
|
$(CW_LIBS) \
|
|
libos_sp$(LIBSUFFIX).a \
|
|
libpad_sp$(LIBSUFFIX).a \
|
|
libpxi_sp$(LIBSUFFIX).a \
|
|
libstd_sp$(LIBSUFFIX).a \
|
|
libexi_sp$(LIBSUFFIX).a \
|
|
libsnd_sp$(LIBSUFFIX).a \
|
|
libspi_sp$(LIBSUFFIX).a \
|
|
libpm_sp$(LIBSUFFIX).a \
|
|
libmath_sp$(LIBSUFFIX).a \
|
|
libscfg_sp$(LIBSUFFIX).a \
|
|
libtp_sp$(LIBSUFFIX).a \
|
|
libmic_sp$(LIBSUFFIX).a \
|
|
libfs_sp$(LIBSUFFIX).a \
|
|
libcard_sp$(LIBSUFFIX).a \
|
|
libi2c_sp$(LIBSUFFIX).a \
|
|
libcamera_sp$(LIBSUFFIX).a \
|
|
libcdc_sp$(LIBSUFFIX).a \
|
|
libsndex_sp$(LIBSUFFIX).a \
|
|
libtpex_sp$(LIBSUFFIX).a \
|
|
libmicex_sp$(LIBSUFFIX).a \
|
|
libmcu_sp$(LIBSUFFIX).a \
|
|
libboot_sp$(LIBSUFFIX).a \
|
|
libreboot_sp$(LIBSUFFIX).a \
|
|
libhotsw_sp$(LIBSUFFIX).a \
|
|
|
|
Library libsdio_sp$(LIBSUFFIX).a
|
|
|
|
Object * (.etable)
|
|
Object * (.wram)
|
|
Object * (.ltdwram)
|
|
Object $(OBJDIR)/main.o
|
|
|
|
#####
|
|
# Sub-routines in WL library , that should be on WRAM.
|
|
# in TaskMan.o
|
|
Object OBJECT( MainTaskRoutine , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( AddTask , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( DeleteTask , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( LowestIdleTask , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( ExecuteMessage , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
# in BufMan.o
|
|
Object OBJECT( NewHeapBuf , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( DeleteHeapBuf , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( AllocateHeapBuf , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( ReleaseHeapBuf , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( MoveHeapBuf , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( AddHeapBuf , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( GetHeapBufNextAdrs , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
# in WlCmdIf.o
|
|
Object OBJECT( RequestCmdTask , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( SendMessageToWmDirect , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
# in WlNic.o
|
|
Object OBJECT( WStart , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WStop , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WSetStaState , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
# in WlIntr.o
|
|
Object OBJECT( WlIntr , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WlIntrPreTbtt , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WlIntrTbtt , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WlIntrActEnd , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
# Object OBJECT( WlIntrAckCntOvf , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WlIntrCntOvf , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WlIntrTxErr , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WlIntrRxCntup , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WlIntrTxEnd , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WlIntrRxEnd , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WlIntrMpEnd , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WlIntrStartTx , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WlIntrStartRx , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( SetParentTbttTxq , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( MacBugTxMp , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( AdjustRingPointer , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( CheckKeyTxEnd , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
# in WlIntrTask.o
|
|
Object OBJECT( WlIntrTxBeaconTask , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WlIntrTxEndTask , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WlIntrRxEndTask , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WlIntrMpEndTask , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( SetParentTbttTxqTask , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( TakeoutRxFrame , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
# in TxCtrl.o
|
|
Object OBJECT( InitTxCtrl , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
# in RxCtrl.o
|
|
Object OBJECT( InitRxCtrl , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
# in WaitLoop.o
|
|
Object OBJECT( WaitLoop_Rxpe , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WaitLoop_Waitus , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WaitLoop_ClrAid , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WaitLoop_BbpAccess , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
Object OBJECT( WaitLoop_RfAccess , libwl_sp$(LIBSUFFIX).a ) (.text)
|
|
|
|
}
|
|
|
|
#--------
|
|
Ltdautoload LTDMAIN
|
|
{
|
|
# After $(TARGET_NAME)
|
|
Address 0x02d00000
|
|
|
|
Object * (.ltdmain)
|
|
Object ../flabObj/ARM7LTD.fob
|
|
Library libnvram_sp$(LIBSUFFIX).a
|
|
Library librtc_sp$(LIBSUFFIX).a
|
|
Library libwm_sp$(LIBSUFFIX).a \
|
|
libnwm_sp$(LIBSUFFIX).a \
|
|
libwvr_sp$(LIBSUFFIX).a \
|
|
libwl_sp$(LIBSUFFIX).a \
|
|
|
|
Library libfatfs_sp$(LIBSUFFIX).a \
|
|
$(USE_CRYPTO_LIBS)
|
|
Library $(ISDBG_LIBS_TWL)
|
|
Library $(ISDBG_LIBS_NITRO)
|
|
}
|