00001 /* src_experimental/config/rcj_config.h 00002 CubeOS Version 0.4.90 experimental 00003 Copyright (C) 1999,2000 Holger Kenn 00004 00005 CubeOS is free software; you can redistribute it and/or 00006 modify it under the terms of the GNU Library General Public 00007 License as published by the Free Software Foundation; either 00008 version 2 of the License, or any later version. 00009 00010 CubeOS is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 Library General Public License for more details. 00014 00015 */ 00016 00017 #undef CUBE1 00018 #undef CUBE3 00019 00020 #define EPROM_BASE 0xe00000 // -- 0xf1ffff 00021 #define CPURAM_BASE 0xfff000 // -- 0xf207ff 00022 //#define DUART_BASE 0xffe400 // -- 0xffdfff 00023 00024 #define PTIMER_VECTORNUM 64 00025 #define SCI_BASE 0xfffc00 00026 #define QSM_VECTORNUM 66 // and 67! 00027 #define TPU_BASE 0xfffe00 00028 #define TPU_VECTORBASE 0x80 00029 #define I2CA_BASE 0xffe200 00030 //#define I2CB_BASE 0xffe000 00031 #define I2CA_VECTORNUM 27 // irq3 00032 //#define I2CB_VECTORNUM 25 // irq1 /* problem: irq mask set to 2 */ 00033 //#define I2CA_BASE 0xfc0000 00034 #define I2CB_BASE 0 00035 //#define I2CA_VECTORNUM 27 // irq3 00036 #define I2CB_VECTORNUM 0 00037 #define FASTBIN_BASE 0xfe0000 00038 00039 #define RCJ_BASE 0xfd0000 00040 #define RCJFB_BASE RCJ_BASE 00041 #define RCJ_CAM_BASE RCJ_BASE+1 00042 00043 //#define RCJF_INITCS 00044 #define I2C_INITCSA 1 00045 //#undef I2C_INITCSA 00046 #undef I2C_INITCSB 00047