Ralf Corsepius
346f6c77a4
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* make/custom/gp32.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:34:43 +00:00
Ralf Corsepius
656767d012
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-21 10:34:42 +00:00
Ralf Corsepius
435a43d984
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* make/custom/gba.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:34:41 +00:00
Ralf Corsepius
10de8065cf
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* make/custom/edb7312.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:34:39 +00:00
Ralf Corsepius
695cbad0c8
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* make/custom/csb337.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:34:37 +00:00
Ralf Corsepius
7813d1b139
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* make/custom/csb336.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:34:36 +00:00
Ralf Corsepius
67bb1733a5
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* aclocal/bsp-alias.m4: New.
* configure.ac: Apply RTEMS_BSP_ALIAS for RTEMS_BSP_FAMILY.
2009-10-21 10:10:45 +00:00
Ralf Corsepius
db5c5d5ff3
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* bsp.mak: Remove RTEMS_BSP_FAMILY.
2009-10-21 10:10:10 +00:00
Ralf Corsepius
2e710b0d93
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* aclocal/env-rtemsbsp.m4: Remove AM_CONDITIONAL MULTILIB.
2009-10-21 08:28:17 +00:00
Ralf Corsepius
23759b5c1b
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Remove AM_CONDITIONAL MULTILIB.
* Makefile.am: Remove BARE_CPU_MODEL.
2009-10-21 05:27:34 +00:00
Ralf Corsepius
0d2c683b8c
Remove AM_CONDITIONAL MULTILIB.
2009-10-21 05:27:23 +00:00
Ralf Corsepius
ba5437d737
Remove BARE_CPU_MODEL.
2009-10-21 05:27:11 +00:00
Ralf Corsepius
8d9d5bd813
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Remove reference to bare BSP.
Simplify RTEMS_BSP_LIST setup.
2009-10-21 05:01:14 +00:00
Ralf Corsepius
078f312d4e
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Remove cfg_dir.
2009-10-21 03:17:50 +00:00
Ralf Corsepius
7b6afa82ac
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Remove -std=c99 -fasm.
Remove AM_CONDITIONAL LIBCHIP.
* libchip/Makefile.am, wrapup/Makefile.am:
Remove AM_CONDITIONAL LIBCHIP.
2009-10-21 02:32:00 +00:00
Ralf Corsepius
38012468b9
Remove -std=c99 -fasm. Remove AM_CONDITIONAL LIBCHIP.
2009-10-21 02:30:57 +00:00
Ralf Corsepius
822c03eb5e
Regenerate.
2009-10-21 02:30:35 +00:00
Ralf Corsepius
c244c2133e
Remove AM_CONDITIONAL LIBCHIP.
2009-10-21 02:30:21 +00:00
Ralf Corsepius
f12f3c40d1
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* make/custom/eZKit533.cfg: Switch to compiling at O2.
2009-10-21 02:26:58 +00:00
Till Straumann
c7880448d1
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
...
* startup/bspstart.c, startup/misc.c:
Fixed compiler warnings by adding prototypes to function
declarations and moving extern declarations to global scope.
2009-10-20 18:07:22 +00:00
Till Straumann
3ccd9de51b
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
...
* startup/bspstart.c:
let 'save_boot_params()' return a pointer to the commandline
saved by the BSP which is NULL in this case. This pointer could
be passed on to 'boot_card()' as it is done by other BSPs.
This 'start/start.S' file however, passes a NULL pointer
directly to boot_card() (w/o ever calling save_boot_params()).
2009-10-20 18:00:47 +00:00
Till Straumann
5eccbac62e
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
...
* start/start.S, startup/bspstart.c:
let 'save_boot_params()' return a pointer to the commandline
saved by the BSP and pass this pointer on to 'boot_card()'.
2009-10-20 17:55:18 +00:00
Till Straumann
27e966f1d1
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
...
* shared/startup/pgtbl_setup.c: Fixed compiler warnings
(added prototypes to function declarations etc.)
2009-10-20 17:52:20 +00:00
Till Straumann
ec625ecad2
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
...
* shared/start/start.S, shared/startup/bspstart.c:
let 'save_boot_params()' return a pointer to the commandline
saved by the BSP and pass this pointer on to 'boot_card()'.
2009-10-20 17:50:44 +00:00
Till Straumann
2d09d29866
*** empty log message ***
2009-10-20 17:49:41 +00:00
Till Straumann
e33c621ed0
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
...
* network/tsec.c: fixed compiler warnings.
2009-10-20 17:12:06 +00:00
Till Straumann
5bd4fb059c
2009/10/20 Till Straumann <strauman@slac.stanford.edu>
...
* shared/misc/m68kidle.c: somehow this change was never committed, sorry.
2009-10-20 14:07:20 +00:00
Ralf Corsepius
61b5aec0d5
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* clock/rtc.c: Add initializer (Silence warning).
2009-10-20 12:54:46 +00:00
Ralf Corsepius
b1d28ccc57
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* startup/bspstart.c: Add missing prototype.
2009-10-20 12:31:52 +00:00
Ralf Corsepius
d236e96453
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 09:40:07 +00:00
Ralf Corsepius
de90701623
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 08:44:36 +00:00
Ralf Corsepius
d61f0a7ba5
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 08:31:05 +00:00
Ralf Corsepius
b83c7ba9e5
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 07:34:24 +00:00
Ralf Corsepius
d46194adcb
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 07:16:49 +00:00
Ralf Corsepius
6e5617c4c4
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 07:08:54 +00:00
Ralf Corsepius
6bf9e0a447
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 05:51:15 +00:00
Ralf Corsepius
218a2bb4a0
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-20 05:13:14 +00:00
Joel Sherrill
e84ada6848
2009-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* shared/startup/linkcmds: Add __SBSS_END__ and __SBSS2_END__.
2009-10-19 17:58:34 +00:00
Ralf Corsepius
c5f35cd563
2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* configure.ac: Pick up make/custom/*.
* aclocal/check-custom-bsp.m4: Adapt to changes to configure.ac.
2009-10-18 05:32:21 +00:00
Till Straumann
887e1cb4ea
2009-10-17 Till Straumann <strauman@slac.stanford.edu>
...
* network/tsec.c: rtems 4.10 no longer allows simple binary
semaphores to have priority inheritance attribute; use ordinary
binary semaphore instead.
2009-10-17 22:26:23 +00:00
Till Straumann
0a8f902e76
2009-10-17 Till Straumann <strauman@slac.stanford.edu>
...
*network/if_tsec_pub.h, network/tsec.c: Enhanced low-level
API allowing the user to selectively enable/disable/acknowledge
interrupts and to install their own ISR (rather than having
the driver posting an event to a single task).
2009-10-17 22:24:55 +00:00
Joel Sherrill
75452405b5
2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* startup/bspstart.c: Fix warnings.
2009-10-17 21:35:34 +00:00
Joel Sherrill
2dc0091046
2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* start/start.S, startup/bspstart.c: Fix warnings.
2009-10-17 20:41:37 +00:00
Joel Sherrill
1c8514a5af
2009-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* console/console.c: Fix warning.
2009-10-17 19:55:40 +00:00
Ralf Corsepius
b221e9d885
2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* make/custom/tqm8xx.inc: New (Renamed from tqm8xx.cfg).
* make/custom/tqm8xx.cfg: Removed.
* make/custom/pghplus.cfg, make/custom/tqm8xx_stk8xx.cfg:
Include make/custom/tqm8xx.inc.
2009-10-17 15:36:51 +00:00
Ralf Corsepius
6b656c6032
2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* make/custom/mbx8xx.inc: New (Renamed from mbx8xx.cfg).
* make/custom/mbx8xx.cfg: Removed.
* make/custom/mbx821_001.cfg, make/custom/mbx821_002b.cfg,
make/custom/mbx821_002.cfg, make/custom/mbx860_001b.cfg,
make/custom/mbx860_002.cfg, make/custom/mbx860_005b.cfg,
make/custom/mbx860_1b.cfg:
Include make/custom/mbx8xx.inc.
2009-10-17 15:34:36 +00:00
Ralf Corsepius
3b8afe8ca1
2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* make/custom/gen83xx.inc: New (Renamed from gen83xx.cfg).
* make/custom/gen83xx.cfg: Removed.
* make/custom/hsc_cm01.cfg, make/custom/mpc8313erdb.cfg,
make/custom/mpc8349eamds.cfg:
Include make/custom/gen83xx.inc.
2009-10-17 15:31:27 +00:00
Ralf Corsepius
76995af36e
2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* make/custom/gen5200.inc: New (Renamed from gen5200.cfg).
* make/custom/gen5200.cfg: Removed.
* make/custom/brs5l.cfg, make/custom/icecube.cfg,
make/custom/pm520_cr825.cfg, make/custom/pm520_ze30.cfg:
Include make/custom/gen5200.inc.
2009-10-17 15:28:50 +00:00
Ralf Corsepius
662ac58637
2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* make/custom/genmcf548x.inc: New (Renamed from genmcf548x.cfg).
* make/custom/genmcf548x.cfg: Removed.
* make/custom/COBRA5475.cfg, make/custom/m5484FireEngine.cfg:
Include make/custom/genmcf548x.inc.
2009-10-17 15:25:31 +00:00
Ralf Corsepius
848c996f21
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-17 15:21:07 +00:00