MPC8568MDS.h (49db23d4529d8f925f1572dbf1226f319f912580) | MPC8568MDS.h (2f15278c2eb911c668b4fe562130b78cf554d139) |
---|---|
1/* 2 * Copyright 2004-2007 Freescale Semiconductor. 3 * 4 * See file CREDITS for list of people who contributed to this 5 * project. 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License as --- 135 unchanged lines hidden (view full) --- 144/*Chip select 0 - Flash*/ 145#define CFG_BR0_PRELIM 0xfe001001 146#define CFG_OR0_PRELIM 0xfe006ff7 147 148/*Chip slelect 1 - BCSR*/ 149#define CFG_BR1_PRELIM 0xf8000801 150#define CFG_OR1_PRELIM 0xffffe9f7 151 | 1/* 2 * Copyright 2004-2007 Freescale Semiconductor. 3 * 4 * See file CREDITS for list of people who contributed to this 5 * project. 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License as --- 135 unchanged lines hidden (view full) --- 144/*Chip select 0 - Flash*/ 145#define CFG_BR0_PRELIM 0xfe001001 146#define CFG_OR0_PRELIM 0xfe006ff7 147 148/*Chip slelect 1 - BCSR*/ 149#define CFG_BR1_PRELIM 0xf8000801 150#define CFG_OR1_PRELIM 0xffffe9f7 151 |
152//#define CFG_FLASH_BANKS_LIST {0xff800000, CFG_FLASH_BASE} | 152/*#define CFG_FLASH_BANKS_LIST {0xff800000, CFG_FLASH_BASE} */ |
153#define CFG_MAX_FLASH_BANKS 1 /* number of banks */ 154#define CFG_MAX_FLASH_SECT 512 /* sectors per device */ 155#undef CFG_FLASH_CHECKSUM 156#define CFG_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */ 157#define CFG_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */ 158 159#define CFG_MONITOR_BASE TEXT_BASE /* start of monitor */ 160 --- 345 unchanged lines hidden --- | 153#define CFG_MAX_FLASH_BANKS 1 /* number of banks */ 154#define CFG_MAX_FLASH_SECT 512 /* sectors per device */ 155#undef CFG_FLASH_CHECKSUM 156#define CFG_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */ 157#define CFG_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */ 158 159#define CFG_MONITOR_BASE TEXT_BASE /* start of monitor */ 160 --- 345 unchanged lines hidden --- |