Dear Stefan Roese, In message <[EMAIL PROTECTED]> you wrote: > The following changes since commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e: > Wolfgang Denk (1): > Fix strmhz(): avoid printing negative fractions > > are available in the git repository at: > > git://www.denx.de/git/u-boot-ppc4xx.git master > > Georg Schardt (1): > ppc4xx: New board avnet fx12 minimodul > > Ricardo Ribalda Delgado (1): > ppc4xx: Generic architecture for xilinx ppc405(v3) > > Stefan Roese (1): > ppc4xx: Disable DDR2 autocalibration on Kilauea for now > > CREDITS | 1 + > MAINTAINERS | 5 + > MAKEALL | 1 + > Makefile | 34 +++++ > board/avnet/fx12mm/.gitignore | 1 + > board/avnet/fx12mm/Makefile | 27 ++++ > board/avnet/fx12mm/config.mk | 26 ++++ > board/avnet/fx12mm/fx12mm.c | 52 +++++++ > board/avnet/fx12mm/xparameters.h | 51 +++++++ > board/xilinx/ppc405-generic/.gitignore | 1 + > board/xilinx/ppc405-generic/Makefile | 60 ++++++++ > board/xilinx/ppc405-generic/config.mk | 25 ++++ > board/xilinx/ppc405-generic/u-boot-ram.lds | 134 ++++++++++++++++++ > board/xilinx/ppc405-generic/u-boot-rom.lds | 144 > ++++++++++++++++++++ > .../xilinx/ppc405-generic/xilinx_ppc405_generic.c | 59 ++++++++ > board/xilinx/ppc405-generic/xparameters.h | 36 +++++ > cpu/ppc4xx/start.S | 3 +- > include/configs/fx12mm.h | 72 ++++++++++ > include/configs/kilauea.h | 7 + > include/configs/xilinx-ppc405-generic.h | 58 ++++++++ > include/configs/xilinx-ppc405.h | 126 +++++++++++++++++ > 21 files changed, 922 insertions(+), 1 deletions(-) > create mode 100644 board/avnet/fx12mm/.gitignore > create mode 100644 board/avnet/fx12mm/Makefile > create mode 100644 board/avnet/fx12mm/config.mk > create mode 100644 board/avnet/fx12mm/fx12mm.c > create mode 100644 board/avnet/fx12mm/xparameters.h > create mode 100644 board/xilinx/ppc405-generic/.gitignore > create mode 100644 board/xilinx/ppc405-generic/Makefile > create mode 100644 board/xilinx/ppc405-generic/config.mk > create mode 100644 board/xilinx/ppc405-generic/u-boot-ram.lds > create mode 100644 board/xilinx/ppc405-generic/u-boot-rom.lds > create mode 100644 board/xilinx/ppc405-generic/xilinx_ppc405_generic.c > create mode 100644 board/xilinx/ppc405-generic/xparameters.h > create mode 100644 include/configs/fx12mm.h > create mode 100644 include/configs/xilinx-ppc405-generic.h > create mode 100644 include/configs/xilinx-ppc405.h
Applied, thanks. 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: [EMAIL PROTECTED] Politics: A strife of interests masquerading as a contest of principles. The conduct of public affairs for private advantage. - Ambrose Bierce _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot