mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 16:39:34 +08:00
am335x display drivers: Port to RTEMS
This commit is contained in:

committed by
Christian Mauderer

parent
7adbe5b0bd
commit
530f8f5abd
@@ -56,6 +56,8 @@ SYSINIT_DRIVER_REFERENCE(simplebus, ofwbus);
|
||||
SYSINIT_DRIVER_REFERENCE(ti_scm, simplebus);
|
||||
SYSINIT_DRIVER_REFERENCE(ti_pinmux, simplebus);
|
||||
SYSINIT_DRIVER_REFERENCE(am335x_prcm, simplebus);
|
||||
SYSINIT_DRIVER_REFERENCE(am335x_pwmss, simplebus);
|
||||
SYSINIT_DRIVER_REFERENCE(am335x_lcd, simplebus);
|
||||
SYSINIT_DRIVER_REFERENCE(usbss, simplebus);
|
||||
SYSINIT_DRIVER_REFERENCE(musbotg, usbss);
|
||||
SYSINIT_DRIVER_REFERENCE(sdhci_ti, simplebus);
|
||||
|
@@ -46,6 +46,8 @@
|
||||
#define altq_remove _bsd_altq_remove
|
||||
#define altq_remove_queue _bsd_altq_remove_queue
|
||||
#define altqs_inactive_open _bsd_altqs_inactive_open
|
||||
#define am335x_pwm_config_ecap _bsd_am335x_pwm_config_ecap
|
||||
#define am335x_pwmss_driver _bsd_am335x_pwmss_driver
|
||||
#define arp_announce_ifaddr _bsd_arp_announce_ifaddr
|
||||
#define arp_ifinit _bsd_arp_ifinit
|
||||
#define arprequest _bsd_arprequest
|
||||
|
Reference in New Issue
Block a user