summaryrefslogtreecommitdiff
path: root/board/netstal/common/nm_bsp.c
AgeCommit message (Collapse)Author
2011-07-28Removed obsolete Netstal boardsNiklaus Giger
Signed-off-by: Niklaus Giger <[email protected]>
2009-03-20boards: get mac address from environmentMike Frysinger
The boards that get converted here to use the environment for the mac address rather than global data: debris mgcoge mgsuvd muas3001 netstal pn62 sixnet vcma9 xilinx (the ones that use xilinx_enet) Signed-off-by: Mike Frysinger <[email protected]> CC: Ben Warren <[email protected]> CC: Sangmoon Kim <[email protected]> CC: Heiko Schocher <[email protected]> CC: David Mueller <[email protected]> CC: Niklaus Giger <[email protected]> CC: Wolfgang Grandegger <[email protected]> CC: Dave Ellis <[email protected]> CC: Ricardo Ribalda <[email protected]>
2008-07-11Fix some more print() format errors.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2008-02-24Coding style cleanup. Prepare v1.3.2-rc2 release candidatev1.3.2-rc2Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2008-02-16ppc4xx: HCU4/5. CleanupsNiklaus Giger
- Fix some coding style violations. - Use in/out_u16/32 where appropriate. - Use register names from ppc405.h. - Fix trace useage for Lauterbach. - Remove obsolete generation HCU2. - Renamed fixed_hcu4_sdram to init_ppc405_sdram. Signed-off-by: Niklaus Giger <[email protected]>
2008-01-23Coding Style Cleanup; update CHANGELOGWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2008-01-17ppc4xx: netstal/common define routines used by all boardsNiklaus Giger
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 <[email protected]>
2007-08-14Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-08-10Coding style cleanupStefan Roese
Signed-off-by: Stefan Roese <[email protected]>
2007-08-10Add PPC4xx-HCU4 and HCU5 boards: common filesNiklaus Giger
Signed-off-by: Niklaus Giger <[email protected]>