From: Tim R. <tim...@us...> - 2002-04-17 05:32:43
|
Update of /cvsroot/blob/blob/include/blob/arch In directory usw-pr-cvs1:/tmp/cvs-serv12711/include/blob/arch Modified Files: shannon.h Log Message: checked Index: shannon.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/shannon.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- shannon.h 4 Apr 2002 09:07:25 -0000 1.10 +++ shannon.h 17 Apr 2002 05:32:40 -0000 1.11 @@ -26,19 +26,13 @@ #ifndef BLOB_ARCH_SHANNON_H #define BLOB_ARCH_SHANNON_H - - - - /* boot CPU speed */ #define CPU_SPEED CPU_CORE_SPEED_191mhz - /* serial port */ #define USE_SERIAL3 #define TERMINAL_SPEED baud_115200 - /* GPIO for the LED */ #define LED_GPIO (0x00040000) /* GPIO 18, codec (ucb1300) reset */ @@ -86,7 +80,6 @@ /* the base address were blob-rest is loaded by the first stage loader */ #define BLOB_ABS_BASE_ADDR (0xc8000400) - /* where do various parts live in RAM */ #define BLOB_RAM_BASE (0xc0120000) #define KERNEL_RAM_BASE (0xc0008000) @@ -104,18 +97,13 @@ #define RAMDISK_FLASH_BASE (KERNEL_FLASH_BASE + KERNEL_FLASH_LEN) #define RAMDISK_FLASH_LEN (4 * 1024 * 1024 - BLOB_FLASH_LEN - PARAM_FLASH_LEN - KERNEL_FLASH_LEN) -#warning "check these defines" #define PARAM_START PARAM_FLASH_BASE #define PARAM_LEN PARAM_FLASH_LEN /* the position of the kernel boot parameters */ #define BOOT_PARAMS (0xc0000100) - /* the size (in kbytes) to which the compressed ramdisk expands */ #define RAMDISK_SIZE (8 * 1024) - - - #endif |