hardware.h 621 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
/*
 * 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.
 */

15 16
#ifndef _XTENSA_PLATFORM_ISS_HARDWARE_H
#define _XTENSA_PLATFORM_ISS_HARDWARE_H
17 18 19 20 21

/*
 * Memory configuration.
 */

22 23
#define PLATFORM_DEFAULT_MEM_START	0x00000000
#define PLATFORM_DEFAULT_MEM_SIZE	0x08000000
24 25 26 27 28

/*
 * Interrupt configuration.
 */

29
#endif /* _XTENSA_PLATFORM_ISS_HARDWARE_H */