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

« back to all changes in this revision

Viewing changes to doc/README.mpc832xemds

  • 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:
83
83
 
84
84
        include/configs/MPC832XEPB.h
85
85
 
86
 
    CONFIG_MPC83xx      MPC83xx family for MPC8349, MPC8360 and MPC832x
87
 
    CONFIG_MPC832x      MPC832x specific
 
86
    CONFIG_MPC83XX      MPC83XX family for MPC8349, MPC8360 and MPC832X
 
87
    CONFIG_MPC832X      MPC832X specific
88
88
    CONFIG_MPC832XEMDS  MPC832XEMDS board specific
89
89
 
90
90
4. Compilation
97
97
                make MPC832XEMDS_config
98
98
                make
99
99
 
100
 
        MPC832x support PCI 33MHz and PCI 66MHz, to make u-boot support PCI:
 
100
        MPC832X support PCI 33MHz and PCI 66MHz, to make u-boot support PCI:
101
101
 
102
102
                1)Make sure the DIP SW support PCI mode as described in Section 1.1.
103
103