summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-1931/+0
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2011-10-072011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* shared/startup/bspstart.c: Comment out unused vars.
2011-10-072011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* shared/console/console.c: Remove stray local decl of "close".
2011-08-312011-08-31 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+4
* shared/startup/linkcmds.base: New file.
2011-08-242011-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+6
* shared/bootloader/exception.S, shared/bootloader/misc.c, shared/bootloader/mm.c, shared/console/polled_io.c, shared/startup/probeMemEnd.c: Update due to API changes.
2011-07-282011-07-27 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+7
* shared/start/start.S, shared/start/preload.S: Make sure stack is 16-byte aligned and the TOS is tagged with a NULL pointer (used as a terminator when printing stack traces).
2011-07-272011-07-26 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+4
* shared/irq/openpic_i8259_irq.c: silenced compiler warnings.
2011-07-222011-07-21 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+6
* shared/motorola/motorola.c: removed PCI_FIXUP_OPT_OVERRIDE_NAME for qemu - qemu gets it right and this option messes things rather up.
2011-07-212011-07-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+6
PR 1799/bsps * acinclude.m4: Update for qoriq BSPs. * shared/include/linker-symbols.h: New file.
2011-07-212011-07-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+5
* shared/clock/clock.c: Fix to clear the first pending decrementer exception.
2011-07-202011-07-20 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill1-0/+6
PR 1837/bsps * shared/motorola/motorola.c, shared/motorola/motorola.h: Add MVME2400 board with 750 CPU to list of supported Motorola boards.
2011-07-182011-07-18 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+5
* shared/bootloader/qemu_fakerom.S: Added work-around for qemu bug 811683.
2011-07-182011-07-18 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+4
* shared/bootloader/head.S: disable USE_PPCBUG under qemu.
2011-07-182011-07-18 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+5
* shared/startup/bspstart.c: Select console *before* doing any potential printk() (e.g., panic).
2011-07-182011-07-18 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+5
* shared/startup/ppc_idle.c: Need to enable HID0[NAP] on a 7400/7455/7457 for MSR[POW] to have an effect.
2011-07-162011-07-15 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+8
* shared/bootloader/mm.c, shared/bootloader/pci.c, shared/bootloader/qemu_fakeres.c, shared/bootloader/qemu_fakerom.S, shared/irq/irq.h, shared/motorola/motorola.c, shared/residual/residual.h, shared/startup/bspstart.c, Added 'qemuprep' BSP variant.
2011-07-162011-07-15 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+7
* shared/bootloader/misc.c: Copy residual data _before_ decompressing the kernel since the firmware may have stored it in an area that is overwritten by decompress_kernel().
2011-07-162011-07-15 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+8
* shared/startup/ppc_idle.c: added an 'idle task' body which switches the CPU into power-save mode. IIRC, this cannot be used on real hardware due to errata :-( but it still saves valuable host-CPU cycles when used by the qemuprep BSP.
2011-07-162011-07-15 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+8
* shared/irq/init_irq.c, shared/irq/openpic_i8259_irq.c, shared/pci/detect_raven_bridge.c: conditionally compile ISA and PCI-interrupt related stuff only if BSP defines BSP_ISA_IRQ_NUMBER > 0 and/or BSP_PCI_IRQ_NUMBER > 0, respectively.
2011-06-192011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* Makefile.am: Remove references to non-existing files.
2011-06-172011-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* shared/startup/sbrk.c: Remove extraneous '}'.
2011-06-11Formatting.Joel Sherrill1-3/+3
2011-06-072011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+4
* shared/src/memcpy.c: New file.
2011-06-072011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+5
* shared/src/bsp-start-zero.S: Use BSP_DATA_CACHE_ENABLED instead of DATA_CACHE_ENABLE.
2011-05-18 2011-05-18 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+18
PR1797/bsps: Applied cleaned-up version of Kate's patch. CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK is now a 'bspopts.h' setting and as such configurable.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* shared/console/polled_io.c, shared/flash/spansionFlash.c, shared/startup/bspidle.c, shared/startup/probeMemEnd.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-01-282011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-0/+27
* beatnik/include/bsp.h, beatnik/irq/irq.h, beatnik/pci/gt_pci_init.c, ep1a/console/polled_io.c, ep1a/irq/openpic_xxx_irq.c, gen5200/include/irq.h, gen5200/irq/irq.c, gen5200/startup/bspstart.c, haleakala/irq/irq.c, mbx8xx/irq/irq.c, mbx8xx/irq/irq.h, motorola_powerpc/include/bsp.h, mpc8260ads/irq/irq.c, mpc8260ads/irq/irq.h, mvme3100/include/bsp.h, mvme3100/irq/irq.h, mvme3100/start/start.S, mvme5500/include/bsp.h, mvme5500/irq/irq.h, psim/include/bsp.h, psim/include/coverhd.h, psim/irq/irq.h, psim/shmsupp/addrconv.c, psim/shmsupp/getcfg.c, psim/startup/linkcmds, psim/tools/psim-gdb-top.in, psim/tools/psim-top.in, psim/tools/runtest-top.in, qemuppc/irq/irq.h, score603e/irq/irq.c, shared/bootloader/bootldr.h, shared/bootloader/em86.c, shared/bootloader/em86real.S, shared/bootloader/exception.S, shared/bootloader/head.S, shared/bootloader/lib.c, shared/bootloader/misc.c, shared/bootloader/mm.c, shared/bootloader/pci.c, shared/console/console.c, shared/console/consoleIo.h, shared/console/inch.c, shared/console/keyboard.h, shared/console/polled_io.c, shared/irq/i8259.c, shared/irq/irq.h, shared/irq/openpic_i8259_irq.c, shared/motorola/motorola.c, shared/motorola/motorola.h, shared/openpic/openpic.c, shared/openpic/openpic.h, shared/pci/pci.c, shared/residual/residual.c, shared/start/start.S, ss555/irq/irq.h: Fix typo where license said found in found in.
2011-01-192011-01-19 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-0/+4
* shared/pci/detect_raven_bridge.c: Fix spelling.
2011-01-172011-01-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* shared/pci/detect_raven_bridge.c: Fix spelling.
2011-01-172011-01-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* shared/start/start.S: Remove conflict lines in comments.
2010-12-302010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+6
* shared/uboot_dump_bdinfo.c: Include <bsp/u-boot.h> if necessary. * shared/include/u-boot-board-info.h: New file. * shared/include/u-boot.h: Removed file.
2010-12-292010-12-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+4
* shared/include/start.h, shared/src/bsp-start-zero.S: New files.
2010-08-252010-08-25 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+6
PR 1689/bsps * shared/flash/intelFlash.c: Scale erase timeout by actual system clock rate rather than assuming a fixed value.
2010-08-152010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-0/+4
* shared/console/polled_io.c: Add BSP_poll_char.
2010-08-032010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-0/+5
* shared/startup/sbrk.c: Make bsp's sbrk a weak reference so that the test of having sbrk() support in malloc can link.
2010-07-072010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+6
PR 1606/cpukit * shared/startup/panic.c: Remove INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
2010-06-212010-06-21 Peter Dufault <dufault@hda.com>Joel Sherrill1-0/+5
PR 1583/bsps * shared/startup/panic.c: Remove reference to ITRON.
2010-04-282010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-0/+6
* shared/bootloader/em86.c, shared/bootloader/mm.c, shared/console/polled_io.c, shared/irq/irq_init.c, shared/startup/bspstart.c: Remove warnings.
2010-04-142010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+8
* shared/flash/flash.c: Include <unistd.h>.
2010-04-08Add include to pick up read()/close() prototypes.Eric Norum1-0/+3
2010-03-27fix prototypesThomas Doerfler1-0/+4
2010-03-25add gwlcfm BSPThomas Doerfler1-0/+3
2009-12-17 adapted to new prototype for *_write functionThomas Doerfler1-0/+5
2009-12-112009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
PR 1483/cpukit * shared/pci/pci.c: Rename pci_config into rtems_pci_config_t.
2009-12-102009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* shared/irq/irq_init.c: Add missing initializer.
2009-12-102009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* shared/console/polled_io.c: Add prototype for boot_udelay.
2009-12-032009-12-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+5
* acinclude.m4, beatnik: Imported/added 'beatnik' BSP.
2009-12-022009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+5
* shared/start/start.S: Added AltiVec support (initializing MSR[VE], VSCR and VRSAVE).
2009-12-022009-12-01 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+5
* shared/vme/vme_universe.c: moved extern declaration out of local scope.