summaryrefslogtreecommitdiff
path: root/board/netstal/common
AgeCommit message (Collapse)Author
2011-07-28Removed obsolete Netstal boardsNiklaus Giger
Signed-off-by: Niklaus Giger <[email protected]>
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese
This patch moves some ppc4xx related headers from the common include directory (include/) to the powerpc specific one (arch/powerpc/include/asm/). This way to common include directory is not so cluttered with files. Signed-off-by: Stefan Roese <[email protected]>
2009-09-28ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper caseStefan Roese
The latest PPC4xx register cleanup patch missed some SDRAM defines. This patch now changes lower case UIC defines to upper case. Also some names are changed to match the naming in the IBM/AMCC users manuals (e.g. mem_mcopt1 -> SDRAM0_CFG). Signed-off-by: Stefan Roese <[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-03-15ppc4xx: HCU4/5. remove obsolete hcu_flash.cNiklaus Giger
Signed-off-by: Niklaus Giger <[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-15PPC4xx:HCU4/5-Board fix compile warningNiklaus Giger
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]>