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

4.115
Last change on this file since 0d01467b was 0d01467b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 12:46:31

2011-02-11 Ralf Corsépius <ralf.corsepius@…>

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