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

« back to all changes in this revision

Viewing changes to include/configs/r7780mp.h

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2010-01-06 09:28:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100106092825-q8o7x811035syh8k
Tags: 2009.08-0ubuntu1
* move to new upstream (2009.08)
* move to new freescale patchset for the 2009.08 release
* remove README.nios_CONFIG_SYS_NIOS_CPU from debian/docs, 
  this is not shipped upstream anymore
* update 1000_fix_gcc_4.4_compability.patch to apply to the new code
* Makefile target is now mx51_bbg_config, update rules accordingly
* switch everything to to3 (including the binary package)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#define CONFIG_CMD_PCI
44
44
#define CONFIG_CMD_NET
45
45
#define CONFIG_CMD_PING
46
 
#define CONFIG_CMD_ENV
 
46
#define CONFIG_CMD_SAVEENV
47
47
#define CONFIG_CMD_NFS
48
48
#define CONFIG_CMD_IDE
49
49
#define CONFIG_CMD_EXT2
121
121
 
122
122
/* Board Clock */
123
123
#define CONFIG_SYS_CLK_FREQ     33333333
124
 
#define TMU_CLK_DIVIDER         4
125
 
#define CONFIG_SYS_HZ   (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER)
 
124
#define CONFIG_SYS_TMU_CLK_DIV          4
 
125
#define CONFIG_SYS_HZ           1000
126
126
 
127
127
/* PCI Controller */
128
128
#if defined(CONFIG_CMD_PCI)
129
129
#define CONFIG_PCI
130
130
#define CONFIG_SH4_PCI
131
131
#define CONFIG_SH7780_PCI
 
132
#define CONFIG_SH7780_PCI_LSR   0x07f00001
 
133
#define CONFIG_SH7780_PCI_LAR   CONFIG_SYS_SDRAM_SIZE
 
134
#define CONFIG_SH7780_PCI_BAR   CONFIG_SYS_SDRAM_SIZE
132
135
#define CONFIG_PCI_PNP
133
136
#define CONFIG_PCI_SCAN_SHOW    1
134
137
#define __io
141
144
#define CONFIG_PCI_IO_BUS       0xFE200000      /* IO space base address */
142
145
#define CONFIG_PCI_IO_PHYS      CONFIG_PCI_IO_BUS
143
146
#define CONFIG_PCI_IO_SIZE      0x00200000      /* Size of IO window */
 
147
#define CONFIG_PCI_SYS_PHYS CONFIG_SYS_SDRAM_BASE
 
148
#define CONFIG_PCI_SYS_BUS  CONFIG_SYS_SDRAM_BASE
 
149
#define CONFIG_PCI_SYS_SIZE CONFIG_SYS_SDRAM_SIZE
144
150
#endif /* CONFIG_CMD_PCI */
145
151
 
146
152
#if defined(CONFIG_CMD_NET)