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

📄 readme

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻
字号:
## $Id: README,v 1.1.8.1 2003/06/13 17:40:41 joel Exp $#The code in this directory has been taken WITH PERMISSION from Gabriel Paubert, paubert@iram.es. The main reason for havinga separate bootloader for PreP compliant firmware is that the initial code is relocated by firmware at an unknow address (actually  0x5000 on motorola MCP750) and that as Gabriel I think having a relocatable bootloder code is a must.So the way of building a binary executable that can be booted viahard disk or network boot goes like this :	- make a RTEMS executable,	- put is as data section in the bootloder binary,	- relink the loader (see make-exe macros for details),I would like to thank Gabriel for his support and his code.The original code can be found in form of a patch to official linux kernel at (I insist not vger ppc kernel or Imac ppc kernels!!) :<ftp://vlab1.iram.es/pub/linux-2.2/> After applying the patch, the code is located in a new directory called prepboot.(NB : note use ftp not netscape...)Note that the actual code differs a lot since Gabriel choose to usea CHRP compliant mapping instead of a Prep Mapping to saveBATs. I had no time to upgrade the code to its new one allthoughI agree it should be done...I have also splitted the original code to have a more modulardesign enabling to reuse code between the loader and RTEMSinitialization (e.g printk, ...).Eric Valette (valette@crf.canon.fr)**************************************************2003/5/7, Greg Menke, gregory.menke@gsfc.nasa.govReworked the pci bus 0 initialization a little and added support forconfiguring an arbitrary number of other busses & their respectivebridges.  Also added support for configuring IO ranges below 0x10000,which I think is reasonable given this is a PowerPC bsp.

⌨️ 快捷键说明

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