#215 closed enhancement (fixed)

move definition of 'base addresses' from libcpu/powerpc to BSP code

Reported by: strauman Owned by: Joel Sherrill
Priority: normal Milestone: 2
Component: bsps Version: unknown
Severity: minor Keywords:
Cc: bugs@… Blocked By:
Blocking:

Description

  • _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 (look for a PR with a slightly higher number than this one)
  • 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().

NOTE: This patch should be used together with a related
patch (libbsp/powerpc/shared) which will have a PR number
slightly higher than this one...

Release:
RTEMS-ss-20020301

Environment:
target: powerpc-rtems

How-To-Repeat:
n.a.

Attachments (1)

libcpu_powerpc_io.diff (6.3 KB) - added by strauman on 12/03/06 at 13:31:12.
libcpu_powerpc_io.diff

Download all attachments as: .zip

Change History (2)

comment:1 Changed on 05/14/02 at 16:08:42 by Joel Sherrill

Status: assignedclosed

State-Changed-From-To: open->closed
State-Changed-Why: Patch applied.

Changed on 12/03/06 at 13:31:12 by strauman

Attachment: libcpu_powerpc_io.diff added

libcpu_powerpc_io.diff

Note: See TracTickets for help on using tickets.