X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2FREADME.mpc8360emds;h=2b39160418d957aa320214ce4874a77d51b2a4b1;hb=f361a5c0753f910f1bc3db51970120df77499b2e;hp=5f202475b586b52c98bdd8f943213246af3451c0;hpb=29eaae953476f2bba4d5c7ac097b96cd827c1dff;p=u-boot diff --git a/doc/README.mpc8360emds b/doc/README.mpc8360emds index 5f202475b5..2b39160418 100644 --- a/doc/README.mpc8360emds +++ b/doc/README.mpc8360emds @@ -1,7 +1,7 @@ Freescale MPC8360EMDS Board ----------------------------------------- 1. Board Switches and Jumpers -1.0 There are four Dual-In-Line Packages(DIP) Switches on MPC8360EMDS board +1.0 There are four Dual-In-Line Packages(DIP) Switches on MPC8360EMDS board For some reason, the HW designers describe the switch settings in terms of 0 and 1, and then map that to physical switches where the label "On" refers to logic 0 and "Off" is logic 1. @@ -81,34 +81,42 @@ Freescale MPC8360EMDS Board include/configs/MPC8360EMDS.h - CONFIG_MPC83XX MPC83xx family for both MPC8349 and MPC8360 + CONFIG_MPC83xx MPC83xx family for both MPC8349 and MPC8360 CONFIG_MPC8360 MPC8360 specific CONFIG_MPC8360EMDS MPC8360EMDS board specific 4. Compilation + MPC8360EMDS shipped with 33.33MHz or 66MHz oscillator(check U41 chip). + Assuming you're using BASH shell: export CROSS_COMPILE=your-cross-compile-prefix cd u-boot make distclean - make MPC8360EMDS_config + make MPC8360EMDS_XX_config make - MPC8360 support PCI in host and slave mode. + MPC8360EMDS support ATM, PCI in host and slave mode. + + To make u-boot support ATM : + 1) Make MPC8360EMDS_XX_ATM_config To make u-boot support PCI host 66M : 1) DIP SW support PCI mode as described in Section 1.1. - 2) Make MPC8360EMDS_HOST_66_config + 2) Make MPC8360EMDS_XX_HOST_66_config To make u-boot support PCI host 33M : 1) DIP SW setting is similar as Section 1.1, except for SW3[4] is 1 - 2) Make MPC8360EMDS_HOST_33_config + 2) Make MPC8360EMDS_XX_HOST_33_config To make u-boot support PCI slave 66M : 1) DIP SW setting is similar as Section 1.1, except for SW9[3] is 1 - 2) Make MPC8360EMDS_SLAVE_config + 2) Make MPC8360EMDS_XX_SLAVE_config + (where XX is: + 33 - 33.33MHz oscillator + 66 - 66MHz oscillator) 5. Downloading and Flashing Images