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

« back to all changes in this revision

Viewing changes to board/amcc/taishan/showinfo.c

  • 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:
168
168
}
169
169
 
170
170
U_BOOT_CMD(xbriinfo, 1, 1, do_show_xbridge_info,
171
 
           "Show PCIX bridge info", "");
 
171
           "xbriinfo  - Show PCIX bridge info\n", NULL);
172
172
 
173
173
#define TAISHAN_PCI_DEV_ID0 0x800
174
174
#define TAISHAN_PCI_DEV_ID1 0x1000
222
222
}
223
223
 
224
224
U_BOOT_CMD(xdevinfo, 1, 1, do_show_pcix_device_info,
225
 
           "Show PCIX Device info", "");
 
225
           "xdevinfo  - Show PCIX Device info\n", NULL);
226
226
 
227
227
extern void show_reset_reg(void);
228
228
 
233
233
}
234
234
 
235
235
U_BOOT_CMD(resetinfo, 1, 1, do_show_reset_reg_info,
236
 
           "Show Reset REG info", "");
 
236
           "resetinfo  - Show Reset REG info\n", NULL);