Changeset 1065f16 in rtems


Ignore:
Timestamp:
05/14/02 17:35:16 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
06549dcf
Parents:
9966204
Message:

2001-05-14 Till Straumann <strauman@…>

  • bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am: Per PR215 address the following issues:
    • _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one to know the values)
    • the affected BSP (shared/motorola) headers have been fixed in a separate "libbsp/powerpc/shared" patch.
    • the DEC 21140 driver (libchip/network/dec21140.c) has been fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP who is using this driver.
    • the DEC driver also has been fixed to use the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete delay_in_bus_cycles().
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libnetworking/ChangeLog

    r9966204 r1065f16  
    112001-05-14      Till Straumann <strauman@slac.stanford.edu>
    22
    3         * network/dec21140.c: Per PR215 address the following issues:
     3        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
     4        Per PR215 address the following issues:
    45            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
    56              are no longer defined by libcpu (powerpc/shared/include/io.h)
  • c/src/libchip/ChangeLog

    r9966204 r1065f16  
     12001-05-14      Till Straumann <strauman@slac.stanford.edu>
     2
     3        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
     4        Per PR215 address the following issues:
     5            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
     6              are no longer defined by libcpu (powerpc/shared/include/io.h)
     7              but by the BSP (who is the only one to know the values)
     8            - the affected BSP (shared/motorola) headers have been fixed
     9              in a separate "libbsp/powerpc/shared" patch.
     10            - the DEC 21140 driver (libchip/network/dec21140.c) has been
     11              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
     12              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
     13              is to be defined by the BSP who is using this driver.
     14            - the DEC driver also has been fixed to use the newer
     15              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
     16              delay_in_bus_cycles().
     17
    1182002-05-07      Chris Johns <ccj@acm.org>
    219
  • c/src/libnetworking/ChangeLog

    r9966204 r1065f16  
    112001-05-14      Till Straumann <strauman@slac.stanford.edu>
    22
    3         * network/dec21140.c: Per PR215 address the following issues:
     3        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
     4        Per PR215 address the following issues:
    45            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
    56              are no longer defined by libcpu (powerpc/shared/include/io.h)
  • cpukit/libnetworking/ChangeLog

    r9966204 r1065f16  
    112001-05-14      Till Straumann <strauman@slac.stanford.edu>
    22
    3         * network/dec21140.c: Per PR215 address the following issues:
     3        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
     4        Per PR215 address the following issues:
    45            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
    56              are no longer defined by libcpu (powerpc/shared/include/io.h)
Note: See TracChangeset for help on using the changeset viewer.