summaryrefslogtreecommitdiff
path: root/board/netstal
AgeCommit message (Collapse)Author
2008-02-14ppc4xx: HCU4/5. Fix make O=../xxNiklaus Giger
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
2008-01-23Coding Style Cleanup; update CHANGELOGWolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-01-17ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5Stefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2008-01-17ppc4xx: Netstal HCU4 board: added various fixes and POSTNiklaus Giger
- Moved some common code to netstal/common/nm_bsp.c. - sdram initialisation goes go netstal/common/fixed_sdram.c. - Added support for POST. - Stylistic cleanups (multi-line comments/ enforce 80 colomn width) Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
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 <niklaus.giger@netstal.com>
2008-01-17ppc4xx: Netstal HCU5 board: added various fixes and POSTNiklaus Giger
- Moved some common code to nestal/common/nm_bsp.c. - Added support for the vxWorks EDR. - Enable trace for Lauterbach, if present. - Added support for POST. - Stylistic cleanups (multi-line comments/ enforce 80 colomn width) Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
2008-01-17ppc4xx: Netstal HCU5 board. Added POST. Various fixesNiklaus Giger
- Various fixes - Reduced rom_size from 384 to 320 kB - Environment is now in flash - Added POST - Support for OF Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
2008-01-17ppc4xx: Netstal HCU4 board. Added POST. Various fixesNiklaus Giger
- Various fixes - Reduced rom_size from 384 to 320 kB - Environment is now in flash - Added POST - Support for OF Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk
With recent toolchain versions, some boards would not build because or errors like this one (here for ocotea board when building with ELDK 4.2 beta): ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab] For many boards, the .bss section is big enough that it wraps around at the end of the address space (0xFFFFFFFF), so the problem will not be visible unless you use a 64 bit tool chain for development. On some boards however, changes to the code size (due to different optimizations) we bail out with section overlaps like above. The fix is to add the NOLOAD attribute to the .bss and .sbss sections, telling the linker that .bss does not consume any space in the image. Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-10-31ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xxStefan Roese
This patch moves some common 4xx macros and the PPC405_SYS_INFO/ PPC440_SYS_INFO structure into the common ppc4xx.h header. Lot's of other macros are good candidates to be consolidated this way in the future. Signed-off-by: Stefan Roese <sr@denx.de>
2007-08-18Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/masterWolfgang Denk
2007-08-18lib_ppc: make board_add_ram_info weakKim Phillips
platforms wishing to display RAM diagnostics in addition to size, can do so, on one line, in their own board_add_ram_info() implementation. this consequently eliminates CONFIG_ADD_RAM_INFO. Thanks to Stefan for the hint. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2007-08-16PPC4xx:HCU4/5 cleanupNiklaus Giger
Minor cleanups to confirm to the u-boot coding style. Some german expressions -> english. HCU5 enforces a unique IP adress for a given slot in the rack. Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
2007-08-16PPC4xx:HCU4/5 cleanup ecc/sdram initNiklaus Giger
Make ecc initialisation robust, as DDR2-ECC errors may be generated while zeroing the RAM. Return 16 bytes (a cacheline) less than the available memory, as the board and/or PPC440EPx might have problems accessing the last bytes. Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
2007-08-15PPC4xx:HCU4/5-Board fix compile warningNiklaus Giger
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
2007-08-14Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-08-10Coding style cleanupStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2007-08-10Add PPC4xx-HCU4 and HCU5 boards: HCU5 filesNiklaus Giger
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
2007-08-10Add PPC4xx-HCU4 and HCU5 boards: HCU4 filesNiklaus Giger
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
2007-08-10Add PPC4xx-HCU4 and HCU5 boards: common filesNiklaus Giger
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
2007-08-10Add PPC4xx-HCU4 and HCU5 boards: make relatedNiklaus Giger
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
2007-08-10Add PPC4xx-HCU4 and HCU5 boards: READMEsNiklaus Giger
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>