forked from Imagelibrary/rtems
2008-10-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Remove unused file. * pci/no_host_bridge.c: Removed.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-10-03 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Remove unused file.
|
||||||
|
* pci/no_host_bridge.c: Removed.
|
||||||
|
|
||||||
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* preinstall.am: Regenerated.
|
* preinstall.am: Regenerated.
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ include_bsp_HEADERS = ../../powerpc/shared/pci/pci.h \
|
|||||||
../../powerpc/shared/console/consoleIo.h \
|
../../powerpc/shared/console/consoleIo.h \
|
||||||
../../shared/include/irq-generic.h include/irq-config.h
|
../../shared/include/irq-generic.h include/irq-config.h
|
||||||
# pci
|
# pci
|
||||||
libbsp_a_SOURCES += pci/no_host_bridge.c ../../powerpc/shared/pci/pci.c \
|
libbsp_a_SOURCES += ../../powerpc/shared/pci/pci.c \
|
||||||
../../powerpc/shared/pci/pcifinddevice.c PCI_bus/PCI.c PCI_bus/universe.c
|
../../powerpc/shared/pci/pcifinddevice.c PCI_bus/PCI.c PCI_bus/universe.c
|
||||||
|
|
||||||
include_bsp_HEADERS += irq/irq.h \
|
include_bsp_HEADERS += irq/irq.h \
|
||||||
|
|||||||
@@ -1,30 +0,0 @@
|
|||||||
/*
|
|
||||||
* COPYRIGHT (c) 1989-2008.
|
|
||||||
* On-Line Applications Research Corporation (OAR).
|
|
||||||
*
|
|
||||||
* The license and distribution terms for this file may be
|
|
||||||
* found in the file LICENSE in this distribution or at
|
|
||||||
* http://www.rtems.com/license/LICENSE.
|
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <libcpu/io.h>
|
|
||||||
#include <libcpu/spr.h>
|
|
||||||
|
|
||||||
#include <bsp.h>
|
|
||||||
#include <bsp/pci.h>
|
|
||||||
#include <bsp/consoleIo.h>
|
|
||||||
#include <bsp/residual.h>
|
|
||||||
#include <bsp/openpic.h>
|
|
||||||
|
|
||||||
#include <rtems/bspIo.h>
|
|
||||||
|
|
||||||
/*
|
|
||||||
* For the 8240 and the 8245 there is no host bridge the
|
|
||||||
* Open PIC device is built into the processor chip.
|
|
||||||
*/
|
|
||||||
|
|
||||||
void detect_host_bridge(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user