Skip to content
Snippets Groups Projects
Commit 79941d63 authored by Matthias Fuchs's avatar Matthias Fuchs Committed by Stefan Roese
Browse files

ppc4xx: Update CPU strapping for PMC440 boards


This patch removes the temporary 'test' strapping option
of the sbe command. The '667' strapping option now uses
a PLB/PCI divider of 3.

Signed-off-by: default avatarMatthias Fuchs <matthias.fuchs@esd-electronics.com>
parent f00cf319
No related branches found
No related tags found
No related merge requests found
...@@ -293,20 +293,9 @@ int do_setup_bootstrap_eeprom(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[] ...@@ -293,20 +293,9 @@ int do_setup_bootstrap_eeprom(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]
sdsdp[2]=0x40082350; sdsdp[2]=0x40082350;
sdsdp[3]=0x0d050000; sdsdp[3]=0x0d050000;
} else if (!strcmp(argv[1], "667")) { } else if (!strcmp(argv[1], "667")) {
/* PLB=133MHz, PLB/PCI=4 */ /* PLB=133MHz, PLB/PCI=3 */
printf("Bootstrapping for 667MHz\n"); printf("Bootstrapping for 667MHz\n");
sdsdp[0]=0x8778a256; sdsdp[0]=0x8778a256;
sdsdp[1]=0x0947a030;
sdsdp[2]=0x40082350;
sdsdp[3]=0x0d050000;
} else if (!strcmp(argv[1], "test")) {
/*
* TODO: this will replace the 667 MHz config above.
* But it needs some more testing on a real 667 MHz CPU.
*/
printf("Bootstrapping for test"
" (667MHz PLB=133PLB PLB/PCI=3)\n");
sdsdp[0]=0x8778a256;
sdsdp[1]=0x095fa030; sdsdp[1]=0x095fa030;
sdsdp[2]=0x40082350; sdsdp[2]=0x40082350;
sdsdp[3]=0x0d050000; sdsdp[3]=0x0d050000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment