Joel Sherrill
79269f6e3a
2009-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libchip/network/i82586.c: Fix warning in manner suggested by
Arnout Vandecappelle <arnout@mind.be > in
http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html .
2009-05-11 20:10:25 +00:00
Chris Johns
8b21646e2c
2009-05-09 Chris Johns <chrisj@rtems.org>
...
* include/bsp.h: Defined as a small memory target. It cannot build
one of the sample programs any more.
2009-05-08 21:42:26 +00:00
Joel Sherrill
9ad5d58e7e
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* irq/BSP_irq.c: New file.
2009-05-08 18:39:00 +00:00
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
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
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
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
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
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
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
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
07be7bb671
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* include/bsp.h: Add BSP_SMALL_MEMORY.
2009-05-04 18:11:43 +00:00
Joel Sherrill
6b738d1388
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* start/start.S: Checked call to boot_card.
2009-05-04 11:16:44 +00:00
Joel Sherrill
adada0d33c
2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* tod.c: Remove warnings and clean up.
2009-05-04 02:07:59 +00:00
Joel Sherrill
9a12c7e58a
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.
2009-05-04 02:04:42 +00:00
Joel Sherrill
9c2eacafea
2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libchip/rtc/ds1375.c, libchip/rtc/mc146818a.c: Fix warnings. Reformat
as needed.
2009-05-04 00:53:45 +00:00
Joel Sherrill
81fb3d3646
2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* shared/start.S: Checked and OK.
2009-05-04 00:50:49 +00:00
Chris Johns
92c70b96b6
2009-04-29 Chris Johns <chrisj@rtems.org>
...
* libchip/ide/ata.c: Remove a detection test that fails in qemu.
* libchip/ide/ide_controller.c: Change the status detection and
add a message if the transfer fails. There is currently no error
handle at the IDE drvier level.
2009-04-29 08:36:45 +00:00
Chris Johns
288146576b
2009-04-28 Chris Johns <chrisj@rtems.org>
...
* Makefile.am: Add bspinit.c, a common Init task that manages
command line arguments from a BSP.
2009-04-28 06:36:25 +00:00
Chris Johns
a4ed6b112d
2009-04-28 Chris Johns <chrisj@rtems.org>
...
* startup/main.c: Update for boot_card command line change.
2009-04-28 06:35:34 +00:00
Chris Johns
68e2707701
2009-04-28 Chris Johns <chrisj@rtems.org>
...
* shared/start/start.S: Update for boot_card command line change.
2009-04-28 06:35:06 +00:00
Chris Johns
2549b4d9a8
2009-04-28 Chris Johns <chrisj@rtems.org>
...
* bootcard.c, include/bootcard.h: Remove argc/argv/envp and
replace with a single BSP boot command line a BSP can optionally
support.
2009-04-28 06:34:38 +00:00
Chris Johns
820d1ab084
2009-04-28 Chris Johns <chrisj@rtems.org>
...
* start/start.S: Update for boot_card command line change.
2009-04-28 06:34:00 +00:00
Chris Johns
976b1594f1
2009-04-28 Chris Johns <chrisj@rtems.org>
...
* startup/start.S: Update for boot_card command line change.
2009-04-28 06:33:16 +00:00
Chris Johns
0aa4b0fd61
2009-04-28 Chris Johns <chrisj@rtems.org>
...
* dlentry/dlentry.S: Update for boot_card command line change.
2009-04-28 06:32:31 +00:00
Chris Johns
c5612edf0b
2009-04-28 Chris Johns <chrisj@rtems.org>
...
* start/start.S, startup/start_c.c: Update for boot_card command
line change.
2009-04-28 06:28:46 +00:00
Chris Johns
6d3245b623
2009-04-28 Chris Johns <chrisj@rtems.org>
...
* startup/cpuboot.c: Update for boot_card command line change.
2009-04-28 06:28:20 +00:00
Chris Johns
90819e8010
2009-04-28 Chris Johns <chrisj@rtems.org>
...
* startup/init5329.c: Update for boot_card command line change.
2009-04-28 06:27:52 +00:00
Chris Johns
bcd1228d90
2009-04-28 Chris Johns <chrisj@rtems.org>
...
* startup/init52235.c: Update for boot_card command line change.
2009-04-28 06:27:15 +00:00
Chris Johns
010e93365a
2009-04-28 Chris Johns <chrisj@rtems.org>
...
* shared/start/start.S: Update for boot_card command line change.
2009-04-28 06:23:04 +00:00
Chris Johns
1c5ebc5421
2009-04-28 Chris Johns <chrisj@rtems.org>
...
* Makefile.am: Add bspcmdline.c.
* include/bsp.h: Add boot command line interfaces.
* start/start.c: Save the multiboot command line. Pass the command
line to boot_card.
* start/start.S: Update for boot_card command line change.
* startup/bspstart.c: Initialise the command line.
* startup/bspcmdline.c: New.
* console/console.c, ide/idecfg.c: Add boot command line support.
2009-04-28 06:20:35 +00:00
Chris Johns
a263aa724d
2009-04-28 Chris Johns <chrisj@rtems.org>
...
* startup/linkcmds: Add .data.* for the C++ test.
* include/bsp.c: Add BSP_SMALL_MEMORY.
2009-04-28 04:56:22 +00:00
Ralf Corsepius
1cb0671023
2009-04-15 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* leaf.cfg: Remove hard-coded .exe.
2009-04-15 08:31:09 +00:00
Thomas Doerfler
07001bab80
adapt name of assert function for breakpoint
2009-04-14 09:46:58 +00:00
Joel Sherrill
ca23484f0f
2009-04-06 Michael Walle <michael@walle.cc>
...
* shared/start/start.S: Now calls boot_card.
2009-04-06 21:33:48 +00:00
Joel Sherrill
69722ac959
2009-04-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* startup/linkcmds: Move stack so it does not overlap workarea.
2009-04-06 15:25:56 +00:00
Joel Sherrill
7c48db8d29
2009-03-30 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* startup/linkcmds: Stack was overlapping work area.
2009-03-30 14:10:54 +00:00
Joel Sherrill
d785ce4a56
2009-03-26 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, console/console.c, startup/linkcmds: Now links but
clearly the starting stack overlaps regular memory and needs to be
moved.
2009-03-26 11:18:03 +00:00