⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 一个很好的嵌入式linux平台下的bootloader
💻
字号:
CFG_LITTLE ?= 0CFG_RELOC ?= 1CFG_UNCACHED ?= 0CFG_VAPI ?= 0CFG_BOOTRAM ?= 0CFG_BOARDNAME = "SIM_SWARM"CFG_PCI = 1CFG_LDT_REV_017 = 1CFG_RAMAPP = 0ifeq ($(strip ${CFG_RELOC}),STATIC)  CFG_TEXT_START = 0x81000000endifCFG_ZLIB = 0CFG_ZIPPED_CFE = 0TOP = ../../../cfeARCH = mipsCPU = sb1250CHIPSET = sibyteBOARD = swarminclude ${TOP}/main/cfe.mkCFLAGS += -DSIBYTE_HDR_FEATURES="(SIBYTE_HDR_FMASK_1250_ALL|SIBYTE_HDR_FMASK_112x_ALL)"BSPOBJS = swarm_init.o swarm_devs.o diag_null.oZSOBJS += swarm_init.oifeq ($(strip ${CFG_PCI}),1)  BSPOBJS += swarm_pci.oendif## These settings speed up the DRAM init shortening the delays and# by not doing too much of it.  This helps boot time in the sim.# It also adjusts timers and other hardware stuff for running# in the functional simulator (mostly changes CPU speed to # 500Khz).  Remove this before using on real hardware.##CFLAGS +=  -D_UNICPU_ CFLAGS += -D_FASTEMUL_ -D_FUNCSIM_ALL : cfe cfe.flash	echo doneinclude ${TOP}/main/cfe_link.mk

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -