On Sat, 1 Jan 2022 at 10:14, Ovidiu Panait <ovidiu.pan...@windriver.com> wrote: > > Commit 98f705c9cefd ("powerpc: remove 4xx support") removed (in 2017) the > last code that made use of bedbug debugger support. Since there aren't > any boards left that define either CONFIG_CMD_BEDBUG or a real > bedbug_init(), drop this feature from u-boot. > > Signed-off-by: Ovidiu Panait <ovidiu.pan...@windriver.com> > --- > > Changes in v2: > - new patch > > arch/powerpc/cpu/mpc83xx/traps.c | 7 - > arch/powerpc/cpu/mpc85xx/traps.c | 7 - > cmd/Kconfig | 7 - > cmd/Makefile | 1 - > cmd/bedbug.c | 410 ---------- > common/Makefile | 1 - > common/bedbug.c | 1254 ------------------------------ > common/board_r.c | 9 +- > doc/README.bedbug | 56 -- > include/bedbug/bedbug.h | 40 - > include/bedbug/ppc.h | 408 ---------- > include/bedbug/regs.h | 400 ---------- > include/bedbug/tables.h | 601 -------------- > include/bedbug/type.h | 29 - > post/lib_powerpc/string.c | 1 - > 15 files changed, 1 insertion(+), 3230 deletions(-) > delete mode 100644 cmd/bedbug.c > delete mode 100644 common/bedbug.c > delete mode 100644 doc/README.bedbug > delete mode 100644 include/bedbug/bedbug.h > delete mode 100644 include/bedbug/ppc.h > delete mode 100644 include/bedbug/regs.h > delete mode 100644 include/bedbug/tables.h > delete mode 100644 include/bedbug/type.h
Reviewed-by: Simon Glass <s...@chromium.org>