| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- /*
- * Copyright (C) 2011 by egnite GmbH
- *
- * All rights reserved.
- *
- * 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.
- * 3. Neither the name of the copyright holders nor the names of
- * contributors may be 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.
- *
- * For additional information see http://www.ethernut.de/
- *
- */
- /*!
- * $Id$
- */
- #include <dev/board.h>
- #include <sys/confnet.h>
- #include <cfg/memory.h>
- #if defined(NUT_CONFIG_X12RTC)
- #include <dev/x12rtc.h>
- #elif defined(NUT_CONFIG_AT45D)
- #include <dev/nvmem_at45d.h>
- #elif defined(NUT_CONFIG_AT45DB)
- #include <dev/at45db.h>
- #elif defined(NUT_CONFIG_AT49BV)
- #include <dev/at49bv.h>
- #elif defined(NUT_CONFIG_AT91EFC)
- #include <arch/arm/atmel/at91_efc.h>
- #elif defined(NUT_CONFIG_AT24)
- #include <dev/eeprom.h>
- #endif
- #include <stdio.h>
- #include "meminfo.h"
- /*
- * Print Nut Configuration.
- */
- void ShowHardwareConfiguration(void)
- {
- printf("Board : %s\n", BOARDNAME);
- printf("Memory : ");
- #if defined(NUT_CONFIG_X12RTC)
- puts("X12xx RTC EEPROM");
- #elif defined(NUT_CONFIG_AT45D)
- puts("AT45D DataFlash");
- #ifdef NUT_CONFIG_AT45D_PAGE
- printf("Page : %d\n", NUT_CONFIG_AT45D_PAGE);
- #else
- puts("Page : Last");
- #endif
- printf("Size : %d\n", (int) SpiAt45dConfigSize());
- #ifdef DEV_SPIBUS
- if (DEV_SPIBUS.bus_base) {
- printf("SPI Base: 0x%08X\n", DEV_SPIBUS.bus_base);
- } else {
- puts("SPI : Ext. or GPIO");
- }
- #else
- puts("SPI Base: Undefined", DEV_SPIBUS.bus_base);
- #endif
- #ifdef NUT_CONFIG_AT45D
- printf("Chip : %d\n", NUT_CONFIG_AT45D);
- #else
- puts("Chip : Undefined");
- #endif
- #ifdef NUT_CONFIG_AT45D_CS
- printf("Chip Sel: %d\n", NUT_CONFIG_AT45D_CS);
- #else
- puts("Chip Sel: Undefined");
- #endif
- #elif defined(NUT_CONFIG_AT45DB)
- puts("AT45D DataFlash (old, deprecated)");
- #ifdef AT45_CONF_SIZE
- printf("Size : %d\n", AT45_CONF_SIZE);
- #else
- printf("Size : %d\n", (int) At45dbPageSize());
- #endif
- #ifdef AT45_CONF_PAGE
- printf("Page : %d\n", AT45_CONF_PAGE);
- #else
- puts("Page : Last");
- #endif
- #ifdef AT45_CONF_DFSPI
- printf("SPI Base: 0x%08X\n", AT45_CONF_DFSPI);
- #else
- printf("SPI Base: 0x%08X\n", SPI0_BASE);
- #endif
- #ifdef AT45_CONF_DFPCS
- printf("Chip Sel: %d\n", AT45_CONF_DFPCS);
- #else
- puts("Chip Sel: 0");
- #endif
- #elif defined(NUT_CONFIG_AT49BV)
- puts("AT49BV NOR Flash");
- #ifdef FLASH_CONF_SIZE
- printf("Size : %d\n", FLASH_CONF_SIZE);
- #else
- puts("Size : 512");
- #endif
- #ifdef FLASH_CONF_SECTOR
- printf("Sector : 0x%X\n", FLASH_CONF_SECTOR);
- #else
- puts("Sector : 0x6000");
- #endif
- #ifdef FLASH_CHIP_BASE
- printf("NOR Base: 0x%08X\n", FLASH_CHIP_BASE);
- #else
- puts("NOR Base: 0x10000000");
- #endif
- #elif defined(__AVR__)
- puts("Internal EEPROM");
- #elif defined(NUT_CONFIG_AT91EFC)
- puts("AT91 Program Flash");
- #ifdef FLASH_CONF_SIZE
- printf("Size : %d\n", FLASH_CONF_SIZE);
- #else
- puts("Size : 256");
- #endif
- #ifdef FLASH_CONF_SECTOR
- printf("Sector : 0x%X\n", FLASH_CONF_SECTOR);
- #elif defined(MCU_AT91SAM7S512) || defined(MCU_AT91SAM7SE512) || \
- defined(MCU_AT91SAM7X512) || defined(MCU_AT91SAM9XE512)
- puts("Sector : 0x0007FF00");
- #else
- puts("Sector : 0x0003FF00");
- #endif
- #elif defined(NUT_CONFIG_AT24)
- puts("AT24C32 EEPROM");
- #ifdef NUT_CONFIG_AT24_ADR
- printf("Address : 0x%02X\n", NUT_CONFIG_AT24_ADR);
- #else
- puts("Address : 0x50");
- #endif
- #elif defined(NUT_CONFIG_STM32L1_EEPROM)
- puts("Internal EEPROM");
- #elif defined(NUT_CONFIG_STM32_IAP)
- puts("STM32F1/2/3/4 NOR Flash");
- printf("Size : %d\n", FLASH_CONF_SIZE);
- #else
- puts("Unknown");
- #endif
- }
|