]> git.sur5r.net Git - u-boot/blobdiff - doc/README.bedbug
ppc4xx: Disable POST memory test on NAND-booting Sequoia
[u-boot] / doc / README.bedbug
index 56aeb090c1e4397a0984b1f4577d32ca4c5ffbb5..2616acc65321bf9be4e41fec88bd307688b4a5a9 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.
 
 #####################
@@ -31,12 +31,6 @@ can be easily implemented.
        if it is an illegal instruction, privileged instruction or
        a trap. Also added debug trap handler.
 
-./include/cmd_confdefs.h
-       Added definition of CFG_CMD_BEDBUG.
-
-./include/config_WALNUT405.h
-       Added CFG_CMD_BEDBUG to the CONFIG_COMMANDS for the WALNUT.
-
 ./include/ppc_asm.tmpl
        Added code to handle critical exceptions
 
@@ -58,7 +52,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
@@ -78,10 +72,6 @@ Changes:
        cpu/mpc8xx/traps.c
                Added new routine DebugException()
 
-       include/config_MBX.h
-               Added CFG_CMD_BEDBUG to CONFIG_COMMANDS define
-
-
 New Files:
 
        cpu/mpc8xx/bedbug_860.c