From 6c6818678b12d6a1d473761f5e2d17e732aac4d2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 12 Oct 2000 12:50:43 +0000 Subject: 2000-10-12 John S Gwynne * sim.h: These changes enable RTEMS to automatically generate the ram_init file used by gdb with the BDM patches. The 332 has on-board chip select lines (for RAM and FLASH) that must be configured before use of these peripherals. These patches parse data from start.c where the chip select lines are configured in the runtime executable and automatically generates the gdb initialization file using the same settings. A great time saver. A similar file, ram_init_FW (flash writable), is also generated that the flash programming tool uses. * BSP/start/start.c: Must be modified to support above. * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files. --- c/src/exec/score/cpu/m68k/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'c/src/exec/score/cpu/m68k/ChangeLog') diff --git a/c/src/exec/score/cpu/m68k/ChangeLog b/c/src/exec/score/cpu/m68k/ChangeLog index 7f281f20c9..ba91f67418 100644 --- a/c/src/exec/score/cpu/m68k/ChangeLog +++ b/c/src/exec/score/cpu/m68k/ChangeLog @@ -1,3 +1,17 @@ +2000-10-12 John S Gwynne + + * sim.h: These changes enable RTEMS to automatically generate + the ram_init file used by gdb with the BDM patches. The 332 has + on-board chip select lines (for RAM and FLASH) that must be + configured before use of these peripherals. These patches parse + data from start.c where the chip select lines are configured in + the runtime executable and automatically generates the gdb + initialization file using the same settings. A great time saver. + A similar file, ram_init_FW (flash writable), is also generated + that the flash programming tool uses. + * BSP/start/start.c: Must be modified to support above. + * BSP/start/ram_init.ld, BSP/start/ram_init.sed: New files. + 2000-09-04 Ralf Corsepius * Makefile.am: Include compile.am. -- cgit v1.2.3