source: rtems/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog @ 7a752161

4.115
Last change on this file since 7a752161 was 7a752161, checked in by Sebastian Huber <sebastian.huber@…>, on 09/26/11 at 10:08:29

2011-09-27 Sebastian Huber <sebastian.huber@…>

  • make/custom/mpc8309som.cfg, startup/linkcmds.mpc8309som: New file.
  • Makefile.am, preinstall.am: Reflect changes above.
  • configure.ac, console/console-config.c, include/bsp.h, include/hwreg_vals.h, include/irq.h, network/network.c, spi/spi_init.c, startup/cpuinit.c: Renamed various BSP options.
  • make/custom/gen83xx.inc, make/custom/hsc_cm01.cfg, make/custom/mpc8313erdb.cfg, make/custom/mpc8349eamds.cfg: Avoid special linkcmds.
  • Property mode set to 100644
File size: 20.7 KB
Line 
12011-09-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * make/custom/mpc8309som.cfg, startup/linkcmds.mpc8309som: New file.
4        * Makefile.am, preinstall.am: Reflect changes above.
5        * configure.ac, console/console-config.c, include/bsp.h,
6        include/hwreg_vals.h, include/irq.h, network/network.c,
7        spi/spi_init.c, startup/cpuinit.c: Renamed various BSP options.
8        * make/custom/gen83xx.inc, make/custom/hsc_cm01.cfg,
9        make/custom/mpc8313erdb.cfg, make/custom/mpc8349eamds.cfg: Avoid
10        special linkcmds.
11
122011-08-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
13
14        * network/network.c: Update due to API changes.
15
162011-06-18      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Remove references to non-existing files.
19
202011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
21
22        * configure.ac, startup/bspstart.c: Use standard cache BSP options.
23
242011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * startup/cpuinit.c:
27        Use "__asm__" instead of "asm" for improved c99-compliance.
28
292011-02-10      Sebastian Huber <sebastian.huber@embedded-brains.de>
30
31        * configure.ac: Added GEN83XX_ENABLE_INTERRUPT_NESTING BSP option.
32        * irq/irq.c: Use GEN83XX_ENABLE_INTERRUPT_NESTING option.  Disable
33        interrupts to protect critical section.
34        * make/custom/gen83xx.inc: Enable strict aliasing.
35
362011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Require autoconf-2.68, automake-1.11.1.
39
402011-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * configure.ac, console/console-config.c, i2c/i2c_init.c,
43        include/bsp.h, include/hwreg_vals.h, include/irq.h, include/tm27.h,
44        include/tsec-config.h, irq/irq.c, network/network.c, spi/spi_init.c,
45        startup/bspstart.c: Address some of the issues spotted by the
46        check_bsp script.
47
482011-01-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
49
50        * network/network.c: Typo.
51
522011-01-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
53
54        * network/network.c: Moved initializations from generic TSEC driver
55        part.
56
572010-12-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
58
59        * include/u-boot.h: Removed file.
60        * include/u-boot-config.h, include/tsec-config.h: New files.
61        * include/bsp.h, start/start.S, startup/bspstart.c: Use new U-Boot
62        support.
63        * network/network.c: Update for API changes.
64        * Makefile.am, preinstall.am: Reflect changes above.
65
662010-11-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
67
68        * console/console.h, console/console.c, console/config.c,
69        console/ns16550cfg.c: Removed files.
70        * console/console-config.c: New file.
71        * Makefile.am: Reflect changes above.
72        * configure.ac: New BSP options.
73        * include/bsp.h: Use new BSP options.
74        * network/network.c: Avoid memory leak.
75        * startup/bspstart.c: Initialize console port table.
76        * spi/spi_init.c: Update for SD card API changes.
77
782010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
81
822010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
83
84        * configure.ac: Added AC_CHECK_SIZEOF macro.
85
862010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
87
88        * include/irq-config.h: Removed file.
89        * Makefile.am, preinstall.am: Reflect change above.
90        * include/irq.h: Moved defines from 'include/irq-config.h'.
91
922009-11-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
93
94        * start/start.S, irq/irq.c: call to boot_card checked, removed warning
95
962009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
97
98        * Makefile.am, preinstall.am: Update for exception support changes.
99        * irq/irq.c, irq/irq_init.c: Changed exception header file includes.
100        * startup/bspstart.c: Changed exception header file includes.  Update
101        for ppc_exc_initialize() changes.
102
1032009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * make/custom/gen83xx.inc: Remove RTEMS_BSP_FAMILY.
106
1072009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * configure.ac: Don't add -ansi -fasm to CFLAGS.
110
1112009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * make/custom/gen83xx.inc: New (Renamed from gen83xx.cfg).
114        * make/custom/gen83xx.cfg: Removed.
115        * make/custom/hsc_cm01.cfg, make/custom/mpc8313erdb.cfg,
116        make/custom/mpc8349eamds.cfg:
117        Include make/custom/gen83xx.inc.
118
1192009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * make/custom/gen83xx.cfg: Remove -W -Wno-unused.
122
1232009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * make/custom/hsc_cm01.cfg, make/custom/mpc8313erdb.cfg
126        make/custom/mpc8349eamds.cfg:
127        New (relocated from /make/custom).
128        * make/custom/gen83xx.cfg: New (relocated from /make/custom).
129
1302009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
133
134 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        PR 1435/bsps
137        * Makefile.am: Use shared implementation of bsp_idle_thread().
138        * startup/bspidle.c: Removed.
139
1402009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
143        bsp_idle_thread and split into its own file.
144        * startup/bspidle.c: New file.
145
1462009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
149        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
150        have the same options.
151
1522009-04-28      Chris Johns <chrisj@rtems.org>
153
154        * start/start.S: Update for boot_card command line change.
155
1562009-03-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
157
158        * start/start.S, include/hwreg_vals.h, startup/cpuinit.c:
159        correct some init values for HSC_CM01 boards
160
1612009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * startup/bspstart.c: Change prototype of IDLE thread to consistently
164        return void * and take a uintptr_t argument.
165
1662009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * spi/spi_init.c: Comment out fields having dropped out from
169        sd_card_driver_entry.
170
1712008-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * bsp_specs: Remove -e start from %link. Remove references to
174        start_g.
175
1762008-11-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
177
178        * include/bsp.h, include/hwreg_vals.h, network/network.c:
179        correct some init values for HSC_CM01 boards
180        change strategy to determine MAC address
181
1822008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
183
184        * console/console.c: Update for new NS16550 polled write function.
185
1862008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * Makefile.am, preinstall.am: Use shared stub coverhd.h
189        * include/coverhd.h: Removed.
190
1912008-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349
194        defines from *.cfg into bspopts.h.
195
1962008-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * include/bsp.h: #include <bspopts.h> first.
199
2002008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
203        of building libbspstart.a, using automake-rules.
204
2052008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * Makefile.am: Eliminate *_SOURCES.
208
2092008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
212        components.
213
2142008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
217
2182008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * preinstall.am: Regenerated.
221
2222008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
223
224        * Makefile.am: Eliminates libcpudir.
225
2262008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
227
228        * configure.ac: Make letting boot_card() handle work area allocation
229        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
230        BSP_BOOTCARD_OPTIONS.
231
2322008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
233
234        * Makefile.am, console/console.c, include/bsp.h: Use standardized
235        bsp_cleanup() which can optionally print a message, poll for user to
236        press key, and call bsp_reset(). Using this eliminates the various
237        bsp_cleanup() implementations which had their own implementation and
238        variety of string constants.
239        * startup/bspreset.c: New file.
240        * startup/bspclean.c: Removed.
241
2422008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
243
244        * include/bsp.h, network/network.c: Fix missed name change.
245
2462008-09-22      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
247
248        * startup/bspstart.c: correct DEC click rate for non-U-Boot case
249
2502008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
251
252        * startup/linkcmds.base: Fixed wrong section size symbols.
253
2542008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * Makefile.am, include/bsp.h, start/start.S, startup/bspstart.c,
257        startup/cpuinit.c: Use top level shared bsp_get_work_area()
258        implementation. Augment it to know about U-Boot.
259        * startup/bspgetworkarea.c: Removed.
260
2612008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
262
263        * include/bsp.h: Remove unnecessary boilerplate comments.
264
2652008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
266
267        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
268        is NOT used anywhere.
269
2702008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
271
272        * startup/bspgetworkarea.c, startup/linkcmds.base: Do some prep work in
273        anticipation of gen5200 and gen83xx being able to shared
274        bsp_get_work_area() implementation.
275
2762008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
277
278        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
279        its own file and rely on BSP Framework to perform more
280        initialization. Remove unnecessary includes of rtems/libio.h and
281        rtems/libcsupport.h.
282        * startup/bspgetworkarea.c: New file.
283
2842008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
285
286        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
287        phase, all prototypes were removed from bsp.h and empty
288        implementations were removed and made to use the shared stub.
289
2902008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
291
292        * console/console.h: Convert to "bool".
293
2942008-09-05      Sebastian Huber <sebastian.huber@embedded-brains.de>
295
296        * startup/bspstart.c: Derive time base clicks from bus frequency.
297
2982008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * console/console.c: Convert to "bool".
301
3022008-08-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
303       
304        * include/hwreg_vals.h: added some settings for HSC_CM01
305        * network/network.c: changed initialization code for HSC_CM01
306        * startup/cpuinit.c: changed initialization code for HSC_CM01
307        * startup/linkcmds.hsc_cm01: adapted memory map to HSC_CM01
308
3092008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
310
311        * Makefile.am: Added bspclean.c and use shared bsppretaskinghook.c.
312        * console/console.c: Added poll for char helper.
313        * include/bsp.h: Add macro definitions for optional reset behavior.
314        * startup/bspstart.c: Split out bsp_cleanup(). Clean up.
315        * startup/bspclean.c: New file.  Not can press any key on normal
316        shutdown to reset board when on MPC8313erdb.
317
3182008-08-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
319
320        * startup/cpuinit.h: Uses now powerpc-utility.h.  Changed invalid usage
321        of a boolean type to a proper integer type in calc_dbat_regvals().
322        Througout code formatting.
323
3242008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
325
326        * include/tm27.h: Uses now a decrementer exception handler.  Replaces
327        previous file.
328        * startup/bspstart.c: Install a default decrementer exception handler.
329
3302008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
331
332        * include/bsp.h, network/network.c, spi/spi_init.c, startup/cpuinit.c,
333        startup/uboot_support.c: Fixed warnings.
334
3352008-08-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
336
337        * Makefile.am, startup/bspstart.c, startup/cpuinit.c: For the
338        MPC8313ERDB -- The BAT entry for the eLBC was missing and add
339         hard reset sequence in bsp_cleanup().
340
3412008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
342
343        * README.mpc8313erdb: Some first cut notes on running with U-Boot.
344
3452008-08-14      Joel Sherrill <joel.sherrill@oarcorp.com>
346
347        * startup/bspstart.c: Time was running too slow with it taking 10
348        seconds for RTEMS to advance 5.
349
3502008-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
351
352        * Makefile.am, preinstall.am: Add dummy linkcmds so autoconf tests work
353        on installed BSP.
354        * startup/linkcmds: New file.
355
3562008-08-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
357
358        * startup/bspstart.c: Fixed calculation of bsp_click_per_usec.
359
3602008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
361
362        * start/start.S: Clear environment pointer for bootcard.  Fixed wrong
363        address increment in mpc83xx_zero_4().
364
3652008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
366
367        * Makefile.am: Add stub for U-Boot support. Hopefully someone more
368        knowledgeable than I can provide a real address and length.
369        * startup/uboot_support.c: New file.
370
3712008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
372
373        * configure.ac, include/bsp.h, startup/bspstart.c,
374        startup/linkcmds.base: Support RAM allocation via bootcard.
375
3762008-07-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
377
378        * startup/bspstart.c: Enable cache after CPU initialization.  Clear
379        only workspace memory area.
380
3812008-07-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
382
383        * network/network.c:
384        mpc8249eamds support for Gigabit Ethernet works again
385
3862008-07-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
387
388        * network/network.c:
389        mpc8249eamds uses gmii mode
390
3912008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
392
393        * configure.ac: Remove RTEMS_AMPOLISH3.
394
3952008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
396
397        * irq/irq_init.c, irq/irq.h, startup/linkcmds:
398        Removed.
399
400        * README.mpc8313erdb, include/irq-config.h, include/irq.h, irq/irq.c,
401        startup/linkcmds.base, startup/linkcmds.mpc8313erdb: New files.
402
403        * Makefile.am, configure.ac, console/config.c, console/console.c,
404        i2c/i2c_init.c, include/bsp.h, include/hwreg_vals.h, network/network.c,
405        spi/spi_init.c, start/start.S, startup/bspstart.c, startup/cpuinit.c,
406        startup/linkcmds.hsc_cm01, startup/linkcmds.mpc8349eamds: Support
407        MPC8313ERDB.
408
4092008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
410
411        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
412        Framework to ask the BSP where it has memory for the RTEMS Workspace
413        and C Program Heap. These collectively are referred to as work area.
414        If the BSP supports this, then it does not have to include code to
415        split the available memory between the two areas. This reduces the
416        amount of code in the BSP specific bspstart.c file. Additionally, the
417        shared framework can initialize the C Library, call
418        rtems_debug_enable(), and dirty the work area memory. Until most/all
419        BSPs support this new capability, if the BSP supports this, it should
420        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
421        When the transition is complete, this autoconf macro can be removed.
422
4232008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
424
425        * network/network.c, start/start.S:
426        add support for different board
427
4282008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
429
430        * irq/ipic.c:
431        make sure, that the masking operations in
432        ICTL and MSR are executed in order
433
4342008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
435
436        * include/bsp.h, startup/bspstart.c,
437        * console/console.c, console/config.c:
438        derived module input frequencies from internal bus clock during
439        start time
440
4412008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
442
443        * spi/spi_init.c:
444        added base frequency into softc structure, added fm25l256 driver
445
4462008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
447
448        * i2c/i2c_init.c:
449        added base frequency into softc structure
450
4512008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
452
453        * include/bsp.h, include/hwreg_vals.h, ./Makefile.am:
454        moved HW register settings from bsp.h to hwreg_vals.h
455
4562008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
457
458        * Makefile.am: Rework to avoid .rel files.
459
4602008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
461
462        * Makefile.am, startup/bspstart.c: Refactored and renamed
463        initialization routines to rtems_initialize_data_structures,
464        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
465        rtems_initialize_start_multitasking. This opened the sequence up so
466        that bootcard() could provide a more robust and flexible framework
467        which is easier to explain and understand. This also lays the
468        groundwork for sharing the division of available memory between the
469        RTEMS workspace and heap and the C library initialization across all
470        BSPs.
471
4722008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
473
474        * startup/linkcmds, startup/linkcmds.hsc_cm01,
475        startup/linkcmds.mpc8349eamds: Add wildcard to gcc_except_table
476        section so programs compiled with gcc 4.3.x can link.
477
4782008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
479
480        * Makefile.am: Remove duplicate cases of mmu.rel and timer.rel in list
481        of objects.
482
4832007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
484
485        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
486        Configuration Table. Use the RTEMS provided accessor macros to obtain
487        configuration fields.
488
4892007-12-05      Till Straumann <strauman@slac.stanford.edu>
490
491        * irq/ipic.c, irq/irq_init.c:
492        Converted exception vector names to new ones
493        (qualified by <cpu_type> if non-std ppc exceptions).
494
4952007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
496
497        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
498        Configuration Table. Eliminate CPU Table from all ports. Delete
499        references to CPU Table in all forms.
500
5012007-12-04      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
502
503        * spi/spi_init.c: added missing file
504
5052007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
506
507        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
508        Table fields to the Configuration Table. This included
509        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
510        do_zero_of_workspace, extra_mpci_receive_server_stack,
511        stack_allocate_hook, and stack_free_hook. As a side-effect of this
512        effort some multiprocessing code was made conditional and some style
513        clean up occurred.
514
5152007-11-30      Till Straumann <strauman@slac.stanford.edu>
516
517        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
518
5192007-11-30      Till Straumann <strauman@slac.stanford.edu>
520
521        * irq/irq.h, irq/irq_init.c: Removed the definition
522        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
523        initialize the irqBase member of the rtems_irq_global_settings
524        struct. However, irqBase is an rtems_irq_symbolic_name,
525        so using BSP_LOWEST_OFFSET is more appropriate.
526
5272007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
528
529        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
530        Table. They have been replaced with variables named bsp_XXX as
531        needed.
532
5332007-10-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
534
535        * startup/cpuinit.c: reenable instruction MMU
536
5372007-10-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
538
539        * README.mpc8349eamds: added file
540
5412007-10-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
542
543        * startup/bspstart.c, startup/linkcmds:
544        removed unneeded address definitions
545
5462007-10-25      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
547
548        * include/bsp.h: fixed some typos
549
5502007-10-25      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
551
552        * Makefile.am, spi/spi_init.c, include/bsp.h: add spi support
553
5542007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
555
556        * console/console.c, irq/irq_init.c: Eliminate warnings.
557
5582007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
559
560        * console/console.c: Eliminate DEBUG_puts.
561
5622007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
563
564        PR 1257/bsps
565        * irq/irq_init.c: Code outside of cpukit should use the public API for
566        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
567        public API and directly accessing _CPU_ISR_Disable and
568        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
569        directive which could lead to problems. This patch also changes the
570        type of the variable passed into these routines and addresses minor
571        style issues.
572
5732007-09-11      Joel Sherrill <joel.sherrill@OARcorp.com>
574
575        * Makefile.am: Do not include networking drivers if networking is
576        disabled.
577
5782007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
579
580        * Makefile.am: Do not build networking if it is disabled.
581
5822007-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
583
584        * configure.ac: Fix path.
585        * include/bsp.h: Fix typo.
586
5872007-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
588
589        * Makefile.am, i2c/i2c_init.c: add i2c initialization
590
5912007-07-13      Joel Sherrill <joel.sherrill@OARcorp.com>
592
593        * Makefile.am, preinstall.am: Install a linkcmds all the time.
594        * startup/bspstart.c, startup/cpuinit.c,
595        startup/linkcmds.mpc8349eamds, startup/mpc83xx_regs.c: Add missing
596        CVS Id.
597        * startup/linkcmds: New file.
598
5992007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
600
601        * include/.cvsignore: New file.
602
6032007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
604
605        * network/network.c: Removed warning.
606
6072007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
608
609        * ChangeLog: New file.
610        * aclocal.m4, include/bspopts.h.in: Removed.
611
6122007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
613
614        * ChangeLog: New file.
615        * aclocal.m4, include/bspopts.h.in: Removed.
616
6172007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
618
619        * .cvsignore: New file.
620        * Makefile.in: Removed.
621
6222007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
623
624        * New BSP -- generic 83xx but tested on mpc8349eamds.
Note: See TracBrowser for help on using the repository browser.