📄 makefile
字号:
# Makefile - makefile for bsp/config/ads8260## Copyright 1984-2002 Wind River Systems, Inc.## modification history# --------------------# 01u,14nov01,dat RELEASE update# 01t,13nov01,jrs Increased RAM_HIGH_ADRS location to 0xd00000.# 01s,30oct01,tpw Standardize kernel links and bootrom conversions.# 01r,20oct01,yvp Changed CPU type to PPC603# 01q,25sep01,dat Update for T2.2# 01p,28mar01,pch Set HEX_FLAGS to empty for new GNU objcopyppc# 01o,21apr00,stv added RELEASE, ROM_LINK_ADRS and updated HEX_FLAGS # 01n,14mar00,ms_ add support for PILOT revision of board# 01m,22sep99,ms_ remove empty definition of RELEASE# 01l,17sep99,ms_ remove MACH_EXTRA, HEX_FLAGS, RELEASE# 01k,29jul99,ms_ release target to include bootrom_uncmp instead of bootrom# 01j,28jul99,ms_ add bootrom.bin to release target and add instructions for# making bootrom.bin# 01i,27jul99,ms_ remove "RELEASE" line to return to default release# 01h,01jul99,ms_ fix HEX_FLAGS; should be simply a 0# 01g,20may99,cn fixed ROM_TEXT_ADRS and HEX_FLAGS# 01f,16apr99,ms_ move RELEASE target down further# 01e,16apr99,ms_ oops - remove RELEASE target "man"# 01d,16apr99,ms_ explicitly state RELEASE target as no bootrom is made# 01c,16apr99,ms_ clean up for EAR# 01b,14apr99,cn added support for motFccEnd# 01a,07jan99,ms_ adapted from bsp/ads860/Makefile ## DESCRIPTION# This file contains rules for building VxWorks for the# Motorola Voyager Application Development Support Board with a PowerPC 8260## INCLUDES# makeTarget#*/CPU = PPC603TOOL = gnuTGT_DIR = $(WIND_BASE)/targetinclude $(TGT_DIR)/h/make/defs.bsp#include $(TGT_DIR)/h/make/make.$(CPU)$(TOOL)#include $(TGT_DIR)/h/make/defs.$(WIND_HOST_TYPE)## Only redefine make definitions below this point, or your definitions will## be overwritten by the makefile stubs above.TARGET_DIR = ads8260VENDOR = MotorolaBOARD = MPC8260 ADSRELEASE += bootrom_uncmp.hex## The constants ROM_TEXT_ADRS, ROM_SIZE, and RAM_HIGH_ADRS are defined## in config.h and Makefile. All definitions for these constants must be## identical.ROM_TEXT_ADRS = fff00100 # ROM entry addressROM_SIZE = 00100000 # number of bytes of ROM spaceROM_WARM_ADRS = fff00108 # ROM warm entry address ROM_LINK_ADRS = fff00000RAM_LOW_ADRS = 00010000 # RAM text/data addressRAM_HIGH_ADRS = 00d00000 # RAM text/data addressMACH_EXTRA = ## Only redefine make definitions above this point, or the expansion of ## makefile target dependencies may be incorrect.include $(TGT_DIR)/h/make/rules.bsp#include $(TGT_DIR)/h/make/rules.$(WIND_HOST_TYPE)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -