summaryrefslogtreecommitdiffstats
path: root/doc/user/init.t (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-12-07score: rtems_initialize_start_multitasking()Sebastian Huber1-10/+12
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-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-2/+3
PR 1824/cpukit * bsp_howto/init.t, bsp_howto/support.t, user/init.t: Return exit/shutdown status back to boot_card().
2008-12-152008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+1
* user/init.t: Eliminate pointers to API configuration tables in the main configuration table. Reference the main configuration table and the API configuration tables directly using the confdefs.h version rather than obtaining a pointer to it. This eliminated some variables, a potential fatal error, some unnecessary default configuration structures. Overall, about a 4.5% reduction in the code size for minimum and hello on the SPARC.
2008-11-072008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
PR 1334/doc * user/Makefile.am, user/concepts.t, user/init.t, user/overview.t, user/part.t, user/task.t: Correct typos and correctly document 4 parts of 32-bit object id. * user/ObjectId-32Bits.eps, user/ObjectId-32Bits.png: New files.
2008-06-022008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-92/+196
* user/bsp.t, user/init.t: Rework initialization and BSP chapters to account for changes to initialization framework.
2008-04-162008-04-16 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-3/+3
* user/bsp.t, user/conf.t, user/init.t, user/intr.t, user/overview.t, user/timer.t: Correct default values. Make it clear that confdefs.h calculates the memory required for you.
2007-12-042007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-93/+10
* cpu_supplement/arm.t, cpu_supplement/i386.t, cpu_supplement/m68k.t, cpu_supplement/mips.t, cpu_supplement/powerpc.t, cpu_supplement/sh.t, cpu_supplement/sparc.t, cpu_supplement/tic4x.t, porting/cpuinit.t, user/conf.t, user/init.t: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
2007-11-282007-11-28 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey1-5/+5
* user/barrier.t, user/clock.t, user/concepts.t, user/conf.t, user/datatypes.t, user/dpmem.t, user/fatal.t, user/init.t, user/mp.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Corrected various errors in the documentation.
2007-10-252007-10-25 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey1-14/+5
* user/barrier.t, user/clock.t, user/concepts.t, user/cpuuse.t, user/init.t, user/intr.t, user/io.t, user/mp.t, user/rtmon.t, user/sem.t, user/stackchk.t, user/task.t, user/timer.t: Updated the Ada documentation to reflect the current binding.
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.
2000-05-04Numerous changes based on comments from Stephan Wilms <Stephan.Wilms@CWA.de>Joel Sherrill1-3/+3
including a new section in the Getting Started called "Where to Go From Here", lots of index entries added, and more configuration table information.
1999-11-16Changed copyright date to 1999.Joel Sherrill1-1/+1
1999-10-11Turned on concept and function name indexing.Joel Sherrill1-5/+16
1998-04-02Added "findex" for all directive pages but it turns out that thisJoel Sherrill1-0/+4
blows up both makeinfo and texi2dvi. So I have commented them out.
1998-03-27Nodes, menus, etc are automatically generated nowJoel Sherrill1-78/+3
1998-03-27Completed sweep adding directive and constant prefixes.Joel Sherrill1-28/+51
1998-03-27Conditionally adding RTEMS_ and rtems_ prefixes.Joel Sherrill1-4/+4
1998-02-06Updated copyrightsJoel Sherrill1-1/+1
1997-06-04added CVS Id stringJoel Sherrill1-0/+2
1997-05-30updated to reflect AdaJoel Sherrill1-3/+3
1997-05-29first cut at Ada bindings manualJoel Sherrill1-1/+44
1997-05-27Initial revisionJoel Sherrill1-0/+408