[49c8f45] | 1 | 2009-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 2 | |
---|
| 3 | * pci/pci.c: Add prototypes for BusCountPCI(void), init_pci(void). |
---|
| 4 | |
---|
[6b2b37d2] | 5 | 2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 6 | |
---|
| 7 | * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS. |
---|
| 8 | |
---|
| 9 | 2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
[4744e975] | 10 | |
---|
| 11 | * configure.ac: Fix typo. |
---|
| 12 | |
---|
[3c1adeec] | 13 | 2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 14 | |
---|
| 15 | * console/console.c: Fix warning. |
---|
| 16 | |
---|
[d0971334] | 17 | 2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 18 | |
---|
| 19 | * startup/ithread.S: Removed. Now bspidle.S. |
---|
| 20 | |
---|
[56035ca3] | 21 | 2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 22 | |
---|
| 23 | * Makefile.am, console/console.c, console/debugputs.c, include/bsp.h, |
---|
| 24 | startup/setvec.c: Split idle method into its own file. Properly note |
---|
| 25 | to confdefs.h that this BSP has its own idle thread. Also address use |
---|
| 26 | of maximum termios constant in debug IO. |
---|
| 27 | * startup/bspidle.S: New file. |
---|
| 28 | |
---|
[d1be26b] | 29 | 2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com> |
---|
| 30 | |
---|
| 31 | * configure.ac: Rename BSP_BOOTCARD_OPTIONS to |
---|
| 32 | RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs |
---|
| 33 | have the same options. |
---|
| 34 | |
---|
[8b074ee6] | 35 | 2009-03-25 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 36 | |
---|
| 37 | * startup/linkcmds: Start of RTEMS Work Area must be on 16 byte |
---|
| 38 | boundary on the SPARC. |
---|
| 39 | |
---|
[94da794] | 40 | 2009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr> |
---|
| 41 | |
---|
| 42 | PR 1391/bsps |
---|
| 43 | * startup/spurious.c: Format was %d but had leading 0x. |
---|
| 44 | |
---|
[27d29e18] | 45 | 2009-03-02 Daniel Hellstrom <daniel@gaisler.com> |
---|
| 46 | |
---|
| 47 | PR 1390/bsps |
---|
| 48 | * startup/linkcmds: Fix sections so C++ global constructors and |
---|
| 49 | destructors work with late model (>= 4.3) gcc versions. |
---|
| 50 | |
---|
[f0a680b] | 51 | 2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 52 | |
---|
| 53 | * bsp_specs: Remove -e start from %link. |
---|
| 54 | |
---|
[76428fd] | 55 | 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 56 | |
---|
| 57 | * Makefile.am, preinstall.am: |
---|
| 58 | * include/coverhd.h: Removed. |
---|
| 59 | |
---|
[8ce272b] | 60 | 2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 61 | |
---|
| 62 | * clock/ckinit.c: include "../../../shared/clockdrv_shell.h". |
---|
| 63 | * Makefile.am: Reflect changes above. |
---|
| 64 | |
---|
[4ca704c] | 65 | 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 66 | |
---|
| 67 | * Makefile.am: Eliminate bsp.am. Build startup files as side-effect |
---|
| 68 | of building libbspstart.a, using automake-rules. |
---|
| 69 | |
---|
[64eb0c7] | 70 | 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 71 | |
---|
| 72 | * Makefile.am: Eliminate *_SOURCES. |
---|
| 73 | |
---|
[e94666d] | 74 | 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 75 | |
---|
| 76 | * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its |
---|
| 77 | components. |
---|
| 78 | |
---|
[c06b3fa] | 79 | 2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 80 | |
---|
| 81 | * Makefile.am: Cleanup ../../shared/include/bootcard.h handling. |
---|
| 82 | |
---|
[95aa5e1] | 83 | 2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com> |
---|
| 84 | |
---|
| 85 | * configure.ac: Make letting boot_card() handle work area allocation |
---|
| 86 | mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to |
---|
| 87 | BSP_BOOTCARD_OPTIONS. |
---|
| 88 | |
---|
[b39fdd9] | 89 | 2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com> |
---|
| 90 | |
---|
| 91 | * Makefile.am: bsp_cleanup() had the same code which was executed when |
---|
| 92 | you returned from boot_card() to start.S. So just use the stub |
---|
| 93 | bsp_cleanup() implementation and remove a file. |
---|
| 94 | |
---|
[28b6765d] | 95 | 2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com> |
---|
| 96 | |
---|
| 97 | * Makefile.am, startup/bspstart.c: Use shared bsp_get_work_area() into |
---|
| 98 | its own file and use BSP Framework to perform more initialization. |
---|
| 99 | |
---|
[4909a30] | 100 | 2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com> |
---|
| 101 | |
---|
| 102 | * include/bsp.h: Review of all bsp_cleanup() implementations. In this |
---|
| 103 | phase, all prototypes were removed from bsp.h and empty |
---|
| 104 | implementations were removed and made to use the shared stub. |
---|
| 105 | |
---|
[bd66046] | 106 | 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 107 | |
---|
| 108 | * timer/timer.c: Convert to "bool". |
---|
| 109 | |
---|
[c8b03dbd] | 110 | 2008-09-03 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 111 | |
---|
| 112 | * timer/timer.c: Convert using "bool". |
---|
| 113 | |
---|
[e511e126] | 114 | 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com> |
---|
| 115 | |
---|
| 116 | * timer/timer.c: Eliminate empty function from every benchmark timer |
---|
| 117 | driver. Fix spelling. |
---|
| 118 | |
---|
[424ee2ba] | 119 | 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com> |
---|
| 120 | |
---|
| 121 | * timer/timer.c: Rename timer driver methods to follow RTEMS |
---|
| 122 | programming conventions. |
---|
| 123 | |
---|
[810647f] | 124 | 2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 125 | |
---|
[45a34d82] | 126 | * startup/bspstart.c: Remove bogus local declarations. |
---|
| 127 | * gnatsupp/gnatsupp.c: Add missing prototypes. |
---|
[810647f] | 128 | * amba/amba.c, console/console.c, timer/timer.c: Add missing |
---|
| 129 | prototypes. |
---|
| 130 | |
---|
[61bd7494] | 131 | 2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 132 | |
---|
| 133 | * startup/linkcmds: All SPARC executables should include |
---|
| 134 | rtems_get_version_string so the monitor used can provide RTEMS |
---|
| 135 | awareness based upon the version. |
---|
| 136 | |
---|
[d4886a06] | 137 | 2008-07-24 Sebastian Huber <sebastian.huber@embedded-brains.de> |
---|
| 138 | |
---|
| 139 | * startup/bspstart.c: Changed bsp_get_workarea() to |
---|
| 140 | bsp_get_work_area() and added support for an optional separate heap |
---|
| 141 | area. |
---|
| 142 | |
---|
[4c94fff] | 143 | 2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 144 | |
---|
| 145 | * Makefile.am, configure.ac, startup/bspstart.c: Add capability for |
---|
| 146 | bootcard.c BSP Initialization Framework to ask the BSP where it has |
---|
| 147 | memory for the RTEMS Workspace and C Program Heap. These collectively |
---|
| 148 | are referred to as work area. If the BSP supports this, then it does |
---|
| 149 | not have to include code to split the available memory between the |
---|
| 150 | two areas. This reduces the amount of code in the BSP specific |
---|
| 151 | bspstart.c file. Additionally, the shared framework can initialize |
---|
| 152 | the C Library, call rtems_debug_enable(), and dirty the work area |
---|
| 153 | memory. Until most/all BSPs support this new capability, if the BSP |
---|
| 154 | supports this, it should call |
---|
| 155 | RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When |
---|
| 156 | the transition is complete, this autoconf macro can be removed. |
---|
| 157 | |
---|
[6ea100c1] | 158 | 2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 159 | |
---|
| 160 | * startup/bspstart.c: Refactored and renamed initialization routines to |
---|
| 161 | rtems_initialize_data_structures, rtems_initialize_before_drivers, |
---|
| 162 | rtems_initialize_device_drivers, and |
---|
| 163 | rtems_initialize_start_multitasking. This opened the sequence up so |
---|
| 164 | that bootcard() could provide a more robust and flexible framework |
---|
| 165 | which is easier to explain and understand. This also lays the |
---|
| 166 | groundwork for sharing the division of available memory between the |
---|
| 167 | RTEMS workspace and heap and the C library initialization across all |
---|
| 168 | BSPs. |
---|
| 169 | |
---|
[0e58c4f] | 170 | 2008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 171 | |
---|
| 172 | * clock/ckinit.c: Add nanoseconds clock tick granularity support. |
---|
| 173 | |
---|
[109adeb3] | 174 | 2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 175 | |
---|
| 176 | * ChangeLog, Makefile.am: Remove all references to |
---|
| 177 | console_reserve_resources and termios_reserve_resources. |
---|
| 178 | * console/consolereserveresources.c: Removed. |
---|
| 179 | |
---|
| 180 | 2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 181 | |
---|
| 182 | * Makefile.am: Remove all references to console_reserve_resources and |
---|
| 183 | termios_reserve_resources. |
---|
| 184 | * console/consolereserveresources.c: Removed. |
---|
| 185 | |
---|
[bd7a91b] | 186 | 2008-03-12 Joel Sherrill <joel.sherrill@oarcorp.com> |
---|
| 187 | |
---|
| 188 | * configure.ac: Fix typo. |
---|
| 189 | |
---|
[d1f57b5] | 190 | 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 191 | |
---|
| 192 | * startup/linkcmds: Add wildcard to gcc_except_table section so |
---|
| 193 | programs compiled with gcc 4.3.x can link. |
---|
| 194 | |
---|
[2088669] | 195 | 2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 196 | |
---|
| 197 | * console/console.c, timer/timer.c: Fix typos in previous commit |
---|
| 198 | uncovered by MP build. |
---|
| 199 | |
---|
[12bd47e] | 200 | 2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 201 | |
---|
| 202 | * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies |
---|
| 203 | of the Configuration Table. Use the RTEMS provided accessor macros to |
---|
| 204 | obtain configuration fields. |
---|
| 205 | |
---|
[7f3c6ce] | 206 | 2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 207 | |
---|
| 208 | * amba/amba.c, clock/ckinit.c, console/console.c, include/bsp.h, |
---|
| 209 | startup/bspstart.c, timer/timer.c: Move interrupt_stack_size field |
---|
| 210 | from CPU Table to Configuration Table. Eliminate CPU Table from all |
---|
| 211 | ports. Delete references to CPU Table in all forms. |
---|
| 212 | |
---|
[03bfdbb] | 213 | 2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 214 | |
---|
| 215 | * amba/amba.c, startup/bspstart.c: Moved most of the remaining CPU |
---|
| 216 | Table fields to the Configuration Table. This included |
---|
| 217 | pretasking_hook, predriver_hook, postdriver_hook, idle_task, |
---|
| 218 | do_zero_of_workspace, extra_mpci_receive_server_stack, |
---|
| 219 | stack_allocate_hook, and stack_free_hook. As a side-effect of this |
---|
| 220 | effort some multiprocessing code was made conditional and some style |
---|
| 221 | clean up occurred. |
---|
| 222 | |
---|
[4bbf6ecb] | 223 | 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com> |
---|
| 224 | |
---|
| 225 | * shmsupp/getcfg.c: Fix spacing. |
---|
| 226 | |
---|
[8a781ad7] | 227 | 2007-10-11 Daniel Hellstrom <daniel@gaisler.com> |
---|
| 228 | |
---|
| 229 | * Makefile.am, preinstall.am: Add initial i2c and update OC-CAN |
---|
| 230 | support. |
---|
| 231 | |
---|
[7614490] | 232 | 2007-09-13 Daniel Hellstrom <daniel@gaisler.com> |
---|
| 233 | |
---|
| 234 | * Makefile.am: Add smc91111.rel to libbsp.a |
---|
| 235 | |
---|
[309cb3b5] | 236 | 2007-09-07 Daniel Hellstrom <daniel@gaisler.com> |
---|
| 237 | |
---|
| 238 | * console/console.c, leon_greth/leon_greth.c, |
---|
| 239 | leon_smc91111/leon_smc91111.c: Remove warnings. |
---|
| 240 | |
---|
[2a07d0f4] | 241 | 2007-09-06 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 242 | |
---|
| 243 | * pci/pci.c: Fix some warnings. |
---|
| 244 | |
---|
[f752c24] | 245 | 2007-09-06 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 246 | |
---|
| 247 | * console/debugputs.c: Add missing include file. |
---|
| 248 | |
---|
[30a8915] | 249 | 2007-09-06 Daniel Hellstrom <daniel@gaisler.com> |
---|
| 250 | |
---|
| 251 | * amba/amba.c: Add missing part of previous patch. |
---|
| 252 | * clock/ckinit.c: Update previous patch. |
---|
| 253 | |
---|
[ce40d30] | 254 | 2007-09-06 Daniel Hellstrom <daniel@gaisler.com> |
---|
| 255 | |
---|
| 256 | * pci/pci.c: New file missed on previous commit. |
---|
| 257 | |
---|
[344ba65] | 258 | 2007-09-06 Daniel Hellstrom <daniel@gaisler.com> |
---|
| 259 | |
---|
| 260 | * Makefile.am, preinstall.am: New files, split of printk. |
---|
| 261 | * console/console.c, console/debugputs.c: Split printk support out. |
---|
| 262 | * include/spacewire.h: Removed. |
---|
| 263 | * Makefile.am, preinstall.am: Use the following new drivers from |
---|
| 264 | sparc/shared: PCI, b1553BRM, SpaceWire(GRSPW), CAN (GRCAN), Raw UART. |
---|
| 265 | |
---|
[28f3f511] | 266 | 2007-09-06 Daniel Hellstrom <daniel@gaisler.com> |
---|
| 267 | |
---|
| 268 | * console/debugputs.c: Now works on multi-CPU systems. |
---|
| 269 | |
---|
[921bb59] | 270 | 2007-09-05 Daniel Hellstrom <daniel@gaisler.com> |
---|
| 271 | |
---|
| 272 | * clock/ckinit.c, console/console.c, leon_greth/leon_greth.c, |
---|
| 273 | leon_smc91111/leon_smc91111.c: LEON3 BSP drivers updated to use new |
---|
| 274 | AMBA PnP scanning functions. Affected drivers: |
---|
| 275 | amba/amba.c,clock/ckinit.c,console/console.c, |
---|
| 276 | leon_greth/leon_greth.c, leon_smc9111.c. |
---|
| 277 | |
---|
[4cb04f2] | 278 | 2007-09-05 Daniel Hellstrom <daniel@gaisler.com> |
---|
| 279 | |
---|
| 280 | * include/bsp.h, startup/bspstart.c: LEON2 and LEON3 Data cache |
---|
| 281 | snooping detection on startup, for drivers. (LEON2,3 are configurable |
---|
| 282 | processors, they can be with or without DCache snooping. Caches |
---|
| 283 | without snooping needs the drivers to flush cache or use the sparc |
---|
| 284 | instruction lda to force cache miss...) |
---|
| 285 | |
---|
[1982a19] | 286 | 2007-09-05 Daniel Hellstrom <daniel@gaisler.com> |
---|
| 287 | |
---|
| 288 | * Makefile.am, preinstall.am, amba/amba.c, include/amba.h, |
---|
| 289 | include/leon.h: LEON3 AMBA PnP bus scanning moved to |
---|
| 290 | shared/amba/amba.c and shared/include/ambapp.h. The AMBA scanning was |
---|
| 291 | improved to take account for PnP info address translation. This is |
---|
| 292 | useful when scanning remote AMBA busses for example when a board |
---|
| 293 | connected with PCI has an AMBA bus that needs to be scanned, before |
---|
| 294 | the addresses was hard coded. Also, LEON2 now have AMBA PnP bus |
---|
| 295 | scanning support. By using the new AMBA scanning routines it is |
---|
| 296 | possible to isolate the AMBA scanning code to ambapp.c, however |
---|
| 297 | existing drivers should be updated to use them in order to save |
---|
| 298 | space. |
---|
| 299 | |
---|
[2aaff51] | 300 | 2007-09-05 Daniel Hellstrom <daniel@gaisler.com> |
---|
| 301 | |
---|
| 302 | * include/bsp.h: This patch prepares bsp.h so that shared code (new |
---|
| 303 | drivers) can easily have small small sections of BSP specific code. |
---|
| 304 | |
---|
[6dacdf9d] | 305 | 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 306 | |
---|
| 307 | * include/bsp.h, startup/bspstart.c, startup/spurious.c: hello and |
---|
| 308 | ticker now run using runtest. |
---|
| 309 | |
---|
[2f9e237] | 310 | 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 311 | |
---|
| 312 | * startup/spurious.c: Fix typo from previous commit. |
---|
| 313 | |
---|
[55cb7c9] | 314 | 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
| 315 | |
---|
| 316 | * console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c, |
---|
| 317 | startup/bspstart.c, startup/spurious.c: Remove debug print methods |
---|
| 318 | that are redundant with prntk and replace their use with printk. |
---|
| 319 | |
---|
[1144653] | 320 | 2007-05-03 Joel Sherrill <joel@OARcorp.com> |
---|
| 321 | |
---|
| 322 | * startup/linkcmds: Handle .data.* sections |
---|
| 323 | |
---|
[2948f70] | 324 | 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 325 | |
---|
| 326 | * bsp_specs: Remove qrtems_debug. |
---|
| 327 | |
---|
[166247f] | 328 | 2007-03-28 Joel Sherrill <joel@OARcorp.com> |
---|
| 329 | |
---|
| 330 | * include/amba.h: Remove CVS conflict marker. |
---|
| 331 | |
---|
[3f0cfc5] | 332 | 2007-03-11 Joel Sherrill <joel@OARcorp.com> |
---|
| 333 | |
---|
| 334 | * startup/bspstart.c: Remove assignments of |
---|
| 335 | Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default |
---|
| 336 | value in boot_card.c |
---|
| 337 | |
---|
[5d3d6d1a] | 338 | 2007-03-10 Joel Sherrill <joel@OARcorp.com> |
---|
| 339 | |
---|
| 340 | PR 1227/bsps |
---|
| 341 | * include/bsp.h: Remove MAX_LONG_TEST_DURATION and |
---|
| 342 | MAX_SHORT_TEST_DURATION. They are obsolete and unused. |
---|
| 343 | |
---|
[7be0ca2] | 344 | 2007-02-09 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 345 | |
---|
| 346 | * shmsupp/getcfg.c: Comment out npu (Unused). |
---|
| 347 | |
---|
[4ce019ce] | 348 | 2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 349 | |
---|
| 350 | * console/debugputs.c, shmsupp/getcfg.c, shmsupp/lock.c, |
---|
| 351 | timer/timer.c: Use uint32_t instead of rtems_unsigned32/unsigned32. |
---|
| 352 | |
---|
[fcb0cd46] | 353 | 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 354 | |
---|
| 355 | * configure.ac: New BUG-REPORT address. |
---|
| 356 | |
---|
[29d1fce] | 357 | 2006-11-16 Joel Sherrill <joel@OARcorp.com> |
---|
| 358 | |
---|
| 359 | * clock/ckinit.c, startup/bspstart.c: Use common clock driver template |
---|
| 360 | and eliminate all fast idle code specific to this BSP. This |
---|
| 361 | eliminates a fair amount of code in the BSP clock driver and |
---|
| 362 | bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the |
---|
| 363 | timer so I added the new hook Clock_driver_support_find_timer to |
---|
| 364 | support this. In general, there was some clean up to the file headers |
---|
| 365 | of various files. |
---|
| 366 | |
---|
[aa4369c] | 367 | 2006-11-15 Joel Sherrill <joel@OARcorp.com> |
---|
| 368 | |
---|
| 369 | * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a |
---|
| 370 | file and simplified initialization. |
---|
| 371 | |
---|
[57357d9] | 372 | 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 373 | |
---|
| 374 | * Makefile.am: Remove superfluous -DASM. |
---|
| 375 | |
---|
[754610f] | 376 | 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
| 377 | |
---|
| 378 | * configure.ac: Require autoconf-2.60. Require automake-1.10. |
---|
| 379 | |
---|
[517782a] | 380 | 2006-07-16 Joel Sherrill <joel@OARcorp.com> |
---|
| 381 | |
---|
| 382 | * preinstall.am: Install spacewire.h |
---|
| 383 | |
---|
[0b83afe9] | 384 | 2006-07-13 Jerry Needell <jerry.needell@unh.edu> |
---|
| 385 | |
---|
| 386 | * clock/ckinit.c, include/leon.h, timer/timer.c, amba/amba.c |
---|
| 387 | fixed up merge from 4.6.6. Correct references to |
---|
| 388 | LEON3_IrqCtrl_Regs_Map.mask[x] and LEON3_Timer_Regs_Map.timer[x]. |
---|
| 389 | |
---|
[ad6a58d] | 390 | 2006-07-12 Jerry Needell <jerry.needell@unh.edu> |
---|
| 391 | |
---|
| 392 | * amba/amba.c, clock/ckinit.c, include/amba.h, timer/timer.c: Search |
---|
| 393 | for the Timer Register when initializing the amba rather than before |
---|
| 394 | each potential use. |
---|
| 395 | |
---|
[9956f81d] | 396 | 2006-07-12 Joel Sherrill <joel@OARcorp.com> |
---|
| 397 | |
---|
| 398 | * Makefile.am, include/leon.h: Try to merge rest of 4.6 BSP changes. |
---|
| 399 | * include/spacewire.h: New file. |
---|
| 400 | |
---|
[97871c97] | 401 | 2006-07-12 Joel Sherrill <joel@OARcorp.com> |
---|
| 402 | |
---|
| 403 | * Makefile.am: Merge SHM support from 4.6 branch. |
---|
| 404 | * shmsupp/README, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c, |
---|
| 405 | shmsupp/mpisr.c: New files. |
---|
| 406 | |
---|
[1a3ddc10] | 407 | 2006-07-11 Joel Sherrill <joel@OARcorp.com> |
---|
| 408 | |
---|
| 409 | * clock/ckinit.c: Actually call the routine to find the LEON3 time. |
---|
| 410 | |
---|
[4795141] | 411 | 2006-07-11 Joel Sherrill <joel@OARcorp.com> |
---|
| 412 | |
---|
| 413 | * leon_greth/.cvsignore, leon_greth/leon_greth.c: New files. |
---|
| 414 | Missed adding in previous commit of merge. |
---|
| 415 | |
---|
[72baf565] | 416 | 2006-07-11 Joel Sherrill <joel@OARcorp.com> |
---|
| 417 | |
---|
| 418 | * clock/ckinit.c, timer/timer.c: Make sure LEON3_Timer_Regs is |
---|
| 419 | initialized for the timer driver. |
---|
| 420 | |
---|
[6dd1665c] | 421 | 2006-07-11 Jerry Needell <jerry.needell@unh.edu> |
---|
| 422 | |
---|
| 423 | * ChangeLog, Makefile.am, clock/ckinit.c, include/amba.h, |
---|
| 424 | include/bsp.h: Merge SPARC updates from 4.6 branch. Original |
---|
| 425 | modifications by Gaisler Enterprises. |
---|
| 426 | |
---|
| 427 | 2006-07-03 Jerry Needell <jerry.needell@unh.edu> |
---|
| 428 | |
---|
| 429 | * leon_greth/leon_greth.c, include/bsp.h, include/amba.h: ported from 4.6.6 |
---|
| 430 | |
---|
[f70c44da] | 431 | 2006-06-24 Joel Sherrill <joel@OARcorp.com> |
---|
| 432 | |
---|
| 433 | * startup/linkcmds: Add .rela.dyn sections. |
---|
| 434 | |
---|
[cd0142d5] | 435 | 2006-04-12 Konrad Eisele <konrad@gaisler.com> |
---|
| 436 | |
---|
| 437 | * include/leon.h: Add LEON_INTERRUPT_EXTERNAL_1 define. |
---|
| 438 | |
---|
[bd86290d] | 439 | 2006-03-08 Joel Sherrill <joel@OARcorp.com> |
---|
| 440 | |
---|
| 441 | * startup/linkcmds: Add .gnu.linkonce.b.* section. |
---|
| 442 | |
---|
[4217b96] | 443 | 2006-02-08 Joel Sherrill <joel@OARcorp.com> |
---|
| 444 | |
---|
| 445 | * startup/linkcmds: Add sections required by newer gcc versions. |
---|
| 446 | |
---|
[73733dc] | 447 | 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
| 448 | |
---|
| 449 | * configure.ac: Remove explicit ampolish3 support (now in |
---|
| 450 | RTEMS_BSP_CONFIGURE). |
---|
| 451 | |
---|
[4d8d475] | 452 | 2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
| 453 | |
---|
| 454 | * configure.ac: Add ampolish3 support. |
---|
| 455 | * Makefile.am: Add preinstall.am. |
---|
| 456 | |
---|
[821df4b] | 457 | 2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
| 458 | |
---|
| 459 | * leon_smc91111/leon_smc91111.c, README, timer/timer.c, |
---|
| 460 | startup/ithread.S, startup/setvec.c, startup/spurious.c, |
---|
| 461 | startup/linkcmds, startup/bspstart.c, console/console.c, |
---|
| 462 | console/debugputs.c, console/consolereserveresources.c, |
---|
| 463 | bsp_specs, amba/amba.c, gnatsupp/gnatsupp.c, include/coverhd.h, |
---|
| 464 | include/tm27.h, include/leon.h, include/bsp.h, include/amba.h, |
---|
| 465 | Makefile.am, configure.ac, times, leon_open_eth/leon_open_eth.c |
---|
| 466 | clock/ckinit.c: Backport from rtems-4-6-branch. |
---|