--- /opt/STM/ST40R3.0.3/sh-superh-elf/stdcmd/mb411stb7109.cmd.orig 2006-03-06 07:26:17.954520000 +0000 +++ /opt/STM/ST40R3.0.3/sh-superh-elf/stdcmd/mb411stb7109.cmd 2006-04-05 07:08:54.575281000 +0000 @@ -17,14 +17,30 @@ define mb411stb7109_clockgen_configure if ($_mb411extclk == 30) ## Set PLL0 to 531MHz stb7100_set_clockgen_a_pll0 0x14 0xb1 0x0 + ## Set PLL1 to 384MHz - stb7100_set_clockgen_a_pll1 0x0a 0x80 0x1 + ##stb7100_set_clockgen_a_pll1 0x0a 0x80 0x1 + + ## Set PLL1 to 400MHz (in order to test the stb7109 Ethernet) + stb7100_set_clockgen_a_pll1 0x1b 0xc8 0x0 + else if ($_mb411extclk == 27) + ## Set PLL0 to 600MHz + ##stb7100_set_clockgen_a_pll0 0x09 0x64 0x0 + ## Set PLL0 to 531MHz stb7100_set_clockgen_a_pll0 0x06 0x3b 0x0 + + ## Set PLL0 to 400MHz + ##stb7100_set_clockgen_a_pll0 0x1b 0xc8 0x0 + ## Set PLL1 to 384MHz - stb7100_set_clockgen_a_pll1 0x09 0x80 0x1 + ##stb7100_set_clockgen_a_pll1 0x09 0x80 0x1 + + ## Set PLL1 to 400MHz (in order to test the stb7109 Ethernet) + stb7100_set_clockgen_a_pll1 0x1b 0xc8 0x0 + else ## Unsupported external clock frequency end