[rtems commit] powerpc/motorola_powerpc: Enable bus PCI support in LibBSD

Chris Johns chrisj at rtems.org
Tue Feb 16 20:31:49 UTC 2021


Module:    rtems
Branch:    master
Commit:    23aad642be7a3b6ea905897728133bddf5d550c4
Changeset: http://git.rtems.org/rtems/commit/?id=23aad642be7a3b6ea905897728133bddf5d550c4

Author:    Chris Johns <chrisj at rtems.org>
Date:      Mon Feb 15 12:04:45 2021 -1000

powerpc/motorola_powerpc: Enable bus PCI support in LibBSD

Updates #4245

---

 bsps/powerpc/motorola_powerpc/include/bsp.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bsps/powerpc/motorola_powerpc/include/bsp.h b/bsps/powerpc/motorola_powerpc/include/bsp.h
index 62e7402..af0e714 100644
--- a/bsps/powerpc/motorola_powerpc/include/bsp.h
+++ b/bsps/powerpc/motorola_powerpc/include/bsp.h
@@ -115,6 +115,10 @@ extern "C" {
 #endif
 #endif
 
+/*
+ * The BSP has PCI devices. Enable support in LibBSD.
+ */
+#define BSP_HAS_PCI
 
 /*
  *  Base address definitions for several devices



More information about the vc mailing list