source: rtems/c/src/lib/libbsp/bfin/bf537Stamp/ChangeLog @ 64501892

4.104.115
Last change on this file since 64501892 was 64501892, checked in by Joel Sherrill <joel.sherrill@…>, on 05/27/09 at 11:58:16

2009-05-25 Allan Hessenflow <allanh@…>

PR 1415/bsps

  • startup/bspstart.c, startup/linkcmds: Enable caches and therefore enable the mmu.
  • start/start.S: Correct call to boot_card to meet bfin abi by clearing l0 - l3 and allocating some stack space.
  • Property mode set to 100644
File size: 2.5 KB
Line 
12009-05-25      Allan Hessenflow <allanh@kallisti.com>
2
3        * startup/bspstart.c, startup/linkcmds: Enable caches and therefore
4        enable the mmu.
5        * start/start.S: Correct call to boot_card to meet bfin abi by
6        clearing l0 - l3 and allocating some stack space.
7
82009-04-28      Chris Johns <chrisj@rtems.org>
9
10        * start/start.S: Update for boot_card command line change.
11
122008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * bsp_specs: Move -e start from *link to *startfile to avoid warning
15        for undefined entry symbol when linking relocatables with binutils
16        2.19.
17
182008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
21        of building libbspstart.a, using automake-rules.
22
232008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Eliminate *_SOURCES.
26
272008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
30        components.
31
322008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
35
362008-09-25      Allan Hessenflow <allanh@kallisti.com>
37
38        * include/bsp.h, startup/bspstart.c:
39
402008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * configure.ac, console/console.c: Add BFIN_ON_SKYEYE define to disable
43        features not supported on simulator.
44
452008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * configure.ac, console/console.c: Add skyeye alias for bf537stamp.
48
492008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * configure.ac: Make letting boot_card() handle work area allocation
52        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
53        BSP_BOOTCARD_OPTIONS.
54
552008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * include/bsp.h: Remove unnecessary boilerplate comments.
58
592008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * Makefile.am, startup/linkcmds: Use top level shared
62        bsp_get_work_area() implementation.
63
642008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * startup/bspstart.c: Remove unnecessary includes of
67        rtems/libcsupport.h and rtems/libio.h.
68        * startup/linkcmds: Remove unused _HeapBase.
69
702008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
73        Split out bsp_get_work_area() into its own file and user BSP
74        Framework to perform more initialization.
75
762008-08-15      Allan Hessenflow <allanh@kallisti.com>
77
78        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
79        preinstall.am, console/console.c, include/bsp.h,
80        network/networkconfig.c, start/start.S, startup/bspstart.c,
81        startup/linkcmds: New files.
82
Note: See TracBrowser for help on using the repository browser.