summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems (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.
2021-04-13Revert "Import telnetd from RTEMS repository"Vijay Kumar Banerjee1-137/+0
This reverts commit 1b07480ddc93c10777eff5072e7621ed0c96d30c.
2021-04-07Import telnetd from RTEMS repositoryVijay Kumar Banerjee1-0/+137
The files have been taken from RTEMS repository with head commit at bd9e45d91f77657445400bc2c814f251c9e37cef
2020-09-10ifmcstat: Port to RTEMSSebastian Huber1-0/+4
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-13NVMECONTROL(8): Port to RTEMSSebastian Huber1-0/+3
Update #3821.
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-29i2c tool : port to RTEMSVijay Kumar Banerjee1-0/+2
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.
2019-03-27bin/openssl: Port to RTEMS.Christian Mauderer1-0/+1
2019-02-12Remove obsolete <rtems/pty.h>Sebastian Huber1-68/+0
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-02Add ipsec to rc.conf.Christian Mauderer1-0/+53
2018-08-02ipsec-tools: Port libipsec, setkey and racoon.Christian Mauderer1-0/+3
Note that this replaces the libipsec from FreeBSD with the one provided by ipsec-tools.
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-08dhcpcd: Add hooksSebastian Huber1-0/+26
2018-05-08dhcpcd: Add rtems_dhcpcd_start()Sebastian Huber1-0/+84
Use it throughout to start the DHCP client (dhcpcd).
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-05-02rtems-debugger: Remove filesSebastian Huber1-47/+0
They are now in the main RTEMS sources. Update #3419.
2018-04-30Use network services from RTEMSSebastian Huber3-354/+0
Close #3419.
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-10Add wpa_supplicant_fork command.Sichen Zhao1-0/+2
Add fork command for wpa supplicant to start a new task.
2017-11-10Port wpa supplicant to RTEMS.Sichen Zhao1-0/+2
Add wpa_supplicant lib support and shell command support in RTEMS.
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