2007-06-21 Joel Sherrill * clock/clock.c: Add nanoseconds since last tick support. 2007-06-20 Joel Sherrill Add Embedded Planets EP5200 which is the same as the Freescale 5200Lite (a.k.a. IceCube) evaluation board. * Makefile.am: Add linkcmds.ep5200. Add -DMPC5200_BAPI_LIBC_HEADERS to remove some warnings in bestcomm. * preinstall.am: Add linkcmds.ep5200. * clock/clock.c: Correct math for prescaler/counter when bus speed is high enough to require multiple passes of loop. * console/console.c: Use same math for initial baud rate as when it is changed via ioctl. When HAS_UBOOT is defined, initialize console to the same baud as it was with U-Boot. * include/bsp.h: Add EP5200 and console boot baud support. * include/mpc5200.h: Spacing. * startup/bspstart.c: If HAS_UBOOT and SHOW_MORE_INIT_SETTINGS are both defined, dump the U-Boot BD info structure. * vectors/vectors.S: ep5200 cannot use vectors segment. When loading it, U-Boot freezes. Besides, U-Boot can automatically start the BSP so we do not have to run from board reset. * startup/linkcmds.ep5200: New file. 2007-04-17 Ralf Corsépius * mscan/mscan.c: Use size_t for message sizes. Remove absurd type cast. 2007-04-12 Ralf Corsépius * bsp_specs: Remove qrtems_debug. 2007-04-06 Ralf Corsépius * bsp_specs: Remove lib (Now expected to exist in GCC). 2007-03-12 Joel Sherrill * clock/clock.c, console/console.c, ide/pcmcia_ide.c, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, nvram/nvram.c, nvram/nvram.h, slicetimer/slicetimer.c, startup/bspstart.c, vectors/vectors.h, vectors/vectors_init.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously. 2007-03-11 Joel Sherrill * startup/bspstart.c: Remove assignments of Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default value in boot_card.c 2007-03-10 Joel Sherrill PR 1227/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION and MAX_SHORT_TEST_DURATION. They are obsolete and unused. 2007-01-23 Thomas Doerfler * console/console.c: corrected typo in UART error handler (usage * of ISR_PE instead of ISR_OE) 2006-12-15 Ralf Corsépius * bestcomm/load_task.c: Remove bogus casts. * network_5200/network.c: Use ioctl_command_t as arg to ioctl functions. 2006-12-02 Ralf Corsépius * configure.ac: New BUG-REPORT address. 2006-11-15 Joel Sherrill * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization. 2006-10-17 Ralf Corsépius * Makefile.am: Remove superfluous -DASM. 2006-10-17 Ralf Corsépius * configure.ac: Require autoconf-2.60. Require automake-1.10. 2006-10-17 Ralf Corsépius * clock/clock.c, console/console.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, nvram/m93cxx.h, nvram/nvram.c, nvram/nvram.h, slicetimer/slicetimer.c, start/start.S, startup/bspstart.c, startup/cpuinit.c, vectors/vectors.S, vectors/vectors_init.c: Convert to utf-8. 2006-09-11 Joel Sherrill * include/mpc5200.h, network_5200/network.c: Convert C++ style comments to C style. 2006-08-15 Joel Sherrill * Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.pm520: Add support for missing .rela sections. Install linkcmds. 2006-08-08 Thomas Doerfler * linkcmds.brs5l: (PR1117) Add startup/linkcmds.brs5l 2006-06-28 Thomas Doerfler * Makefile.am, preinstall.am: (PR1117) Add startup/linkcmds.brs5l, slicetimer.h, nvram.h to distributed files, add start/start.S to startup sources * bestcomm/bestcomm_glue.c: (PR1117) make SDMA interrupt operations interrupt save * bsp_specs: (PR1117) move ecrti to proper location * console/console.c: (PR1117) round baudrate divider to nearest match * include/bsp.h: (PR1117) activate interrupt for ATA, modify calculation of ROM size, add BSP_Convert_decrementer * include/mpc5200.h: (PR1117) add some register definitions * include/tm27.h: (PR1117) adapt to make tm27 compile again with this BSP * mscan/mscan.[ch]: (PR1117) many improvements and fixes, transmit queue added, baud rate settings adapted * network/network.c: (PR1117) add handler code to detect and restart FEC on DMA overflow * start/start.S: (PR1117) fixed some typos and minor bugs enable FPU in start sequence * startup/linkcmds: (PR1117) removed, no longer used * startup/linkcmds.brs5l: (PR1117) added * tod/pcf8563.c: (PR1117) fixed bug which read wrong hour from RTC 2006-03-08 Joel Sherrill * startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.* section. 2006-02-08 Joel Sherrill * startup/linkcmds, startup/linkcmds.pm520: Add sections required by newer gcc versions. 2006-01-11 Ralf Corsepius * configure.ac: Remove explicit ampolish3 support (now in RTEMS_BSP_CONFIGURE). 2006-01-10 Ralf Corsepius * configure.ac: Add ampolish3 support. * Makefile.am: Add preinstall.am. 2006-01-09 Ralf Corsepius * Makefile.am: Don't include subdirs.am. 2006-01-02 Ralf Corsepius * vectors/asm_utils.S: Remove (Bogus, now in libcpu). 2006-01-01 Ralf Corsepius * bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, clock/clock.c, console/console.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c, i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h, include/bsp.h, include/mpc5200.h, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, mscan/mscan.c, mscan/mscan.h, network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c, nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h, start/start.S, startup/bspstart.c, startup/cpuinit.c, tod/pcf8563.c, tod/pcf8563.h, tod/todcfg.c, vectors/vectors.S, vectors/vectors_init.c: Cleanup CVS data. 2005-12-31 Ralf Corsepius * irq/irq.c, irq/irq_init.c, vectors/vectors_init.c: include . * include/raw_exception.h, vectors/raw_exception.c: Remove. Use implementation from libcpu instead. 2005-12-31 Ralf Corsepius * bestcomm/bestcomm_glue.c, clock/clock.c, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h, include/i2c.h, irq/irq.c, irq/irq_init.c, mscan/mscan.c, network_5200/network.c, nvram/nvram.c, nvram/nvram.h, slicetimer/slicetimer.c, startup/bspstart.c, startup/cpuinit.c, tod/todcfg.c, vectors/vectors_init.c: Misc include file fixes. 2005-12-31 Ralf Corsepius * Makefile.am, README, bsp_specs, configure.ac, bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h, bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, bestcomm/bestcomm_priv.h, bestcomm/dma_image.c, bestcomm/dma_image.capi.h, bestcomm/dma_image.h, bestcomm/dma_image.reloc.c, bestcomm/load_task.c, bestcomm/tasksetup_ata.c, bestcomm/tasksetup_bdtable.c, bestcomm/tasksetup_crc16_dp_0.c, bestcomm/tasksetup_crc16_dp_1.c, bestcomm/tasksetup_fec_rx_bd.c, bestcomm/tasksetup_fec_tx_bd.c, bestcomm/tasksetup_gen_dp_0.c, bestcomm/tasksetup_gen_dp_1.c, bestcomm/tasksetup_gen_dp_2.c, bestcomm/tasksetup_gen_dp_3.c, bestcomm/tasksetup_gen_dp_bd_0.c, bestcomm/tasksetup_gen_dp_bd_1.c, bestcomm/tasksetup_gen_rx_bd.c, bestcomm/tasksetup_gen_tx_bd.c, bestcomm/tasksetup_lpc.c, bestcomm/tasksetup_pci_rx.c, bestcomm/tasksetup_pci_tx.c, bestcomm/include/mgt5200/mgt5200.h, bestcomm/include/mgt5200/sdma.h, bestcomm/task_api/bestcomm_api_mem.h, bestcomm/task_api/bestcomm_cntrl.h, bestcomm/task_api/tasksetup_bdtable.h, bestcomm/task_api/tasksetup_general.h, clock/clock.c, console/console.c, i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c, i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h, include/bsp.h, include/coverhd.h, include/i2c.h, include/i2cdrv.h, include/mpc5200.h, include/raw_exception.h, include/tm27.h, include/u-boot.h, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, mscan/mscan.c, mscan/mscan.h, network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c, nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h, start/start.S, startup/bspstart.c, startup/cpuinit.c, startup/linkcmds, startup/linkcmds.pm520, tod/pcf8563.c, tod/pcf8563.h, tod/todcfg.c, vectors/asm_utils.S, vectors/raw_exception.c, vectors/vectors.S, vectors/vectors.h, vectors/vectors_init.c: New (CVS import submission by Thomas Doerfler ) 2005-12-09 Thomas Doerfler * Integrated gen5200 BSP to source tree