if_xae: Port to RTEMS

This commit is contained in:
Alex White
2022-02-06 21:12:31 -06:00
committed by Joel Sherrill
parent ee4fb53241
commit 40b9c6ce63
11 changed files with 310 additions and 1 deletions

View File

@@ -277,6 +277,14 @@ RTEMS_BSD_DRIVER_PC_LEGACY;
RTEMS_BSD_DRIVER_PCI_DC;
RTEMS_BSD_DRIVER_UKPHY;
#endif /* LIBBSP_POWERPC_MOTOROLA_POWERPC_BSP_H */
#elif defined(LIBBSP_MICROBLAZE_FPGA_BSP_H)
RTEMS_BSD_DEFINE_NEXUS_DEVICE(ofwbus, 0, 0, NULL);
SYSINIT_DRIVER_REFERENCE(simplebus, ofwbus);
SYSINIT_DRIVER_REFERENCE(xae, simplebus);
SYSINIT_DRIVER_REFERENCE(axidma, simplebus);
RTEMS_BSD_DRIVER_E1000PHY;
#endif /* LIBBSP_MICROBLAZE_FPGA_BSP_H */
#endif