[PATCH] TQM8272: dont change the bits given from the HRCW
authorHeiko Schocher <hs@pollux.denx.de>
Wed, 21 Mar 2007 07:45:17 +0000 (08:45 +0100)
committerHeiko Schocher <hs@pollux.denx.de>
Wed, 21 Mar 2007 07:45:17 +0000 (08:45 +0100)
                 for the SIUMCR and BCR Register.
                 Fix the calculation for the EEprom Size

Signed-off-by: Heiko Schocher <hs@denx.de>
board/tqm8272/tqm8272.c
cpu/mpc8260/cpu_init.c
cpu/mpc8260/pci.c

index 8257c77..70d1bb8 100644 (file)
@@ -768,7 +768,7 @@ int analyse_hwib (void)
        p +=1;
        p +=1;  /* connector */
        if (*p != '0') {
-               hw->eeprom = 0x100 << (*p - 'A');
+               hw->eeprom = 0x1000 << (*p - 'A');
        }
        p++;
 
index 7dcc949..380d7af 100644 (file)
@@ -129,9 +129,9 @@ void cpu_init_f (volatile immap_t * immr)
        /* BCR - Bus Configuration Register (4-25) */
 #if defined(CFG_BCR_60x) && (CFG_BCR_SINGLE)
        if (immr->im_siu_conf.sc_bcr & BCR_EBM) {
-               immr->im_siu_conf.sc_bcr = CFG_BCR_60x;
+               immr->im_siu_conf.sc_bcr = SET_VAL_MASK(immr->im_siu_conf.sc_bcr, CFG_BCR_60x, 0x80000010);
        } else {
-               immr->im_siu_conf.sc_bcr = CFG_BCR_SINGLE;
+               immr->im_siu_conf.sc_bcr = SET_VAL_MASK(immr->im_siu_conf.sc_bcr, CFG_BCR_SINGLE, 0x80000010);
        }
 #else
        immr->im_siu_conf.sc_bcr = CFG_BCR;
@@ -141,9 +141,9 @@ void cpu_init_f (volatile immap_t * immr)
 #if defined(CFG_SIUMCR_LOW) && (CFG_SIUMCR_HIGH)
        cpu_clk = board_get_cpu_clk_f ();
        if (cpu_clk >= 100000000) {
-               immr->im_siu_conf.sc_siumcr = CFG_SIUMCR_HIGH;
+               immr->im_siu_conf.sc_siumcr = SET_VAL_MASK(immr->im_siu_conf.sc_siumcr, CFG_SIUMCR_HIGH, 0x9f3cc000);
        } else {
-               immr->im_siu_conf.sc_siumcr = CFG_SIUMCR_LOW;
+               immr->im_siu_conf.sc_siumcr = SET_VAL_MASK(immr->im_siu_conf.sc_siumcr, CFG_SIUMCR_LOW, 0x9f3cc000);
        }
 #else
        immr->im_siu_conf.sc_siumcr = CFG_SIUMCR;
index 1edd6fb..75c6ab2 100644 (file)
@@ -275,22 +275,7 @@ void pci_mpc8250_init (struct pci_controller *hose)
                                  | SIUMCR_BCTLC00
                                  | SIUMCR_MMR11;
 #elif defined(CONFIG_TQM8272)
-#if 0
-       immap->im_siu_conf.sc_siumcr = (immap->im_siu_conf.sc_siumcr &
-                                               ~SIUMCR_LBPC11 &
-                                               ~SIUMCR_CS10PC11 &
-                                               ~SIUMCR_LBPC11) |
-                                       SIUMCR_LBPC01 |
-                                       SIUMCR_CS10PC01 |
-                                       SIUMCR_APPC10;
-#else
-#if 0
-       immap->im_siu_conf.sc_siumcr = (immap->im_siu_conf.sc_siumcr |
-                                       SIUMCR_APPC10);
-#else
-       immap->im_siu_conf.sc_siumcr = 0x88000000;
-#endif
-#endif
+/* nothing to do for this Board here */
 #else
        /*
         * Setting required to enable IRQ1-IRQ7 (SIUMCR [DPPC]),
@@ -304,7 +289,6 @@ void pci_mpc8250_init (struct pci_controller *hose)
                                        SIUMCR_CS10PC01 |
                                        SIUMCR_APPC10;
 #endif
-printf("%s siumcr: %x\n", __FUNCTION__, immap->im_siu_conf.sc_siumcr);
 
        /* Make PCI lowest priority */
        /* Each 4 bits is a device bus request  and the MS 4bits