zephyr/include
Dirk Brandewie a88cd0fc34 init: Split pure_init into pure_init_{early,late} levels
Split the pure init level into two phases this allows for easier
migration of the nano kernel init process without resorting to naming
or link order to force the ordering of functions at pure init
time. The need for change was discovered while moving the system
timers to be initialized by the init system.  The base timer driver
(eg. HPET) must be initialised prior to the system clock being enabled
both of which need to happen before nano-kernel init.

Change-Id: I7a2994965e48a891a78268080113ac8fccceb261
Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
2016-02-05 20:14:37 -05:00
..
arch doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
bluetooth Bluetooth: Add BT_ASSERT() helper macro 2016-02-05 20:14:36 -05:00
drivers Update _sys_clock_driver_init() interface 2016-02-05 20:14:37 -05:00
microkernel doxygen: mutex: update in-code documentation 2016-02-05 20:14:37 -05:00
misc doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
net net: Change the remaining doxygen comments to javadoc style 2016-02-05 20:14:35 -05:00
toolchain Remove obsolete SYS_PREKERNEL_INIT() macro 2016-02-05 20:14:37 -05:00
atomic.h doxygen: javadoc style 2016-02-05 20:14:32 -05:00
device.h Remove trailing characters from macro defintion 2016-02-05 20:14:37 -05:00
gpio.h doxygen: javadoc style 2016-02-05 20:14:32 -05:00
i2c.h doxygen: javadoc style 2016-02-05 20:14:32 -05:00
init.h init: Split pure_init into pure_init_{early,late} levels 2016-02-05 20:14:37 -05:00
kernel_version.h version: Update version handling and code 2016-02-05 20:14:27 -05:00
linker-defs.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
linker-tool-gcc.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
linker-tool.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
microkernel.h Rename microkernel/sema.h to semaphore.h 2016-02-05 20:14:25 -05:00
nanokernel.h Remove obsolete SYS_PREKERNEL_INIT() macro 2016-02-05 20:14:37 -05:00
section_tags.h Rename VXMICRO_ARCH_arc -> CONFIG_ARC 2016-02-05 20:14:16 -05:00
sections.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
spi.h spi: Add the generic driver API header for SPI controllers 2016-02-05 20:14:36 -05:00
sw_isr_table.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
sys_clock.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
toolchain.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00