[U-Boot] [PATCH v3] Add "cpu_config" command for PPC4xx bootstrap configuration
Wolfgang Denk
wd at denx.de
Fri Jul 17 16:39:35 CEST 2009
Dear Stefan Roese,
In message <1247838836-20340-1-git-send-email-sr at denx.de> you wrote:
> This patch adds a generic command for programming I2C bootstrap
> eeproms on PPC4xx. An implementation for Canyonlands board is
> included.
>
> The command name is intentionally chosen not to be PPC4xx specific.
> This way other CPU's/SoC's can implement a similar command under
> the same name, perhaps with a different syntax.
...
> board/amcc/canyonlands/Makefile | 5 +-
> board/amcc/canyonlands/bootstrap.c | 195 -----------------------------------
> board/amcc/canyonlands/cpu_config.c | 55 ++++++++++
> cpu/ppc4xx/Makefile | 3 +
> cpu/ppc4xx/cmd_cpu_config.c | 127 +++++++++++++++++++++++
> include/asm-ppc/ppc4xx_config.h | 42 ++++++++
> include/configs/canyonlands.h | 4 +
> 7 files changed, 234 insertions(+), 197 deletions(-)
> delete mode 100644 board/amcc/canyonlands/bootstrap.c
> create mode 100644 board/amcc/canyonlands/cpu_config.c
> create mode 100644 cpu/ppc4xx/cmd_cpu_config.c
> create mode 100644 include/asm-ppc/ppc4xx_config.h
Acked-by: Wolfgang Denk <wd at denx.de>
Stefan, as this is mostly 4xx-related I suggest you run this through
the ppc_4xx repo.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I wish Captain Vimes were here. He wouldn't have known what to do
either, but he's got a much better vocabulary to be baffled in.
- Terry Pratchett, _Guards! Guards!_
More information about the U-Boot
mailing list