ppc4xx: netstal/common define routines used by all boards
authorNiklaus Giger <niklaus.giger@netstal.com>
Thu, 17 Jan 2008 11:53:56 +0000 (12:53 +0100)
committerStefan Roese <sr@denx.de>
Thu, 17 Jan 2008 12:51:37 +0000 (13:51 +0100)
commit69b0634a4ee98c9791815600d43b99f626a952f3
tree6c713e21082ef0b92e90002528c63f012a161c4a
parentefeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
ppc4xx: netstal/common define routines used by all boards

Added some routines used by all Netstal boards:
- nm_bsp.c: - nm_show_print and
        -  common_misc_init_r
        - set_params_for_sw_install. Very specific code to handle our SW
          installation procedure
- fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
  to handle sdram initialization.
- nm.h: Common header

Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
board/netstal/common/fixed_sdram.c [new file with mode: 0644]
board/netstal/common/nm.h [new file with mode: 0644]
board/netstal/common/nm_bsp.c