2008-06-01 15:18:51 +02:00
|
|
|
/****************************************************************************
|
2014-09-30 18:44:32 +02:00
|
|
|
* arch/sim/src/up_initialize.c
|
2007-02-18 00:21:28 +01:00
|
|
|
*
|
2014-09-30 20:22:32 +02:00
|
|
|
* Copyright (C) 2007-2009, 2011-2014 Gregory Nutt. All rights reserved.
|
2012-02-11 15:20:40 +01:00
|
|
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
2007-02-18 00:21:28 +01:00
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
*
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in
|
|
|
|
* the documentation and/or other materials provided with the
|
|
|
|
* distribution.
|
2008-06-01 15:18:51 +02:00
|
|
|
* 3. Neither the name NuttX nor the names of its contributors may be
|
2007-02-18 00:21:28 +01:00
|
|
|
* used to endorse or promote products derived from this software
|
|
|
|
* without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
|
|
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
|
|
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
|
|
|
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
|
|
|
|
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
|
|
|
|
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
|
|
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
* POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*
|
2008-06-01 15:18:51 +02:00
|
|
|
****************************************************************************/
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2008-06-01 15:18:51 +02:00
|
|
|
/****************************************************************************
|
2007-02-18 00:21:28 +01:00
|
|
|
* Included Files
|
2008-06-01 15:18:51 +02:00
|
|
|
****************************************************************************/
|
2007-02-18 00:21:28 +01:00
|
|
|
|
|
|
|
#include <nuttx/config.h>
|
2009-12-16 15:52:56 +01:00
|
|
|
|
|
|
|
#include <debug.h>
|
|
|
|
|
2007-02-18 00:21:28 +01:00
|
|
|
#include <nuttx/arch.h>
|
2012-03-21 19:01:07 +01:00
|
|
|
#include <nuttx/fs/fs.h>
|
2014-09-19 18:27:18 +02:00
|
|
|
#include <nuttx/fs/ioctl.h>
|
|
|
|
#include <nuttx/mtd/mtd.h>
|
2014-04-10 17:29:30 +02:00
|
|
|
#include <nuttx/syslog/ramlog.h>
|
2015-02-08 13:53:24 +01:00
|
|
|
#include <nuttx/syslog/syslog_console.h>
|
2009-12-16 15:52:56 +01:00
|
|
|
|
2014-09-30 22:41:23 +02:00
|
|
|
#include "up_internal.h"
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2008-06-01 15:18:51 +02:00
|
|
|
/****************************************************************************
|
2014-09-30 18:44:32 +02:00
|
|
|
* Pre-processor Definitions
|
2008-06-01 15:18:51 +02:00
|
|
|
****************************************************************************/
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2008-06-01 15:18:51 +02:00
|
|
|
/****************************************************************************
|
2007-02-18 00:21:28 +01:00
|
|
|
* Private Data
|
2008-06-01 15:18:51 +02:00
|
|
|
****************************************************************************/
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2008-06-01 15:18:51 +02:00
|
|
|
/****************************************************************************
|
|
|
|
* Private Functions
|
|
|
|
****************************************************************************/
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2014-09-19 18:27:18 +02:00
|
|
|
/****************************************************************************
|
|
|
|
* Name: up_init_smartfs
|
|
|
|
*
|
|
|
|
* Description:
|
|
|
|
* Initialize a simulated SPI FLASH block device m25p MTD driver and bind
|
|
|
|
* it to a SMART Flash block device.
|
|
|
|
*
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
#if defined(CONFIG_FS_SMARTFS) && defined(CONFIG_SIM_SPIFLASH)
|
|
|
|
static void up_init_smartfs(void)
|
|
|
|
{
|
|
|
|
FAR struct mtd_dev_s *mtd;
|
|
|
|
FAR struct spi_dev_s *spi;
|
|
|
|
|
|
|
|
/* Initialize a simulated SPI FLASH block device m25p MTD driver */
|
|
|
|
|
|
|
|
spi = up_spiflashinitialize();
|
|
|
|
mtd = m25p_initialize(spi);
|
|
|
|
|
|
|
|
/* Now initialize a SMART Flash block device and bind it to the MTD device */
|
|
|
|
|
|
|
|
smart_initialize(0, mtd, NULL);
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2008-06-01 15:18:51 +02:00
|
|
|
/****************************************************************************
|
|
|
|
* Public Functions
|
|
|
|
****************************************************************************/
|
2007-02-18 00:21:28 +01:00
|
|
|
|
2008-06-01 15:18:51 +02:00
|
|
|
/****************************************************************************
|
2007-02-18 00:21:28 +01:00
|
|
|
* Name: up_initialize
|
|
|
|
*
|
|
|
|
* Description:
|
|
|
|
* up_initialize will be called once during OS
|
|
|
|
* initialization after the basic OS services have been
|
|
|
|
* initialized. The architecture specific details of
|
|
|
|
* initializing the OS will be handled here. Such things as
|
|
|
|
* setting up interrupt service routines, starting the
|
|
|
|
* clock, and registering device drivers are some of the
|
|
|
|
* things that are different for each processor and hardware
|
|
|
|
* platform.
|
|
|
|
*
|
|
|
|
* up_initialize is called after the OS initialized but
|
|
|
|
* before the init process has been started and before the
|
|
|
|
* libraries have been initialized. OS services and driver
|
|
|
|
* services are available.
|
|
|
|
*
|
2008-06-01 15:18:51 +02:00
|
|
|
****************************************************************************/
|
2007-02-18 00:21:28 +01:00
|
|
|
|
|
|
|
void up_initialize(void)
|
|
|
|
{
|
2013-01-28 22:55:16 +01:00
|
|
|
/* The real purpose of the following is to make sure that syslog
|
2008-08-29 17:36:02 +02:00
|
|
|
* is drawn into the link. It is needed by up_tapdev which is linked
|
|
|
|
* separately.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifdef CONFIG_NET
|
2014-10-08 20:48:47 +02:00
|
|
|
syslog(LOG_INFO, "SIM: Initializing");
|
2008-08-29 17:36:02 +02:00
|
|
|
#endif
|
|
|
|
|
2013-04-24 15:17:49 +02:00
|
|
|
#if CONFIG_NFILE_DESCRIPTORS > 0
|
2014-09-30 20:22:32 +02:00
|
|
|
/* Register devices */
|
2013-04-24 15:17:49 +02:00
|
|
|
|
|
|
|
#if defined(CONFIG_DEV_NULL)
|
|
|
|
devnull_register(); /* Standard /dev/null */
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined(CONFIG_DEV_ZERO)
|
|
|
|
devzero_register(); /* Standard /dev/zero */
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* CONFIG_NFILE_DESCRIPTORS */
|
2012-02-13 00:54:26 +01:00
|
|
|
|
2014-09-30 20:22:32 +02:00
|
|
|
#if defined(USE_DEVCONSOLE)
|
|
|
|
/* Start the sumulated UART device */
|
|
|
|
|
|
|
|
simuart_start();
|
|
|
|
|
2012-02-13 00:54:26 +01:00
|
|
|
/* Register a console (or not) */
|
|
|
|
|
2007-05-09 02:06:00 +02:00
|
|
|
up_devconsole(); /* Our private /dev/console */
|
2015-02-08 13:53:24 +01:00
|
|
|
#elif defined(CONFIG_SYSLOG_CONSOLE)
|
|
|
|
syslog_console_init();
|
2012-02-13 00:54:26 +01:00
|
|
|
#elif defined(CONFIG_RAMLOG_CONSOLE)
|
|
|
|
ramlog_consoleinit();
|
|
|
|
#endif
|
2011-09-28 19:41:58 +02:00
|
|
|
|
2012-08-02 02:42:46 +02:00
|
|
|
#ifdef CONFIG_SYSLOG_CHAR
|
|
|
|
syslog_initialize();
|
|
|
|
#endif
|
2012-02-11 15:20:40 +01:00
|
|
|
#ifdef CONFIG_RAMLOG_SYSLOG
|
|
|
|
ramlog_sysloginit(); /* System logging device */
|
|
|
|
#endif
|
|
|
|
|
2008-09-11 07:21:36 +02:00
|
|
|
#if defined(CONFIG_FS_FAT) && !defined(CONFIG_DISABLE_MOUNTPOINT)
|
2008-06-01 22:08:20 +02:00
|
|
|
up_registerblockdevice(); /* Our FAT ramdisk at /dev/ram0 */
|
2008-09-11 07:21:36 +02:00
|
|
|
#endif
|
2011-09-28 19:41:58 +02:00
|
|
|
|
2015-01-27 21:26:10 +01:00
|
|
|
#ifdef CONFIG_NET_ETHERNET
|
2014-07-04 01:53:16 +02:00
|
|
|
netdriver_init(); /* Our "real" network driver */
|
2007-08-27 01:18:13 +02:00
|
|
|
#endif
|
2014-09-19 18:27:18 +02:00
|
|
|
|
|
|
|
#if defined(CONFIG_FS_SMARTFS) && defined(CONFIG_SIM_SPIFLASH)
|
|
|
|
up_init_smartfs();
|
|
|
|
#endif
|
2007-02-18 00:21:28 +01:00
|
|
|
}
|