summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/bsd/local (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-29imx: Don't use USB_NEED_BUSDMA_COHERENT_ALLOCChristian Mauderer1-1/+1
That option makes problems with some drivers because the buffers are not allways cache line aligned. Update 3869
2020-04-15regulator: Add to build.Christian Mauderer2-0/+143
Update #3869.
2020-04-15usb_busdma: Add USB_NEED_BUSDMA_COHERENT_ALLOCSebastian Huber1-0/+5
Some BSPs have a cache-coherent memory area, however, it should not be used for the USB controller.
2019-11-13NVME(4): Port to RTEMSSebastian Huber1-0/+0
Update #3821.
2019-11-13Update to FreeBSD head 2019-09-24Sebastian Huber5-21/+502
Git mirror commit 6b0307a0a5184339393f555d5d424190d8a8277a.
2019-08-11fbd: Port to RTEMSVijay Kumar Banerjee5-0/+45
2019-08-11TDA19988: Port to RTEMSVijay Kumar Banerjee3-0/+163
2019-08-11Pinmux: Port to RTEMSVijay Kumar Banerjee1-0/+40
2019-06-29iicbus: port to RTEMSVijay Kumar Banerjee1-0/+166
2019-05-13usb: Undefine USB_DEBUGSebastian Huber1-1/+1
In contrast to some other USB options which use 0/1 values, the USB_DEBUG uses defined/undefined to enable/disable the USB debug support.
2019-05-13Add USB mass storage only build setSebastian Huber1-0/+4
2018-12-20Update to FreeBSD head 2018-12-20Sebastian Huber3-30/+169
Git mirror commit 19a6ceb89dbacf74697d493e48c388767126d418. It includes an update of wpa_supplicant to version 2.7. It includes an update of the OpenSSL baseline to version 1.1.1a. Update #3472.
2018-12-20freebsd/if_cpsw: Port.Christian Mauderer1-0/+0
2018-10-25Update to FreeBSD head 2018-10-23Sebastian Huber2-0/+14
Git mirror commit 59f44d20be3f99d181ca742e636d45fc39ec982b. This commit updates OpenSSL to version 1.1.1. This required an update of racoon which uses some internal stuff from OpenSSL and seems to be mostly unmaintained, e.g. there is update in the FreeBSD ports to cope with OpenSSL 1.1.1. Update #3472.
2018-09-25Update gpio interfaceSebastian Huber1-10/+65
Update #3525.
2018-09-21Update to FreeBSD head 2018-09-17Sebastian Huber4-63/+652
Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
2018-09-21Update to FreeBSD head 2018-04-01Sebastian Huber3-26/+147
Git mirror commit 8dfb1ccc26d1cea7e2529303003ff61f9f1784c4. Update #3472.
2018-09-21Update to FreeBSD head 2018-02-01Sebastian Huber4-39/+163
Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
2018-09-21Update to FreeBSD head 2017-12-01Sebastian Huber2-0/+42
Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
2018-09-21Update to FreeBSD head 2017-10-01Sebastian Huber3-20/+50
Git mirror commit b2f0376b45428f13151d229c5ae9d4d8f74acbd1. Update #3472.
2018-09-21Update to FreeBSD head 2017-08-01Sebastian Huber4-1/+53
Git mirror commit f5002f5e5f78cae9f0269d812dc0aedb0339312c. Update #3472.
2018-09-21Update to FreeBSD head 2017-06-01Sebastian Huber2-2/+4
Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472.
2018-08-01if_ipsec: Port and add to everything-buildset.Christian Mauderer1-0/+5
This ports the kernel space parts for ipsec and adds them to the everything-buildset.
2018-05-03buildset: Add minimal and everything config.Christian Mauderer1-1/+4
This adds two new buildset configurations: One that leaves out as much features as possible and one that enables all features. For the default configuration WiFi support is now disabled. To disable IPv6 for the minimal configuration, all -DINET6 are eliminated in libbsd.py. They are now replaced by a #ifdef that checks for RTEMS_BSD_MODULE_NETINET6 instead. Close #3351.
2018-01-23dpaa: QMan portal only initializationSebastian Huber1-0/+4
Update #3277.
2018-01-23dpaa: Add and use SDK_DPAA_COMPAT_STATICSebastian Huber1-0/+9
Update #3277.
2018-01-23dpaa: Remove unused configuration definesSebastian Huber1-9/+0
Update #3277.
2017-11-10at91_mci: Port to RTEMS and adapt for atsam.Christian Mauderer1-0/+0
2017-11-10Port BBB sd driver files to RTEMS.Sichen Zhao2-0/+368
So BBB can mount and read eMMC and SD card.
2017-10-26Fix general PowerPC buildSebastian Huber1-0/+8
2017-10-23Import DPAA driver snapshotSebastian Huber1-0/+12
Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
2017-07-13Port am335x usb driver to RTEMS.Sichen Zhao1-0/+0
Add FDT and umass support for am335x USB driver. Now RTEMS can mount and open USB disk.
2017-05-19Modify FREEBSD EVDEV driver for use in RTEMSKevin Kirspel1-0/+1
2017-05-19Modify FREEBSD USB keyboard drivers for use in RTEMSKevin Kirspel2-0/+2
2017-05-19Add USB UGEN support for RTEMSKevin Kirspel1-1/+1
2017-05-11Adding RTEMS support for FREEBSD TTYKevin Kirspel1-0/+1
2017-04-04Update to FreeBSD head 2017-04-04Sebastian Huber8-50/+870
Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
2017-03-08FDT(4): Port to RTEMSSebastian Huber3-0/+620
2017-02-14Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel1-0/+2
2017-01-17wlan/run: Add firmware.Christian Mauderer1-1/+1
2017-01-17rtwn: Port to RTEMSChristian Mauderer1-0/+0
2017-01-17Port USB and USB WLAN.Christian Mauderer1-0/+0
2017-01-17Port IEEE 802.11.Christian Mauderer1-0/+0
2017-01-10Update to FreeBSD head 2017-01-09Sebastian Huber2-56/+254
Git mirror commit 1f8e4a995a6ede4bdb24e6d335ccda2bdb0175ab.
2017-01-10Update to FreeBSD head 2016-08-23Sebastian Huber19-37/+741
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
2016-08-23usb: Update to FreeBSD trunk 2016-08-23Sebastian Huber2-2/+82
FreeBSD trunk, 2016-08-23, 9fe7c416e6abb28b1398fd3e5687099846800cfd.
2015-11-12USB: Update to FreeBSD trunk 2015-11-10Sebastian Huber3-11/+478
2015-05-20Update to FreeBSD Stable/9 2015-04-08Sebastian Huber2-29/+549
2015-04-01mii: Add phy devicesSebastian Huber1-1/+20
2015-03-26mmc: Import MMC/SDCard support from libusbSebastian Huber2-0/+134