forked from Imagelibrary/rtems
72 lines
2.2 KiB
Plaintext
72 lines
2.2 KiB
Plaintext
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
|
|
|
* configure.ac: Require autoconf-2.68, automake-1.11.1.
|
|
|
|
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
|
|
|
* tools/configure.ac: Require autoconf-2.68, automake-1.11.1.
|
|
|
|
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
|
|
|
* bsp_specs: Remove warning on __start not found.
|
|
|
|
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
|
|
|
* make/custom/avrtest.cfg: Remove RTEMS_BSP_FAMILY.
|
|
|
|
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
|
|
|
|
* configure.ac: Don't add -ansi -fasm to CFLAGS.
|
|
|
|
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
|
|
|
* make/custom/avrtest.cfg: New (relocated from /make/custom).
|
|
|
|
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
|
|
|
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
|
|
|
2009-07-23 Josh Switnicki <josh.switnicki@utoronto.ca>
|
|
|
|
* README: Included information about simulavrxx
|
|
|
|
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
|
|
|
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
|
RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
|
|
have the same options.
|
|
|
|
2009-07-03 Josh Switnicki <josh.switnicki@utoronto.ca>
|
|
|
|
* start/start.S: copied gcrt1.S and macros.inc from avr-libc.
|
|
Change from call main to call boot_card for RTEMS.
|
|
* start/macros.inc: New file.
|
|
|
|
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
|
|
|
* startup/linkcmds: Correct to have 65K total RAM (mostly external) and
|
|
correct base address.
|
|
|
|
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
|
|
|
* include/bsp.h: Add BSP_SMALL_MEMORY.
|
|
|
|
2009-04-28 Chris Johns <chrisj@rtems.org>
|
|
|
|
* start/start.S: Update for boot_card command line change.
|
|
|
|
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
|
|
|
* bsp_specs, start/start.S: Move -e start from *link to *startfile to
|
|
avoid warning for undefined entry symbol when linking relocatables
|
|
with binutils 2.19. Also rename entry from _init to _start to avoid
|
|
conflict with C++ constructor method name on other architectures.
|
|
|
|
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
|
|
|
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
|
|
preinstall.am, console/console-io.c, include/.cvsignore,
|
|
include/bsp.h, start/start.S, startup/linkcmds, tools/.cvsignore,
|
|
tools/Makefile.am, tools/configure.ac, tools/runtest.in: New files.
|
|
|