summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2009-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-112-1/+7
| | | | | * startup/bspgetworkarea.c: Make bsp_mem_size available for page table initialization.
* 2009-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-112-11/+7
| | | | * page.c: Use bsp_mem_size.
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-112-1/+6
| | | | | * libchip/network/dec21140.c: Warning elimination (dec21140_softc->base now is an uint32_t).
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-112-3/+7
| | | | | PR 1483/cpukit * shared/include/pci.h: Rename pci_config into rtems_pci_config_t.
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-116-18/+33
| | | | | PR 1483/cpukit * pci/pci.c: Rename pci_config into rtems_pci_config_t.
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-112-1/+6
| | | | | PR 1483/cpukit * shared/pci/pci.c: Rename pci_config into rtems_pci_config_t.
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-112-1/+6
| | | | | PR 1483/cpukit * shared/pci/pcibios.c: Rename pci_config into rtems_pci_config_t.
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-111-0/+7
| | | | | | | PR 1483/cpukit * libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_dc.c: Move #include <rtems/pci.h> into #if *_SUPPORTED-guarded code sections.
* Move #include <rtems/pci.h> into #if *_SUPPORTED-guarded code sections.Ralf Corsepius2009-12-113-3/+3
|
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-112-2/+6
| | | | * network/network.c (au1x00_emac_ioctl): Use ioctl_command_t.
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-112-5/+12
| | | | | * serial/uart.c: Reflect changes to rtems_termios_callbacks->write.
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-112-1/+5
| | | | * console/console-io.c: Let bf537Stamp_BSP_poll_char return int.
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-112-1/+5
| | | | * console/console-io.c: Let eZKit533_BSP_poll_char return int.
* 2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-103-33/+42
| | | | | | | | * include/bsp.h, startup/bspgetworkarea.c: Rework bsp_size_memory() to ensure that multiboot information regarding memory size is used as the primary source. This was broken in the move to supporting a unified workspace. It worked this way in 4.9 so this was a regression.
* 2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-102-2/+7
| | | | | * shared/console-polled.c: Reflect changes to rtems_termios_callbacks->write.
* 2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-106-3/+18
| | | | | * console/console.c: Reflect changes to rtems_termios_callbacks->write.
* 2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-102-4/+6
| | | | * console/console.c: Eliminate casts.
* 2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-103-7/+9
| | | | * shared/comm/uart.c, shared/comm/uart.h: Adjust prototypes.
* 2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-102-1/+5
| | | | * console/uart.c: Let _BSP_in_char return int.
* 2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-102-0/+7
| | | | * shared/irq/irq_init.c: Add missing initializer.
* 2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-102-2/+6
| | | | * console/console.c: Let bsp_in_char return int.
* 2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-101-0/+4
| | | | * shared/console/polled_io.c: Add prototype for boot_udelay.
* Add prototype for boot_udelay.Ralf Corsepius2009-12-101-1/+1
|
* 2009-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-093-5/+31
| | | | | | * startup/bspgetworkarea.c: Add debug printk's. * startup/linkcmds: Using "-Wl,--defsym -Wl,RamSize=0x1000000" results in _RamSize being defined. Handle this properly.
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-082-2/+5
| | | | | * include/bsp.h: BSP should not define CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-082-4/+5
| | | | | * include/bsp.h: BSP should not define CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
* 2009-12-08 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-12-083-2/+6
| | | | * console/font8x16.h, console/sed1356.c: Fix typos.
* 2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-082-1/+7
| | | | | * startup/init5206e.c: Make prototype of CopyDataClearBSSAndStart global.
* Add network configuration macros.Eric Norum2009-12-082-0/+11
|
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-084-10/+22
| | | | | | | * libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_dc.c: Ensure PCI drivers are built on all supported configurations. PowerPC conditionals were not current and code was not being built on supported BSPs.
* 2009-12-08 Eric Norum <wenorum@lbl.gov>Joel Sherrill2009-12-082-15/+13
| | | | | PR 1479/bsps * fatal/bspfatal.c: Complete strcat conversion.
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-083-182/+4
| | | | * network/if_em/Makefile, network/if_gfe/Makefile: Removed.
* Whitespace removal.Ralf Corsepius2009-12-082-35/+35
|
* 2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-081-0/+1
| | | | * include/i2c.h (i2c_transfer_done): Fix type mismatch.
* (i2c_transfer_done): Fix type mismatch.Ralf Corsepius2009-12-081-1/+1
|
* 2009-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-081-0/+4
| | | | * tod/ds1307.c (ds1307_set_time): Fix broken prototype.
* (ds1307_set_time): Fix broken prototype.Ralf Corsepius2009-12-081-1/+1
|
* Regenerate.Ralf Corsepius2009-12-071-1/+1
|
* 2009-12-07 Ralf Corsépius <ralf.corsepiu@rtems.org>Ralf Corsepius2009-12-073-265/+5
| | | | | * shared/comm/console.c: Remove (Unused). * Makefile.am: Remove shared/comm/console.c.
* 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-072-5/+7
| | | | * console/console.c: Let nds_getch return "int". Remove casts.
* 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-074-3/+8
| | | | | * console/conio.c, console/console.c, include/conio.h: Let *getch return "int". Remove casts.
* 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-071-0/+1
| | | | * block/block.c: Adjust prototype mismatches.
* Adjust prototype mismatches.Ralf Corsepius2009-12-071-2/+2
|
* 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-072-1/+5
| | | | * Makefile.am: Remove -Dcaddr_t=uint32_t.
* 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-072-8/+9
| | | | * dswifi/arm9/source/wifi_arm9.c: Add missing prototypes.
* 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-072-2/+6
| | | | * ndstool/source/ndsextract.cpp: Add missing const's.
* 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-072-1/+5
| | | | * console/console.c (nds_write): Adjust prototype.
* 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-071-0/+8
| | | | | | | | * 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.
* Eliminate various warnings.Ralf Corsepius2009-12-0710-43/+44
|
* 2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-12-043-16/+41
| | | | * umon/README, umon/tfs.h: Missing parts of previous commit.