]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Cleanup (PPC4xx is AMCC now)
authorWolfgang Denk <wd@pollux.(none)>
Fri, 23 Sep 2005 09:05:55 +0000 (11:05 +0200)
committerWolfgang Denk <wd@pollux.(none)>
Fri, 23 Sep 2005 09:05:55 +0000 (11:05 +0200)
80 files changed:
CHANGELOG
CREDITS
README
board/MAI/AmigaOneG3SE/ps2kbd.c
board/amcc/ocotea/config.mk
board/dave/PPChameleonEVB/PPChameleonEVB.c
board/eric/eric.c
board/esd/ocrtc/cmd_ocrtc.c
board/mpl/common/kbd.c
board/mpl/common/pci_parts.h
board/w7o/fpga.c
board/w7o/w7o.c
board/w7o/w7o.h
common/cmd_dcr.c
cpu/ppc4xx/4xx_enet.c
cpu/ppc4xx/bedbug_405.c
cpu/ppc4xx/serial.c
cpu/ppc4xx/spd_sdram.c
cpu/ppc4xx/start.S
doc/I2C_Edge_Conditions
doc/README.bedbug
doc/README.ebony
doc/README.ml300
doc/README.mpc85xxads
doc/README.ocotea
doc/README.ocotea-PIBS-to-U-Boot
doc/README.ppc440
drivers/pc_keyb.c
include/asm-ppc/processor.h
include/asm-ppc/u-boot.h
include/configs/ADCIOP.h
include/configs/APC405.h
include/configs/AR405.h
include/configs/ASH405.h
include/configs/CANBT.h
include/configs/CATcenter.h
include/configs/CPCI2DP.h
include/configs/CPCI405.h
include/configs/CPCI4052.h
include/configs/CPCI405AB.h
include/configs/CPCI405DT.h
include/configs/CPCI440.h
include/configs/CPCIISER4.h
include/configs/DASA_SIM.h
include/configs/DP405.h
include/configs/DU405.h
include/configs/ERIC.h
include/configs/G2000.h
include/configs/HH405.h
include/configs/HUB405.h
include/configs/JSE.h
include/configs/KAREF.h
include/configs/METROBOX.h
include/configs/MIP405.h
include/configs/ML2.h
include/configs/OCRTC.h
include/configs/ORSG.h
include/configs/PCI405.h
include/configs/PIP405.h
include/configs/PLU405.h
include/configs/PMC405.h
include/configs/PPChameleonEVB.h
include/configs/VOH405.h
include/configs/VOM405.h
include/configs/W7OLMC.h
include/configs/W7OLMG.h
include/configs/WUH405.h
include/configs/XPEDITE1K.h
include/configs/bamboo.h
include/configs/bubinga.h
include/configs/csb272.h
include/configs/csb472.h
include/configs/ebony.h
include/configs/ml300.h
include/configs/ocotea.h
include/configs/sbc405.h
include/configs/walnut.h
include/configs/yellowstone.h
include/configs/yosemite.h
include/watchdog.h

index 863759c49a67335a3a7cfd91aeb271878606a435..624e44941f373da762050eecb644d16f97aff6cf 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@
 Changes for U-Boot 1.1.4:
 ======================================================================
 
+* Cleanup (PPC4xx is AMCC now)
+
 * esd CPCI2DP board added
   Patch by Matthias Fuchs, 22 Sep 2005
 
diff --git a/CREDITS b/CREDITS
index f717d54a9e72dd0d7e7ea954b37865669e52b044..88e17b6e1efaaa165621795bbe0a8102841bbf75 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -340,7 +340,7 @@ W: http://www.windriver.com
 
 N: Stefan Roese
 E: stefan.roese@esd-electronics.com
-D: IBM PPC401/403/405GP Support; Windows environment support
+D: AMCC PPC401/403/405GP Support; Windows environment support
 
 N: Erwin Rol
 E: erwin@muffin.org
@@ -356,7 +356,7 @@ D: Author of LiMon-1.4.2, which contributed some ideas
 
 N: Travis B. Sawyer
 E: travis.sawyer@sandburst.com
-D: Support for IBM PPC440GX, XES XPedite1000 440GX PrPMC board.  IBM 440gx Ref Platform (Ocotea)
+D: Support for AMCC PPC440GX, XES XPedite1000 440GX PrPMC board.  AMCC 440gx Ref Platform (Ocotea)
 
 N: Paolo Scaffardi
 E: arsenio@tin.it
diff --git a/README b/README
index f3ed4aa5ec93dc2fa7445743e6bd53de03fc1514..e3d053717cc5c61b1a92aab3630147ccd87c8fdb 100644 (file)
--- a/README
+++ b/README
@@ -145,7 +145,7 @@ Directory Hierarchy:
   - mpc85xx    Files specific to Freescale MPC85xx CPUs
   - nios       Files specific to Altera NIOS CPUs
   - nios2      Files specific to Altera Nios-II CPUs
-  - ppc4xx     Files specific to IBM PowerPC 4xx CPUs
+  - ppc4xx     Files specific to AMCC PowerPC 4xx CPUs
   - pxa                Files specific to Intel XScale PXA CPUs
   - s3c44b0    Files specific to Samsung S3C44B0 CPUs
   - sa1100     Files specific to Intel StrongARM SA1100 CPUs
@@ -497,7 +497,7 @@ The following options need to be configured:
 - Console UART Number:
                CONFIG_UART1_CONSOLE
 
-               IBM PPC4xx only.
+               AMCC PPC4xx only.
                If defined internal UART1 (and not UART0) is used
                as default U-Boot console.
 
index bfe5eb3ed750f33bbd981be7aa107a22325834ac..cf4f4d0e3d1ac7a1492d0637987e0b23f1e836d7 100644 (file)
@@ -656,7 +656,7 @@ char * kbd_initialize(void)
                              | KBD_MODE_DISABLE_MOUSE
                              | KBD_MODE_KCC);
 
-       /* ibm powerpc portables need this to use scan-code set 1 -- Cort */
+       /* AMCC powerpc portables need this to use scan-code set 1 -- Cort */
        kbd_write_command_w(KBD_CCMD_READ_MODE);
        if (!(kbd_wait_for_input() & KBD_MODE_KCC)) {
                /*
index 5543a4eabd2a7dfc381117c4d5d5f14963ae33bb..9e1833591a2337129b5a90001069f1377677ab57 100644 (file)
@@ -22,7 +22,7 @@
 #
 
 #
-# IBM 440GX Reference Platform (Ocotea) board
+# AMCC 440GX Reference Platform (Ocotea) board
 #
 
 #TEXT_BASE = 0xFFFE0000
index 1f6512d0eada746057a59dedfbb9c022a6462941..b425d6396739e955895e7de7de65246e31ca427b 100644 (file)
@@ -279,10 +279,10 @@ void video_get_info_str (int line_number, char *info)
        case 1:
                switch (pvr) {
                case PVR_405EP_RB:
-                       sprintf (info, " IBM PowerPC 405EP Rev. B");
+                       sprintf (info, " AMCC PowerPC 405EP Rev. B");
                        break;
                default:
-                       sprintf (info, " IBM PowerPC 405EP Rev. <unknown>");
+                       sprintf (info, " AMCC PowerPC 405EP Rev. <unknown>");
                        break;
                }
                return;
index 860e5064b84cd28aaf34385b20c01d3b8a5e20fe..02fe8dcfbdeccc886330f0d3070748d7ac79b560 100644 (file)
 #include "eric.h"
 #include <asm/processor.h>
 
-#define IBM405GP_GPIO0_OR      0xef600700      /* GPIO Output */
-#define IBM405GP_GPIO0_TCR     0xef600704      /* GPIO Three-State Control */
-#define IBM405GP_GPIO0_ODR     0xef600718      /* GPIO Open Drain */
-#define IBM405GP_GPIO0_IR      0xef60071c      /* GPIO Input */
+#define PPC405GP_GPIO0_OR      0xef600700      /* GPIO Output */
+#define PPC405GP_GPIO0_TCR     0xef600704      /* GPIO Three-State Control */
+#define PPC405GP_GPIO0_ODR     0xef600718      /* GPIO Open Drain */
+#define PPC405GP_GPIO0_IR      0xef60071c      /* GPIO Input */
 
 int board_early_init_f (void)
 {
@@ -50,7 +50,7 @@ int board_early_init_f (void)
    |       IRQ 30 (EXT IRQ 5) PCI INTB#; active low; level sensitive
    |       IRQ 31 (EXT IRQ 6) PCI INTA#; active low; level sensitive
    |        -> IRQ6 Pin is NOW GPIO23 and can be activateted by setting
-   |           IBM405GP_GPIO0_TCR Bit 0 = 1 (driving the output as defined in IBM405GP_GPIO0_OR,
+   |           PPC405GP_GPIO0_TCR Bit 0 = 1 (driving the output as defined in PPC405GP_GPIO0_OR,
    |           else tristate)
    | Note for ERIC board:
    |       An interrupt taken for the HOST (IRQ 28) indicates that
@@ -70,8 +70,8 @@ int board_early_init_f (void)
 
        mtdcr (cntrl0, 0x00002000);     /* set IRQ6 as GPIO23 to generate an interrupt request to the PCP2PCI bridge */
 
-       out32 (IBM405GP_GPIO0_OR, 0x60000000);  /*fixme is SMB_INT high or low active??; IRQ6 is GPIO23 output */
-       out32 (IBM405GP_GPIO0_TCR, 0x7E400000);
+       out32 (PPC405GP_GPIO0_OR, 0x60000000);  /*fixme is SMB_INT high or low active??; IRQ6 is GPIO23 output */
+       out32 (PPC405GP_GPIO0_TCR, 0x7E400000);
 
        return 0;
 }
index 881d1799f09fdde651922fdeffb8f8bbda9ddfe0..e113d5cab6aa75f8ff810e90bdf23f66836330da 100644 (file)
@@ -29,8 +29,8 @@
 
 #if (CONFIG_COMMANDS & CFG_CMD_BSP)
 
-#define IBM_VENDOR_ID    0x1014
-#define PPC405_DEVICE_ID 0x0156
+#define AMCC_VENDOR_ID         0x1014
+#define PPC405_DEVICE_ID       0x0156
 
 
 /*
@@ -43,7 +43,7 @@ int do_setdevice(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
        u32 addr;
 
        while (bdf >= 0) {
-               if ((bdf = pci_find_device(IBM_VENDOR_ID, PPC405_DEVICE_ID, idx++)) < 0) {
+               if ((bdf = pci_find_device(AMCC_VENDOR_ID, PPC405_DEVICE_ID, idx++)) < 0) {
                        break;
                }
                printf("Found device nr %d at %x!\n", idx-1, bdf);
index 9bd1ff94d46dc1e5f0ba06015b9fa4a3b3a09809..7724e241d173994a587bd847507b61f958396bba 100644 (file)
@@ -613,7 +613,7 @@ char * kbd_initialize(void)
                              | KBD_MODE_DISABLE_MOUSE
                              | KBD_MODE_KCC);
 
-       /* ibm powerpc portables need this to use scan-code set 1 -- Cort */
+       /* AMCC powerpc portables need this to use scan-code set 1 -- Cort */
        kbd_write_command_w(KBD_CCMD_READ_MODE);
        if (!(kbd_wait_for_input() & KBD_MODE_KCC)) {
                /*
index a57b12156192e7f1e5ffebe94de24722bc9307c8..60008e2b240009a9387f171981dc03e5ebb41a16 100644 (file)
@@ -137,7 +137,7 @@ static struct pci_pip405_config_entry piix4_pmm_cntrl_f3[] = {
        { }                                         /* end of device table      */
 };
 /* PPC405 Dummy only used to prevent autosetup on this host bridge */
-static struct pci_pip405_config_entry ibm405_dummy[] = {
+static struct pci_pip405_config_entry ppc405_dummy[] = {
        { }                                         /* end of device table      */
 };
 
@@ -150,7 +150,7 @@ static struct pci_config_table pci_pip405_config_table[]={
         PCI_DEVICE_ID_IBM_405GP,
         PCI_ANY_ID,
         PCI_ANY_ID, PCI_ANY_ID, 0,
-        pci_pip405_write_regs, {(unsigned long) ibm405_dummy}},
+        pci_pip405_write_regs, {(unsigned long) ppc405_dummy}},
 
        {PCI_VENDOR_ID_INTEL,                   /* PIIX4 ISA Bridge Function 0 */
         PCI_DEVICE_ID_INTEL_82371AB_0,
index 97af9242946dc3fb73747542245b6e6530ec85ea..336bfbaccc6cf185a235faeec4fcce2fdd2a1c64 100644 (file)
@@ -77,17 +77,17 @@ fpgaDownload(unsigned char *saddr,
     dest = (unsigned short *)daddr;
 
     /* Get DCR output register */
-    grego = in32(IBM405GP_GPIO0_OR);
+    grego = in32(PPC405GP_GPIO0_OR);
 
     /* Reset FPGA */
     grego &= ~GPIO_XCV_PROG;                   /* PROG line low */
-    out32(IBM405GP_GPIO0_OR, grego);
+    out32(PPC405GP_GPIO0_OR, grego);
 
     /* Setup timeout timer */
     start = get_timer(0);
 
     /* Wait for FPGA init line */
-    while(in32(IBM405GP_GPIO0_IR) & GPIO_XCV_INIT) { /* Wait INIT line low */
+    while(in32(PPC405GP_GPIO0_IR) & GPIO_XCV_INIT) { /* Wait INIT line low */
        /* Check for timeout - 100us max, so use 3ms */
        if (get_timer(start) > 3) {
            printf("     failed to start init.\n");
@@ -100,10 +100,10 @@ fpgaDownload(unsigned char *saddr,
 
     /* Unreset FPGA */
     grego |= GPIO_XCV_PROG;                    /* PROG line high */
-    out32(IBM405GP_GPIO0_OR, grego);
+    out32(PPC405GP_GPIO0_OR, grego);
 
     /* Wait for FPGA end of init period .  */
-    while(!(in32(IBM405GP_GPIO0_IR) & GPIO_XCV_INIT)) { /* Wait for INIT hi */
+    while(!(in32(PPC405GP_GPIO0_IR) & GPIO_XCV_INIT)) { /* Wait for INIT hi */
 
        /* Check for timeout */
        if (get_timer(start) > 3) {
@@ -112,7 +112,7 @@ fpgaDownload(unsigned char *saddr,
 
            /* Reset FPGA */
            grego &= ~GPIO_XCV_PROG;            /* PROG line low */
-           out32(IBM405GP_GPIO0_OR, grego);
+           out32(PPC405GP_GPIO0_OR, grego);
 
            goto done;
        }
@@ -127,18 +127,18 @@ fpgaDownload(unsigned char *saddr,
        mtdcr(CPC0_CR0, greg);                  /*  ... just do it */
 
        /* turn on open drain for CNFG */
-       greg = in32(IBM405GP_GPIO0_ODR);        /* get open drain register */
+       greg = in32(PPC405GP_GPIO0_ODR);        /* get open drain register */
        greg |= cnfg;                           /* CNFG open drain */
-       out32(IBM405GP_GPIO0_ODR, greg);        /*  .. just do it */
+       out32(PPC405GP_GPIO0_ODR, greg);        /*  .. just do it */
 
        /* Turn output enable on for CNFG */
-       greg = in32(IBM405GP_GPIO0_TCR);        /* get tristate register */
+       greg = in32(PPC405GP_GPIO0_TCR);        /* get tristate register */
        greg |= cnfg;                           /* CNFG tristate inactive */
-       out32(IBM405GP_GPIO0_TCR, greg);        /*  ... just do it */
+       out32(PPC405GP_GPIO0_TCR, greg);        /*  ... just do it */
 
        /* Setup FPGA for programming */
        grego &= ~cnfg;                         /* CONFIG line low */
-       out32(IBM405GP_GPIO0_OR, grego);
+       out32(PPC405GP_GPIO0_OR, grego);
 
        /*
         * Program the FPGA
@@ -149,12 +149,12 @@ fpgaDownload(unsigned char *saddr,
 
        /* Done programming */
        grego |= cnfg;                          /* CONFIG line high */
-       out32(IBM405GP_GPIO0_OR, grego);
+       out32(PPC405GP_GPIO0_OR, grego);
 
        /* Turn output enable OFF for CNFG */
-       greg = in32(IBM405GP_GPIO0_TCR);        /* get tristate register */
+       greg = in32(PPC405GP_GPIO0_TCR);        /* get tristate register */
        greg &= ~cnfg;                          /* CNFG tristate inactive */
-       out32(IBM405GP_GPIO0_TCR, greg);        /*  ... just do it */
+       out32(PPC405GP_GPIO0_TCR, greg);        /*  ... just do it */
 
        /* Toggle IRQ/GPIO */
        greg = mfdcr(CPC0_CR0);                 /* get chip ctrl register */
@@ -180,7 +180,7 @@ fpgaDownload(unsigned char *saddr,
     start = get_timer(0);
 
     /* Wait for FPGA end of programming period .  */
-    while(!(in32(IBM405GP_GPIO0_IR) & GPIO_XCV_DONE)) { /* Test DONE low */
+    while(!(in32(PPC405GP_GPIO0_IR) & GPIO_XCV_DONE)) { /* Test DONE low */
 
        /* Check for timeout */
        if (get_timer(start) > 3) {
@@ -189,7 +189,7 @@ fpgaDownload(unsigned char *saddr,
 
            /* Reset FPGA */
            grego &= ~GPIO_XCV_PROG;            /* PROG line low */
-           out32(IBM405GP_GPIO0_OR, grego);
+           out32(PPC405GP_GPIO0_OR, grego);
 
            goto done;
        }
index 1e3ceb20d65b603438f66d87bedc7a22aed7b3a8..daf7f53fcd97d0f84c8ac2f2d4120fdc150e349a 100644 (file)
@@ -47,9 +47,9 @@ int board_early_init_f (void)
        /*
         * Setup GPIO pins - reset devices.
         */
-       out32 (IBM405GP_GPIO0_ODR, 0x10000000); /* one open drain pin */
-       out32 (IBM405GP_GPIO0_OR, 0x3E000000);  /* set output pins to default */
-       out32 (IBM405GP_GPIO0_TCR, 0x7f800000); /* setup for output */
+       out32 (PPC405GP_GPIO0_ODR, 0x10000000); /* one open drain pin */
+       out32 (PPC405GP_GPIO0_OR, 0x3E000000);  /* set output pins to default */
+       out32 (PPC405GP_GPIO0_TCR, 0x7f800000); /* setup for output */
 
        /*
         * IRQ 0-15  405GP internally generated; active high; level sensitive
@@ -78,9 +78,9 @@ int board_early_init_f (void)
        /*
         * Setup GPIO pins
         */
-       out32 (IBM405GP_GPIO0_ODR, 0x01800000); /* XCV Done Open Drain */
-       out32 (IBM405GP_GPIO0_OR, 0x03800000);  /* set out pins to default */
-       out32 (IBM405GP_GPIO0_TCR, 0x66C00000); /* setup for output */
+       out32 (PPC405GP_GPIO0_ODR, 0x01800000); /* XCV Done Open Drain */
+       out32 (PPC405GP_GPIO0_OR, 0x03800000);  /* set out pins to default */
+       out32 (PPC405GP_GPIO0_TCR, 0x66C00000); /* setup for output */
 
        /*
         * IRQ 0-15  405GP internally generated; active high; level sensitive
@@ -238,14 +238,14 @@ int misc_init_r (void)
 #if defined(CONFIG_W7OLMG)
        unsigned long greg;     /* GPIO Register */
 
-       greg = in32 (IBM405GP_GPIO0_OR);
+       greg = in32 (PPC405GP_GPIO0_OR);
 
        /*
         * XXX - Unreset devices - this should be moved into VxWorks driver code
         */
        greg |= 0x41800000L;    /* SAM, PHY, Galileo */
 
-       out32 (IBM405GP_GPIO0_OR, greg);        /* set output pins to default */
+       out32 (PPC405GP_GPIO0_OR, greg);        /* set output pins to default */
 #endif /* CONFIG_W7OLMG */
 
        /*
index 84581664e81191c2ff45b49f8e366205ffa7f489..d6f50e2e6786a3205989c86c34a2456ba2aca36d 100644 (file)
 #define _W7O_H_
 #include <config.h>
 
-/* IBM 405GP PowerPC GPIO registers */
-#define IBM405GP_GPIO0_OR      0xef600700L     /* GPIO Output */
-#define IBM405GP_GPIO0_TCR     0xef600704L     /* GPIO Three-State Control */
-#define IBM405GP_GPIO0_ODR     0xef600718L     /* GPIO Open Drain */
-#define IBM405GP_GPIO0_IR      0xef60071cL     /* GPIO Input */
+/* AMCC 405GP PowerPC GPIO registers */
+#define PPC405GP_GPIO0_OR      0xef600700L     /* GPIO Output */
+#define PPC405GP_GPIO0_TCR     0xef600704L     /* GPIO Three-State Control */
+#define PPC405GP_GPIO0_ODR     0xef600718L     /* GPIO Open Drain */
+#define PPC405GP_GPIO0_IR      0xef60071cL     /* GPIO Input */
 
-/* IBM 405GP DCRs */
+/* AMCC 405GP DCRs */
 #define CPC0_CR0               0xb1            /* Chip control register 0 */
 
 /* LMG FPGA <=> CPU GPIO signals */
index 3e4e08f95b5ed9307ab4372c883bb28a38135458..5842471df159b15ed929b5dd916e373078315941 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 /*
- * IBM 4XX DCR Functions
+ * AMCC 4XX DCR Functions
  */
 
 #include <common.h>
 
 #if defined(CONFIG_4xx) && (CONFIG_COMMANDS & CFG_CMD_SETGETDCR)
 
-/* ======================================================================
- * Interpreter command to retrieve an IBM PPC 4xx Device Control Register
- * ======================================================================
+/* =======================================================================
+ * Interpreter command to retrieve an AMCC PPC 4xx Device Control Register
+ * =======================================================================
  */
 int do_getdcr ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[] )
 {
-    unsigned short dcrn;                     /* Device Control Register Num */
-    unsigned long value;                     /* DCR's value */
+       unsigned short dcrn;    /* Device Control Register Num */
+       unsigned long value;    /* DCR's value */
 
-    unsigned long get_dcr(unsigned short);
+       unsigned long get_dcr (unsigned short);
 
-    /* Validate arguments */
-    if (argc < 2) {
-       printf("Usage:\n%s\n", cmdtp->usage);
-       return 1;
-    }
+       /* Validate arguments */
+       if (argc < 2) {
+               printf ("Usage:\n%s\n", cmdtp->usage);
+               return 1;
+       }
 
-    /* Get a DCR */
-    dcrn = (unsigned short)simple_strtoul(argv[ 1 ], NULL, 16);
-    value = get_dcr(dcrn);
+       /* Get a DCR */
+       dcrn = (unsigned short) simple_strtoul (argv[1], NULL, 16);
+       value = get_dcr (dcrn);
 
-    printf("%04x: %08lx\n", dcrn, value);
+       printf ("%04x: %08lx\n", dcrn, value);
 
-    return 0;
-} /* do_getdcr */
+       return 0;
+}
 
 
 /* ======================================================================
- * Interpreter command to set an IBM PPC 4xx Device Control Register
+ * Interpreter command to set an AMCC PPC 4xx Device Control Register
  * ======================================================================
 */
-int do_setdcr ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+int do_setdcr (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
 {
-   unsigned long get_dcr(unsigned short );
-   unsigned long set_dcr(unsigned short , unsigned long );
-    unsigned short dcrn;                     /* Device Control Register Num */
-   unsigned long value;
-                   /* DCR's value */
-    int nbytes;
-    extern char console_buffer[];
-
-    /* Validate arguments */
-    if (argc < 2) {
-       printf("Usage:\n%s\n", cmdtp->usage);
-       return 1;
-    }
-
-    /* Set a DCR */
-    dcrn = (unsigned short)simple_strtoul(argv[1], NULL, 16);
-    do {
-       value = get_dcr(dcrn);
-       printf("%04x: %08lx", dcrn, value);
-       nbytes = readline(" ? ");
-       if (nbytes == 0) {
-           /*
-            * <CR> pressed as only input, don't modify current
-            * location and exit command.
-            */
-           nbytes = 1;
-           return 0;
-       } else {
-           unsigned long i;
-           char *endp;
-           i = simple_strtoul(console_buffer, &endp, 16);
-           nbytes = endp - console_buffer;
-           if (nbytes)
-               set_dcr(dcrn, i);
+       unsigned long get_dcr (unsigned short);
+       unsigned long set_dcr (unsigned short, unsigned long);
+       unsigned short dcrn;    /* Device Control Register Num */
+       unsigned long value;
+
+       /* DCR's value */
+       int nbytes;
+       extern char console_buffer[];
+
+       /* Validate arguments */
+       if (argc < 2) {
+               printf ("Usage:\n%s\n", cmdtp->usage);
+               return 1;
        }
-    } while (nbytes);
 
-    return 0;
-} /* do_setdcr */
+       /* Set a DCR */
+       dcrn = (unsigned short) simple_strtoul (argv[1], NULL, 16);
+       do {
+               value = get_dcr (dcrn);
+               printf ("%04x: %08lx", dcrn, value);
+               nbytes = readline (" ? ");
+               if (nbytes == 0) {
+                       /*
+                        * <CR> pressed as only input, don't modify current
+                        * location and exit command.
+                        */
+                       nbytes = 1;
+                       return 0;
+               } else {
+                       unsigned long i;
+                       char *endp;
+
+                       i = simple_strtoul (console_buffer, &endp, 16);
+                       nbytes = endp - console_buffer;
+                       if (nbytes)
+                               set_dcr (dcrn, i);
+               }
+       } while (nbytes);
+
+       return 0;
+}
 
 /***************************************************/
 
 U_BOOT_CMD(
        getdcr, 2,      1,      do_getdcr,
-       "getdcr  - Get an IBM PPC 4xx DCR's value\n",
+       "getdcr  - Get an AMCC PPC 4xx DCR's value\n",
        "dcrn - return a DCR's value.\n"
 );
 U_BOOT_CMD(
        setdcr, 2,      1,      do_setdcr,
-       "setdcr  - Set an IBM PPC 4xx DCR's value\n",
+       "setdcr  - Set an AMCC PPC 4xx DCR's value\n",
        "dcrn - set a DCR's value.\n"
 );
 
index 79be865345c3dfa74f8b0b9605ddba49702ad3b4..480902613444043da44b173297842ad867870f5c 100644 (file)
@@ -90,7 +90,7 @@
 #include "vecnum.h"
 
 /*
- * Only compile for platform with IBM/AMCC EMAC ethernet controller and
+ * Only compile for platform with AMCC EMAC ethernet controller and
  * network support enabled.
  * Remark: CONFIG_405 describes Xilinx PPC405 FPGA without EMAC controller!
  */
index 23752f3940bc06e1ad5776da0f2a4ca6ce0ffeaa..a3c2119764c9c1c5f60505ded11f8a73eef96a7c 100644 (file)
@@ -25,7 +25,7 @@ int bedbug405_clear __P ((int));
 \f
 
 /* ======================================================================
- * Initialize the global bug_ctx structure for the IBM PPC405. Clear all
+ * Initialize the global bug_ctx structure for the AMCC PPC405.        Clear all
  * of the breakpoints.
  * ====================================================================== */
 
index 8cf7dab3a29e36fe82abe70c70ab62acce397372..e06fb0d44b5ee3d8f122b208b7fb4641e62f685d 100644 (file)
@@ -320,7 +320,7 @@ int serial_tstc ()
 #endif
 
 #if defined(CONFIG_405EP) && defined(CFG_EXT_SERIAL_CLOCK)
-#error "External serial clock not supported on IBM PPC405EP!"
+#error "External serial clock not supported on AMCC PPC405EP!"
 #endif
 
 #define UART_RBR    0x00
index 3b7125dc577147b19c996f17c7c4bd83fd5283a0..48102efcff089ce41cf56c0ed6a369a660b39542 100644 (file)
@@ -14,7 +14,7 @@
  *
  * (C) Copyright 2002
  * Jun Gu, Artesyn Technology, jung@artesyncp.com
- * Support for IBM 440 based on OpenBIOS draminit.c from IBM.
+ * Support for AMCC 440 based on OpenBIOS draminit.c from IBM.
  *
  * (C) Copyright 2005
  * Stefan Roese, DENX Software Engineering, sr@denx.de.
@@ -108,7 +108,7 @@ int spd_read(uint addr);
  * This function is reading data from the DIMM module EEPROM over the SPD bus
  * and uses that to program the sdram controller.
  *
- * This works on boards that has the same schematics that the IBM walnut has.
+ * This works on boards that has the same schematics that the AMCC walnut has.
  *
  * Input: null for default I2C spd functions or a pointer to a custom function
  * returning spd_data.
@@ -696,7 +696,7 @@ long  program_bxcr(unsigned long* dimm_populated,
  * This function is reading data from the DIMM module EEPROM over the SPD bus
  * and uses that to program the sdram controller.
  *
- * This works on boards that has the same schematics that the IBM walnut has.
+ * This works on boards that has the same schematics that the AMCC walnut has.
  *
  * BUG: Don't handle ECC memory
  * BUG: A few values in the TR register is currently hardcoded
index 003c5b6bf19cc9bf7ae1383eb9cc569aaf096257..f434e207d96e039f930e691f8d50f2b5e2ce7383 100644 (file)
@@ -42,7 +42,7 @@
 /*      LICENSED MATERIAL  -  PROGRAM PROPERTY OF I B M */
 /*------------------------------------------------------------------------------- */
 
-/*  U-Boot - Startup Code for IBM 4xx PowerPC based Embedded Boards
+/*  U-Boot - Startup Code for AMCC 4xx PowerPC based Embedded Boards
  *
  *
  *  The processor starts at 0xfffffffc and the code is executed
index be7f1bee1f1b8a73ffad5fe08684b202995e7909..44d34785499773dca1d5a38a1297110ea71479e7 100644 (file)
@@ -28,7 +28,7 @@ I2C Edge Conditions:
 
 Notes
 -----
-!!!THIS IS AN UNDOCUMENTED I2C BUS BUG, NOT A IBM 4xx BUG!!!
+!!!THIS IS AN UNDOCUMENTED I2C BUS BUG, NOT A AMCC 4xx BUG!!!
 
 This reset edge condition could possibly be present in every I2C
 controller and device available. For boards where a I2C bus reset
index 56aeb090c1e4397a0984b1f4577d32ca4c5ffbb5..9cfb4217fe1e9cf42ab3a79b99431cd946a668d1 100644 (file)
@@ -2,7 +2,7 @@ BEDBUG Support for U-Boot
 --------------------------
 
 These changes implement the bedbug (emBEDded deBUGger) debugger in U-Boot.
-A specific implementation is made for the IBM405 processor but other flavors
+A specific implementation is made for the AMCC 405 processor but other flavors
 can be easily implemented.
 
 #####################
@@ -58,7 +58,7 @@ can be easily implemented.
        routines are common to all PowerPC processors.
 
 ./cpu/ppc4xx/bedbug_405.c
-       IBM PPC405 specific debugger routines.
+       AMCC  PPC405 specific debugger routines.
 
 
 Bedbug support for the MPC860
index 6e2a8115a48f845fc84e6d04c54c292639986173..8b030dbb54631ccb82084f53bb05b4d940e165f2 100644 (file)
@@ -1,9 +1,9 @@
-                          IBM Ebony Board
+                          AMCC Ebony Board
 
                    Last Update: September 12, 2002
 =======================================================================
 
-This file contains some handy info regarding U-Boot and the IBM
+This file contains some handy info regarding U-Boot and the AMCC
 Ebony evalutation board. See the README.ppc440 for additional
 information.
 
index c9ef6e6c81673579d9db1c1daf6c2331fa75d084..27c5b927836e007a471db03fb39ae218481cdd85 100644 (file)
@@ -5,7 +5,7 @@ Xilinx ML300 platform
 ---------------
 
 The Xilinx ML300 board is based on the Virtex-II Pro FPGA with
-integrated IBM PowerPC 405 core. The board is normally booted from
+integrated AMCC PowerPC 405 core. The board is normally booted from
 System ACE CF. U-Boot is then run out of main memory.
 
 An FPGA is a configurable and thus very flexible device. To
index 08d6831fb62abfc9233df043b3d29bfe02276471..f0cf782a8fc92434943ccd3ef9d1f59ae246fcf4 100644 (file)
@@ -130,7 +130,7 @@ Updated 13-July-2004 Jon Loeliger
        include/configs/MPC8540ADS.h
        include/configs/MPC8560ADS.h
 
-    CONFIG_BOOKE           BOOKE(e.g. Motorola MPC85xx, IBM 440, etc)
+    CONFIG_BOOKE           BOOKE(e.g. Motorola MPC85xx, AMCC 440, etc)
     CONFIG_E500                    BOOKE e500 family(Motorola)
     CONFIG_MPC85xx         MPC8540,MPC8560 and their derivatives
     CONFIG_MPC8540         MPC8540 specific
index 403735d0f32f4580d5a630a8fe25884ba8529d59..9ac3a184cb8181c4d14a6dc5cab5292bbbe1f949 100644 (file)
@@ -1,9 +1,9 @@
-                          IBM Ocotea Board
+                          AMCC Ocotea Board
 
                    Last Update: March 2, 2004
 =======================================================================
 
-This file contains some handy info regarding U-Boot and the IBM
+This file contains some handy info regarding U-Boot and the AMCC
 Ocotea 440gx  evalutation board. See the README.ppc440 for additional
 information.
 
@@ -53,7 +53,7 @@ Special note about the Cicada CIS8201:
        This has been done in the 440gx_enet.c file with a #ifdef/endif
        pair.
 
-IBM does not store the EMAC ethernet addresses within their PIBS bootloader.
+AMCC does not store the EMAC ethernet addresses within their PIBS bootloader.
 The addresses contained in the config header file are from my particular
 board and you _*should*_ change them to reflect your board either in the
 config file and/or in your environment variables.  I found the addresses on
index 0044aa0f91b87dd762bee808526b7fe00c52d1c4..25dd2a237814460dc082b3682b1741088ed63be0 100644 (file)
@@ -75,8 +75,8 @@ powering the board you should see the following message:
 
 U-Boot 1.1.3 (Apr  5 2005 - 22:59:57)
 
-IBM PowerPC 440 GX Rev. C
-Board: IBM 440GX Evaluation Board
+AMCC PowerPC 440 GX Rev. C
+Board: AMCC 440GX Evaluation Board
        VCO: 1066 MHz
        CPU: 533 MHz
        PLB: 152 MHz
index 95d63fc5085f518f4ef9f8ed8545ee45730c6766..08f34f589faf08b63934c5463433c2bea2246791 100644 (file)
@@ -12,7 +12,7 @@ and enabled via the CONFIG_440 flag. It is largely based on the
 405gp code. A sample board support implementation is contained
 in the board/ebony directory.
 
-All testing was performed using the IBM Ebony board using both
+All testing was performed using the AMCC Ebony board using both
 Rev B and Rev C silicon. However, since the Rev B. silicon has
 extensive errata, support for Rev B. is minimal (it boots, and
 features such as i2c, pci, tftpboot, etc. seem to work ok).
index 07c7914fae674f1aafcf5244bd264f780707d49d..81d3e989341e97b44260fd102bbc55e5268a0b31 100644 (file)
@@ -193,7 +193,7 @@ static char * kbd_initialize(void)
                              | KBD_MODE_DISABLE_MOUSE
                              | KBD_MODE_KCC);
 
-       /* ibm powerpc portables need this to use scan-code set 1 -- Cort */
+       /* AMCC powerpc portables need this to use scan-code set 1 -- Cort */
        kbd_write_command_w(KBD_CCMD_READ_MODE);
        if (!(kbd_wait_for_input() & KBD_MODE_KCC)) {
                /*
index 6b131b6b08a7b8c42fb88a0d92f323fd31f1623e..a85e2b0055ebb203c3b76f6b7bc522326b62d94f 100644 (file)
 #define PVR_REV(pvr)  (((pvr) >>   0) & 0xFFFF)        /* Revison field */
 
 /*
- * IBM has further subdivided the standard PowerPC 16-bit version and
+ * AMCC has further subdivided the standard PowerPC 16-bit version and
  * revision subfields of the PVR for the PowerPC 403s into the following:
  */
 
 #define _MACH_gemini   0x00000200      /* Synergy Microsystems gemini board */
 #define _MACH_classic  0x00000400      /* RPCG RPX-Classic 8xx board */
 #define _MACH_oak      0x00000800      /* IBM "Oak" 403 eval. board */
-#define _MACH_walnut   0x00001000      /* IBM "Walnut" 405GP eval. board */
+#define _MACH_walnut   0x00001000      /* AMCC "Walnut" 405GP eval. board */
 #define _MACH_8260     0x00002000      /* Generic 8260 */
 #define _MACH_sandpoint 0x00004000     /* Motorola SPS Processor eval board */
 #define _MACH_tqm860   0x00008000      /* TQM860/L */
index 4fcebe7a4fec189132b9d0b697e2cd909b07acfa..091d06c26801f61f7537582d114d31c11e63c4c4 100644 (file)
@@ -79,7 +79,7 @@ typedef struct bd_info {
     defined(CONFIG_405EP) || \
     defined(CONFIG_440)
        unsigned char   bi_s_version[4];        /* Version of this structure */
-       unsigned char   bi_r_version[32];       /* Version of the ROM (IBM) */
+       unsigned char   bi_r_version[32];       /* Version of the ROM (AMCC) */
        unsigned int    bi_procfreq;    /* CPU (Internal) Freq, in Hz */
        unsigned int    bi_plb_busfreq; /* PLB Bus speed, in Hz */
        unsigned int    bi_pci_busfreq; /* PCI Bus speed, in Hz */
index 8d21b3f183a071d60c718d4b767fa323ab3ce093..821efe5d48b65dd52e8ae600985b562efa8a6225 100644 (file)
  * Cache Configuration
  */
 #define CFG_DCACHE_SIZE                2048    /* For PLX IOP480                       */
-#define CFG_CACHELINE_SIZE     16      /* For IBM 401/403 CPUs                 */
+#define CFG_CACHELINE_SIZE     16      /* For AMCC 401/403 CPUs                */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    4       /* log base 2 of the above value        */
 #endif
index 2b389276fa60435e9dfeff97ced34ccefd1920a1..b53e85edae8f7234047f74d269f434588e205abb 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index dfa62200e9bc9f1ab5a3b9b517d4251e1eb1dcb8..1cd0280e2178c159d0fc93e36eb1409be30877dd 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index 8e3f34f98cebf395e75efa137f5fee8c3268b17b..9841893899adc1d5fa426a65f1d49c44de64c70b 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index 21bc4410c143f9a46265ae7282f2fc6b142e317c..e0262a8f6748f42c06d27bd3df20a9f9144b4b07 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                8192    /* For IBM 405 CPUs                     */
+#define CFG_DCACHE_SIZE                8192    /* For AMCC 405 CPUs                    */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index 776fce5a9867957be993f6f784ef8c42162e42a6..ffe89cb78fc990f3be96dfe3592974d5be7325f6 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index 44a4d25b0c5132e2cc6c85ab7de6ca3935aed31b..4a6a3f85155d91242c01ab042892be7fd2ea0258 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index b159182eb5b6a803d16ec97049f868f690cce9ae..d49020db76f01d0df5081d406f25d61de7ddffb9 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                8192    /* For IBM 405 CPUs                     */
+#define CFG_DCACHE_SIZE                8192    /* For AMCC 405 CPUs                    */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index d1498eed3c4bc6619b5d0be030d233fda3386a8e..13dbe80daf92dcc8b9f7c56dca422baeeaabb6b7 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index 29bd3da9883bc3e836228d3f656f4fb1bc71a9c1..aaaafa94fd7e106cdf91cd5e221133f8519486d5 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index 6673073c001c64b3072ef9c5f9b22cfcde9e128f..5cd9aba9e53ddb7e263525c09e8057620d6ecff2 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index efb27cc61f8afc01636f32f94937f982c990e190..a5bc773e17706dbaf1b57be9db41a4b428b6464a 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                32768   /* For IBM 440 CPUs                     */
+#define CFG_DCACHE_SIZE                32768   /* For AMCC 440 CPUs                    */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index ae54683b9868c5c22bde348112bffe93b620208c..93d49f3862d0ed61eebef32734b4c2de82593e61 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                8192    /* For IBM 405 CPUs                     */
+#define CFG_DCACHE_SIZE                8192    /* For AMCC 405 CPUs                    */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index 5ff9b9ecfc66df2d841e6646087b079cc6eb27e7..997e1baa9a767a2c35c40e52b350cfc22c0e5128 100644 (file)
  * Cache Configuration
  */
 #define CFG_DCACHE_SIZE                2048    /* For PLX IOP480                       */
-#define CFG_CACHELINE_SIZE     16      /* For IBM 401/403 CPUs                 */
+#define CFG_CACHELINE_SIZE     16      /* For AMCC 401/403 CPUs                */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    4       /* log base 2 of the above value        */
 #endif
index 6bebaaa76e97511bd6d331e586ee6be3038df216..2ae794dc26ca1bd11095df0dff8e6959229f9574 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index a2512981fda32e8861ca20bab69901190e3c2d7f..5489a539360c46e544f916734aa4ea484b34f920 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                8192    /* For IBM 405 CPUs                     */
+#define CFG_DCACHE_SIZE                8192    /* For AMCC 405 CPUs                    */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index 1643dee4c94ee1bd9bc90746cb7573a3bae63a9f..c203aea92458cae11ff3d339ec29f1b401f6599f 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                8192    /* For IBM 405 CPUs                     */
+#define CFG_DCACHE_SIZE                8192    /* For AMCC 405 CPUs                    */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index af96c7c70ce1bb921de122bcfe3fc7700e89ebca..d9a7fb0fb8cb987b66ed27f576e69d2da56835af 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index 9ce6b3f8914a4f810fd251a12f01585546e99168..e41e3712a3bcd4e39d5a6cf572128e17d1d8aa0d 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's    */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index 0fa52991876d7efe5277941a2e769383d7bf2fda..eb627e881dd50883e826c5e78bebf3da1dfcb8f9 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index 2257ab24e5745c6ac2970c7306c5cd60927aa775..060272cd18ad236ab6fe1d8e3add0b7982610c50 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405GPr CPUs  */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405GPr CPUs */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value */
index 00a6e5d55dbffb3616410ece971ca3522f33f9f4..7bbceb01bd49ab1341f2e4ca0c88c907fc713e76 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE              8192           /* For IBM 405 CPUs        */
+#define CFG_DCACHE_SIZE              8192           /* For AMCC 405 CPUs       */
 #define CFG_CACHELINE_SIZE    32
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT   5                     /* log base 2 of the above */
index cf6f00ef923ebca9e97b988637a47c5fa4398843..b96557148aa03af128ab4083397e34ef763744c5 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE              8192           /* For IBM 405 CPUs        */
+#define CFG_DCACHE_SIZE              8192           /* For AMCC 405 CPUs       */
 #define CFG_CACHELINE_SIZE    32
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT   5                     /* log base 2 of the above */
index 6c2f17d587be2654310fc77fbe90b673efd1e545..db2147b481a4467a2559847804c37703482dbfc8 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                0x4000  /* For IBM 405GPr CPUs                  */
+#define CFG_DCACHE_SIZE                0x4000  /* For AMCC 405GPr CPUs                 */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index 6e54d71e55a5c39ae4bd294c12d45b3151d439cd..d8805ea5a7059b30b9167532cf1960e2e29c90cb 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                8192    /* For IBM 405 CPUs                     */
+#define CFG_DCACHE_SIZE                8192    /* For AMCC 405 CPUs                    */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index 4a629e099705cc9f3ba440388a9136b53fc60dc8..aa9d1ba735a028d73b9adbe9ca41f62f4e212d25 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                8192    /* For IBM 405 CPUs                     */
+#define CFG_DCACHE_SIZE                8192    /* For AMCC 405 CPUs                    */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index 4cc67bce2b469e141a1d757399f5ef19102b9beb..2e7c505f99ea45fe019e5904c546eff40ae0b442 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                8192    /* For IBM 405 CPUs                     */
+#define CFG_DCACHE_SIZE                8192    /* For AMCC 405 CPUs                    */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index 469d88f2921350d91964edbe687c431d054284a9..9d5c4f4d04e7eac95f133d0ed41760cd77ece19a 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                8192    /* For IBM 405 CPUs                     */
+#define CFG_DCACHE_SIZE                8192    /* For AMCC 405 CPUs                    */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index 9ac57151cb0612952cd9b98ff1a36d968f443c35..9668fb0ce2fc919372e0e03ff948eef9ac33a805 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                8192    /* For IBM 405 CPUs                     */
+#define CFG_DCACHE_SIZE                8192    /* For AMCC 405 CPUs                    */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index 7ee95df11f8d53e5913b330e8dfd7d973653cd80..54ecfa4c5e31e32c04b91d48c99a0b3930242e51 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index 4548ca69ff9ead45bbf70351d13cf0789d0c3a12..8bcab0b0f378ea0571aabc9a3c8b8f8f6fd30975 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index 2d89f3ffaf60828d8300e1146089cd3b7f517827..7ca827fa4b4f18d341f77ba6e83b97c676ee9925 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index d8370ed66d93fefadf26f4969bf9f6b20edb7f62..b3ce3da822c054cb853d316df4da5ba5a0845ea4 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index 4aade443fbb93606770bbe55039e3517b860f475..64b6c537ee0f8d7582467605f8ddda0596093315 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index ae3f1f43ae03eac535b7d70e18c36bdd52763c48..8dc623ea069c6899e5ea59e8096a8274c2968480 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                8192            /* For IBM 405 CPUs                     */
+#define CFG_DCACHE_SIZE                8192            /* For AMCC 405 CPUs                    */
 #define CFG_CACHELINE_SIZE     32              /* ...          */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5               /* log base 2 of the above val. */
index 2a78082fe24da648e382f73132f749476d36770d..2bd98b3af33e1338630287b963c295afca238f21 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                8192            /* For IBM 405 CPUs                     */
+#define CFG_DCACHE_SIZE                8192            /* For AMCC 405 CPUs                    */
 #define CFG_CACHELINE_SIZE     32              /* ...          */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5               /* log base 2 of the above val. */
index 5c9950f6f8eec62fbab25054d3ac30e94b300f43..d92f81f78ee4f6784ef14f678174a0422ebbc6e1 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index 2e0b1a45f576f1d9fbe5d46796fd2785ab2a0e3c..9b32514867ab2d288207743ed9e447f1e1f7c40e 100644 (file)
@@ -24,7 +24,7 @@
  * config for XPedite1000 from XES Inc.
  * Ported from EBONY config by Travis B. Sawyer <tsawyer@sandburst.com>
  * (C) Copyright 2003 Sandburst Corporation
- * board/config_EBONY.h - configuration for IBM 440GP Ref (Ebony)
+ * board/config_EBONY.h - configuration for AMCC 440GP Ref (Ebony)
  ***********************************************************************/
 
 #ifndef __CONFIG_H
@@ -253,7 +253,7 @@ extern void out32(unsigned int, unsigned long);
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                8192 /* For IBM 440GX CPUs */
+#define CFG_DCACHE_SIZE                8192 /* For AMCC 440GX CPUs */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index 910de67efd878c61e794b2ae92eb7608f506dc2b..29d333490cfd0a057239f7e275855fef107de962 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                (32<<10) /* For IBM 440 CPUs                    */
+#define CFG_DCACHE_SIZE                (32<<10) /* For AMCC 440 CPUs                   */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index bc5aaf893411f44efd4665e95025bb72b725d900..5feb63a789a12a51d0bf213e03065de7253d75d0 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405EP CPU                    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405EP CPU                   */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index ac1cead8d474b1c965613b98a5634fa854b60aa8..b4453b10ff530c0a6ccd11f9d6b0c15e96c5bc37 100644 (file)
  * Cache configuration
  *
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's */
                                        /* have only 8kB, 16kB is save here  */
 #define CFG_CACHELINE_SIZE     32
 
index 4e5dcfcf07aa9b839e5fc9de09fc8cf758bdae2b..a00cafbe2eea0878ce6bc593a019d9d67b8cebba 100644 (file)
  * Cache configuration
  *
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's */
                                        /* have only 8kB, 16kB is save here  */
 #define CFG_CACHELINE_SIZE     32
 
index 1d4ea4e9b75a2316b4a50e1251669a7bee96021e..5f608be4c55f77206f356c23d47c08a051dba7a3 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 /************************************************************************
- * board/config_EBONY.h - configuration for IBM 440GP Ref (Ebony)
+ * board/config_EBONY.h - configuration for AMCC 440GP Ref (Ebony)
  ***********************************************************************/
 
 #ifndef __CONFIG_H
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                8192    /* For IBM 405 CPUs                     */
+#define CFG_DCACHE_SIZE                8192    /* For AMCC 405 CPUs                    */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index abad059ccf2ff969a38a86eb2015559cc85605f6..6762cd61eae5b50d11a259e592bfa588a90a8d3d 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs     */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs    */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 
 /*-----------------------------------------------------------------------
index 05a575bf6389c589c2df2d286e9de1963695b71e..5a27c0270636a07f30f55bc87fb30efa96bb325d 100644 (file)
@@ -30,7 +30,7 @@
 
 
 /************************************************************************
- * OCOTEA.h - configuration for IBM 440GX Ref (Ocotea)
+ * OCOTEA.h - configuration for AMCC 440GX Ref (Ocotea)
  ***********************************************************************/
 
 #ifndef __CONFIG_H
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                32768   /* For IBM 440 CPUs                     */
+#define CFG_DCACHE_SIZE                32768   /* For AMCC 440 CPUs                    */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index aeb51268284623e8744b07ad76082ce1dc888076..725b4937b3243931b5e2edebbbdde4da63a67a1d 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index 3a8e61c087d37e70ee7f12966da05ef9101e3562..d33956d385a03137768d712eb3a47eb9034f4bc9 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                16384   /* For IBM 405 CPUs, older 405 ppc's    */
+#define CFG_DCACHE_SIZE                16384   /* For AMCC 405 CPUs, older 405 ppc's   */
                                        /* have only 8kB, 16kB is save here     */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
index 081cff88beaa055b799175d23b2a88de78cb8845..f2cd053e37127074e586d078bc9da1a721417be2 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                (32<<10) /* For IBM 440 CPUs                    */
+#define CFG_DCACHE_SIZE                (32<<10) /* For AMCC 440 CPUs                   */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index 4ac930b42aa1764db90c0bcd582b1ba6799fc993..5c9b0e9c8d97222fb54ce54b68496b99ae7875b8 100644 (file)
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */
-#define CFG_DCACHE_SIZE                (32<<10) /* For IBM 440 CPUs                    */
+#define CFG_DCACHE_SIZE                (32<<10) /* For AMCC 440 CPUs                   */
 #define CFG_CACHELINE_SIZE     32      /* ...                  */
 #if (CONFIG_COMMANDS & CFG_CMD_KGDB)
 #define CFG_CACHELINE_SHIFT    5       /* log base 2 of the above value        */
index ac6ba8c09147365b666a2684e5bbba851946367e..9265be9737245d7a1e8468c398aef12d07945bad 100644 (file)
@@ -84,7 +84,7 @@
        void reset_5xx_watchdog(volatile immap_t *immr);
 #endif
 
-/* IBM 4xx */
+/* AMCC 4xx */
 #if defined(CONFIG_4xx) && !defined(__ASSEMBLY__)
        void reset_4xx_watchdog(void);
 #endif