~ubuntu-branches/ubuntu/maverick/uboot-imx/maverick

« back to all changes in this revision

Viewing changes to include/configs/xsengine.h

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2010-01-20 15:41:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100120154126-7bha1jeyjegu7xm5
Tags: 2009.08+really2009.01-0ubuntu1
* revert to the 2009.01 upstream version, 2009.08 has still to 
  many work in progress items in the freescale patchset (MMC and NIC
  dont work at all)
* add the latest patchset from freescale for 2009.01
* add 1002_enable_hush_shell_and_ext2.patch to enable hush shell and ext2 
* add 1003_fix_board_revision_numbers to make sure babbage 2.5 boards have 
  revision 51120 and babbage 3.0 boards have revision 51130 properly set in 
  their cpuinfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#define CONFIG_DOS_PARTITION            1
36
36
#define BOARD_LATE_INIT                 1
37
37
#undef  CONFIG_USE_IRQ                                  /* we don't need IRQ/FIQ stuff */
38
 
/* we will never enable dcache, because we have to setup MMU first */
39
 
#define CONFIG_SYS_NO_DCACHE
 
38
#define CONFIG_SYS_HZ                           3686400         /* incrementer freq: 3.6864 MHz */
40
39
 
41
 
#define CONFIG_SYS_HZ                   1000
 
40
#undef  CONFIG_USE_IRQ                                  /* we don't need IRQ/FIQ stuff */
 
41
#define CONFIG_SYS_HZ                           3686400         /* incrementer freq: 3.6864 MHz */
42
42
#define CONFIG_SYS_CPUSPEED                     0x161           /* set core clock to 400/200/100 MHz */
43
43
 
44
44
#define CONFIG_NR_DRAM_BANKS            1               /* we have 1 bank of DRAM */
65
65
 * JFFS2 partitions
66
66
 */
67
67
/* No command line, one static partition, whole device */
68
 
#undef CONFIG_CMD_MTDPARTS
 
68
#undef CONFIG_JFFS2_CMDLINE
69
69
#define CONFIG_JFFS2_DEV                "nor0"
70
70
#define CONFIG_JFFS2_PART_SIZE          0xFFFFFFFF
71
71
#define CONFIG_JFFS2_PART_OFFSET        0x00000000
73
73
/* mtdparts command line support */
74
74
/* Note: fake mtd_id used, no linux mtd map file */
75
75
/*
76
 
#define CONFIG_CMD_MTDPARTS
 
76
#define CONFIG_JFFS2_CMDLINE
77
77
#define MTDIDS_DEFAULT          "nor0=xsengine-0"
78
78
#define MTDPARTS_DEFAULT        "mtdparts=xsengine-0:256k(uboot),1m(kernel1),8m(kernel2)"
79
79
*/
99
99
#define CONFIG_SMC_USE_32_BIT           1
100
100
 
101
101
/* select serial console configuration */
102
 
#define CONFIG_PXA_SERIAL
103
102
#define CONFIG_FFUART                   1
104
103
 
105
104
/* allow to overwrite serial and ethaddr */
119
118
 */
120
119
#include <config_cmd_default.h>
121
120
 
 
121
#define CONFIG_CMD_MMC
122
122
#define CONFIG_CMD_FAT
123
123
#define CONFIG_CMD_PING
124
124
#define CONFIG_CMD_JFFS2
143
143
#define CONFIG_SYS_BARGSIZE                     CONFIG_SYS_CBSIZE                               /* Boot Argument Buffer Size */
144
144
#define CONFIG_SYS_MEMTEST_START                0xA0400000                              /* memtest works on     */
145
145
#define CONFIG_SYS_MEMTEST_END                  0xA0800000                              /* 4 ... 8 MB in DRAM   */
 
146
#undef  CONFIG_SYS_CLKS_IN_HZ                                                           /* everything, incl board info, in Hz */
146
147
#define CONFIG_SYS_BAUDRATE_TABLE               { 9600, 19200, 38400, 57600, 115200 }   /* valid baudrates */
 
148
#define CONFIG_SYS_MMC_BASE                     0xF0000000
147
149
#define CONFIG_SYS_LOAD_ADDR                    0xA0000000                              /* load kernel to this address   */
148
150
 
149
 
#ifdef CONFIG_MMC
150
 
#define CONFIG_PXA_MMC
151
 
#define CONFIG_CMD_MMC
152
 
#define CONFIG_SYS_MMC_BASE                     0xF0000000
153
 
#endif
154
 
 
155
151
/* Stack sizes - The stack sizes are set up in start.S using the settings below */
156
152
#define CONFIG_STACKSIZE                (128*1024)      /* regular stack */
157
153
#ifdef  CONFIG_USE_IRQ