summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/bsd (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-27rtemsbsd: Remove old DHCP init prototypeHEADmasterKinsey Moore1-22/+0
This prototype should have been removed with commit ac4db4cec5b6b1e0a25e910851e50831afb0749d.
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
2019-05-13Fix zero-copy mbuf supportSebastian Huber1-2/+1
In 2017 there was a change in the mbuf API.
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-03-23vprintf: Add handler that mutes all output.Christian Mauderer1-0/+9
This adds a vprintf handler that can be used to suppress all outputs of the libbsd.
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.
2018-01-23Add rtems_bsd_ifconfig()Sebastian Huber1-0/+16
2017-12-05Add rtems_bsd_initialize_dhcp()Sebastian Huber1-0/+22
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-11-10Add rtems_bsd_ifconfig_lo0()Sebastian Huber1-0/+7
2017-10-26Fix general PowerPC buildSebastian Huber1-0/+8
2017-10-23Add rtems_bsd_set_if_input()Sebastian Huber1-1/+24
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-09-22if_atsam: Allow fixed MII settings.Christian Mauderer1-0/+53
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-06-08Use <sys/lock.h> provided by NewlibSebastian Huber1-319/+0
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber3-705/+0
The following files are now provided by Newlib: * arpa/inet.h * net/if.h * netinet/in.h * netinet/tcp.h * sys/socket.h * sys/uio.h * sys/un.h The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be used directly. Update #2833.
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-02-14Add ordered Nexus devicesKevin Kirspel1-0/+6
Add support for ordering the initialization of Nexus devices. This can be used to make sure a device is initialized before a dependant device.