summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/arm/ChangeLog578
-rw-r--r--c/src/lib/libbsp/arm/csb336/ChangeLog369
-rw-r--r--c/src/lib/libbsp/arm/csb337/ChangeLog408
-rw-r--r--c/src/lib/libbsp/arm/edb7312/ChangeLog633
-rw-r--r--c/src/lib/libbsp/arm/gba/ChangeLog379
-rw-r--r--c/src/lib/libbsp/arm/gdbarmsim/ChangeLog61
-rw-r--r--c/src/lib/libbsp/arm/gp32/ChangeLog340
-rw-r--r--c/src/lib/libbsp/arm/gumstix/ChangeLog143
-rw-r--r--c/src/lib/libbsp/arm/lm3s69xx/ChangeLog19
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/ChangeLog470
-rw-r--r--c/src/lib/libbsp/arm/lpc32xx/ChangeLog252
-rw-r--r--c/src/lib/libbsp/arm/nds/ChangeLog521
-rw-r--r--c/src/lib/libbsp/arm/nds/tools/ChangeLog30
-rw-r--r--c/src/lib/libbsp/arm/rtl22xx/ChangeLog312
-rw-r--r--c/src/lib/libbsp/arm/smdk2410/ChangeLog168
15 files changed, 0 insertions, 4683 deletions
diff --git a/c/src/lib/libbsp/arm/ChangeLog b/c/src/lib/libbsp/arm/ChangeLog
deleted file mode 100644
index b4b73daebc..0000000000
--- a/c/src/lib/libbsp/arm/ChangeLog
+++ /dev/null
@@ -1,578 +0,0 @@
-2011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/startup/bsp-start-copy-sections.c,
- shared/startup/bsp-start-memcpy.S: New files.
- * shared/include/start.h: Declare bsp_start_copy_sections().
- * shared/start/start.S, shared/include/linker-symbols.h: Moved
- content. Support for ARMv7-M.
-
-2011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * acinclude.m4: Added lm3s69xx BSP.
-
-2011-05-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/lpc/include/lpc-emc.h, shared/lpc/include/lpc-lcd.h: New
- files.
- * shared/lpc/include/lpc-dma.h: API changes.
- * shared/lpc/clock/lpc-clock-config.c: Fixed nano seconds extension.
- * shared/lpc/network/lpc-ethernet.c: Format. Multicast hash filter
- support.
-
-2011-03-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/start/start.S: Default exception handler will result in
- bsp_reset().
- * shared/startup/linkcmds.base: Move unsupported sections into
- read-only section. Changed barrier sections.
- * shared/lpc/network/lpc-ethernet.c: Support multicast.
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * shared/abort/abort.c, shared/abort/simple_abort.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * gba/clock/clockdrv.c, gba/console/conio.c, gba/console/console.c,
- gba/console/defaultfont.h, gba/include/arm_mode_bits.h,
- gba/include/asm_macros.h, gba/include/bsp.h, gba/include/conio.h,
- gba/include/gba.h, gba/include/gba_registers.h, gba/irq/irq.c,
- gba/irq/irq.h, gba/startup/bspstart.c, gba/timer/timer.c,
- gp32/include/bsp.h, gp32/startup/bspreset.c, gp32/startup/bspstart.c,
- nds/tools/runtest, shared/comm/uart.c, shared/comm/uart.h,
- smdk2410/include/bsp.h: Fix typo where license said
- found in found in.
-
-2011-01-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/startup/linkcmds.base: Removed workaround since LD 2.21 is
- fixed now.
-
-2010-12-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/lpc/include/lpc-i2s.h: Documentation. Fixed defines.
- * shared/lpc/include/lpc-timer.h: Documentation.
- * shared/lpc/network/lpc-ethernet.c: Added support for 10MBit/s links.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/startup/linkcmds.base: Split up fast region.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * preinstall.am, shared/lpc/include/lpc-i2s.h,
- shared/startup/linkcmds.armv4, shared/startup/linkcmds.armv7: New
- files.
- * Makefile.am: Added header and linker command files intended to be
- used by every ARM BSP.
- * shared/startup/linkcmds.base: Support for EABI and ARM ELF standard.
- * shared/include/linker-symbols.h: Update due to linker command file
- changes.
- * shared/start/start.S, shared/include/start.h: Renamed entry symbol
- from start to _start to avoid namespace conflicts. Update due to
- linker command file changes.
-
-2010-11-23 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1719/cpukit
- * shared/start/start.S: Avoid "bx" instruction to support ARMv4 and
- below.
-
-2010-06-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/startup/linkcmds.base: Define bsp_vector_table_size
- unconditionally. Use bsp_vector_table_in_start_section.
-
-2010-06-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/start/start.S, shared/startup/linkcmds.base,
- shared/include/linker-symbols.h: Added and use bsp_vector_table_begin,
- bsp_vector_table_size and bsp_vector_table_end.
-
-2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/include/start.h: Define start section attributes.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/irq_init.c: Removed file.
- * Makefile.am: Reflect change above.
-
-2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * shared/irq/irq_init.c, shared/lpc/clock/lpc-clock-config.c,
- shared/lpc/network/lpc-ethernet.c, shared/start/start.S: make
- irq data types consistent
-
-2010-04-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/lpc/include/lpc-dma.h: New file.
- * shared/lpc/clock/lpc-clock-config.c, shared/lpc/include/lpc-timer.h,
- shared/lpc/network/lpc-ethernet.c: Documentation.
- * shared/start/start.S: Do not require ARM mode for start hooks.
-
-2010-01-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/lpc/network/lpc-ethernet.c: New file.
- * shared/abort/abort.c, shared/abort/simple_abort.c: Use new mode
- switch macros.
- * shared/start/start.S: Fixed mode switching function calls. Use
- standard PSR defines.
- * shared/startup/linkcmds.base, shared/include/linker-symbols.h: Added
- .vbarrier and .robarrier output sections. Added defines for output
- section end alignment. Renamed undefined mode stack defines.
-
-2009-12-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/include/linker-symbols.h: C++ compatibility.
- * shared/lpc/include/lpc-timer.h, shared/lpc/clock/lpc-clock-config.c:
- New files.
-
-2009-12-07 Ralf Corsépius <ralf.corsepiu@rtems.org>
-
- * shared/comm/console.c: Remove (Unused).
- * Makefile.am: Remove shared/comm/console.c.
-
-2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * acinclude.m4: Add BSP for GDB ARM simulator so we can easily
- experiment with and debug different ARM architectural variations.
-
-2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * shared/comm/console.c: Reflect termios_baud_to_number having been
- renamed to rtems_termios_baud_to_number.
-
-2009-09-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/include/linker-symbols.h, shared/startup/linkcmds.base:
- Removed symbols and renamed sections.
- * shared/include/start.h, shared/start/start.S: Added
- bsp_start_memcpy(). Documentation. Changes for external ROM start.
-
-2009-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/irq/irq_asm.S, shared/startup/linkcmds.rom: Removed files.
- * Makefile.am: Removed references to deleted file
- 'shared/irq/irq_asm.S'.
- * shared/irq/irq_init.c: Do not install fast interrupt handler.
- Changed interrupt handler.
- * shared/abort/simple_abort.c: Fixed inline assembler statement.
- * shared/include/linker-symbols.h: Renamed sections. New symbols.
- * shared/start/start.S: Added THUMB support. Update for linker symbol
- changes.
-
-2009-06-04 Xi Yang <hiyangxi@gmail.com>
-
- * acinclude.m4: New Gumstix BSP.
-
-2009-04-28 Chris Johns <chrisj@rtems.org>
-
- * shared/start/start.S: Update for boot_card command line change.
-
-2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- PR 1385/cpukit
- * shared/irq/irq_asm.S: When the type rtems_boolean was switched to the
- C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
- dispatching code accesses two boolean variables for scheduling
- purposes and the assembly implementations of this code did not get
- updated.
-
-2009-03-02 Ray Xu <rayx.cn@gmail.com>
-
- * shared/irq/irq_asm.S: Newer compilers handle alignment better.
-
-2009-02-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * shared/startup/linkcmds.rom: New file
- * shared/include/start.h: Added declaration of start().
- * shared/start/start.S: Fixed vector table for ROM boot.
-
-2008-09-23 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * acinclude.m4: New BSP -- lpc24xx.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * acinclude.m4, shared/comm/console.c: Use standardized bsp_cleanup()
- which can optionally print a message, poll for user to press key, and
- call bsp_reset(). Using this eliminates the various bsp_cleanup()
- implementations which had their own implementation and variety of
- string constants.
-
-2008-09-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * lpc24xx: New BSP.
-
- * shared/startup/linkcmds.base, shared/include/linker-symbols.h,
- shared/include/start.h, shared/start/start.S: New files.
-
-2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * shared/bspgetworkarea.c: Removed.
-
-2008-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * shared/bspgetworkarea.c: New file.
-
-2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * shared/irq/irq_init.c: Add missing prototypes.
-
-2008-08-04 Ray Xu <rayx.cn@gmail.com>
-
- * shared/irq/irq_asm.S: Correct minor mistakes in adding Thumb code
- which prevented ARM from working.
-
-2008-05-23 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * shared/comm/console.c: Eliminate copies of switches to convert
- termios Bxxx constants to xxx as an integer. Use the shared
- termios_baud_to_number() routine to do the same conversion.
-
-2008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * csb336/startup/bspstart.c, csb337/startup/bspstart.c,
- edb7312/startup/bspstart.c, gba/startup/bspstart.c,
- gp32/startup/bspstart.c, rtl22xx/startup/bspstart.c: Add capability
- for bootcard.c BSP Initialization Framework to ask the BSP where it
- has memory for the RTEMS Workspace and C Program Heap. These
- collectively are referred to as work area. If the BSP supports this,
- then it does not have to include code to split the available memory
- between the two areas. This reduces the amount of code in the BSP
- specific bspstart.c file. Additionally, the shared framework can
- initialize the C Library, call rtems_debug_enable(), and dirty the
- work area memory. Until most/all BSPs support this new capability, if
- the BSP supports this, it should call
- RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
- the transition is complete, this autoconf macro can be removed.
-
-2008-05-06 Ray Xu <rayx.cn@gmail.com>
-
- * acinclude.m4: Add smdk2410. Update gp32 to use shared code.
-
-2008-04-16 Matthieu Bucchianeri <mbucchia@gmail.com>
-
- * acinclude.m4: Adding Nintendo DS BSP.
-
-2008-02-15 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * shared/comm/console.c: Do not have BSP specific __assert.
-
-2007-11-03 Ray Xu <rayx.cn@gmail.com>
-
- * shared/abort/simple_abort.c: Add veneer for ARM<->Thumb
- shared/irq/irq_asm.S: Add veneer for ARM<->Thumb
-
-2007-11-06 Till Straumann <strauman@slac.stanford.edu>
-
- * gba/irq/irq.c: test for non-NULL-ness before calling
- 'on'/'off' methods so that users don't have to provide
- no-ops if they don't want this feature.
-
-2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- PR 1257/bsps
- * shared/abort/abort.c, shared/abort/simple_abort.c,
- shared/irq/irq_init.c: Code outside of cpukit should use the public
- API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
- the public API and directly accessing _CPU_ISR_Disable and
- _CPU_ISR_Enable, they were bypassing the compiler memory barrier
- directive which could lead to problems. This patch also changes the
- type of the variable passed into these routines and addresses minor
- style issues.
-
-2007-09-08 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * shared/abort/abort.c, shared/abort/simple_abort.c: Remove incorrect
- and unneccessary prototype of printk.
-
-2007-06-13 Ray Xu <rayx@gmail.com>
-
- * shared/abort/simple_abort.c: Shrink the memory requirements. Joel
- reformatted for style.
-
-2007-06-13 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * acinclude.m4: Remove armulator.
-
-2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * armulator/.cvsignore, armulator/ChangeLog, armulator/Makefile.am,
- armulator/bsp_specs, armulator/configure.ac, armulator/preinstall.am,
- armulator/clock/clockdrv.c, armulator/console/console-io.c,
- armulator/console/mon-syscalls.S, armulator/include/.cvsignore,
- armulator/include/bsp.h, armulator/include/tm27.h,
- armulator/start/start.S, armulator/startup/bspstart.c,
- armulator/startup/libcfunc.c, armulator/startup/linkcmds,
- armulator/startup/swi.h, armulator/startup/syscalls.c,
- armulator/startup/trap.S: Removed.
-
-2007-05-15 Ray Xu <rayx.cn@gmail.com>
-
- * shared/abort/abort.c, shared/abort/simple_abort.c: New files.
-
-2007-05-15 Ray Xu <rayx.cn@gmail.com>
-
- * Makefile.am: Add abort.rel since it is now in the BSP shared source,
- not in score/cpu.
-
-2007-04-25 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * acinclude.m4: Regenerate.
-
-2006-12-14 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * shared/irq/irq_init.c: Remove unused var.
-
-2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: New BUG-REPORT address.
-
-2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.60. Require automake-1.10.
-
-2006-06-02 Jay Monkman <jtm@lopingdog.com>
-
- * shared/irq/irq_init.c: Changed interrupt handling
- to use shared rtems_irq_connect_data struct.
-
-2005-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Merge-in shared/Makefile.am.
- * ChangeLog: Merge-in shared/ChangeLog.
- * configure.ac: Remove shared/Makefile.am.
-
-2005-07-06 Markku Puro <markku.puro@kopteri.net>
-
- * acinclude.m4: Added GBA BSP.
-
-2005-03-11 Philippe Simons <loki_666@fastmail.fm>
-
- * acinclude.m4: Added gp32 BSP.
- * gp32/.cvsignore, gp32/Makefile.am, gp32/README, gp32/bsp_specs,
- gp32/configure.ac, gp32/console/.cvsignore, gp32/console/conio.c,
- gp32/console/console.c, gp32/console/defaultfont.c,
- gp32/include/.cvsignore, gp32/include/bsp.h, gp32/include/conio.h,
- gp32/include/tm27.h, gp32/start/.cvsignore, gp32/start/start.S,
- gp32/startup/.cvsignore, gp32/startup/bspstart.c,
- gp32/startup/exit.c, gp32/startup/linkcmds, gp32/startup/memmap.c:
- New files.
-
-2005-03-11 Jay Monkman <jtm@lopingdog.com>
-
- * vegaplus/.cvsignore, vegaplus/ChangeLog, vegaplus/Makefile.am,
- vegaplus/bsp_specs, vegaplus/configure.ac,
- vegaplus/clock/clockdrv.c, vegaplus/include/.cvsignore,
- vegaplus/include/bsp.h, vegaplus/include/registers.h,
- vegaplus/include/tm27.h, vegaplus/irq/bsp_irq_asm.S,
- vegaplus/irq/bsp_irq_init.c, vegaplus/irq/irq.c, vegaplus/irq/irq.h,
- vegaplus/start/start.S, vegaplus/startup/bspstart.c,
- vegaplus/startup/exit.c, vegaplus/startup/linkcmds: Removed.
- * acinclude.m4: Removed vegaplus BSP.
-
-2005-03-03 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- PR bsps/771
- * acinclude.m4: Remove arm_bare_bsp.
- * configure.ac: Remove reference to arm_bare_bsp in
- AC_CONFIG_SRCDIR. Use ../arm instead.
-
-2005-02-25 Joel Sherrill <joel@OARcorp.com>
-
- * arm_bare_bsp/.cvsignore, arm_bare_bsp/ChangeLog,
- arm_bare_bsp/Makefile.am, arm_bare_bsp/bsp_specs,
- arm_bare_bsp/configure.ac, arm_bare_bsp/clock/clockdrv.c,
- arm_bare_bsp/include/.cvsignore, arm_bare_bsp/include/bsp.h,
- arm_bare_bsp/include/registers.h, arm_bare_bsp/include/tm27.h,
- arm_bare_bsp/irq/bsp_irq_asm.S, arm_bare_bsp/irq/bsp_irq_init.c,
- arm_bare_bsp/irq/irq.c, arm_bare_bsp/irq/irq.h,
- arm_bare_bsp/start/start.S, arm_bare_bsp/startup/bspstart.c,
- arm_bare_bsp/startup/exit.c, arm_bare_bsp/startup/linkcmds: Removed.
-
-2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require automake > 1.9.
-
-2004-07-15 Jay Monkman
-
- * acinclude.m4: Added csb336 and csb337 BSPs
-
-2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
-
- * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
-
-2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
- * acinclude.m4: Regenerate.
-
-2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * shared/Makefile.am: Add PREINSTALL_DIRS.
-
-2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
- PRE/TMPINSTALL_FILES to CLEANFILES.
-
-2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
- $(RTEMS_BSP_FAMILY).
-
-2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * shared/Makefile.am: Use mkdir_p. Remove dirs from
- PRE/TMPINSTALL_FILES.
- * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
-
-2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Remove shared/comm/Makefile, shared/irq/Makefile.
- * shared/Makefile.am: Merge-in comm/Makefile.am, irq/Makefile.am
- * shared/Makefile.am: Add preinstallation dirstamp support.
- * shared/comm/Makefile.am, shared/irq/Makefile.am: Remove.
-
-2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * acinclude.m4: Reflect changes to bootstrap.
- * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
-
-2003-09-15 Jay Monkman <jtm@smoothsmoothie.com>
-
- PR 480/bsps
- * shared/irq/irq_asm.S: Remove duplicate code.
-
-2003-09-04 Joel Sherrill <joel@OARcorp.com>
-
- * shared/comm/console.c, shared/comm/uart.c, shared/comm/uart.h,
- shared/irq/irq_asm.S, shared/irq/irq_init.c: URL for license
- changed.
-
-2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Reflect having moved aclocal/.
-
-2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
- shared/irq/Makefile.am: Reflect having moved automake/.
-
-2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Use rtems-bugs@rtems.com as bug report email
- address.
-
-2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Remove AC_CONFIG_AUX_DIR.
-
-2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
- * configure.ac: AC_PREREQ(2.57).
-
-2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
-
-2002-11-13 Jay Monkman <jtm@smoothsmoothie.com>
-
- * shared/irq/irq_asm.S, shared/irq/irq_init.c: Fixes a bug with
- handling the situation where we are processing an IRQ, and we
- receive an FIQ.
- * acinclude.m4: Added edb7312.
-
-2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
-
-2002-10-04 Jay Monkman <jtm@smoothsmoothie.com>
-
- * shared/irq/irq_asm.S: Add FIQ support.
-
-2002-07-30 Jay Monkman <jtm@smoothsmoothie.com>
-
- * shared/irq/irq_asm.S: ARM port works well enough to run all
- sptests, tmtests, and ttcp. In addition to general cleanup, there
- has been considerable optimization to interrupt disable/enable,
- endian swapping, and context switching.
-
-2002-07-17 Jay Monkman <jtm@smoothsmoothie.com>
-
- * shared/irq/irq_asm.S: Significant rework in attempt to make
- interrupts work. They appear to be very close to correct but not
- 100%.
-
-2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am, shared/comm/Makefile.am, shared/Makefile.am,
- shared/irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
- AM_INIT_AUTOMAKE([no-define foreign 1.6]).
-
-2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * shared/comm/console.c, shared/irq/irq_init.c: Include
- rtems/bspIo.h instead of bspIo.h.
-
-2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * .cvsignore: Add autom4te.cache for autoconf > 2.52.
- * configure.ac: New file, generated from configure.in by autoupdate.
- * configure.in: Remove.
-
-2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * acinclude.m4: New file.
- * configure.in: Use RTEMS_BSP_SUBDIR.
-
-2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * shared/comm/Makefile.am: Use 'PREINSTALL_FILES ='.
-
-2001-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.in: remove shared/io/Makefile.
- * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES.
-
-2000-12-06 Joel Sherrill <joel@OARcorp.com>
-
- * shared/comm/console.c: Added casts to eliminate warnings.
- * shared/comm/console.c (console_reserve_resources): Removed.
-
-2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
-
-2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
- $(RTEMS_TOPdir)/aclocal.
-
-2000-11-02 Joel Sherrill <joel@OARcorp.com>
-
- * bsp_specs: Remove -Tlinkcmds from *link rule.
-
-2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
- GNU canonicalization.
-
-2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am,
- shared/irq/Makefile.am: Include compile.am
-
-2000-08-10 Joel Sherrill <joel@OARcorp.com>
-
- * ChangeLog, shared/ChangeLog: New file.
-
diff --git a/c/src/lib/libbsp/arm/csb336/ChangeLog b/c/src/lib/libbsp/arm/csb336/ChangeLog
deleted file mode 100644
index d843e08b7a..0000000000
--- a/c/src/lib/libbsp/arm/csb336/ChangeLog
+++ /dev/null
@@ -1,369 +0,0 @@
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * startup/bspstart.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * bsp_specs, start/start.S, startup/linkcmds: Use linker command base
- file.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am, preinstall.am: Added generic interrupt support modules.
- * include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
- * startup/bspstart.c, console/uart.c, network/network.c: Interrupt
- support changes.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/csb336.cfg: Use VFP floating point model.
-
-2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * startup/bspstart.c, network/network.c: make irq data types
- consistent
-
-2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * console/uart.c: Eliminate warnings.
- * start/start.S: Verify boot_card() is passed NULL.
-
-2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * console/uart.c: Let _BSP_poll_char return int.
-
-2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/csb336.cfg: Remove RTEMS_BSP_FAMILY.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -ansi -fasm to CFLAGS.
-
-2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/csb336.cfg: New (relocated from /make/custom).
-
-2009-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * console/uart.c: Reflect termios_baud_to_number having been
- renamed to rtems_termios_baud_to_number.
-
-2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
-
- 2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
- Should be automatically handled by confdefs.h or the application.
-
-2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
- RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
- have the same options.
-
-2009-05-25 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Remove junk bsp_reset().
- * startup/bspreset.c: Removed.
-
-2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * console/uart.c: Remove warning.
-
-2009-04-28 Chris Johns <chrisj@rtems.org>
-
- * start/start.S: Update for boot_card command line change.
-
-2009-01-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- PR 1350/bsps
- * network/lan91c11x.c: Do not write 65th element into 64 element array.
-
-2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * bsp_specs: Remove -Qy from *link.
-
-2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * bsp_specs: Move -e start from *link to *startfile to avoid warning
- for undefined entry symbol when linking relocatables with binutils
- 2.19.
-
-2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, preinstall.am: Use shared tm27.h stub.
- * include/tm27.h: Removed.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
- of building libbspstart.a, using automake-rules.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate *_SOURCES.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
- components.
-
-2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
-
-2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Make letting boot_card() handle work area allocation
- mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
- BSP_BOOTCARD_OPTIONS.
-
-2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspclean.c: Removed.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, console/uart.c, startup/bspclean.c,
- startup/bspstart.c: Use standardized bsp_cleanup() which can
- optionally print a message, poll for user to press key, and call
- bsp_reset(). Using this eliminates the various bsp_cleanup()
- implementations which had their own implementation and variety of
- string constants.
- * startup/bspreset.c: New file.
-
-2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, startup/linkcmds: Use top level shared
- bsp_get_work_area() implementation.
-
-2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspstart.c: Remove unnecessary includes of
- rtems/libcsupport.h and rtems/libio.h.
-
-2008-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, startup/bspstart.c: Split out
- bsp_get_work_area() into its own file and user BSP Framework to
- perform more initialization. Let edb7312 and csb336 shared the
- implementation.
-
-2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
- routine.
- * startup/bspclean.c: New file.
- * startup/exit.c: Removed.
-
-2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * startup/exit.c: Add missing prototypes.
-
-2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Rework to avoid .rel files.
-
-2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Refactored and renamed initialization routines to
- rtems_initialize_data_structures, rtems_initialize_before_drivers,
- rtems_initialize_device_drivers, and
- rtems_initialize_start_multitasking. This opened the sequence up so
- that bootcard() could provide a more robust and flexible framework
- which is easier to explain and understand. This also lays the
- groundwork for sharing the division of available memory between the
- RTEMS workspace and heap and the C library initialization across all
- BSPs.
-
-2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/linkcmds: Add wildcard to gcc_except_table section so
- programs compiled with gcc 4.3.x can link.
-
-2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h, startup/bspstart.c: Eliminate copies of the
- Configuration Table. Use the RTEMS provided accessor macros to obtain
- configuration fields.
-
-2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
- from CPU Table to Configuration Table. Eliminate CPU Table from all
- ports. Delete references to CPU Table in all forms.
-
-2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
- Table fields to the Configuration Table. This included
- pretasking_hook, predriver_hook, postdriver_hook, idle_task,
- do_zero_of_workspace, extra_mpci_receive_server_stack,
- stack_allocate_hook, and stack_free_hook. As a side-effect of this
- effort some multiprocessing code was made conditional and some style
- clean up occurred.
-
-2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- PR 1257/bsps
- * network/lan91c11x.c: Code outside of cpukit should use the public
- API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
- the public API and directly accessing _CPU_ISR_Disable and
- _CPU_ISR_Enable, they were bypassing the compiler memory barrier
- directive which could lead to problems. This patch also changes the
- type of the variable passed into these routines and addresses minor
- style issues.
-
-2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
- since it was used to configure a no longer used feature. Device names
- are now part of the filesystem not in a table.
-
-2007-05-15 Ray Xu <rayx@gmail.com>
-
- * Makefile.am: Add abort.rel since it is now in the BSP shared source,
- not in score/cpu.
-
-2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * bsp_specs: Remove qrtems_debug.
-
-2007-03-12 Joel Sherrill <joel@OARcorp.com>
-
- * include/bsp.h, network/lan91c11x.c, network/lan91c11x.h,
- network/network.c, start/start.S, startup/bspstart.c, startup/exit.c,
- startup/linkcmds, startup/memmap.c: Correct license URL and/or fix
- mistake in copyright notice. Both of these mistakes appear to be from
- code submitted after these changes were made previously.
-
-2007-03-11 Joel Sherrill <joel@OARcorp.com>
-
- * startup/bspstart.c: Remove assignments of
- Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
- value in boot_card.c
-
-2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * network/network.c (mc9328mxl_enet_ioctl): Use ioctl_command_t.
-
-2006-11-15 Joel Sherrill <joel@OARcorp.com>
-
- * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
- file and simplified initialization.
-
-2006-11-01 Joel Sherrill <joel@OARcorp.com>
-
- * bsp_specs: Fix typo.
-
-2006-10-30 Joel Sherrill <joel@OARcorp.com>
-
- * bsp_specs: Add crti, crtbegin, crtend, and crtn.
-
-2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove superfluous -DASM.
-
-2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.60. Require automake-1.10.
-
-2006-06-02 Jay Monkman <jtm@lopingdog.com>
-
- * startup/linkcmds: Removed unnecessary global definition of
- bsp_vector_table.
-
-2006-06-02 Jay Monkman <jtm@lopingdog.com>
-
- * times: Reran timing tests and updated 'times' file.
-
-2006-06-02 Jay Monkman <jtm@lopingdog.com>
-
- * startup/bspstart.c: Fixed PLL calculations.
-
-2006-06-02 Jay Monkman <jtm@lopingdog.com>
-
- * Makefile.am, console/uart.c, startup/exit.c: Changed UART
- driver to be interrupt driven, added support for both UARTs.
-
-
-2006-06-02 Jay Monkman <jtm@lopingdog.com>
-
- * network/network.c: Changed interrupt handling
- to use shared rtems_irq_connect_data struct.
-
-2006-06-02 Jay Monkman <jtm@lopingdog.com>
-
- * start/start.S, startup/linkcmds: Defined UNDEF exception
- stack space.
-
-2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Add preinstall.am.
-
-2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * bsp_specs: remove %lib.
-
-2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * bsp_specs: Remove %cpp.
-
-2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * include/bsp.h: New header guard.
-
-2005-04-26 Joel Sherrill <joel@OARcorp.com>
-
- * network/network.c: Add include rtems/bspIo.h to eliminate warning.
-
-2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
-
-2005-01-04 Joel Sherrill <joel@OARcorp.com>
-
- * startup/bspstart.c, startup/exit.c: Remove warnings.
-
-2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove build-variant support.
-
-2004-11-05 Joel Sherrill <joel@OARcorp.com>
-
- * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
- area being named sdram NOT RAM.
-
-2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
-
- * startup/bspstart.c: Use POSIX fixed size types.
-
-2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
-
- * configure.ac: Require automake > 1.9.
-
-2004-07-24 Joel Sherrill <joel@OARcorp.com>
-
- * .cvsignore: New file.
-
-2004-07-15 Jay Monkman
-
- * console/.cvsignore, include/.cvsignore, network/.cvsignore,
- start/.cvsignore, startup/.cvsignore: New files.
-
-2004-07-15 Jay Monkman
-
- * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times,
- console/uart.c, include/bsp.h, include/tm27.h, network/lan91c11x.c,
- network/lan91c11x.h, network/network.c, start/start.S,
- startup/bspstart.c, startup/exit.c, startup/linkcmds,
- startup/memmap.c: New files.
-
diff --git a/c/src/lib/libbsp/arm/csb337/ChangeLog b/c/src/lib/libbsp/arm/csb337/ChangeLog
deleted file mode 100644
index 7fc1519a38..0000000000
--- a/c/src/lib/libbsp/arm/csb337/ChangeLog
+++ /dev/null
@@ -1,408 +0,0 @@
-2011-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * startup/umonsupp.c: Include <rtems/umon.h> (Missing prototype).
-
-2011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1953/bsps
- * console/uarts.c: Do not use /dev/console in libchip configuration
- table. Shared driver framework selects device to use as /dev/console.
-
-2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- PR 1917/bsps
- * Makefile.am, console/uarts.c: Modifications to add dynamic tables for
- libchip serial drivers.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * bsp_specs, start/start.S, startup/linkcmds.csb337,
- startup/linkcmds.csb637: Use linker command base file.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am, preinstall.am: Added generic interrupt support modules.
- * include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
- * startup/bspstart.c, network/network.c: Interrupt support changes.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/csb337.cfg: Use VFP floating point model.
-
-2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * console/fbcons.c: Fix warnings.
-
-2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * startup/bspstart.c, network/network.c: make irq data types
- consistent
-
-2009-12-08 Fernando Nicodemos <fgnicodemos@terra.com.br>
-
- * console/font8x16.h, console/sed1356.c: Fix typos.
-
-2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>
-
- * README, README.kit637_v6, console/sed1356_16bit.h, startup/memmap.c:
- Missing parts of previous commit.
-
-2009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>
-
- * Makefile.am, preinstall.am, console/fbcons.c, console/font8x16.h,
- console/sed1356.c, console/uarts.c, include/sed1356.h,
- startup/bspstart.c, startup/linkcmds.csb337, startup/linkcmds.csb637,
- startup/memmap.c, startup/umonsupp.c: Update to match development
- version.
-
-2009-11-21 Fernando Nicodemos <fgnicodemos@terra.com.br>
-
- * Makefile.am, configure.ac, console/uarts.c: Add initial support for
- Kit637 version of CSB637.
- * README.kit637_v6, make/custom/kit637_v6.cfg: New files.
-
-2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Add RTEMS_BSP_LINKCMDS.
- * make/custom/csb637.cfg: Remove LDFLAGS. Remove RTEMS_LINKCMDS.
- * startup/linkcmds: Remove (Rename into linkcmds.csb337).
- * startup/linkcmds.csb337: New (Renamed from linkcmds).
- * Makefile.am: Rework linkcmds handling.
-
-2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/csb337.cfg: Remove RTEMS_BSP_FAMILY.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -ansi -fasm to CFLAGS.
-
-2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/csb337.cfg: New (relocated from /make/custom).
- * make/custom/csb637.cfg: New (relocated from /make/custom).
-
-2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
-
- 2009-07-29 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * network/network.c: Add csb637 PHY code based upon that in
- MicroMonitor 1.17.
-
-2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
- RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
- have the same options.
-
-2009-06-18 Fernando Nicodemos <fgnicodemos@terra.com.br>
-
- * Makefile.am, configure.ac, console/uarts.c: Add console device that
- uses MicroMonitor to do actual input and output. This driver should
- work on any board that uses MicroMonitor.
-
-2009-06-18 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/linkcmds, startup/linkcmds.csb637: Move .init section from
- the front of the executable so the start label has the first
- instruction in the executable.
-
-2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, preinstall.am: Make an RTEMS specific umon.h wrapper
- include file.
-
-2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Re-add basic console code.
-
-2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: Add MicroMonitor support.
-
-2009-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, preinstall.am: Add MicroMonitor support.
- * startup/umonsupp.c: New file.
-
-2009-06-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * network/network.c: Attempt to support csb637 PHY.
-
-2009-06-04 Xi Yang <hiyangxi@gmail.com>
-
- * startup/bspstart.c: Eliminate unused variables.
-
-2009-06-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac, preinstall.am, console/uarts.c,
- include/bsp.h, startup/memmap.c: Add support for /dev/fbcons which is
- a console type output only device to print to the LCD screen. The
- video controller (SED) and fonts are copied from MicroMonitor and
- proper attribution is made in those files and confirmed by Ed Sutter.
- * console/fbcons.c, console/font8x16.h, console/sed1356.c,
- console/sed1356_16bit.h, include/sed1356.h: New files.
-
-2009-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, README, configure.ac, preinstall.am, start/start.S,
- startup/memmap.c: Add csb637 as alias and variant.
- * startup/linkcmds.csb637: New file.
-
-2009-04-28 Chris Johns <chrisj@rtems.org>
-
- * start/start.S: Update for boot_card command line change.
-
-2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * bsp_specs: Remove -Qy from *link.
-
-2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * bsp_specs: Move -e start from *link to *startfile to avoid warning
- for undefined entry symbol when linking relocatables with binutils
- 2.19.
-
-2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, preinstall.am: Use shared tm27.h stub.
- * include/tm27.h: Removed.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
- of building libbspstart.a, using automake-rules.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate *_SOURCES.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
- components.
-
-2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
-
-2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Make letting boot_card() handle work area allocation
- mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
- BSP_BOOTCARD_OPTIONS.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, startup/bspstart.c: Use standardized
- bsp_cleanup() which can optionally print a message, poll for user to
- press key, and call bsp_reset(). Using this eliminates the various
- bsp_cleanup() implementations which had their own implementation and
- variety of string constants.
- * startup/bspreset.c: New file.
- * startup/bspclean.c: Removed.
-
-2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, startup/linkcmds: Use top level shared
- bsp_get_work_area() implementation.
-
-2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspstart.c: Remove unnecessary includes of
- rtems/libcsupport.h and rtems/libio.h.
-
-2008-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac, startup/bspclean.c, startup/bspstart.c:
- Now support bsp_get_work_area() and used shared implementation of it
- and bsp_pretasking_hook.
-
-2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
- routine.
- * startup/bspclean.c: New file.
- * startup/exit.c: Removed.
-
-2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * startup/bspstart.c: Add missing prototypes.
-
-2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Rework to avoid .rel files.
-
-2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Refactored and renamed initialization routines to
- rtems_initialize_data_structures, rtems_initialize_before_drivers,
- rtems_initialize_device_drivers, and
- rtems_initialize_start_multitasking. This opened the sequence up so
- that bootcard() could provide a more robust and flexible framework
- which is easier to explain and understand. This also lays the
- groundwork for sharing the division of available memory between the
- RTEMS workspace and heap and the C library initialization across all
- BSPs.
-
-2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/linkcmds: Add wildcard to gcc_except_table section so
- programs compiled with gcc 4.3.x can link.
-
-2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h, startup/bspstart.c: Eliminate copies of the
- Configuration Table. Use the RTEMS provided accessor macros to obtain
- configuration fields.
-
-2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
- from CPU Table to Configuration Table. Eliminate CPU Table from all
- ports. Delete references to CPU Table in all forms.
-
-2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
- Table fields to the Configuration Table. This included
- pretasking_hook, predriver_hook, postdriver_hook, idle_task,
- do_zero_of_workspace, extra_mpci_receive_server_stack,
- stack_allocate_hook, and stack_free_hook. As a side-effect of this
- effort some multiprocessing code was made conditional and some style
- clean up occurred.
-
-2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- PR 1257/bsps
- * startup/bspstart.c: Code outside of cpukit should use the public
- API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
- the public API and directly accessing _CPU_ISR_Disable and
- _CPU_ISR_Enable, they were bypassing the compiler memory barrier
- directive which could lead to problems. This patch also changes the
- type of the variable passed into these routines and addresses minor
- style issues.
-
-2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
- since it was used to configure a no longer used feature. Device names
- are now part of the filesystem not in a table.
-
-2007-05-15 Ray Xu <rayx@gmail.com>
-
- * Makefile.am: Add abort.rel since it is now in the BSP shared source,
- not in score/cpu.
-
-2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * bsp_specs: Remove qrtems_debug.
-
-2007-03-26 Chris Johns <chrisj@rtems.org>
-
- * include/bsp.h: Terminate comment.
-
-2007-03-12 Joel Sherrill <joel@OARcorp.com>
-
- * console/uarts.c, include/bsp.h, start/start.S, startup/bspstart.c,
- startup/exit.c, startup/linkcmds: Correct license URL and/or fix
- mistake in copyright notice. Both of these mistakes appear to be from
- code submitted after these changes were made previously.
-
-2007-03-11 Joel Sherrill <joel@OARcorp.com>
-
- * startup/bspstart.c: Remove assignments of
- Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
- value in boot_card.c
-
-2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * network/network.c (at91rm9200_emac_ioctl): Use ioctl_command_t.
-
-2006-11-15 Joel Sherrill <joel@OARcorp.com>
-
- * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
- file and simplified initialization.
-
-2006-11-01 Joel Sherrill <joel@OARcorp.com>
-
- * bsp_specs: Fix typo.
-
-2006-10-30 Joel Sherrill <joel@OARcorp.com>
-
- * bsp_specs: Add crti, crtbegin, crtend, and crtn.
-
-2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove superfluous -DASM.
-
-2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.60. Require automake-1.10.
-
-2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Add preinstall.am.
-
-2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * bsp_specs: remove %lib.
-
-2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * bsp_specs: Remove %cpp.
-
-2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * include/bsp.h: New header guard.
-
-2005-04-26 Joel Sherrill <joel@OARcorp.com>
-
- * network/network.c: Eliminate warnings.
-
-2005-02-24 Jay Monkman <jtm@lopingdog.com>
-
- PR 751/bsps
- * startup/linkcmds: Cleanup.
- * network/network.c: Added hardware initialization
- code.
-
-2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
-
-2005-01-04 Joel Sherrill <joel@OARcorp.com>
-
- * startup/linkcmds: Remove warnings.
-
-2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove build-variant support.
-
-2004-11-05 Joel Sherrill <joel@OARcorp.com>
-
- * startup/linkcmds: Add .gnu.linkonce.b section.
-
-2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
-
- * startup/bspstart.c: Use POSIX fixed size types.
-
-2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
-
- * configure.ac: Require automake > 1.9.
-
-2004-07-15 Jay Monkman
-
- * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
- times, console/uarts.c, include/.cvsignore, include/bsp.h,
- include/tm27.h, network/.cvsignore, network/network.c,
- start/.cvsignore, start/start.S, startup/.cvsignore,
- startup/bspstart.c, startup/exit.c, startup/linkcmds,
- startup/memmap.c: New files.
-
diff --git a/c/src/lib/libbsp/arm/edb7312/ChangeLog b/c/src/lib/libbsp/arm/edb7312/ChangeLog
deleted file mode 100644
index 37406d70fd..0000000000
--- a/c/src/lib/libbsp/arm/edb7312/ChangeLog
+++ /dev/null
@@ -1,633 +0,0 @@
-2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- PR 1917/bsps
- * Makefile.am, console/uart.c: Modifications to add dynamic tables for
- libchip serial drivers.
-
-2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Fix broken path to clockdrv_shell.h.
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * startup/bspreset.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * timer/timer.c: Include <rtems/btimer.h>.
- Fix benchmark_timer_read() definition.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * bsp_specs, start/start.S, startup/linkcmds: Use linker command base
- file.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * irq/bsp_irq_init.c: Removed file.
- * Makefile.am, preinstall.am: Reflect change above. Added generic
- interrupt support modules.
- * include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
- * startup/bspstart.c, irq/bsp_irq_asm.S, clock/clockdrv.c,
- network/network.c: Interrupt support changes.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/edb7312.cfg: Use VFP floating point model.
-
-2010-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * console/uart.c: Reflect termios API changes.
-
-2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * clock/clockdrv.c, irq/bsp_irq_init.c, irq/irq.h
- startup/bspstart.c, network/network.c: make irq data types
- consistent
-
-2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * start/start.S: Verify boot_card() is passed a NULL.
-
-2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/edb7312.cfg: Remove RTEMS_BSP_FAMILY.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -ansi -fasm to CFLAGS.
-
-2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/edb7312.cfg: New (relocated from /make/custom).
-
-2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
-
- 2009-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * include/ep7312.h, startup/bspreset.c: Move Skyeye magic address out
- of .h file.
-
-2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
- Should be automatically handled by confdefs.h or the application.
-
-2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * clock/clockdrv.c: Tinker with clock on Skyeye.
-
-2009-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * clock/clockdrv.c: Add stub nanoseconds since last tick handler to
- improve coverage.
-
-2009-07-28 Xi Yang <hiyangxi@gmail.com>
-
- * configure.ac: undefine BSP_PRESS_KEY_FOR_RESET
- * startup/bspreset.c, include/ep7312.h: Support skyeye shutdown device
-
-2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
- RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
- have the same options.
-
-2009-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am: Removed references to deleted file
- '../shared/irq/irq_asm.S'.
- * irq/bsp_irq_asm.S: Renamed ExecuteITHandler() into
- bsp_interrupt_dispatch().
-
-2009-07-12 Xi Yang <hiyangxi@gmail.com>
-
- * configure.ac, clock/clockdrv.c, startup/bspreset.c: Adjust clock
- initialization for clock tick so rtmonuse test now runs on Skyeye.
- Joel added configure magic and place holder in bspreset.c for Skyeye
- hardware reset device support.
-
-2009-04-28 Chris Johns <chrisj@rtems.org>
-
- * start/start.S: Update for boot_card command line change.
-
-2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * bsp_specs: Remove -Qy from *link.
-
-2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * bsp_specs: Move -e start from *link to *startfile to avoid warning
- for undefined entry symbol when linking relocatables with binutils
- 2.19.
-
-2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, preinstall.am: Use shared tm27.h stub.
- * include/tm27.h: Removed.
-
-2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
- * Makefile.am: Reflect changes above.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
- of building libbspstart.a, using automake-rules.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate *_SOURCES.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
- components.
-
-2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
-
-2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Make letting boot_card() handle work area allocation
- mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
- BSP_BOOTCARD_OPTIONS.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspreset.c: New file.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, console/uart.c: Use standardized
- bsp_cleanup() which can optionally print a message, poll for user to
- press key, and call bsp_reset(). Using this eliminates the various
- bsp_cleanup() implementations which had their own implementation and
- variety of string constants.
- * startup/bspclean.c: Removed.
-
-2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, startup/linkcmds: Use top level shared
- bsp_get_work_area() implementation.
-
-2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspstart.c: Remove unnecessary includes of
- rtems/libcsupport.h and rtems/libio.h.
-
-2008-09-12 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: Split out bsp_get_work_area() into its own file and user
- BSP Framework to perform more initialization. Let edb7312 and csb336
- shared the implementation.
- * startup/bspgetworkarea.c: Removed.
-
-2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, startup/bspstart.c: Split out
- bsp_get_work_area() into its own file and user BSP Framework to
- perform more initialization.
- * startup/bspgetworkarea.c: New file.
-
-2008-09-05 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * timer/timer.c: Use "true" instead of "1" for "bool"s.
-
-2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * timer/timer.c: Eliminate empty function from every benchmark timer
- driver. Fix spelling.
-
-2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * timer/timer.c: Rename timer driver methods to follow RTEMS
- programming conventions.
-
-2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * timer/timer.c: Eliminate rtems_boolean.
- * Makefile.am: Remove stray include_HEADERS += irq/irq.h.
-
-2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
- routine.
- * startup/bspclean.c: New file.
- * startup/exit.c: Removed.
-
-2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * irq/bsp_irq_init.c: Add missing prototypes.
-
-2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Rework to avoid .rel files.
-
-2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Refactored and renamed initialization routines to
- rtems_initialize_data_structures, rtems_initialize_before_drivers,
- rtems_initialize_device_drivers, and
- rtems_initialize_start_multitasking. This opened the sequence up so
- that bootcard() could provide a more robust and flexible framework
- which is easier to explain and understand. This also lays the
- groundwork for sharing the division of available memory between the
- RTEMS workspace and heap and the C library initialization across all
- BSPs.
-
-2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/linkcmds: Add wildcard to gcc_except_table section so
- programs compiled with gcc 4.3.x can link.
-
-2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * clock/clockdrv.c, include/bsp.h, startup/bspstart.c: Eliminate copies
- of the Configuration Table. Use the RTEMS provided accessor macros to
- obtain configuration fields.
-
-2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
- from CPU Table to Configuration Table. Eliminate CPU Table from all
- ports. Delete references to CPU Table in all forms.
-
-2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
- Table fields to the Configuration Table. This included
- pretasking_hook, predriver_hook, postdriver_hook, idle_task,
- do_zero_of_workspace, extra_mpci_receive_server_stack,
- stack_allocate_hook, and stack_free_hook. As a side-effect of this
- effort some multiprocessing code was made conditional and some style
- clean up occurred.
-
-2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- PR 1257/bsps
- * irq/irq.c: Code outside of cpukit should use the public
- API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
- the public API and directly accessing _CPU_ISR_Disable and
- _CPU_ISR_Enable, they were bypassing the compiler memory barrier
- directive which could lead to problems. This patch also changes the
- type of the variable passed into these routines and addresses minor
- style issues.
-
-2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
-2007-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * clock/clockdrv.c: Fix spacing.
-
-2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * network/network.c: Remove cs8900_get_mac_addr which conflicted with
- one in libchip AND contained a hard-coded MAC address.
-
-2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
- since it was used to configure a no longer used feature. Device names
- are now part of the filesystem not in a table.
-
-2007-05-15 Ray Xu <rayx@gmail.com>
-
- * Makefile.am: Add abort.rel since it is now in the BSP shared source,
- not in score/cpu.
-
-2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * bsp_specs: Remove qrtems_debug.
-
-2007-03-11 Joel Sherrill <joel@OARcorp.com>
-
- * startup/bspstart.c: Remove assignments of
- Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
- value in boot_card.c
-
-2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: New BUG-REPORT address.
-
-2006-11-15 Joel Sherrill <joel@OARcorp.com>
-
- * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
- file and simplified initialization.
-
-2006-11-01 Joel Sherrill <joel@OARcorp.com>
-
- * bsp_specs: Fix typo.
-
-2006-10-30 Joel Sherrill <joel@OARcorp.com>
-
- * bsp_specs: Add crti, crtbegin, crtend, and crtn.
-
-2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove superfluous -DASM.
-
-2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.60. Require automake-1.10.
-
-2006-06-02 Jay Monkman
-
- * irq/bsp_irq_init.c: Changed interrupt handling
- to use shared rtems_irq_connect_data struct.
-
-2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Add preinstall.am.
-
-2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Install/preinstall headers from ../../arm/shared.
-
-2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * include/bsp.h: New header guard.
-
-2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>
-
- * irq/irq.h: Modified names and types to match rtems/irq.h.
- Note: rtems/irq.h should be included after the addition of a
- parameter to ISRs.
-
-2005-04-26 Joel Sherrill <joel@OARcorp.com>
-
- * network/network.c: Eliminate warnings.
-
-2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
-
-2005-01-04 Joel Sherrill <joel@OARcorp.com>
-
- * clock/clockdrv.c: Remove warnings.
-
-2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove build-variant support.
-
-2004-11-05 Joel Sherrill <joel@OARcorp.com>
-
- * startup/linkcmds: Add .gnu.linkonce.b section and account for memory
- area being named sdram NOT RAM.
-
-2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require automake > 1.9.
-
-2004-07-30 Jay Monkman <jtm@lopingdog.com>
-
- * network/network.c: Changes to network driver to get it to compile
- again.
-
-2004-04-23 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- PR 610/bsps
- * Makefile.am: Add include/tm27.h, Cosmetics.
- * include/tm27.h: Final cosmetics.
-
-2004-04-22 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * include/bsp.h: Split out tmtest27 support.
- * include/tm27.h: New.
-
-2004-04-01 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
- * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
- * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
-
-2004-03-31 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * console/uart.c, include/ep7312.h, startup/bspstart.c,
- timer/timer.c: Convert to using c99 fixed size types.
-
-2004-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Reflect changes to bsp.am.
- Preinstall dist_project_lib*.
-
-2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Reflect changes to bsp.am.
-
-2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
-
-2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Pickup files from ../../arm/shared instead of
- ../shared. Reformat.
-
-2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * include/bsp.h: Remove config.
- * irq/irq.c: Remove stray blanks.
- * start/start.S: Add missing */ in comments.
-
-2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
- network/Makefile.am, irq/Makefile.am, start/Makefile.am,
- startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
- compilation rules.
- * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
- irq/Makefile.am, start/Makefile.am, startup/Makefile.am,
- timer/Makefile.am, wrapup/Makefile.am: Remove.
- * configure.ac: Reflect changes above.
-
-2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Add PREINSTALL_DIRS.
- * irq/Makefile.am: Ditto.
-
-2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
- Add PRE/TMPINSTALL_FILES to CLEANFILES.
- * irq/Makefile.am: Ditto.
- * start/Makefile.am: Ditto.
- * startup/Makefile.am: Ditto.
-
-2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * wrapup/Makefile.am: Eliminate $(LIB).
- Use noinst_DATA to trigger building libbsp.a.
-
-2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- PR 541/bsps
- * startup/linkcmds: Remove SEARCH_DIR.
-
-2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
- * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
-
-2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
- * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
- * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
-
-2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
-
-2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * network/Makefile.am: Misc cleanups and fixes.
- * start/Makefile.am: Misc cleanups and fixes.
- * startup/Makefile.am: Misc cleanups and fixes.
- * wrapup/Makefile.am: Misc cleanups and fixes.
-
-2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Add preinstallation dirstamp support.
- * irq/Makefile.am: Add preinstallation dirstamp support.
- * network/Makefile.am: Cosmetics.
- * wrapup/Makefile.am: Cosmetics.
-
-2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * clock/Makefile.am: Remove all-local: $(ARCH).
- * console/Makefile.am: Remove all-local: $(ARCH).
- * irq/Makefile.am: Remove all-local: $(ARCH).
- * network/Makefile.am: Remove all-local: $(ARCH).
- * start/Makefile.am: Remove all-local: $(ARCH).
- * startup/Makefile.am: Remove all-local: $(ARCH).
- * timer/Makefile.am: Remove all-local: $(ARCH).
- * wrapup/Makefile.am: Remove all-local: $(ARCH).
-
-2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Merge-in include/Makefile.am.
- Reflect changes to bsp.am.
- * include/Makefile.am: Remove.
- * configure.ac: Reflect changes above.
-
-2003-09-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * bsp_specs: Remove *lib:.
-
-2003-09-04 Joel Sherrill <joel@OARcorp.com>
-
- * clock/clockdrv.c, console/uart.c, include/bsp.h, include/ep7312.h,
- irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
- start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds,
- timer/timer.c: URL for license changed.
-
-2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Reflect having moved aclocal/.
-
-2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Reflect having moved automake/.
- * clock/Makefile.am: Reflect having moved automake/.
- * console/Makefile.am: Reflect having moved automake/.
- * include/Makefile.am: Reflect having moved automake/.
- * irq/Makefile.am: Reflect having moved automake/.
- * network/Makefile.am: Reflect having moved automake/.
- * start/Makefile.am: Reflect having moved automake/.
- * startup/Makefile.am: Reflect having moved automake/.
- * timer/Makefile.am: Reflect having moved automake/.
- * wrapup/Makefile.am: Reflect having moved automake/.
-
-2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
-
-2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- PR 445/bsps
- * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
- Remove cpp, old_cpp (now unused).
-
-2003-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- PR 444/bsps
- * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
-
-2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Remove AC_CONFIG_AUX_DIR.
-
-2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
-
-2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: AC_PREREQ(2.57).
-
-2003-01-20 Joel Sherrill <joel@OARcorp.com>
-
- * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
-
-2002-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
-
-2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * start/Makefile.am: Use install-data-local to install startfile.
-
-2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
-
-2002-12-02 Joel Sherrill <joel@OARcorp.com>
-
- * configure.ac, network/Makefile.am: Don't build if networking disabled.
- * startup/linkcmds: Add sections to remove warnings.
-
-2002-11-17 Joel Sherrill <joel@OARcorp.com>
-
- * network/network.c: Fix inconsistency in prototyping.
-
-2002-11-13 Joel Sherrill <joel@OARcorp.com>
-
- * network/network.c: Removed warning per Jay's suggestion.
-
-2002-11-13 Joel Sherrill <joel@OARcorp.com>
-
- * include/.cvsignore: Corrected.
- * network/.cvsignore: New file.
-
-2002-11-13 Jay Monkman <jtm@smoothsmoothie.com>
-
- * New BSP.
- * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac, README,
- times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
- console/.cvsignore, console/Makefile.am, console/uart.c,
- include/.cvsignore, include/Makefile.am, include/bsp.h,
- include/ep7312.h, irq/.cvsignore, irq/Makefile.am, irq/bsp_irq_asm.S,
- irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, network/Makefile.am,
- network/network.c, start/.cvsignore, start/Makefile.am,
- start/start.S, startup/.cvsignore, startup/Makefile.am,
- startup/bspstart.c, startup/exit.c, startup/linkcmds,
- timer/.cvsignore, timer/Makefile.am, timer/timer.c,
- wrapup/.cvsignore, wrapup/Makefile.am: New file.
-
diff --git a/c/src/lib/libbsp/arm/gba/ChangeLog b/c/src/lib/libbsp/arm/gba/ChangeLog
deleted file mode 100644
index 88618ef92d..0000000000
--- a/c/src/lib/libbsp/arm/gba/ChangeLog
+++ /dev/null
@@ -1,379 +0,0 @@
-2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Fix broken path to clockdrv_shell.h.
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * include/bsp.h, startup/bspreset.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * timer/timer.c: Include <rtems/btimer.h>.
- Fix benchmark_timer_read() definition.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/linkcmds: ARM EABI compatibility.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * irq/irq_asm.S, irq/irq_init.c, irq/bsp_irq_asm.S,
- irq/bsp_irq_init.c: Removed files.
- * Makefile.am, preinstall.am: Reflect changes above. Added generic
- interrupt support modules.
- * irq/irq.h, irq/irq.c: The previous interrupt warning fix changed the
- interrupt handler API. To fix this problem the generic interrupt
- support framework will be used now. This eliminates a lot of copy and
- paste code. The interrupt header file is now <bsp/irq.h>.
- * include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
- * start/start.S, startup/bspstart.c, clock/clockdrv.c,
- console/console.c, timer/timer.c: Interrupt support changes.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/gba.cfg: Use VFP floating point model.
-
-2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * clock/clockdrv.c, console/console.c, irq/irq.c, irq/irq.h,
- irq/irq_init.c: make irq data types consistent
-
-2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * start/start.S: Verify boot_card() is passed a NULL.
-
-2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * console/conio.c, console/console.c, include/conio.h:
- Let *getch return "int". Remove casts.
-
-2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/gba.cfg: Remove RTEMS_BSP_FAMILY.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -ansi -fasm to CFLAGS.
-
-2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/gba.cfg: New (relocated from /make/custom).
-
-2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
-
- 2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
- Should be automatically handled by confdefs.h or the application.
-
-2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
- RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
- have the same options.
-
-2009-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/cpu.c, startup/cpu_asm.S: Removed files.
- * Makefile.am: Removed references to deleted files 'startup/cpu.c' and
- 'startup/cpu_asm.S'.
- * irq/irq_asm.S, irq/bsp_irq_asm.S: Renamed ExecuteITHandler() into
- bsp_interrupt_dispatch().
-
-2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
- bsp_get_work_area() since the work area is larger than a single
- allocatable object.
-
-2009-04-28 Chris Johns <chrisj@rtems.org>
-
- * start/start.S: Update for boot_card command line change.
-
-2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- PR 1385/cpukit
- * irq/irq_asm.S: When the type rtems_boolean was switched to the C99
- bool, the size changed from 4 bytes to 1 byte. The interrupt
- dispatching code accesses two boolean variables for scheduling
- purposes and the assembly implementations of this code did not get
- updated.
-
-2009-02-26 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/cpu.c: Now compiles. Does not run.
-
-2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * startup/cpu.c: Add missing prototype.
-
-2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * bsp_specs: Remove -Qy from *link.
-
-2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * bsp_specs: Move -e start from *link to *startfile to avoid warning
- for undefined entry symbol when linking relocatables with binutils
- 2.19.
-
-2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, preinstall.am: Use shared tm27.h stub.
- * include/tm27.h: Removed.
-
-2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspgetworkarea.c: Change size_t to ssize_t on
- bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
- which would limit the work area to 64K.
-
-2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
- * Makefile.am: Reflect changes above.
-
-2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * console/defaultfont.c: Remove (Renamed into console/defaultfont.h).
- * console/defaultfont.h: New (Renamed from console/defaultfont.c).
- * Makefile.am, console/conio.c: Reflect renamer.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
- of building libbspstart.a, using automake-rules.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate *_SOURCES.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
- components.
-
-2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
-
-2008-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove empty HAS_NETWORKING conditional.
-
-2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Make letting boot_card() handle work area allocation
- mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
- BSP_BOOTCARD_OPTIONS.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspreset.c: New file.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, console/console.c: Use standardized
- bsp_cleanup() which can optionally print a message, poll for user to
- press key, and call bsp_reset(). Using this eliminates the various
- bsp_cleanup() implementations which had their own implementation and
- variety of string constants.
- * startup/bspclean.c: Removed.
-
-2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspstart.c: Remove unnecessary includes of
- rtems/libcsupport.h and rtems/libio.h.
-
-2008-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, configure.ac, startup/bspstart.c: Now support
- bsp_get_work_area() and used shared implementation of it and
- bsp_pretasking_hook. Ticker runs.
- * startup/bspgetworkarea.c: New file.
-
-2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
- this phase, all prototypes were removed from bsp.h and empty
- implementations were removed and made to use the shared stub.
-
-2008-09-06 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * irq/irq.c: Minor "bool" fixes.
-
-2008-09-05 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * startup/cpu.c, timer/timer.c: Convert to "bool".
-
-2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * timer/timer.c: Eliminate empty function from every benchmark timer
- driver. Fix spelling.
-
-2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * timer/timer.c: Rename timer driver methods to follow RTEMS
- programming conventions.
-
-2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * timer/timer.c: Eliminate rtems_boolean.
-
-2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
- routine.
- * startup/bspclean.c: New file.
- * startup/exit.c: Removed.
-
-2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * clock/clockdrv.c: Add missing prototypes.
-
-2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Rework to avoid .rel files.
-
-2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Refactored and renamed initialization routines to
- rtems_initialize_data_structures, rtems_initialize_before_drivers,
- rtems_initialize_device_drivers, and
- rtems_initialize_start_multitasking. This opened the sequence up so
- that bootcard() could provide a more robust and flexible framework
- which is easier to explain and understand. This also lays the
- groundwork for sharing the division of available memory between the
- RTEMS workspace and heap and the C library initialization across all
- BSPs.
-
-2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/linkcmds: Add wildcard to gcc_except_table section so
- programs compiled with gcc 4.3.x can link.
-
-2008-02-15 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * console/console.c: Do not have BSP specific __assert.
-
-2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * clock/clockdrv.c, include/bsp.h, startup/bspstart.c: Eliminate copies
- of the Configuration Table. Use the RTEMS provided accessor macros to
- obtain configuration fields.
-
-2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c, startup/cpu.c: Move interrupt_stack_size field
- from CPU Table to Configuration Table. Eliminate CPU Table from all
- ports. Delete references to CPU Table in all forms.
-
-2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
- Table fields to the Configuration Table. This included
- pretasking_hook, predriver_hook, postdriver_hook, idle_task,
- do_zero_of_workspace, extra_mpci_receive_server_stack,
- stack_allocate_hook, and stack_free_hook. As a side-effect of this
- effort some multiprocessing code was made conditional and some style
- clean up occurred.
-
-2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- PR 1257/bsps
- * irq/irq.c, irq/irq_init.c: Code outside of cpukit should use the public
- API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
- the public API and directly accessing _CPU_ISR_Disable and
- _CPU_ISR_Enable, they were bypassing the compiler memory barrier
- directive which could lead to problems. This patch also changes the
- type of the variable passed into these routines and addresses minor
- style issues.
-
-2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
-2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
- since it was used to configure a no longer used feature. Device names
- are now part of the filesystem not in a table.
-
-2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * bsp_specs: Remove qrtems_debug.
-
-2007-03-11 Joel Sherrill <joel@OARcorp.com>
-
- * startup/bspstart.c: Remove assignments of
- Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
- value in boot_card.c
-
-2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: New BUG-REPORT address.
-
-2006-11-15 Joel Sherrill <joel@OARcorp.com>
-
- * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
- file and simplified initialization.
-
-2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove superfluous -DASM.
-
-2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.60. Require automake-1.10.
-
-2006-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * console/defaultfont.c: Convert to utf-8.
-
-2006-09-11 Joel Sherrill <joel@OARcorp.com>
-
- * include/arm_mode_bits.h: Convert C++ style comments to C style.
-
-2006-09-11 Chris Johns <chrisj@rtems.org>
-
- * README, configure.ac: Remove extra CRLF.
-
-2006-06-02 Jay Monkman <jtm@lopingdog.com>
-
- * irq/bsp_irq_init.c: Changed interrupt handling
- to use shared rtems_irq_connect_data struct.
-
-2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Add preinstall.am.
-
-2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * bsp_specs: remove %lib.
-
-2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * bsp_specs: Remove %cpp.
-
-2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * irq/irq.c, startup/bspstart.c: Remove obsolete types (*unsigned32).
-
-2005-07-06 Markku Puro <markku.puro@kopteri.net>
-
- * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
- clock/clockdrv.c, console/conio.c, console/console.c,
- console/defaultfont.c, include/arm_mode_bits.h, include/asm_macros.h,
- include/bsp.h, include/bspopts.h.in, include/conio.h, include/gba.h,
- include/gba_registers.h, include/tm27.h, irq/bsp_irq_asm.S,
- irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
- irq/irq_init.c, start/logo.S, start/start.S, startup/bspstart.c,
- startup/cpu.c, startup/cpu_asm.S, startup/exit.c, startup/linkcmds,
- timer/timer.c: New files.
-
diff --git a/c/src/lib/libbsp/arm/gdbarmsim/ChangeLog b/c/src/lib/libbsp/arm/gdbarmsim/ChangeLog
deleted file mode 100644
index 398fdb6f70..0000000000
--- a/c/src/lib/libbsp/arm/gdbarmsim/ChangeLog
+++ /dev/null
@@ -1,61 +0,0 @@
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * include/swi.h, startup/bspreset.c, startup/syscalls.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * bsp_specs, start/start.S, startup/linkcmds: Use linker command base
- file.
-
-2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * startup/syscalls.c: ifdef out _times since it conflicts with
- RTEMS internal one. Besides we only use the simulator syscalls
- for console IO.
-
-2010-05-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * startup/syscalls.c: Rename to avoid conflict with newlib.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/arm920.cfg: Use VFP floating point model.
-
-2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * start/start.S: Verify boot_card() is passed a NULL.
-
-2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/arm1136jfs.cfg: Remove RTEMS_BSP_FAMILY.
- * make/custom/arm1136js.cfg: Remove RTEMS_BSP_FAMILY.
- * make/custom/arm7tdmi.cfg: Remove RTEMS_BSP_FAMILY.
- * make/custom/arm920.cfg: Remove RTEMS_BSP_FAMILY.
- * make/custom/armcortexa9.cfg: Remove RTEMS_BSP_FAMILY.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -ansi -fasm to CFLAGS.
-
-2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/arm1136jfs.cfg: New (relocated from /make/custom).
- * make/custom/arm1136js.cfg: New (relocated from /make/custom).
- * make/custom/arm7tdmi.cfg: New (relocated from /make/custom).
- * make/custom/arm920.cfg: New (relocated from /make/custom).
- * make/custom/armcortexa9.cfg: New (relocated from /make/custom).
-
-2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac,
- preinstall.am, console/.cvsignore, console/console-io.c,
- include/.cvsignore, include/bsp.h, include/irq.h, include/swi.h,
- start/.cvsignore, start/start.S, startup/.cvsignore,
- startup/bspreset.c, startup/bspstart.c, startup/linkcmds,
- startup/syscalls.c: New files.
-
diff --git a/c/src/lib/libbsp/arm/gp32/ChangeLog b/c/src/lib/libbsp/arm/gp32/ChangeLog
deleted file mode 100644
index e8aab621d8..0000000000
--- a/c/src/lib/libbsp/arm/gp32/ChangeLog
+++ /dev/null
@@ -1,340 +0,0 @@
-2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- PR 1917/bsps
- * Makefile.am, console/uart.c: Modifications to add dynamic tables for
- libchip serial drivers.
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * startup/bspreset.c, startup/bspstart.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * start/start.S, startup/linkcmds: Use linker command base file.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am, preinstall.am: Added generic interrupt support modules.
- * include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
- * startup/bspstart.c: Interrupt support changes.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/gp32.cfg: Use VFP floating point model.
-
-2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * console/uart.c: Fix warnings.
-
-2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * Makefile.am, startup/bspstart.c: make irq data types consistent,
- use common code for s3c24xx
-
-2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * start/start.S: Verify boot_card() is passed a NULL.
-
-2010-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * smc/smc.c: Replace EBADRQC with EINVAL.
-
-2010-01-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * smc/smc.c: Update for block device API change.
-
-2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/gp32.cfg: Remove RTEMS_BSP_FAMILY.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -ansi -fasm to CFLAGS.
-
-2009-10-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * smc/smc.c: Update for block device API change.
-
-2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/gp32.cfg: New (relocated from /make/custom).
-
-2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
-
- 2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
- Should be automatically handled by confdefs.h or the application.
-
-2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
- RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
- have the same options.
-
-2009-04-28 Chris Johns <chrisj@rtems.org>
-
- * start/start.S: Update for boot_card command line change.
-
-2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * bsp_specs: Move -e start from *link to *startfile to avoid warning
- for undefined entry symbol when linking relocatables with binutils
- 2.19.
-
-2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, preinstall.am: Use shared tm27.h stub.
- * include/tm27.h: Removed.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
- of building libbspstart.a, using automake-rules.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate *_SOURCES.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
- components.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove noinst_PROGRAMS (Unused).
-
-2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
-
-2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Make letting boot_card() handle work area allocation
- mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
- BSP_BOOTCARD_OPTIONS.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, console/uart.c, startup/bspstart.c: Use
- standardized bsp_cleanup() which can optionally print a message, poll
- for user to press key, and call bsp_reset(). Using this eliminates
- the various bsp_cleanup() implementations which had their own
- implementation and variety of string constants.
- * startup/bspreset.c: New file.
- * startup/bspclean.c: Removed.
-
-2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, startup/linkcmds: Use top level shared
- bsp_get_work_area() implementation.
-
-2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspstart.c: Remove unnecessary includes of
- rtems/libcsupport.h and rtems/libio.h.
-
-2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, startup/bspstart.c: Split out
- bsp_get_work_area() into its own file and user BSP Framework to
- perform more initialization. Use same shared implementation as
- edb7312 and csb336.
-
-2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
- routine.
- * startup/bspclean.c: New file.
- * startup/exit.c: Removed.
-
-2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * smc/smc.c, startup/exit.c: Add missing prototypes.
-
-2008-08-06 Chris Johns <chrisj@rtems.org>
-
- * smc/smc.c: Fix the fix. The field is bufnum.
-
-2008-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * smc/smc.c: Fix warning.
-
-2008-07-29 Chris Johns <chrisj@rtems.org>
-
- * smc/smc.c: Updated to the libblock changes.
-
-2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Rework to avoid .rel files.
-
-2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Refactored and renamed initialization routines to
- rtems_initialize_data_structures, rtems_initialize_before_drivers,
- rtems_initialize_device_drivers, and
- rtems_initialize_start_multitasking. This opened the sequence up so
- that bootcard() could provide a more robust and flexible framework
- which is easier to explain and understand. This also lays the
- groundwork for sharing the division of available memory between the
- RTEMS workspace and heap and the C library initialization across all
- BSPs.
-
-2008-05-06 Ray Xu <rayx.cn@gmail.com>
-
- * console/uart.c, include/bsp.h, smc/smc.c, startup/bspstart.c: Merge
- smdk2410 with gp32.
-
-2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/linkcmds: Add wildcard to gcc_except_table section so
- programs compiled with gcc 4.3.x can link.
-
-2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h, startup/bspstart.c: Fix idle task prototype.
-
-2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h, startup/bspstart.c: Eliminate copies of the
- Configuration Table. Use the RTEMS provided accessor macros to obtain
- configuration fields.
-
-2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
- from CPU Table to Configuration Table. Eliminate CPU Table from all
- ports. Delete references to CPU Table in all forms.
-
-2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
- remaining CPU Table fields to the Configuration Table. This included
- pretasking_hook, predriver_hook, postdriver_hook, idle_task,
- do_zero_of_workspace, extra_mpci_receive_server_stack,
- stack_allocate_hook, and stack_free_hook. As a side-effect of this
- effort some multiprocessing code was made conditional and some style
- clean up occurred.
-
-2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- PR 1257/bsps
- * startup/bspstart.c: Code outside of cpukit should use the public
- API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
- the public API and directly accessing _CPU_ISR_Disable and
- _CPU_ISR_Enable, they were bypassing the compiler memory barrier
- directive which could lead to problems. This patch also changes the
- type of the variable passed into these routines and addresses minor
- style issues.
-
-2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
-2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
- since it was used to configure a no longer used feature. Device names
- are now part of the filesystem not in a table.
-
-2007-05-15 Ray Xu <rayx@gmail.com>
-
- * Makefile.am: Add abort.rel since it is now in the BSP shared source,
- not in score/cpu.
-
-2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * bsp_specs: Remove qrtems_debug.
-
-2007-03-12 Joel Sherrill <joel@OARcorp.com>
-
- * console/uart.c, start/start.S, startup/linkcmds, startup/memmap.c:
- Correct license URL and/or fix mistake in copyright notice. Both of
- these mistakes appear to be from code submitted after these changes
- were made previously.
-
-2007-03-11 Joel Sherrill <joel@OARcorp.com>
-
- * startup/bspstart.c: Remove assignments of
- Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
- value in boot_card.c
-
-2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * smc/smc.c: include bspIo.h for printk.
-
-2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * smc/smc.c: Comment out sm_status (unused).
-
-2006-11-15 Joel Sherrill <joel@OARcorp.com>
-
- * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
- file and simplified initialization.
-
-2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove superfluous -DASM.
-
-2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.60. Require automake-1.10.
-
-2006-09-11 Chris Johns <chrisj@rtems.org>
-
- * smc/smc.h: Remove extra CRLF.
-
-2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Add preinstall.am.
-
-2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * bsp_specs: remove %lib.
-
-2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * bsp_specs: Remove %cpp.
-
-2005-07-25 Philippe Simons <loki_666@fastmail.fm>
-
- * Makefile.am: added smc.rel.
- * smc/smc.c, smc/smc.h: New files.
-
-2005-07-07 Philippe Simons <loki_666@fastmail.fm>
-
- * Makefile.am: Remove lcd.rel, added console/uart.c,
- removed conio stuffs.
- * console/conio.c, console/console.c, console/defaultfont.c,
- include/conio.h : files removed.
- * console/uart.c: New file.
- * include/bsp.h: lcd.c prototypes removed.
- * startup/bspstart.c: bsp_reset() cause gp32 to reset to bios,
- added a bsp_idle_task which put s3c2400 in a "wait for IRQ" state.
-
-2005-06-06 Philippe Simons <loki_666@fastmail.fm>
-
- * Makefile.am: Include lcd.rel.
-
-2005-06-01 Philippe Simons <loki_666@fastmail.fm>
-
- * bsp_specs: Add rules for cpp support
- * include/bsp.h: Add gp32 support fct prototypes
- * console/conio.c: Moved video buffer to 0x0c7ed000
- * startup/bspstart.c: Add some init code, some cleaning...
-
-2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * include/bsp.h: New header guard.
-
-2005-04-26 Joel Sherrill <joel@OARcorp.com>
-
- * startup/bspstart.c: Add include rtems/bspIo.h to eliminate warning.
-
diff --git a/c/src/lib/libbsp/arm/gumstix/ChangeLog b/c/src/lib/libbsp/arm/gumstix/ChangeLog
deleted file mode 100644
index 6974fb1032..0000000000
--- a/c/src/lib/libbsp/arm/gumstix/ChangeLog
+++ /dev/null
@@ -1,143 +0,0 @@
-2011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1953/bsps
- * console/uarts.c: Do not use /dev/console in libchip configuration
- table. Shared driver framework selects device to use as /dev/console.
-
-2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- PR 1917/bsps
- * Makefile.am, console/uarts.c: Modifications to add dynamic tables for
- libchip serial drivers.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * bsp_specs, start/start.S, startup/linkcmds: Use linker command base
- file.
-
-2010-05-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * rtl8019/rtl8019.c: Fix typo.
-
-2010-05-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * rtl8019/rtl8019.c: Fixed interrupt handler.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am, preinstall.am: Added generic interrupt support modules.
- * include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
- * startup/bspstart.c, rtl8019/rtl8019.c: Interrupt support changes.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/gumstix.cfg: Use VFP floating point model.
-
-2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * rtl8019/rtl8019.c: make irq data types consistent
-
-2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * start/start.S: Verify boot_card() is passed a NULL.
-
-2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/gumstix.cfg: Remove RTEMS_BSP_FAMILY.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -ansi -fasm to CFLAGS.
-
-2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/gumstix.cfg: New (relocated from /make/custom).
-
-2009-09-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * preinstall.am: Regenerate.
-
-2009-09-16 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * configure.ac: Resolve confusion with Ralf's patch.
-
-2009-09-16 Roxana Leontie <roxana.leontie@gmail.com>
-
- * configure.ac, fb/fb.c, include/bsp.h: updates made for porting to
- Nano-X and make testing easyer
-
-2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
-
- 2009-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: If not on Skyeye, do not include the rtl8019 driver
- in libbsp.
-
-2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Add default value.
-
-2009-08-22 Xi Yang <hiyangxi@gmail.com>
-
- * fb/fb.c: Register correct device name.
- * startup/bspstart.c: Fix warnings.
-
-2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
- Should be automatically handled by confdefs.h or the application.
-
-2009-08-21 Xi Yang <hiyangxi@gmail.com>
-
- * Makefile.am: Add fb/fb.c add rtl8019 Ethernet card support
- * preinstall.am: Install skyeye_fb.h, Install wd80x3
- * fb/fb.c, fb/skyeye_fb.h: Framebuffer support for skyeye simulator
- * rtl8019/wd80x3, rtl8019/rtl8019.c: rtl8019 support
- * startup/memmap.c: Change the size of Map I/O to 1216M
- * bsp/bsp.h: Add rtl8019 related infomation
-
-2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
- RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
- have the same options.
-
-2009-07-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: Fix typo.
-
-2009-07-10 Xi Yang <hiyangxi@gmail.com>
-
- * Makefile.am: Complete update to current style.
-
-2009-06-29 Xi Yang <hiyangxi@gmail.com>
-
- * Makefile.am: Update to current style.
- * bsp_specs: Fix warning for _start.
- * start/start.S: Proper attribution for origin.
- * startup/bspstart.c: Add Skyeye bsp_reset() on Skyeye.
- * include/.cvsignore: New file.
- * include/bspopts.h.in: Removed.
-
-2009-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/linkcmds: Fix spacing.
-
-2009-06-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac, include/bspopts.h.in: Add ON_SKYEYE option to at least
- enable fast idle mode. Also added some standard BSP options.
-
-2009-06-04 Xi Yang <hiyangxi@gmail.com>
-
- * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
- preinstall.am, console/uarts.c, include/bsp.h, include/bspopts.h.in,
- include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds,
- startup/memmap.c: New files.
-
diff --git a/c/src/lib/libbsp/arm/lm3s69xx/ChangeLog b/c/src/lib/libbsp/arm/lm3s69xx/ChangeLog
deleted file mode 100644
index 8caa86e110..0000000000
--- a/c/src/lib/libbsp/arm/lm3s69xx/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- PR 1951/bsps
- * Makefile.am, console/console-config.c: Update due to API changes.
-
-2011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * 0001-Fixed-interrupt-handling-for-ARMv7M.patch,
- 0002-Fixed-system-handler-priority-register-access.patch,
- 0003-Disable-priority_mask-unused-for-NVIC.patch, 0004-Typo.patch,
- 0005-Evil-hack-for-BASEPRI-BASEPRI_MAX.patch,
- 0006-Evil-hack-to-increase-the-RAM-size.patch, bsp_specs, ChangeLog,
- clock/clock-config.c, configure.ac, console/console-config.c,
- console/uart.c, .cvsignore, include/bsp.h, include/.cvsignore,
- include/irq.h, include/lm3s69xx.h, include/uart.h, irq/irq.c,
- make/custom/lm3s6965.cfg, make/custom/lm3s69xx.inc, Makefile.am,
- README, start/start.S, startup/bspreset.c, startup/bspstart.c,
- startup/bspstarthook.c, startup/linkcmds.lm3s6965, timer/timer.c: New
- files.
diff --git a/c/src/lib/libbsp/arm/lpc24xx/ChangeLog b/c/src/lib/libbsp/arm/lpc24xx/ChangeLog
deleted file mode 100644
index dc6f538737..0000000000
--- a/c/src/lib/libbsp/arm/lpc24xx/ChangeLog
+++ /dev/null
@@ -1,470 +0,0 @@
-2011-12-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/lpc24xx.inc: Flags for EABI tool chain.
-
-2011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/lpc17xx.h: New file.
- * Makefile.am, preinstall.am: Reflect change above. Update due to API
- changes.
- * configure.ac, console/console-config.c, include/bsp.h, include/io.h,
- include/irq.h, include/lcd.h, include/lpc-clock-config.h,
- include/lpc24xx.h, include/start-config.h, irq/irq-dispatch.c,
- irq/irq.c, misc/bspidle.c, misc/io.c, misc/lcd.c, misc/restart.c,
- misc/system-clocks.c, ssp/ssp.c, startup/bspreset.c,
- startup/bspstart.c, startup/bspstarthooks.c,
- startup/start-config-emc-dynamic.c, startup/start-config-emc-static.c,
- startup/start-config-pinsel.c: Basic support for LPC17XX. New memory
- configurations for W9825G2JB75I, IS42S32800B, and SST39VF3201.
-
-2011-11-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * console/console-config.c: Avoid explicit type.
-
-2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- PR 1917/bsps
- * Makefile.am, console/console-config.c: Modifications to add dynamic
- tables for libchip serial drivers.
-
-2011-10-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/start-config.h, make/custom/lpc24xx_plx800_rom_int.cfg,
- startup/linkcmds.lpc24xx_plx800_rom_int,
- startup/start-config-emc-dynamic.c, startup/start-config-emc-static.c,
- startup/start-config-pinsel.c: New files.
- * Makefile.am, configure.ac, preinstall.am: Reflect changes above.
- * startup/bspstarthooks.c: Use configuration tables for EMC
- initialization.
-
-2011-08-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * irq/irq-dispatch.c: New file.
- * irq/irq.c: Moved bsp_interrupt_dispatch() to new file.
- * Makefile.am: Reflect change from above.
-
-2011-07-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/lpc24xx.h: Added ADC defines.
- * make/custom/lpc24xx.inc: Workaround for GCC bug 49641.
-
-2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Fix broken path to cache_.h.
-
-2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Fix broken path to clockdrv_shell.h.
-
-2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am, preinstall.am: Cache manager changes.
-
-2011-05-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * i2c/i2c-config.c: New file.
- * include/lcd.h: Removed EMC definitions.
- * misc/dma.c: Fixed initialization.
- * include/i2c.h, include/io.h, include/lpc-ethernet-config.h,
- include/lpc24xx.h, console/console-config.c, i2c/i2c.c, misc/io.c,
- misc/lcd.c, startup/bspstart.c, startup/bspstarthooks.c: New pin
- configuration API.
- * Makefile.am, preinstall.am: Update.
-
-2011-03-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * README: Add example mkimage command.
-
-2011-02-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * misc/restart.c: New file.
- * Makefile.am: Reflect change from above.
- * include/bsp.h: Declare bsp_restart().
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * startup/bspstarthooks.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * misc/timer.c: Fix typo.
-
-2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * misc/timer.c: Include <rtems/btimer.h>.
- Fix benchmark_timer_read() definition.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/linkcmds.lpc2362, startup/linkcmds.lpc23xx_tli800,
- startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
- startup/linkcmds.lpc24xx_ncs_rom_ext,
- startup/linkcmds.lpc24xx_ncs_rom_int: Update due to linker command
- file changes.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/lcd.h, misc/lcd.c: New files.
- * misc/io.c, include/io.h: Documentation, bug fixes, more
- configurations.
- * include/lpc24xx.h: Added DAC and I2S.
- * Makefile.am, bsp_specs, preinstall.am, startup/bspstarthooks.c,
- startup/linkcmds.lpc2362, startup/linkcmds.lpc23xx_tli800,
- startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
- startup/linkcmds.lpc24xx_ncs_rom_ext,
- startup/linkcmds.lpc24xx_ncs_rom_int: Update due to linker command
- file changes.
-
-2010-11-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * misc/system-clocks.c: Use define instead of function call to allow
- smaller delays.
-
-2010-11-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * rtc/rtc-config.c: Fixed type.
-
-2010-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/lpc24xx.h, misc/system-clocks.c: Removed superfluous include
- of <bsp/utility.h>.
-
-2010-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * misc/system-clocks.c: Fixed lpc24xx_micro_seconds_delay().
- * misc/io.c: Added LCD pin configuration.
-
-2010-06-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/lpc23xx_tli800.cfg, startup/linkcmds.lpc23xx_tli800: New
- files.
- * Makefile.am, configure.ac: Reflect changes above.
- * startup/linkcmds.lpc2362: Typos.
- * README: Documentation.
-
-2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/bspstarthooks.c: Removed start section attribute defines.
-
-2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/lpc24xx.h, misc/dma-copy.c, misc/dma.c,
- misc/system-clocks.c, ssp/ssp.c, startup/bspstarthooks.c: Removed
- superfluous macros.
-
-2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am, preinstall.am, include/bsp.h, startup/bspstart.c: Use
- shared output character implementation.
-
-2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/lpc24xx.inc: Workaround for GCC bug 38644.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/irq-config.h: Removed file.
- * Makefile.am, preinstall.am: Reflect change above.
- * irq/irq.c: Removed superfluous parameter checks.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/lpc24xx.inc: Use VFP floating point model.
-
-2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * make/custom/lpc24xx.inc: removed over-paranoid warning switches
-
-2010-04-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am, configure.ac, include/lpc24xx.h, irq/irq.c,
- make/custom/lpc24xx.inc, misc/io.c, startup/bspstart.c,
- startup/bspstarthooks.c, startup/linkcmds.lpc2362: Changes throughout.
-
-2010-03-29 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * configure.ac: make the lpc2362 a SMALL MEMORY BSP
-
-2010-03-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/lpc-ethernet-config.h: Fixed IO configurations.
-
-2010-01-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/lpc-ethernet-config.h: New file.
- * network/network.c: Removed file.
- * Makefile.am, configure.ac, preinstall.am, include/bsp.h,
- include/lpc24xx.h: Changes throughout.
-
-2009-12-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * clock/clock-config.c: Removed file.
- * include/lpc-clock-config.h, make/custom/lpc2362.cfg,
- startup/linkcmds.lpc2362: New files.
- * Makefile.am, configure.ac, preinstall.am, console/console-config.c,
- i2c/i2c.c, include/bsp.h, include/io.h, include/irq.h,
- include/lpc24xx.h, irq/irq.c, make/custom/lpc24xx.inc, misc/dma.c,
- misc/io.c, misc/timer.c, network/network.c, rtc/rtc-config.c,
- startup/bspreset.c, startup/bspstart.c, startup/bspstarthooks.c,
- startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
- startup/linkcmds.lpc24xx_ncs_rom_ext,
- startup/linkcmds.lpc24xx_ncs_rom_int: Changes throughout.
-
-2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Add RTEMS_BSP_LINKCMDS.
- * make/custom/lpc24xx.inc: Remove LDFLAGS.
- * make/custom/lpc24xx_ea.cfg: Remove LPC24XX_LINKCMDS.
- * make/custom/lpc24xx_ncs_ram.cfg: Remove LPC24XX_LINKCMDS.
- * make/custom/lpc24xx_ncs_rom_ext.cfg: Remove LPC24XX_LINKCMDS.
- * make/custom/lpc24xx_ncs_rom_int.cfg: Remove LPC24XX_LINKCMDS.
- * startup/linkcmds: Remove.
- * Makefile.am: Rework linkcmds handling.
-
-2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * clock/clock-config.c, misc/dma.c, network/network.c,
- rtc/rtc-config.c, ssp/ssp.c: Remove unused vars.
-
-2009-10-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * i2c/i2c.c, misc/dma-copy.c, network/network.c, ssp/ssp.c: Update for
- interrupt handler type change.
-
-2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/lpc24xx.inc: Remove RTEMS_BSP_FAMILY.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -ansi -fasm to CFLAGS.
-
-2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg).
- * make/custom/lpc24xx.cfg: Removed.
- * make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg,
- make/custom/lpc24xx_ncs_rom_ext.cfg,
- make/custom/lpc24xx_ncs_rom_int.cfg:
- Include make/custom/lpc24xx.inc.
-
-2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/lpc24xx.cfg: New (relocated from /make/custom).
- * make/custom/lpc24xx_ea.cfg: New (relocated from /make/custom).
- * make/custom/lpc24xx_ncs_ram.cfg: New (relocated from /make/custom).
- * make/custom/lpc24xx_ncs_rom_ext.cfg: New (relocated from /make/custom).
- * make/custom/lpc24xx_ncs_rom_int.cfg: New (relocated from /make/custom).
-
-2009-10-04 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
- startup/linkcmds.lpc2478_ncs_ram: Removed files.
- * startup/linkcmds.lpc24xx_ea, startup/linkcmds.lpc24xx_ncs_ram,
- startup/linkcmds.lpc24xx_ncs_rom_ext,
- startup/linkcmds.lpc24xx_ncs_rom_int: New files.
- * Makefile.am, README, configure.ac, preinstall.am, misc/io.c,
- startup/linkcmds: Changes throughout.
-
-2009-09-21 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: Add
- missing files.
-
-2009-09-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/bspstarthooks.c, misc/dma-copy.c, misc/timer.c: New files.
- * Makefile.am, configure.ac, i2c/i2c.c, include/bsp.h, include/dma.h,
- include/i2c.h, include/io.h, include/irq.h, include/lpc24xx.h,
- include/ssp.h, include/system-clocks.h, irq/irq.c, misc/bspidle.c,
- misc/dma.c, misc/io.c, misc/system-clocks.c, network/network.c,
- ssp/ssp.c, startup/bspstart.c: Changes throughout.
-
-2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
-
- 2009-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * misc/bspidle.c: Include bsp.h and fix prototype.
-
-2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, preinstall.am, include/bsp.h: Rename BSP specific idle
- thread to bsp_idle_thread.
- * misc/bspidle.c: New file.
- * include/idle.h, misc/idle.c: Removed.
-
-2009-08-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/linkcmds, startup/linkcmds.lpc2478,
- startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
- Fixed dummy entries.
-
-2009-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/linkcmds, startup/linkcmds.lpc2478,
- startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram:
- Dummy entries for toolchain compatibility.
-
-2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
- RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
- have the same options.
-
-2009-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * i2c/i2c.c, include/i2c.h, include/idle.h, include/io.h, misc/idle.c,
- misc/io.c: New files.
- * Makefile.am, README, configure.ac, preinstall.am,
- clock/clock-config.c, console/console-config.c, include/irq.h,
- include/dma.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
- misc/dma.c, misc/system-clocks.c, network/network.c, rtc/rtc-config.c,
- startup/bspreset.c, startup/bspstart.c, startup/linkcmds,
- startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs,
- startup/linkcmds.lpc2478_ncs_ram: Changes throughout.
-
-2009-02-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * README: Added NCS.
- * Makefile.am, configure.ac, preinstall.am: Added BSP variants.
- * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed
- register settings. Cleanup.
- * include/bsp.h: Added network defines and functions.
- * include/lpc24xx.h: Added AHB and EMC defines. Fixed Ethernet status
- sizes.
- * include/system-clocks.h, misc/system-clocks.c: Added micro seconds
- delay function that uses Timer 1. Changed PLL setup.
- * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478,
- startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New
- files.
- * startup/bspstart.c: Added EMC initialization. Changes for ROM boot.
-
-2009-02-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Fix breakage introduced in 2009-02-13 changes.
-
-2009-02-13 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, preinstall.am: Use stub tm27.h.
-
-2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_RTC).
- Add RTEMS_BSPOPTS(LPC24XX_OSCILLATOR_MAIN).
- * include/bsp.h: #include <bspopts.h>.
- * misc/system-clocks.c: Receive LPC24XX_OSCILLATOR_RTC,
- LPC24XX_OSCILLATOR_MAIN through bspopts.h.
-
-2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * bsp_specs: Move -e start from *link to *startfile to avoid warning
- for undefined entry symbol when linking relocatables with binutils
- 2.19.
-
-2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, preinstall.am: Add timer driver stub.
-
-2008-09-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * ssp/ssp.c, misc/dma.c, include/dma.h, include/ssp.h: New files.
-
- * Makefile.am, preinstall.am, README: Update.
-
- * include/irq.h: Fixed typos.
-
- * include/lpc24xx.h: New defines and types. Converted to UNIX line
- endings.
-
- * misc/system-clocks.c, startup/bspstart.c: Update for utility.h
- changes.
-
-2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * clock/clock-config.c: include "../../../shared/clockdrv_shell.h".
- * Makefile.am: Reflect changes above.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
- of building libbspstart.a, using automake-rules.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate *_SOURCES.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
- components.
-
-2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
-
-2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * preinstall.am: Regenerated.
-
-2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminates libcpudir.
-
-2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove NETWORKING (Sources are missing).
-
-2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Add DISTCLEANFILES = include/bspopts.h.
-
-2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Add bsp_specs.
-
-2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- PR 1322/bsps
- * include/bspopts.h.in: Remove.
-
-2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
- work area allocation mandatory. Rename
- RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
-
-2008-09-23 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * README: Add URL.
-
-2008-09-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am, preinstall.am, include/lpc24xx.h, misc/system-clocks.c:
- Move utility.h
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, startup/bspstart.c: Use standardized bsp_cleanup() which
- can optionally print a message, poll for user to press key, and call
- bsp_reset(). Using this eliminates the various bsp_cleanup()
- implementations which had their own implementation and variety of
- string constants.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * .cvsignore, include/bspopts.h.in: New files.
-
-2008-09-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * bsp_specs, clock/clock-config.c, configure.ac,
- console/console-config.c, include/bsp.h, include/irq-config.h,
- include/irq.h, include/lpc24xx.h, include/system-clocks.h, irq/irq.c,
- Makefile.am, misc/system-clocks.c, preinstall.am, README,
- rtc/rtc-config.c, startup/bspstart.c, startup/linkcmds: New files.
diff --git a/c/src/lib/libbsp/arm/lpc32xx/ChangeLog b/c/src/lib/libbsp/arm/lpc32xx/ChangeLog
deleted file mode 100644
index b179775841..0000000000
--- a/c/src/lib/libbsp/arm/lpc32xx/ChangeLog
+++ /dev/null
@@ -1,252 +0,0 @@
-2011-12-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * misc/system-clocks.c: New file.
- * Makefile.am: Reflect change from above.
- * include/nand-mlc.h: Fixed lpc32xx_mlc_is_bad_page().
- * make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_stage_1.cfg: Flags
- for EABI tool chain.
- * configure.ac, include/bsp.h, include/lpc32xx.h, misc/emc.c,
- misc/i2c.c, rtc/rtc-config.c, startup/bspstarthooks.c: Avoid compile
- time ARM_CLK and HCLK.
-
-2011-11-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * Makefile.am: Add shared/startup/bsp-start-memcpy.S
-
-2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- PR 1917/bsps
- * Makefile.am, console/console-config.c, console/hsu.c: Modifications
- to add dynamic tables for libchip serial drivers.
-
-2011-09-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/lpc32xx.inc: Workaround for GCC bug 50106.
- * include/lpc32xx.h: Fixed register map for NAND MLC.
- * include/boot.h: Declare lpc32xx_set_boot_block_bad().
- * misc/boot.c: Define lpc32xx_set_boot_block_bad().
- * include/nand-mlc.h, misc/nand-mlc-erase-block-safe.c,
- misc/nand-mlc-read-blocks.c, misc/nand-mlc-write-blocks.c,
- misc/nand-mlc.c: Changed bad block handling. Support for non-aligned
- data. Documentation.
-
-2011-08-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * misc/i2c.c: Bugfix.
-
-2011-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/.cvsignore: New file.
- * include/bspopts.h.in: Removed file.
-
-2011-07-04 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * misc/nand-mlc-erase-block-safe.c, misc/nand-mlc-write-blocks.c,
- include/nand-mlc.h: Fixed write blocks.
-
-2011-07-01 Stephan Hoffmann <sho@reLinux.de>
- Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * misc/nand-mlc-erase-block-safe.c: New file
- * Makefile.am: Reflect change from above.
- * misc/nand-mlc-write-blocks.c: Use lpc32xx_mlc_erase_block_safe_3().
- * include/nand-mlc.h: Bad block handling.
-
-2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Fix broken path to cache_.h.
-
-2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Fix broken path to clockdrv_shell.h.
-
-2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am, preinstall.am: Cache manager changes.
-
-2011-05-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am, preinstall.am: Install new header files.
- * include/bsp.h, include/emc.h, include/lpc32xx.h, misc/emc.c: Update
- for API changes.
-
-2011-03-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * configure.ac, include/bspopts.h.in: New BSP option
- LPC32XX_SCRATCH_AREA_SIZE. Disable BSP option
- LPC32XX_DISABLE_READ_ONLY_PROTECTION for all BSPs.
- * include/boot.h: Removed application specific defines.
- * include/nand-mlc.h, misc/nand-mlc.c: Changed configuration layout.
- * include/mmu.h, misc/mmu.c: Documentation. Bugfix.
- * include/bsp.h, startup/bspstarthooks.c, misc/restart.c,
- startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1,
- startup/linkcmds.lpc32xx_mzx_stage_2,
- startup/linkcmds.lpc32xx_phycore: Support for scratch area. Moved
- code into macros for reusability.
-
-2011-02-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/bsp.h, lpc32xx/misc/restart.c: Renamed lpc32xx_restart() in
- bsp_restart().
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * irq/irq.c, misc/restart.c, rtc/rtc-config.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * misc/timer.c: Include <rtems/btimer.h>.
- Fix benchmark_timer_read() definition.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * configure.ac, include/bspopts.h.in: More options.
- * include/lpc32xx.h: Added watchdog definitions.
- * include/mmu.h, misc/mmu.c: Added const qualifier.
- * startup/bspreset.c: Use watchdog reset.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1,
- startup/linkcmds.lpc32xx_mzx_stage_2,
- startup/linkcmds.lpc32xx_phycore: Update due to linker command file
- changes.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/lpc32xx.h: Added I2S module.
- * Makefile.am, bsp_specs, preinstall.am, startup/bspstarthooks.c,
- startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx,
- startup/linkcmds.lpc32xx_mzx_stage_1,
- startup/linkcmds.lpc32xx_mzx_stage_2,
- startup/linkcmds.lpc32xx_phycore: Update due to linker command file
- changes.
-
-2010-11-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * rtc/rtc-config.c: Fixed type.
-
-2010-10-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/tm27.h: New file.
- * Makefile.am, preinstall.am: Reflect change above.
- * include/bsp.h: Fixed lpc32xx_micro_seconds_delay().
- * misc/timer.c: Support for timer tests.
-
-2010-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/emc.h, include/i2c.h, include/lpc32xx.h, include/nand-mlc.h:
- Update for <bsp/utility.h> changes.
-
-2010-09-28 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * misc/mmu.c: New file.
- * Makefile.am: Reflect change above.
- * configure.ac, include/bspopts.h.in, include/irq.h,
- include/lpc32xx.h, include/mmu.h, misc/emc.c, misc/restart.c,
- startup/bspstarthooks.c: Changes throughout.
-
-2010-08-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * console/hsu.c: Fixed warnings.
-
-2010-06-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/lpc32xx_mzx_boot_int.cfg,
- startup/linkcmds.lpc32xx_mzx_boot_int: Removed files.
- * include/boot.h, include/emc.h, include/i2c.h, include/nand-mlc.h,
- make/custom/lpc32xx_mzx.cfg, make/custom/lpc32xx_mzx_stage_1.cfg,
- make/custom/lpc32xx_mzx_stage_2.cfg, misc/boot.c, misc/emc.c,
- misc/i2c.c, misc/nand-mlc.c, misc/nand-mlc-read-blocks.c,
- misc/nand-mlc-write-blocks.c, misc/restart.c,
- startup/linkcmds.lpc32xx, startup/linkcmds.lpc32xx_mzx,
- startup/linkcmds.lpc32xx_mzx_stage_1,
- startup/linkcmds.lpc32xx_mzx_stage_2: New files.
- * configure.ac, Makefile.am, preinstall.am: Reflect changes above.
- * include/bsp.h, include/lpc32xx.h, irq/irq.c, rtc/rtc-config.c,
- startup/bspstart.c, startup/bspstarthooks.c,
- startup/linkcmds.lpc32xx_phycore: Changes throughout.
-
-2010-05-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * configure.ac, include/bspopts.h.in: Added BSP_SMALL_MEMORY option.
-
-2010-05-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/lpc32xx.h: Update for utility macro changes.
-
-2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * configure.ac: Fixed BSP option.
- * include/lpc32xx.h, startup/bspstarthooks.c: Added PLL setup.
-
-2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/bspstarthooks.c: Removed start section attribute defines.
-
-2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_boot_int.cfg,
- startup/linkcmds.lpc32xx_mzx_boot_int: New files.
- * Makefile.am, configure.ac, preinstall.am, include/bsp.h,
- include/bspopts.h.in, include/lpc32xx.h, irq/irq.c,
- make/custom/lpc32xx_phycore.cfg, startup/bspstart.c,
- startup/bspstarthooks.c: Changes throughout.
-
-2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/lpc32xx_phycore.cfg: Workaround for GCC bug 38644.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/irq-config.h: Removed file.
- * Makefile.am, preinstall.am: Reflect change above.
- * irq/irq.c: Removed superfluous parameter checks.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/lpc32xx_phycore.cfg: Use VFP floating point model.
-
-2010-04-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * console/hsu.c: New file.
- * Makefile.am, configure.ac, preinstall.am, console/console-config.c,
- include/bsp.h, include/bspopts.h.in, include/lpc-clock-config.h,
- include/lpc-ethernet-config.h, include/lpc32xx.h, include/mmu.h,
- startup/bspstart.c, startup/bspstarthooks.c: Changes throughout.
-
-2010-03-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * README, include/lpc32xx.h, irq/irq.c, startup/bspstarthooks.c:
- Changes throughout.
-
-2010-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/lpc32xx_phycore.cfg: Remove -W* flags.
-
-2010-01-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/lpc-ethernet-config.h, include/mmu.h: New files.
- * Makefile.am, configure.ac, preinstall.am, include/bsp.h,
- include/bspopts.h.in, include/irq.h, include/lpc32xx.h, irq/irq.c,
- rtc/rtc-config.c, startup/bspstarthooks.c,
- startup/linkcmds.lpc32xx_phycore: Changes throughout.
-
-2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * include/bspopts.h.in: Regenerated.
-
-2009-12-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * bsp_specs, configure.ac, console/console-config.c, include/bsp.h,
- include/irq-config.h, include/irq.h, include/lpc32xx.h,
- include/lpc-clock-config.h, irq/irq.c,
- make/custom/lpc32xx_phycore.cfg, Makefile.am, misc/timer.c,
- preinstall.am, README, rtc/rtc-config.c, startup/bspreset.c,
- startup/bspstart.c, startup/bspstarthooks.c,
- startup/linkcmds.lpc32xx_phycore: New files.
diff --git a/c/src/lib/libbsp/arm/nds/ChangeLog b/c/src/lib/libbsp/arm/nds/ChangeLog
deleted file mode 100644
index 6989048213..0000000000
--- a/c/src/lib/libbsp/arm/nds/ChangeLog
+++ /dev/null
@@ -1,521 +0,0 @@
-2011-08-23 Julien Delange <julien.delange@gmail.com>
-
- * startup/linkcmds: Fixed instruction cache size.
-
-2011-08-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * start/start.S: Fixed code section.
-
-2011-08-15 Julien Delange <julien.delange@gmail.com>
-
- * irq/irq.c: Removed printk() before the interrupt initialization
- because it somehow destroys the interrupt context.
- * make/custom/nds.cfg: Enable Thumb interwork.
- * startup/bspstart.c: Set default exception handler.
-
-2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Fix broken path to clockdrv_shell.h.
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * dswifi/common/source/spinlock.h:
- Use "__asm__" instead of "__asm" for improved c99-compliance.
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * console/console.c, dswifi/arm9/source/wifi_arm9.c, tools/bin2s.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * timer/timer.c: Include <rtems/btimer.h>.
- Fix benchmark_timer_read() definition.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/bspgetworkarea.c: Removed file.
- * Makefile.am, bsp_specs, start/start.S, startup/bspstart.c,
- libnds/include/nds/jtypes.h, libnds/source/arm9/gurumeditation.c,
- libnds/source/common/interruptDispatcher.S,
- libnds/source/common/interrupts.c, startup/linkcmds: Use linker
- command base file.
-
-2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/dswifi/arm9/makefile: Workaround for GCC bug 38644.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/nds.cfg, Makefile.am, dswifi/arm7/makefile: Use VFP
- floating point model.
-
-2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * console/console.c: Fix warnings.
-
-2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * startup/bspstart.c: Fix warning.
-
-2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * Makefile.am, clock/clock.c, fb/fb.c, irq/irq.c, sound/sound.c,
- startup/bspstart.c, touchscreen/touchscreen.c, wifi/wifi.c: make
- irq data types consistent
-
-2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * start/start.S: Verify boot_card() is passed a NULL.
-
-2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * console/console.c: Let nds_getch return "int". Remove casts.
-
-2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * block/block.c: Adjust prototype mismatches.
- * Makefile.am: Remove -Dcaddr_t=uint32_t.
-
-2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * dswifi/arm9/source/wifi_arm9.c: Add missing prototypes.
- * console/console.c (nds_write): Adjust prototype.
-
-2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * dswifi/arm7/source/wifi_arm7.c, dswifi/arm7/source/wifi_arm7.h,
- dswifi/arm9/source/wifi_arm9.c, libnds/include/nds/arm7/audio.h,
- libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h,
- libnds/include/nds/arm7/touch.h, libnds/source/arm7/clock.c,
- libnds/source/arm7/touch.c, rtc/rtc.c: Eliminate various warnings.
-
-2009-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * libnds/include/nds/arm9/exceptions.h,
- libnds/include/nds/arm9/image.h,
- libnds/include/nds/arm9/input.h,
- libnds/include/nds/arm9/math.h,
- libnds/include/nds/arm9/pcx.h,
- libnds/include/nds/arm9/rumble.h,
- libnds/include/nds/arm9/sound.h,
- libnds/include/nds/arm9/trig_lut.h,
- libnds/source/arm9/dcache.S,
- libnds/source/arm9/exceptionHandler.S,
- libnds/source/arm9/exceptions.c,
- libnds/source/arm9/image.c,
- libnds/source/arm9/keys.c,
- libnds/source/arm9/pcx.c,
- libnds/source/arm9/rumble.c,
- libnds/source/arm9/sound.c,
- libnds/source/arm9/system.c,
- libnds/source/arm9/touch.c,
- libnds/source/common/biosCalls.S,
- libnds/source/common/gbfs.c,
- libnds/source/common/interruptDispatcher.S,
- libnds/source/common/interrupts.c:
- Remove CVS-$Log's.
-
-2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/nds.cfg: Remove RTEMS_BSP_FAMILY.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -ansi -fasm to CFLAGS.
-
-2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/nds.cfg: New (relocated from /make/custom).
-
-2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
-
- 2009-08-21 Roxana Leontie <roxana.leontie@gmail.com>
-
- * nds/fb/fb.c: took off get_screen_info() and set_screen_info() extern
- references
-
-2009-08-10 Roxana Leontie <roxana.leontie@gmail.com>
-
- * fb/fb.c: function calls renamed; defined references to the extern
- functions
- * fb/fb.h: Removed.
- * Makefile.am: Reflect removal.
- * preinstall.am: Regenerated.
-
-2009-08-10 Roxana Leontie <roxana.leontie@gmail.com>
-
- * fb/fb.c: different structures defined in rtems/fb.h that were used in
- here so changes were needed
-
-2009-08-10 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, preinstall.am, fb/fb.c: Install nds specific .h files
- into nds subdirectory.
-
-2009-08-03 Roxana Leontie <roxana.leontie@gmail.com>
-
- * fb/fb.c: changed the references to mw_fb.h into fb.h
-
-2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
- RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
- have the same options.
-
-2009-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/bspstart.c: Removed variable declaration.
-
-2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
- bsp_get_work_area() since the work area is larger than a single
- allocatable object.
-
-2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * start/start.S: Checked call to boot_card.
-
-2009-04-28 Chris Johns <chrisj@rtems.org>
-
- * start/start.S: Update for boot_card command line change.
-
-2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Add -D__BSD_VISIBLE to wifi_rel_CPPFLAGS.
-
-2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * bsp_specs: Remove -Qy from *link.
-
-2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * bsp_specs: Move -e start from *link to *startfile to avoid warning
- for undefined entry symbol when linking relocatables with binutils
- 2.19.
-
-2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, preinstall.am: Use shared tm27.h stub.
- * include/tm27.h: Removed.
-
-2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspgetworkarea.c: Change size_t to ssize_t on
- bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
- which would limit the work area to 64K.
-
-2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * clock/clock.c: include "../../../shared/clockdrv_shell.h".
- * Makefile.am: Reflect changes above.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
- of building libbspstart.a, using automake-rules.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate *_SOURCES.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
- components.
-
-2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
-
-2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Make letting boot_card() handle work area allocation
- mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
- BSP_BOOTCARD_OPTIONS.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspreset.c: New file.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
- optionally print a message, poll for user to press key, and call
- bsp_reset(). Using this eliminates the various bsp_cleanup()
- implementations which had their own implementation and variety of
- string constants.
- * startup/bspclean.c: Removed.
-
-2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Split out bsp_cleanup() and
- bsp_get_work_area() into their own files.
- * startup/bspclean.c, startup/bspgetworkarea.c,
- startup/bspstart.c: New files.
- * startup/start.c: Removed.
-
-2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * include/bsp.h: Review of all bsp_cleanup() implementations. In this
- phase, all prototypes were removed from bsp.h and empty
- implementations were removed and made to use the shared stub.
-
-2008-09-05 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * block/block.c, rtc/rtc.c: Convert to "bool".
-
-2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * timer/timer.c: Eliminate empty function from every benchmark timer
- driver. Fix spelling.
-
-2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * timer/timer.c: Rename timer driver methods to follow RTEMS
- programming conventions.
-
-2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * timer/timer.c: Eliminate rtems_boolean.
- * libnds/include/nds/jtypes.h: Use bool/stdbool.h instead of
- local (non-POSIX compliant) "bool".
-
-2008-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * block/block.c, console/console.c, dswifi/arm9/source/sgIP.h,
- dswifi/arm9/source/sgIP_ARP.h, dswifi/arm9/source/sgIP_Config.h,
- dswifi/arm9/source/sgIP_DHCP.h, dswifi/arm9/source/sgIP_DNS.h,
- dswifi/arm9/source/sgIP_Hub.h, dswifi/arm9/source/sgIP_ICMP.h,
- dswifi/arm9/source/sgIP_IP.h, dswifi/arm9/source/sgIP_TCP.h,
- dswifi/arm9/source/sgIP_UDP.h, dswifi/arm9/source/sgIP_memblock.h,
- dswifi/arm9/source/wifi_arm9.c, dswifi/arm9/source/wifi_arm9.h,
- dswifi/include/dswifi7.h, dswifi/include/dswifi9.h, fb/fb.c,
- include/my_ipc.h, libfat/source/disc_io/disc_io.h,
- libfat/source/disc_io/io_nmmc.c,
- libnds/include/nds/arm9/exceptions.h,
- libnds/include/nds/arm9/input.h, libnds/include/nds/arm9/ndsmotion.h,
- libnds/include/nds/arm9/videoGL.h, libnds/source/arm9/console.c,
- libnds/source/arm9/gurumeditation.c, libnds/source/arm9/ndsmotion.c,
- libnds/source/common/card.c, libnds/source/common/interrupts.c,
- sound/sound.c, startup/start.c, touchscreen/reco.h, wifi/compat.c,
- wifi/compat.h: Fix most warnings.
-
-2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * dswifi/arm7/makefile, dswifi/include/netinet/in.h,
- libnds/basicARM7/source/defaultARM7.c, libnds/include/gbfs.h,
- libnds/include/nds/bios.h, libnds/include/nds/card.h,
- libnds/include/nds/dma.h, libnds/include/nds/interrupts.h,
- libnds/include/nds/ipc.h, libnds/include/nds/jtypes.h,
- libnds/include/nds/registers_alt.h, libnds/include/nds/system.h,
- libnds/include/nds/timers.h, libnds/include/nds/arm7/audio.h,
- libnds/include/nds/arm7/clock.h, libnds/include/nds/arm7/serial.h,
- libnds/include/nds/arm7/touch.h, libnds/include/nds/arm9/boxtest.h,
- libnds/include/nds/arm9/cache.h, libnds/include/nds/arm9/console.h,
- libnds/include/nds/arm9/ndsmotion.h, libnds/include/nds/arm9/video.h,
- libnds/include/nds/arm9/videoGL.h, libnds/source/arm7/audio.c,
- libnds/source/arm7/clock.c, libnds/source/arm7/microphone.c,
- libnds/source/arm7/touch.c, libnds/source/arm7/userSettings.c,
- libnds/source/arm9/boxtest.c, libnds/source/arm9/gurumeditation.c,
- libnds/source/arm9/ndsmotion.c, libnds/source/arm9/videoGL.c,
- libnds/source/common/card.c,
- libnds/source/common/interruptDispatcher.S, touchscreen/reco.c: Fix
- various warnings by fixing prototypes. Remove unused .bin files.
- Convert all files to UNIX CF/LF.
- * libnds/source/arm9/COS.bin, libnds/source/arm9/SIN.bin,
- libnds/source/arm9/TAN.bin, libnds/source/arm9/default_font.bin: Removed.
-
-2008-07-29 Chris Johns <chrisj@rtems.org>
-
- * block/block.c: Update to the libblock changes.
-
-2008-07-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/start.c: Changed bsp_get_workarea() to bsp_get_work_area()
- and added support for an optional separate heap area.
-
-2008-05-20 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, startup/start.c: Use new framework
- capability where RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
-
-2008-04-18 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Use bin2s to produce assembly files which do not need
- preprocessing. Capital .S indicates an assembly file that gets
- preprocessed.
-
-2008-04-17 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * libnds/source/arm9/exceptionHandler.S: Rename .s to .S and replace
- blxne with bxne.
-
-2008-04-17 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Move .s files to .S
- * dswifi/common/source/spinlock.S, libfat/source/disc_io/io_dldi.S,
- libfat/source/disc_io/io_scsd_s.S, libnds/source/arm9/COS.S,
- libnds/source/arm9/SIN.S, libnds/source/arm9/TAN.S,
- libnds/source/arm9/dcache.S, libnds/source/arm9/default_font.S,
- libnds/source/arm9/icache.S, libnds/source/common/biosCalls.S,
- libnds/source/common/interruptDispatcher.S: New files.
- * dswifi/common/source/spinlock.s, libfat/source/disc_io/io_dldi.s,
- libfat/source/disc_io/io_scsd_s.s, libnds/source/arm9/COS.s,
- libnds/source/arm9/SIN.s, libnds/source/arm9/TAN.s,
- libnds/source/arm9/dcache.s, libnds/source/arm9/default_font.s,
- libnds/source/arm9/exceptionHandler.s, libnds/source/arm9/icache.s,
- libnds/source/common/biosCalls.s,
- libnds/source/common/interruptDispatcher.s: Removed.
-
-2008-04-17 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * .cvsignore, include/.cvsignore: New files.
-
-2008-04-16 Matthieu Bucchianeri <mbucchia@gmail.com>
-
- * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
- mk_libnds.sh, patch.libnds, preinstall.am, block/block.c,
- clock/clock.c, console/console.c, coproc/coproc.S, coproc/coproc.c,
- coproc/coproc.ld, dswifi/dswifi_license.txt, dswifi/makefile,
- dswifi/arm7/makefile, dswifi/arm7/source/wifi_arm7.c,
- dswifi/arm7/source/wifi_arm7.h, dswifi/arm9/makefile,
- dswifi/arm9/source/sgIP.c, dswifi/arm9/source/sgIP.h,
- dswifi/arm9/source/sgIP_ARP.c, dswifi/arm9/source/sgIP_ARP.h,
- dswifi/arm9/source/sgIP_Config.h, dswifi/arm9/source/sgIP_DHCP.c,
- dswifi/arm9/source/sgIP_DHCP.h, dswifi/arm9/source/sgIP_DNS.c,
- dswifi/arm9/source/sgIP_DNS.h, dswifi/arm9/source/sgIP_Hub.c,
- dswifi/arm9/source/sgIP_Hub.h, dswifi/arm9/source/sgIP_ICMP.c,
- dswifi/arm9/source/sgIP_ICMP.h, dswifi/arm9/source/sgIP_IP.c,
- dswifi/arm9/source/sgIP_IP.h, dswifi/arm9/source/sgIP_TCP.c,
- dswifi/arm9/source/sgIP_TCP.h, dswifi/arm9/source/sgIP_UDP.c,
- dswifi/arm9/source/sgIP_UDP.h, dswifi/arm9/source/sgIP_memblock.c,
- dswifi/arm9/source/sgIP_memblock.h,
- dswifi/arm9/source/sgIP_sockets.c, dswifi/arm9/source/sgIP_sockets.h,
- dswifi/arm9/source/wifi_arm9.c, dswifi/arm9/source/wifi_arm9.h,
- dswifi/common/source/dsregs.h, dswifi/common/source/spinlock.h,
- dswifi/common/source/spinlock.s, dswifi/common/source/wifi_shared.h,
- dswifi/include/dswifi7.h, dswifi/include/dswifi9.h,
- dswifi/include/dswifi_version.h, dswifi/include/netdb.h,
- dswifi/include/sgIP_errno.h, dswifi/include/netinet/in.h, fb/fb.c,
- fb/fb.h, include/bsp.h, include/my_ipc.h, include/tm27.h,
- include/types.h, include/sys/iosupport.h, irq/irq.c, irq/irq.h,
- libfat/gba/include/fat.h, libfat/include/fat.h,
- libfat/nds/include/fat.h, libfat/source/bit_ops.h,
- libfat/source/cache.c, libfat/source/cache.h, libfat/source/common.h,
- libfat/source/directory.c, libfat/source/directory.h,
- libfat/source/fatdir.c, libfat/source/fatdir.h,
- libfat/source/fatfile.c, libfat/source/fatfile.h,
- libfat/source/file_allocation_table.c,
- libfat/source/file_allocation_table.h, libfat/source/filetime.c,
- libfat/source/filetime.h, libfat/source/libfat.c,
- libfat/source/mem_allocate.h, libfat/source/partition.c,
- libfat/source/partition.h, libfat/source/disc_io/disc.c,
- libfat/source/disc_io/disc.h, libfat/source/disc_io/disc_io.h,
- libfat/source/disc_io/io_cf_common.c,
- libfat/source/disc_io/io_cf_common.h,
- libfat/source/disc_io/io_dldi.h, libfat/source/disc_io/io_dldi.s,
- libfat/source/disc_io/io_efa2.c, libfat/source/disc_io/io_efa2.h,
- libfat/source/disc_io/io_fcsr.c, libfat/source/disc_io/io_fcsr.h,
- libfat/source/disc_io/io_m3_common.c,
- libfat/source/disc_io/io_m3_common.h,
- libfat/source/disc_io/io_m3cf.c, libfat/source/disc_io/io_m3cf.h,
- libfat/source/disc_io/io_m3sd.c, libfat/source/disc_io/io_m3sd.h,
- libfat/source/disc_io/io_mpcf.c, libfat/source/disc_io/io_mpcf.h,
- libfat/source/disc_io/io_njsd.c, libfat/source/disc_io/io_njsd.h,
- libfat/source/disc_io/io_nmmc.c, libfat/source/disc_io/io_nmmc.h,
- libfat/source/disc_io/io_sc_common.c,
- libfat/source/disc_io/io_sc_common.h,
- libfat/source/disc_io/io_sccf.c, libfat/source/disc_io/io_sccf.h,
- libfat/source/disc_io/io_scsd.c, libfat/source/disc_io/io_scsd.h,
- libfat/source/disc_io/io_scsd_s.s,
- libfat/source/disc_io/io_sd_common.c,
- libfat/source/disc_io/io_sd_common.h, libnds/Makefile.arm7,
- libnds/Makefile.arm9, libnds/libnds_license.txt,
- libnds/basicARM7/source/defaultARM7.c,
- libnds/include/default_font_bin.h, libnds/include/gbfs.h,
- libnds/include/nds.h, libnds/include/nds/bios.h,
- libnds/include/nds/card.h, libnds/include/nds/dma.h,
- libnds/include/nds/interrupts.h, libnds/include/nds/ipc.h,
- libnds/include/nds/jtypes.h, libnds/include/nds/memory.h,
- libnds/include/nds/registers_alt.h, libnds/include/nds/reload.h,
- libnds/include/nds/system.h, libnds/include/nds/timers.h,
- libnds/include/nds/arm7/audio.h, libnds/include/nds/arm7/clock.h,
- libnds/include/nds/arm7/serial.h, libnds/include/nds/arm7/touch.h,
- libnds/include/nds/arm9/background.h,
- libnds/include/nds/arm9/boxtest.h, libnds/include/nds/arm9/cache.h,
- libnds/include/nds/arm9/console.h,
- libnds/include/nds/arm9/exceptions.h,
- libnds/include/nds/arm9/image.h, libnds/include/nds/arm9/input.h,
- libnds/include/nds/arm9/math.h, libnds/include/nds/arm9/ndsmotion.h,
- libnds/include/nds/arm9/pcx.h, libnds/include/nds/arm9/postest.h,
- libnds/include/nds/arm9/rumble.h, libnds/include/nds/arm9/sound.h,
- libnds/include/nds/arm9/sprite.h, libnds/include/nds/arm9/trig_lut.h,
- libnds/include/nds/arm9/video.h, libnds/include/nds/arm9/videoGL.h,
- libnds/source/arm7/audio.c, libnds/source/arm7/clock.c,
- libnds/source/arm7/microphone.c, libnds/source/arm7/spi.c,
- libnds/source/arm7/touch.c, libnds/source/arm7/userSettings.c,
- libnds/source/arm9/COS.bin, libnds/source/arm9/COS.s,
- libnds/source/arm9/SIN.bin, libnds/source/arm9/SIN.s,
- libnds/source/arm9/TAN.bin, libnds/source/arm9/TAN.s,
- libnds/source/arm9/boxtest.c, libnds/source/arm9/console.c,
- libnds/source/arm9/dcache.s, libnds/source/arm9/default_font.bin,
- libnds/source/arm9/default_font.s,
- libnds/source/arm9/exceptionHandler.S,
- libnds/source/arm9/exceptionHandler.s,
- libnds/source/arm9/exceptions.c, libnds/source/arm9/gurumeditation.c,
- libnds/source/arm9/icache.s, libnds/source/arm9/image.c,
- libnds/source/arm9/initSystem.c, libnds/source/arm9/keys.c,
- libnds/source/arm9/ndsmotion.c, libnds/source/arm9/pcx.c,
- libnds/source/arm9/rumble.c, libnds/source/arm9/sound.c,
- libnds/source/arm9/system.c, libnds/source/arm9/touch.c,
- libnds/source/arm9/video.c, libnds/source/arm9/videoGL.c,
- libnds/source/common/biosCalls.s, libnds/source/common/card.c,
- libnds/source/common/gbfs.c,
- libnds/source/common/interruptDispatcher.s,
- libnds/source/common/interrupts.c, rtc/rtc.c, sound/sound.c,
- sound/sound.h, start/start.S, startup/linkcmds, startup/start.c,
- timer/timer.c, tools/Makefile.am, tools/bin2s, tools/bin2s.c,
- tools/configure.ac, tools/runtest,
- tools/ndstool/include/arm7_sha1_homebrew.h,
- tools/ndstool/include/arm7_sha1_nintendo.h,
- tools/ndstool/include/banner.h, tools/ndstool/include/bigint.h,
- tools/ndstool/include/crc.h, tools/ndstool/include/default_icon.h,
- tools/ndstool/include/encryption.h, tools/ndstool/include/header.h,
- tools/ndstool/include/hook.h, tools/ndstool/include/little.h,
- tools/ndstool/include/loadme.h, tools/ndstool/include/logo.h,
- tools/ndstool/include/ndscreate.h,
- tools/ndstool/include/ndsextract.h, tools/ndstool/include/ndstool.h,
- tools/ndstool/include/ndstree.h, tools/ndstool/include/overlay.h,
- tools/ndstool/include/passme.h, tools/ndstool/include/passme_sram.h,
- tools/ndstool/include/passme_vhd1.h,
- tools/ndstool/include/passme_vhd2.h, tools/ndstool/include/raster.h,
- tools/ndstool/include/sha1.h, tools/ndstool/include/types.h,
- tools/ndstool/source/arm7_sha1_homebrew.c,
- tools/ndstool/source/arm7_sha1_nintendo.c,
- tools/ndstool/source/banner.cpp, tools/ndstool/source/bigint.cpp,
- tools/ndstool/source/compile_date.c, tools/ndstool/source/crc.cpp,
- tools/ndstool/source/default_icon.c,
- tools/ndstool/source/encryption.cpp, tools/ndstool/source/header.cpp,
- tools/ndstool/source/hook.cpp, tools/ndstool/source/loadme.c,
- tools/ndstool/source/logo.cpp, tools/ndstool/source/ndscodes.cpp,
- tools/ndstool/source/ndscreate.cpp,
- tools/ndstool/source/ndsextract.cpp,
- tools/ndstool/source/ndstool.cpp, tools/ndstool/source/ndstree.cpp,
- tools/ndstool/source/passme.cpp, tools/ndstool/source/passme_sram.c,
- tools/ndstool/source/raster.cpp, tools/ndstool/source/sha1.cpp,
- touchscreen/README.reco, touchscreen/parser.c, touchscreen/reco.c,
- touchscreen/reco.h, touchscreen/touchscreen.c,
- touchscreen/touchscreen.h, wifi/compat.c, wifi/compat.h, wifi/wifi.c:
- New files.
-
-2008-03-09 Matthieu Bucchianeri <mbucchia@gmail.com>
-
- * ...: original import of the BSP
diff --git a/c/src/lib/libbsp/arm/nds/tools/ChangeLog b/c/src/lib/libbsp/arm/nds/tools/ChangeLog
deleted file mode 100644
index ab0ccb1501..0000000000
--- a/c/src/lib/libbsp/arm/nds/tools/ChangeLog
+++ /dev/null
@@ -1,30 +0,0 @@
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * ndstool/source/ndsextract.cpp: Add missing const's.
-
-2009-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * bin2s: Remove.
- * bin2s.c: Remove CVS-$Log's.
-
-2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * ndstool/include/banner.h, ndstool/include/header.h,
- ndstool/include/ndstree.h, ndstool/source/banner.cpp,
- ndstool/source/header.cpp, ndstool/source/ndscreate.cpp,
- ndstool/source/ndstool.cpp, ndstool/source/passme.cpp: Remove
- warnings for deprecated character conversions.
-
-2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * bin2s.c: Fix various warnings by fixing prototypes. Remove unused
- .bin files. Convert all files to UNIX CF/LF.
-
-2008-04-17 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * .cvsignore, ChangeLog: New files.
-
diff --git a/c/src/lib/libbsp/arm/rtl22xx/ChangeLog b/c/src/lib/libbsp/arm/rtl22xx/ChangeLog
deleted file mode 100644
index 609bce9af1..0000000000
--- a/c/src/lib/libbsp/arm/rtl22xx/ChangeLog
+++ /dev/null
@@ -1,312 +0,0 @@
-2011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1953/bsps
- * console/uart.c: Do not use /dev/console in libchip configuration
- table. Shared driver framework selects device to use as /dev/console.
-
-2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- PR 1917/bsps
- * Makefile.am, console/uart.c: Modifications to add dynamic tables for
- libchip serial drivers.
-
-2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/rtl22xx_t.cfg: Remove USE_THUMB (Violates *.cfg
- conventions, unused).
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * startup/bspreset.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-06 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * make/custom/rtl22xx_t.cfg: Now compiles.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/linkcmds, start/start.S: Use linker command base file.
-
-2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/rtl22xx_t.cfg: Workaround for GCC bug 38644.
-
-2010-04-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * include/bsp.h: Add BSP_SMALL_MEMORY.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am, preinstall.am: Added generic interrupt support modules.
- * include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
- * startup/bspstart.c, network/network.c: Interrupt support changes.
- * console/uart.c: Fixed warnings.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/rtl22xx.cfg: Use VFP floating point model.
-
-2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * network/network.c, startup/bspstart.c: make
- irq data types consistent
-
-2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * include/bsp.h: Rename poorly named define "M" to "JOEL_M" since
- I can't find it used anywhere. When code breaks, someone will
- suggest a better name. But "M" conflicted with user code.
- * start/start.S: Verify boot_card() is passed a NULL.
-
-2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/rtl22xx.cfg: Remove RTEMS_BSP_FAMILY.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -ansi -fasm to CFLAGS.
-
-2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/rtl22xx.cfg: New (relocated from /make/custom).
- * make/custom/rtl22xx_t.cfg: New (relocated from /make/custom).
-
-2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
-
- 2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
- Should be automatically handled by confdefs.h or the application.
-
-2009-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac, startup/bspreset.c: Add Skyeye reset device.
-
-2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
- RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
- have the same options.
-
-2009-04-28 Chris Johns <chrisj@rtems.org>
-
- * start/start.S: Update for boot_card command line change.
-
-2009-03-02 Ray Xu <rayx.cn@gmail.com>
-
- PR 1380/bsps
- * include/bsp.h: Switch to English comments.
-
-2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * bsp_specs: Move -e start from *link to *startfile to avoid warning
- for undefined entry symbol when linking relocatables with binutils
- 2.19.
-
-2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, preinstall.am: Use shared tm27.h stub.
- * include/tm27.h: Removed.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
- of building libbspstart.a, using automake-rules.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate *_SOURCES.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
- components.
-
-2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
-
-2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Make letting boot_card() handle work area allocation
- mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
- BSP_BOOTCARD_OPTIONS.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspreset.c: New file.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, console/uart.c, startup/bspstart.c: Use
- standardized bsp_cleanup() which can optionally print a message, poll
- for user to press key, and call bsp_reset(). Using this eliminates
- the various bsp_cleanup() implementations which had their own
- implementation and variety of string constants.
- * startup/bspclean.c: Removed.
-
-2008-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
-
-2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, startup/linkcmds: Use top level shared
- bsp_get_work_area() implementation.
-
-2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/bspstart.c: Remove unnecessary includes of
- rtems/libcsupport.h and rtems/libio.h.
-
-2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, startup/bspstart.c: Split out
- bsp_get_work_area() into its own file and user BSP Framework to
- perform more initialization. Use same shared implementation as
- edb7312 and csb336.
-
-2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Rework to avoid .rel files.
-
-2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Refactored and renamed initialization routines to
- rtems_initialize_data_structures, rtems_initialize_before_drivers,
- rtems_initialize_device_drivers, and
- rtems_initialize_start_multitasking. This opened the sequence up so
- that bootcard() could provide a more robust and flexible framework
- which is easier to explain and understand. This also lays the
- groundwork for sharing the division of available memory between the
- RTEMS workspace and heap and the C library initialization across all
- BSPs.
-
-2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/linkcmds: Add wildcard to gcc_except_table section so
- programs compiled with gcc 4.3.x can link.
-
-2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h, startup/bspstart.c: Eliminate copies of the
- Configuration Table. Use the RTEMS provided accessor macros to obtain
- configuration fields.
-
-2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
- from CPU Table to Configuration Table. Eliminate CPU Table from all
- ports. Delete references to CPU Table in all forms.
-
-2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
- remaining CPU Table fields to the Configuration Table. This included
- pretasking_hook, predriver_hook, postdriver_hook, idle_task,
- do_zero_of_workspace, extra_mpci_receive_server_stack,
- stack_allocate_hook, and stack_free_hook. As a side-effect of this
- effort some multiprocessing code was made conditional and some style
- clean up occurred.
-
-2007-11-03 Ray Xu <rayx.cn@gmail.com>
-
- * start/start.S, startup/bspclean.c: Add veneer between ARM and
- Thumb instructions. also moved bss init after CPSR/stack init in
- start.S
-
-2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- PR 1257/bsps
- * startup/bspstart.c: Code outside of cpukit should use the public
- API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
- the public API and directly accessing _CPU_ISR_Disable and
- _CPU_ISR_Enable, they were bypassing the compiler memory barrier
- directive which could lead to problems. This patch also changes the
- type of the variable passed into these routines and addresses minor
- style issues.
-
-2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
-2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * README: Clean up.
-
-2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * network/network.c: Remove cs8900_get_mac_addr which conflicted with
- one in libchip AND contained a hard-coded MAC address.
-
-2007-06-13 Ray Xu <rayx@gmail.com>
-
- * startup/linkcmds: Shrink the aligment requirements.
-
-2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
- since it was used to configure a no longer used feature. Device names
- are now part of the filesystem not in a table.
-
-2007-05-15 Ray Xu <rayx@gmail.com>
-
- * Makefile.am: Add abort.rel since it is now in the BSP shared source,
- not in score/cpu.
-
-2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * startup/bspclean.c: Remove incldue stdio.h
-
-2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, console/lpc22xx_uart.h: Remove warnings, cleanup and do
- not build SPARC code accidentally referenced in Makefile.am.
-
-2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * console/uart.c, startup/bspclean.c, startup/bspstart.c: Remove debug
- print methods that are redundant with prntk and replace their usage
- with printk.
-
-2007-05-01 Joel Sherrill <joel@OARcorp.com>
-
- * Makefile.am: Tinkering to reduce .text size of minimum executable
- from ~64K to ~47K.
- * Renamed startup/exit.c to startup/bspclean.c
- * startup/bspclean.c: New file.
- * startup/exit.c: Removed.
-
-2007-05-01 Ray Xu <xr@trasin.net>
-
- * README, times, console/lpc22xx_uart.h, console/uart.c, include/bsp.h,
- start/start.S, startup/bspstart.c, startup/exit.c, startup/linkcmds:
- Update BSP to address changes between 4.7 and CVS head as well as to
- address comments from Ralf and Joel.
-
-2007-04-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove reference to ../../shared/main.c.
-
-2007-04-25 Ray Xu <xr@trasin.net>
-
- * times: New (Initial submission).
-
-2007-04-25 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Include preinstall.am
- * bsp_specs: Sync with modern GCC.
-
-2007-04-25 Ray Xu <xr@trasin.net>
-
- * include/tm27.h, startup/bspstart.c, startup/exit.c,
- startup/linkcmds, start/start.S: New (Initial submission).
- * Makefile.am, README, bsp_specs, configure.ac,
- console/lpc22xx_uart.h, console/uart.c, include/bsp.h,
- network/network.c: New (Initial submission).
diff --git a/c/src/lib/libbsp/arm/smdk2410/ChangeLog b/c/src/lib/libbsp/arm/smdk2410/ChangeLog
deleted file mode 100644
index 9e445629f1..0000000000
--- a/c/src/lib/libbsp/arm/smdk2410/ChangeLog
+++ /dev/null
@@ -1,168 +0,0 @@
-2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- PR 1917/bsps
- * Makefile.am: Modifications to add dynamic tables for libchip serial
- drivers.
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * startup/bspreset.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * startup/linkcmds: Use linker command base file.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am, preinstall.am: Added generic interrupt support modules.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/smdk2410.cfg: Use VFP floating point model.
-
-2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * Makefile.am: use common code for s3c24xx
-
-2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/smdk2410.cfg: Remove RTEMS_BSP_FAMILY.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -ansi -fasm to CFLAGS.
-
-2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/smdk2410.cfg: New (relocated from /make/custom).
-
-2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
-
- 2009-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Add Skyeye reset device.
- * startup/bspreset.c: New file.
-
-2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
- RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
- have the same options.
-
-2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * bsp_specs: Move -e start from *link to *startfile to avoid warning
- for undefined entry symbol when linking relocatables with binutils
- 2.19.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
- of building libbspstart.a, using automake-rules.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate *_SOURCES.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
- components.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove noinst_PROGRAMS (Unused).
-
-2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
-
-2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- PR 1322/bsps
- * include/bspopts.h.in: Remove.
-
-2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
- work area allocation mandatory. Rename
- RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
- bsp_cleanup() which can optionally print a message, poll for user to
- press key, and call bsp_reset(). Using this eliminates the various
- bsp_cleanup() implementations which had their own implementation and
- variety of string constants.
-
-2008-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/linkcmds: Move WorkAreaBase to be closer to end definition.
-
-2008-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/linkcmds: Add WorkAreaBase.
-
-2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, startup/linkcmds: Use top level shared
- bsp_get_work_area() implementation.
-
-2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, include/bspopts.h.in: Split out
- bsp_get_work_area() into its own file and user BSP Framework to
- perform more initialization. Use same shared implementation as
- edb7312 and csb336.
-
-2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX
- routine.
-
-2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, preinstall.am: Need tm27.h
-
-2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Rework to avoid .rel files.
-
-2008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * .cvsignore: New file.
-
-2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Use shared bsp_predriver_hook.
-
-2008-05-06 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h: Grammar.
-
-2008-05-06 Ray Xu <rayx.cn@gmail.com>
-
- * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
- preinstall.am, include/bsp.h, include/bspopts.h.in, startup/linkcmds,
- startup/memmap.c: New files.
-
-2008-04-06 Ray Xu <rayx.cn@gmail.com>
-
- * Add note in README, cleanup code, merge it with gp32 and submit it to RTEMS
-
-2007-10-12 ZhangZhiMin <paopaoerzhang@gmail.com>
-
- * Fix clock defect, verified BSP on skyeye
-
-2007-08-06 XiaJiaShan <ximenpiaoxue4016@sina.com>
-
- * Frist draft, port from GBA BSP, add console, ethernet driver
-