bsps

来自「MIPS处理器的bootloader,龙芯就是用的修改过的PMON2」· 代码 · 共 25 行

TXT
25
字号
	Board Support Packages	Board Support PackagesThis package provides several example Board Support Packages (BSPs). EachBSP consists of a Driver and a Kernel. The Driver is downloaded to theSerialICE Controller, whereas the Kernel is "blown" into ROMand plugged into the Target.The Driver is specific to a processor but not to a board. The Kernel isspecific to a board (and therefore a processor). For example the moduled4001.c is a driver for the 4001 processor. It contains informationabout what registers are present on the processor. Whereas the modulek4001.s is a kernel for the BDMR400x evaluation board, and because ofthe similarities it is possible to use this kernel on a BDMR400x fittedwith a 4001, 4002, or 4003 (although you might need to providesoftware multiple/divide emulation if your board is equipped with a4002, or 4003).MAKE FILESThe following files are used to control the build of this directory.   

⌨️ 快捷键说明

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