summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/init.t (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill2017-01-111-413/+0
| | | | closes #2812.
* bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber2015-12-101-18/+4
| | | | | | Use the bsp_predriver_hook() instead. Update #2408.
* bsps: Call bsp_work_area_initialize() earlySebastian Huber2015-12-101-22/+27
| | | | | | | | Call bsp_work_area_initialize() before bsp_start(). This allows bsp_start() to use malloc() etc. which is beneficial for systems with a plug-and-play hardware enumeration. Update #2408.
* doc: Remove reference to debug maskSebastian Huber2015-12-071-3/+0
| | | | Update #2477.
* score: rtems_initialize_start_multitasking()Sebastian Huber2012-12-071-23/+19
| | | | | | | | | Do not return from rtems_initialize_start_multitasking() and call rtems_fatal() instead with a fatal source of RTEMS_FATAL_SOURCE_EXIT and a fatal code with the exit status. Remove all bsp_cleanup() functions. The boot_card() is now a no return function.
* score: Work area initialization API changeSebastian Huber2012-10-251-40/+18
| | | | | | | | | | | | The work areas (RTEMS work space and C program heap) will be initialized now in a separate step and are no longer part of rtems_initialize_data_structures(). Initialization is performed with tables of Heap_Area entries. This allows usage of scattered memory areas present on various small scale micro-controllers. The sbrk() support API changes also. The bsp_sbrk_init() must now deal with a minimum size for the first memory chunk to take the configured work space size into account.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-3/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-131-1/+1
| | | | | | PR 1824/cpukit * bsp_howto/init.t, bsp_howto/support.t, user/init.t: Return exit/shutdown status back to boot_card().
* 2008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-221-3/+1
| | | | * bsp_howto/init.t: Eliminate empty section.
* 2008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-221-118/+52
| | | | * bsp_howto/init.t: Complete update.
* 2008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-221-59/+161
| | | | | | | * bsp_howto/Makefile.am, bsp_howto/init.t, bsp_howto/intro.t, bsp_howto/makefiles.t, bsp_howto/support.t: Update initialization sequence. Add another figure. * bsp_howto/BSPInitFlowchart-49.eps, bsp_howto/BSPInitFlowchart-49.png: New files.
* 2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-111-27/+17
| | | | | | * bsp_howto/clock.t, bsp_howto/init.t: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
* 2001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-171-1/+1
| | | | | | | * SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
* Changed copyright date to 1999.Joel Sherrill1999-11-161-1/+1
|
* Incorporated Jeff's suggestions.Joel Sherrill1998-12-171-4/+11
|
* Applied updates from remote work while doing class.Joel Sherrill1998-11-191-123/+182
|
* Corrections from Jennifer and Jeff plus additions to the initializationJoel Sherrill1998-10-211-30/+215
| | | | chapter.
* Redid sections to have right depth.Joel Sherrill1998-10-151-24/+28
|
* Changed section numbers.Joel Sherrill1998-10-121-11/+11
|
* Added CVS Ids.Joel Sherrill1998-08-281-0/+8
|
* Added top level file and cleaned up chapter namesJoel Sherrill1998-08-281-1/+1
|
* Base filesJoel Sherrill1998-08-281-0/+167