From: Abraham vd M. <ab...@us...> - 2002-02-15 14:15:48
|
Update of /cvsroot/blob/blob/include/blob/arch In directory usw-pr-cvs1:/tmp/cvs-serv16285 Modified Files: frodo.h Log Message: Enabled nCS3 for accessing CPLDs Index: frodo.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/frodo.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- frodo.h 8 Feb 2002 10:19:56 -0000 1.2 +++ frodo.h 15 Feb 2002 14:15:45 -0000 1.3 @@ -84,7 +84,7 @@ #define USE_SERIAL2 /* GPIO for the LED */ -#define LED_GPIO (0x00000000) /* no led (for now) */ +#define LED_GPIO (0x00000000) /* no led (for now) */ /* the base address were BLOB is loaded by the first stage loader */ #define BLOB_ABS_BASE_ADDR (0xc0200400) @@ -106,7 +106,7 @@ #define RAMDISK_FLASH_LEN (4 * 1024 * 1024) /* the position of the kernel boot parameters */ -#define BOOT_PARAMS (0xc0000100) +#define BOOT_PARAMS (0xc0000100) /* the size (in kbytes) to which the compressed ramdisk expands */ #define RAMDISK_SIZE (8 * 1024) @@ -114,7 +114,7 @@ /* Memory configuration */ #ifdef BLOB_NEED_MEMCONFIG -#define SMCNFG_VALUE 0x00000000 +#define SMCNFG_VALUE 0x00000000 #if (CPU_SPEED >= CPU_CORE_SPEED_206mhz) @@ -128,6 +128,7 @@ # define MDCAS01_VALUE 0x55555555 # define MDCAS02_VALUE 0x55555555 # define MSC0_VALUE 0x00004770 +# define MSC1_VALUE 0x4f750000 #else /* #if (CPU_SPEED >= CPU_CORE_SPEED_206mhz) */ @@ -141,6 +142,7 @@ # define MDCAS01_VALUE 0xaaaaaaaa # define MDCAS02_VALUE 0xaaaaaaaa # define MSC0_VALUE 0x00004668 +# define MSC1_VALUE /* FIXME: calculate this */ #endif /* #if (CPU_SPEED >= CPU_CORE_SPEED_206mhz) */ @@ -151,7 +153,6 @@ * MDCAS20_VALUE * MDCAS21_VALUE * MDCAS22_VALUE - * MSC1_VALUE * MSC2_VALUE */ |