2005-06-24 07:01:33 +02:00
|
|
|
/*
|
|
|
|
* include/asm-xtensa/platform-iss/hardware.h
|
|
|
|
*
|
|
|
|
* This file is subject to the terms and conditions of the GNU General Public
|
|
|
|
* License. See the file "COPYING" in the main directory of this archive
|
|
|
|
* for more details.
|
|
|
|
*
|
|
|
|
* Copyright (C) 2001 Tensilica Inc.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* This file contains the default configuration of ISS.
|
|
|
|
*/
|
|
|
|
|
2006-12-10 11:18:48 +01:00
|
|
|
#ifndef _XTENSA_PLATFORM_ISS_HARDWARE_H
|
|
|
|
#define _XTENSA_PLATFORM_ISS_HARDWARE_H
|
2005-06-24 07:01:33 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Memory configuration.
|
|
|
|
*/
|
|
|
|
|
2006-12-10 11:18:48 +01:00
|
|
|
#define PLATFORM_DEFAULT_MEM_START 0x00000000
|
|
|
|
#define PLATFORM_DEFAULT_MEM_SIZE 0x08000000
|
2005-06-24 07:01:33 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Interrupt configuration.
|
|
|
|
*/
|
|
|
|
|
2006-12-10 11:18:48 +01:00
|
|
|
#endif /* _XTENSA_PLATFORM_ISS_HARDWARE_H */
|