BSP and Device Driver Development Guide
The bsp_postdriver_hook()
BSP specific routine is invoked
immediately after the the device drivers and MPCI are initialized.
Interrupts and tasking are disabled.
Most BSPs use the shared implementation of this routine which is responsible for opening the device /dev/console
for standard input, output and error if the application has configured the Console Device Driver. This file is located at:
c/src/lib/libbsp/shared/bsppost.c
BSP and Device Driver Development Guide
Copyright © 1988-2008 OAR Corporation