summaryrefslogtreecommitdiffstats
path: root/doc/bsp_howto/init.t (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-12-07score: rtems_initialize_start_multitasking()Sebastian Huber1-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.
2012-10-25score: Work area initialization API changeSebastian Huber1-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.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-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-132011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-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-222008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+1
* bsp_howto/init.t: Eliminate empty section.
2008-08-222008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-118/+52
* bsp_howto/init.t: Complete update.
2008-08-222008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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-112007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-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.
2002-01-172001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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.
1999-11-16Changed copyright date to 1999.Joel Sherrill1-1/+1
1998-12-17Incorporated Jeff's suggestions.Joel Sherrill1-4/+11
1998-11-19Applied updates from remote work while doing class.Joel Sherrill1-123/+182
1998-10-21Corrections from Jennifer and Jeff plus additions to the initializationJoel Sherrill1-30/+215
chapter.
1998-10-15Redid sections to have right depth.Joel Sherrill1-24/+28
1998-10-12Changed section numbers.Joel Sherrill1-11/+11
1998-08-28Added CVS Ids.Joel Sherrill1-0/+8
1998-08-28Added top level file and cleaned up chapter namesJoel Sherrill1-1/+1
1998-08-28Base filesJoel Sherrill1-0/+167