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

4.115
Last change on this file since b125b46 was b125b46, checked in by Sebastian Huber <sebastian.huber@…>, on 06/07/11 at 13:38:54

2011-06-07 Sebastian Huber <sebastian.huber@…>

  • configure.ac, startup/bspstart.c: Use standard cache BSP options.
  • Property mode set to 100644
File size: 20.0 KB
Line 
12011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * configure.ac, startup/bspstart.c: Use standard cache BSP options.
4
52011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * startup/cpuinit.c:
8        Use "__asm__" instead of "asm" for improved c99-compliance.
9
102011-02-10      Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12        * configure.ac: Added GEN83XX_ENABLE_INTERRUPT_NESTING BSP option.
13        * irq/irq.c: Use GEN83XX_ENABLE_INTERRUPT_NESTING option.  Disable
14        interrupts to protect critical section.
15        * make/custom/gen83xx.inc: Enable strict aliasing.
16
172011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * configure.ac: Require autoconf-2.68, automake-1.11.1.
20
212011-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * configure.ac, console/console-config.c, i2c/i2c_init.c,
24        include/bsp.h, include/hwreg_vals.h, include/irq.h, include/tm27.h,
25        include/tsec-config.h, irq/irq.c, network/network.c, spi/spi_init.c,
26        startup/bspstart.c: Address some of the issues spotted by the
27        check_bsp script.
28
292011-01-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
30
31        * network/network.c: Typo.
32
332011-01-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
34
35        * network/network.c: Moved initializations from generic TSEC driver
36        part.
37
382010-12-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
39
40        * include/u-boot.h: Removed file.
41        * include/u-boot-config.h, include/tsec-config.h: New files.
42        * include/bsp.h, start/start.S, startup/bspstart.c: Use new U-Boot
43        support.
44        * network/network.c: Update for API changes.
45        * Makefile.am, preinstall.am: Reflect changes above.
46
472010-11-12      Sebastian Huber <sebastian.huber@embedded-brains.de>
48
49        * console/console.h, console/console.c, console/config.c,
50        console/ns16550cfg.c: Removed files.
51        * console/console-config.c: New file.
52        * Makefile.am: Reflect changes above.
53        * configure.ac: New BSP options.
54        * include/bsp.h: Use new BSP options.
55        * network/network.c: Avoid memory leak.
56        * startup/bspstart.c: Initialize console port table.
57        * spi/spi_init.c: Update for SD card API changes.
58
592010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
62
632010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
64
65        * configure.ac: Added AC_CHECK_SIZEOF macro.
66
672010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
68
69        * include/irq-config.h: Removed file.
70        * Makefile.am, preinstall.am: Reflect change above.
71        * include/irq.h: Moved defines from 'include/irq-config.h'.
72
732009-11-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
74
75        * start/start.S, irq/irq.c: call to boot_card checked, removed warning
76
772009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
78
79        * Makefile.am, preinstall.am: Update for exception support changes.
80        * irq/irq.c, irq/irq_init.c: Changed exception header file includes.
81        * startup/bspstart.c: Changed exception header file includes.  Update
82        for ppc_exc_initialize() changes.
83
842009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * make/custom/gen83xx.inc: Remove RTEMS_BSP_FAMILY.
87
882009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * configure.ac: Don't add -ansi -fasm to CFLAGS.
91
922009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * make/custom/gen83xx.inc: New (Renamed from gen83xx.cfg).
95        * make/custom/gen83xx.cfg: Removed.
96        * make/custom/hsc_cm01.cfg, make/custom/mpc8313erdb.cfg,
97        make/custom/mpc8349eamds.cfg:
98        Include make/custom/gen83xx.inc.
99
1002009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * make/custom/gen83xx.cfg: Remove -W -Wno-unused.
103
1042009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * make/custom/hsc_cm01.cfg, make/custom/mpc8313erdb.cfg
107        make/custom/mpc8349eamds.cfg:
108        New (relocated from /make/custom).
109        * make/custom/gen83xx.cfg: New (relocated from /make/custom).
110
1112009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
114
115 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        PR 1435/bsps
118        * Makefile.am: Use shared implementation of bsp_idle_thread().
119        * startup/bspidle.c: Removed.
120
1212009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
124        bsp_idle_thread and split into its own file.
125        * startup/bspidle.c: New file.
126
1272009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
130        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
131        have the same options.
132
1332009-04-28      Chris Johns <chrisj@rtems.org>
134
135        * start/start.S: Update for boot_card command line change.
136
1372009-03-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
138
139        * start/start.S, include/hwreg_vals.h, startup/cpuinit.c:
140        correct some init values for HSC_CM01 boards
141
1422009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * startup/bspstart.c: Change prototype of IDLE thread to consistently
145        return void * and take a uintptr_t argument.
146
1472009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * spi/spi_init.c: Comment out fields having dropped out from
150        sd_card_driver_entry.
151
1522008-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * bsp_specs: Remove -e start from %link. Remove references to
155        start_g.
156
1572008-11-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
158
159        * include/bsp.h, include/hwreg_vals.h, network/network.c:
160        correct some init values for HSC_CM01 boards
161        change strategy to determine MAC address
162
1632008-11-13      Sebastian Huber <sebastian.huber@embedded-brains.de>
164
165        * console/console.c: Update for new NS16550 polled write function.
166
1672008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * Makefile.am, preinstall.am: Use shared stub coverhd.h
170        * include/coverhd.h: Removed.
171
1722008-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349
175        defines from *.cfg into bspopts.h.
176
1772008-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * include/bsp.h: #include <bspopts.h> first.
180
1812008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
184        of building libbspstart.a, using automake-rules.
185
1862008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * Makefile.am: Eliminate *_SOURCES.
189
1902008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
193        components.
194
1952008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
198
1992008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
200
201        * preinstall.am: Regenerated.
202
2032008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * Makefile.am: Eliminates libcpudir.
206
2072008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
208
209        * configure.ac: Make letting boot_card() handle work area allocation
210        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
211        BSP_BOOTCARD_OPTIONS.
212
2132008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
214
215        * Makefile.am, console/console.c, include/bsp.h: Use standardized
216        bsp_cleanup() which can optionally print a message, poll for user to
217        press key, and call bsp_reset(). Using this eliminates the various
218        bsp_cleanup() implementations which had their own implementation and
219        variety of string constants.
220        * startup/bspreset.c: New file.
221        * startup/bspclean.c: Removed.
222
2232008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * include/bsp.h, network/network.c: Fix missed name change.
226
2272008-09-22      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
228
229        * startup/bspstart.c: correct DEC click rate for non-U-Boot case
230
2312008-09-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
232
233        * startup/linkcmds.base: Fixed wrong section size symbols.
234
2352008-09-20      Joel Sherrill <joel.sherrill@oarcorp.com>
236
237        * Makefile.am, include/bsp.h, start/start.S, startup/bspstart.c,
238        startup/cpuinit.c: Use top level shared bsp_get_work_area()
239        implementation. Augment it to know about U-Boot.
240        * startup/bspgetworkarea.c: Removed.
241
2422008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
243
244        * include/bsp.h: Remove unnecessary boilerplate comments.
245
2462008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
247
248        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
249        is NOT used anywhere.
250
2512008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * startup/bspgetworkarea.c, startup/linkcmds.base: Do some prep work in
254        anticipation of gen5200 and gen83xx being able to shared
255        bsp_get_work_area() implementation.
256
2572008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
260        its own file and rely on BSP Framework to perform more
261        initialization. Remove unnecessary includes of rtems/libio.h and
262        rtems/libcsupport.h.
263        * startup/bspgetworkarea.c: New file.
264
2652008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
266
267        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
268        phase, all prototypes were removed from bsp.h and empty
269        implementations were removed and made to use the shared stub.
270
2712008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
272
273        * console/console.h: Convert to "bool".
274
2752008-09-05      Sebastian Huber <sebastian.huber@embedded-brains.de>
276
277        * startup/bspstart.c: Derive time base clicks from bus frequency.
278
2792008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
280
281        * console/console.c: Convert to "bool".
282
2832008-08-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
284       
285        * include/hwreg_vals.h: added some settings for HSC_CM01
286        * network/network.c: changed initialization code for HSC_CM01
287        * startup/cpuinit.c: changed initialization code for HSC_CM01
288        * startup/linkcmds.hsc_cm01: adapted memory map to HSC_CM01
289
2902008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
291
292        * Makefile.am: Added bspclean.c and use shared bsppretaskinghook.c.
293        * console/console.c: Added poll for char helper.
294        * include/bsp.h: Add macro definitions for optional reset behavior.
295        * startup/bspstart.c: Split out bsp_cleanup(). Clean up.
296        * startup/bspclean.c: New file.  Not can press any key on normal
297        shutdown to reset board when on MPC8313erdb.
298
2992008-08-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
300
301        * startup/cpuinit.h: Uses now powerpc-utility.h.  Changed invalid usage
302        of a boolean type to a proper integer type in calc_dbat_regvals().
303        Througout code formatting.
304
3052008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
306
307        * include/tm27.h: Uses now a decrementer exception handler.  Replaces
308        previous file.
309        * startup/bspstart.c: Install a default decrementer exception handler.
310
3112008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
312
313        * include/bsp.h, network/network.c, spi/spi_init.c, startup/cpuinit.c,
314        startup/uboot_support.c: Fixed warnings.
315
3162008-08-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
317
318        * Makefile.am, startup/bspstart.c, startup/cpuinit.c: For the
319        MPC8313ERDB -- The BAT entry for the eLBC was missing and add
320         hard reset sequence in bsp_cleanup().
321
3222008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
323
324        * README.mpc8313erdb: Some first cut notes on running with U-Boot.
325
3262008-08-14      Joel Sherrill <joel.sherrill@oarcorp.com>
327
328        * startup/bspstart.c: Time was running too slow with it taking 10
329        seconds for RTEMS to advance 5.
330
3312008-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * Makefile.am, preinstall.am: Add dummy linkcmds so autoconf tests work
334        on installed BSP.
335        * startup/linkcmds: New file.
336
3372008-08-08      Sebastian Huber <sebastian.huber@embedded-brains.de>
338
339        * startup/bspstart.c: Fixed calculation of bsp_click_per_usec.
340
3412008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
342
343        * start/start.S: Clear environment pointer for bootcard.  Fixed wrong
344        address increment in mpc83xx_zero_4().
345
3462008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
347
348        * Makefile.am: Add stub for U-Boot support. Hopefully someone more
349        knowledgeable than I can provide a real address and length.
350        * startup/uboot_support.c: New file.
351
3522008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
353
354        * configure.ac, include/bsp.h, startup/bspstart.c,
355        startup/linkcmds.base: Support RAM allocation via bootcard.
356
3572008-07-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
358
359        * startup/bspstart.c: Enable cache after CPU initialization.  Clear
360        only workspace memory area.
361
3622008-07-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
363
364        * network/network.c:
365        mpc8249eamds support for Gigabit Ethernet works again
366
3672008-07-18      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
368
369        * network/network.c:
370        mpc8249eamds uses gmii mode
371
3722008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
373
374        * configure.ac: Remove RTEMS_AMPOLISH3.
375
3762008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
377
378        * irq/irq_init.c, irq/irq.h, startup/linkcmds:
379        Removed.
380
381        * README.mpc8313erdb, include/irq-config.h, include/irq.h, irq/irq.c,
382        startup/linkcmds.base, startup/linkcmds.mpc8313erdb: New files.
383
384        * Makefile.am, configure.ac, console/config.c, console/console.c,
385        i2c/i2c_init.c, include/bsp.h, include/hwreg_vals.h, network/network.c,
386        spi/spi_init.c, start/start.S, startup/bspstart.c, startup/cpuinit.c,
387        startup/linkcmds.hsc_cm01, startup/linkcmds.mpc8349eamds: Support
388        MPC8313ERDB.
389
3902008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
391
392        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
393        Framework to ask the BSP where it has memory for the RTEMS Workspace
394        and C Program Heap. These collectively are referred to as work area.
395        If the BSP supports this, then it does not have to include code to
396        split the available memory between the two areas. This reduces the
397        amount of code in the BSP specific bspstart.c file. Additionally, the
398        shared framework can initialize the C Library, call
399        rtems_debug_enable(), and dirty the work area memory. Until most/all
400        BSPs support this new capability, if the BSP supports this, it should
401        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
402        When the transition is complete, this autoconf macro can be removed.
403
4042008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
405
406        * network/network.c, start/start.S:
407        add support for different board
408
4092008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
410
411        * irq/ipic.c:
412        make sure, that the masking operations in
413        ICTL and MSR are executed in order
414
4152008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
416
417        * include/bsp.h, startup/bspstart.c,
418        * console/console.c, console/config.c:
419        derived module input frequencies from internal bus clock during
420        start time
421
4222008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
423
424        * spi/spi_init.c:
425        added base frequency into softc structure, added fm25l256 driver
426
4272008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
428
429        * i2c/i2c_init.c:
430        added base frequency into softc structure
431
4322008-05-15      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
433
434        * include/bsp.h, include/hwreg_vals.h, ./Makefile.am:
435        moved HW register settings from bsp.h to hwreg_vals.h
436
4372008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
438
439        * Makefile.am: Rework to avoid .rel files.
440
4412008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
442
443        * Makefile.am, startup/bspstart.c: Refactored and renamed
444        initialization routines to rtems_initialize_data_structures,
445        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
446        rtems_initialize_start_multitasking. This opened the sequence up so
447        that bootcard() could provide a more robust and flexible framework
448        which is easier to explain and understand. This also lays the
449        groundwork for sharing the division of available memory between the
450        RTEMS workspace and heap and the C library initialization across all
451        BSPs.
452
4532008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
454
455        * startup/linkcmds, startup/linkcmds.hsc_cm01,
456        startup/linkcmds.mpc8349eamds: Add wildcard to gcc_except_table
457        section so programs compiled with gcc 4.3.x can link.
458
4592008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
460
461        * Makefile.am: Remove duplicate cases of mmu.rel and timer.rel in list
462        of objects.
463
4642007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
465
466        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
467        Configuration Table. Use the RTEMS provided accessor macros to obtain
468        configuration fields.
469
4702007-12-05      Till Straumann <strauman@slac.stanford.edu>
471
472        * irq/ipic.c, irq/irq_init.c:
473        Converted exception vector names to new ones
474        (qualified by <cpu_type> if non-std ppc exceptions).
475
4762007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
477
478        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
479        Configuration Table. Eliminate CPU Table from all ports. Delete
480        references to CPU Table in all forms.
481
4822007-12-04      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
483
484        * spi/spi_init.c: added missing file
485
4862007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
487
488        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
489        Table fields to the Configuration Table. This included
490        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
491        do_zero_of_workspace, extra_mpci_receive_server_stack,
492        stack_allocate_hook, and stack_free_hook. As a side-effect of this
493        effort some multiprocessing code was made conditional and some style
494        clean up occurred.
495
4962007-11-30      Till Straumann <strauman@slac.stanford.edu>
497
498        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
499
5002007-11-30      Till Straumann <strauman@slac.stanford.edu>
501
502        * irq/irq.h, irq/irq_init.c: Removed the definition
503        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
504        initialize the irqBase member of the rtems_irq_global_settings
505        struct. However, irqBase is an rtems_irq_symbolic_name,
506        so using BSP_LOWEST_OFFSET is more appropriate.
507
5082007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
509
510        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
511        Table. They have been replaced with variables named bsp_XXX as
512        needed.
513
5142007-10-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
515
516        * startup/cpuinit.c: reenable instruction MMU
517
5182007-10-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
519
520        * README.mpc8349eamds: added file
521
5222007-10-26      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
523
524        * startup/bspstart.c, startup/linkcmds:
525        removed unneeded address definitions
526
5272007-10-25      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
528
529        * include/bsp.h: fixed some typos
530
5312007-10-25      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
532
533        * Makefile.am, spi/spi_init.c, include/bsp.h: add spi support
534
5352007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
536
537        * console/console.c, irq/irq_init.c: Eliminate warnings.
538
5392007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
540
541        * console/console.c: Eliminate DEBUG_puts.
542
5432007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
544
545        PR 1257/bsps
546        * irq/irq_init.c: Code outside of cpukit should use the public API for
547        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
548        public API and directly accessing _CPU_ISR_Disable and
549        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
550        directive which could lead to problems. This patch also changes the
551        type of the variable passed into these routines and addresses minor
552        style issues.
553
5542007-09-11      Joel Sherrill <joel.sherrill@OARcorp.com>
555
556        * Makefile.am: Do not include networking drivers if networking is
557        disabled.
558
5592007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
560
561        * Makefile.am: Do not build networking if it is disabled.
562
5632007-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
564
565        * configure.ac: Fix path.
566        * include/bsp.h: Fix typo.
567
5682007-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
569
570        * Makefile.am, i2c/i2c_init.c: add i2c initialization
571
5722007-07-13      Joel Sherrill <joel.sherrill@OARcorp.com>
573
574        * Makefile.am, preinstall.am: Install a linkcmds all the time.
575        * startup/bspstart.c, startup/cpuinit.c,
576        startup/linkcmds.mpc8349eamds, startup/mpc83xx_regs.c: Add missing
577        CVS Id.
578        * startup/linkcmds: New file.
579
5802007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
581
582        * include/.cvsignore: New file.
583
5842007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
585
586        * network/network.c: Removed warning.
587
5882007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
589
590        * ChangeLog: New file.
591        * aclocal.m4, include/bspopts.h.in: Removed.
592
5932007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
594
595        * ChangeLog: New file.
596        * aclocal.m4, include/bspopts.h.in: Removed.
597
5982007-07-11      Joel Sherrill <joel.sherrill@OARcorp.com>
599
600        * .cvsignore: New file.
601        * Makefile.in: Removed.
602
6032007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
604
605        * New BSP -- generic 83xx but tested on mpc8349eamds.
Note: See TracBrowser for help on using the repository browser.