Joel Sherrill
1802b9027b
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
2009-05-08 18:38:14 +00:00
Joel Sherrill
72510eb2ac
2009-05-08 Kate Feng <feng1@bnl.gov>
...
* include/bsp.h, start/start.S, startup/bspstart.c:
added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h.
removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined
by the linker script (shared/startup/linkcmds) for the initial
stack.
replaced __rtems_end+4096 with __stack in start.S
Removed legacy code in bspstart.c (inherited from old mvme2307 BSP
but not relevant to this one) that tested trapping
into PPCBug.
Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in
bspstart.c
2009-05-08 18:12:31 +00:00
Joel Sherrill
604f35e2dd
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* posix/include/rtems/posix/psignal.h,
rtems/inline/rtems/rtems/support.inl: Remove warnings.
2009-05-08 18:07:26 +00:00
Joel Sherrill
6d96c98879
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* user/conf.t: Change work_space_size to uintptr_t since it cannot be
negative.
2009-05-08 13:26:59 +00:00
Joel Sherrill
7f12879cbd
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* sapi/include/rtems/config.h: Switch from ssize_t to uintptr_t for
work space size since it is larger than a single allocatable object.
2009-05-08 13:26:06 +00:00
Joel Sherrill
5ab278ff9e
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* bootcard.c, bspgetworkarea.c, include/bootcard.h: 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-08 13:24:27 +00:00
Joel Sherrill
eee78e5cfc
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-08 13:24:09 +00:00
Joel Sherrill
7d1b2cac53
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* shared/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-08 13:24:07 +00:00
Joel Sherrill
ca427f31d8
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* shared/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-08 13:23:59 +00:00
Joel Sherrill
1cf6593efa
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* startup/linkcmds: Correct to have 65K total RAM (mostly external) and
correct base address.
2009-05-08 13:02:08 +00:00
Chris Johns
199ccded5d
2009-05-08 Chris Johns <chrisj@rtems.org>
...
* cpukit/libblock/src/bdpart.c, libmisc/shell/main_msdosfmt.c,
libmisc/shell/main_rm.c, libnetworking/libc/gethostnamadr.c,
score/include/rtems/score/bitfield.h,
score/inline/rtems/score/priority.inl: Remove warnings.
2009-05-08 04:55:53 +00:00
Joel Sherrill
61541f4a41
2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* score/src/objectgetnext.c: Add checks for NULL pointers.
2009-05-08 02:13:24 +00:00
Joel Sherrill
c14c2f0baf
2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac: Add initial test of _Objects_Get_next.
* spobjgetnext/.cvsignore, spobjgetnext/Makefile.am,
spobjgetnext/init.c, spobjgetnext/spobjgetnext.scn,
spobjgetnext/system.h: New files.
2009-05-08 02:05:51 +00:00
Joel Sherrill
3b2edab9ab
2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* malloctest/init.c: Fix typo.
2009-05-07 20:18:22 +00:00
Joel Sherrill
56b7951e45
2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
* heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
heapwalk/init.c, heapwalk/system.h: New files.
2009-05-07 17:48:15 +00:00
Joel Sherrill
8814cf04cc
2009-05-07 Santosh G Vattam <vattam.santosh@gmail.com>
...
* malloctest/init.c: Add test case for heap resize block when the
resize creates a free block large enough to free.
2009-05-07 17:08:28 +00:00
Thomas Doerfler
d2ec6433fa
libnetworking/lib/ftpfs.c, libnetworking/rtems/ftpfs.h: Added
...
timeouts. Options are now per file system instance.
2009-05-07 14:40:55 +00:00
Ralf Corsepius
facca98f29
New.
2009-05-07 14:40:22 +00:00
Joel Sherrill
5fd366e01d
2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* bspinit.c: Fix warning by adding include file.
2009-05-06 16:38:16 +00:00
Joel Sherrill
80ab5f46ff
2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libchip/network/if_dc.c: Fixed warnings.
2009-05-06 16:37:32 +00:00
Joel Sherrill
a1d478230e
2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* page.c: Fixed warnings.
2009-05-06 16:36:52 +00:00
Joel Sherrill
430f6ffa61
2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libmisc/uuid/gen_uuid.c, libnetworking/lib/syslog.c,
telnetd/telnetd.c: Fixed warnings.
2009-05-06 16:36:46 +00:00
Joel Sherrill
f9abe504d3
2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* shared/comm/i386-stub-glue.c, shared/comm/uart.c, shared/irq/irq.c,
shared/pci/pcibios.c: Fixed warnings.
2009-05-06 16:36:19 +00:00
Joel Sherrill
debbc9ecc8
2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* console/console.c, console/inch.c, ide/ide.c: Fixed warnings.
2009-05-06 16:36:16 +00:00
Joel Sherrill
03e3f92aa4
2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libcsupport/Makefile.am:
* libcsupport/src/isatty_r.c: New file.
2009-05-06 15:27:55 +00:00
Ralf Corsepius
0470463aa5
Update.
2009-05-06 14:43:53 +00:00
Ralf Corsepius
b417e0341b
Update
2009-05-06 14:41:24 +00:00
Joel Sherrill
6a78bbdf11
2009-05-06 Michael Walle <michael@walle.cc>
...
PR 1409/bsps
* gdbstub/rtems-stub-glue.c: Print object names correctly.
2009-05-06 14:21:35 +00:00
Ralf Corsepius
ac39e0fa16
Update.
2009-05-06 12:23:13 +00:00
Ralf Corsepius
b9f2ae8291
Bump version.
2009-05-06 12:21:14 +00:00
Ralf Corsepius
4d0f56930b
Work around to centos-5 rpm bug
2009-05-06 12:20:49 +00:00
Thomas Doerfler
1df2277d75
added cpukit/libmisc/uuid/README
2009-05-06 11:27:39 +00:00
Ralf Corsepius
7db2abc128
New.
2009-05-06 07:28:00 +00:00
Ralf Corsepius
72f83af4b3
Add freebsd7.2
2009-05-05 22:08:52 +00:00
Ralf Corsepius
45176b85c8
Update.
2009-05-05 22:07:39 +00:00
Ralf Corsepius
307cbcb5fd
New.
2009-05-05 22:06:31 +00:00
Joel Sherrill
8259452ccb
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* shared/start/start.S: Confirmed OK by mwalle.
2009-05-05 21:22:49 +00:00
Joel Sherrill
dce79aee44
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* bootcard.c, gdbstub/rtems-stub-glue.c: Add info to not enough memory
message.
2009-05-05 21:17:47 +00:00
Joel Sherrill
43776b57f6
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* rtems/include/rtems/rtems/part.h,
rtems/inline/rtems/rtems/region.inl: Fix warnings.
2009-05-05 21:17:28 +00:00
Joel Sherrill
e8de5c718d
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* rtems/score/cpu.h: Lower number of priorities and do not inline as
much.
2009-05-05 21:17:11 +00:00
Joel Sherrill
f16a6fe73a
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* score/include/rtems/score/heap.h,
score/inline/rtems/score/address.inl,
score/inline/rtems/score/heap.inl,
score/inline/rtems/score/object.inl,
score/inline/rtems/score/priority.inl,
score/inline/rtems/score/tod.inl: Remove warnings.
2009-05-05 19:37:28 +00:00
Joel Sherrill
4848b56083
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* rtems/score/cpu.h: Remove warnings.
2009-05-05 19:37:10 +00:00
Jennifer Averett
2f1f2ed05b
2009-05-05 Jennifer Averett <jennifer.averett@OARcorp.com>
...
* shared/pci/pci.c: Removed warnings.
2009-05-05 16:29:50 +00:00
Jennifer Averett
3776348f52
2009-05-05 Jennifer Averett <jennifer.averett@OARcorp.com>
...
* mpc6xx/mmu/bat.c, new-exceptions/e500_raw_exc_init.c,
new-exceptions/raw_exception.h, new-exceptions/bspsupport/irq_supp.h,
shared/include/cpuIdent.c: Removed warnings. Split
bsp_irq_dispatch_list to allow non-standard/non-existant pics to call
with interrupts off.
2009-05-05 16:27:59 +00:00
Jennifer Averett
42b6dd2a53
2009-05-05 Jennifer Averett <jennifer.averett@OARcorp.com>
...
* Makefile.am, configure.ac, preinstall.am, PCI_bus/PCI.c,
PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c, console/85c30.c,
console/85c30.h, console/console.c, console/consolebsp.h,
console/tbl85c30.c, include/bsp.h, include/gen2.h,
include/irq-config.h, include/tm27.h, irq/FPGA.c, irq/irq.h,
irq/irq_init.c, start/start.S, startup/Hwr_init.c,
startup/bspstart.c, startup/linkcmds, timer/timer.c, tod/tod.c,
vme/VMEConfig.h: Updated and tested with latest interrupt source.
Modified with latest memory allocation, but this needs testing.
* irq/no_pic.c: New file.
2009-05-05 16:24:04 +00:00
Joel Sherrill
3c4d2451f0
2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* console/uart.c: Remove warning.
2009-05-05 14:46:08 +00:00
Joel Sherrill
c27951f23d
2009-05-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* score/include/rtems/system.h: Added
RTEMS_COMPILER_DEPRECATED_ATTRIBUTE define.
2009-05-05 14:29:55 +00:00
Joel Sherrill
b513fa6a17
2009-05-05 Michael Walle <michael@walle.cc>
...
* shared/gdbstub/README, shared/gdbstub/gdb_if.h,
shared/gdbstub/lm32-debug.S, shared/gdbstub/lm32-stub.c: New files.
2009-05-05 14:22:43 +00:00
Joel Sherrill
af2b90de3f
2009-05-05 Michael Walle <michael@walle.cc>
...
* cpu_asm.S, irq.c, rtems/score/cpu.h: Add lm32 gdb stub support.
2009-05-05 14:19:58 +00:00
Thomas Doerfler
a4e752ce0c
Update
2009-05-05 13:36:07 +00:00