summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/bsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fbd: Port to RTEMSVijay Kumar Banerjee2019-08-115-0/+45
|
* TDA19988: Port to RTEMSVijay Kumar Banerjee2019-08-113-0/+163
|
* Pinmux: Port to RTEMSVijay Kumar Banerjee2019-08-111-0/+40
|
* iicbus: port to RTEMSVijay Kumar Banerjee2019-06-291-0/+166
|
* usb: Undefine USB_DEBUGSebastian Huber2019-05-131-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.
* Add USB mass storage only build setSebastian Huber2019-05-131-0/+4
|
* Fix zero-copy mbuf supportSebastian Huber2019-05-131-2/+1
| | | | In 2017 there was a change in the mbuf API.
* Update to FreeBSD head 2018-12-20Sebastian Huber2018-12-203-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.
* freebsd/if_cpsw: Port.Christian Mauderer2018-12-201-0/+0
|
* Update to FreeBSD head 2018-10-23Sebastian Huber2018-10-252-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.
* Update gpio interfaceSebastian Huber2018-09-251-10/+65
| | | | Update #3525.
* Update to FreeBSD head 2018-09-17Sebastian Huber2018-09-214-63/+652
| | | | | | Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
* Update to FreeBSD head 2018-04-01Sebastian Huber2018-09-213-26/+147
| | | | | | Git mirror commit 8dfb1ccc26d1cea7e2529303003ff61f9f1784c4. Update #3472.
* Update to FreeBSD head 2018-02-01Sebastian Huber2018-09-214-39/+163
| | | | | | Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
* Update to FreeBSD head 2017-12-01Sebastian Huber2018-09-212-0/+42
| | | | | | Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
* Update to FreeBSD head 2017-10-01Sebastian Huber2018-09-213-20/+50
| | | | | | Git mirror commit b2f0376b45428f13151d229c5ae9d4d8f74acbd1. Update #3472.
* Update to FreeBSD head 2017-08-01Sebastian Huber2018-09-214-1/+53
| | | | | | Git mirror commit f5002f5e5f78cae9f0269d812dc0aedb0339312c. Update #3472.
* Update to FreeBSD head 2017-06-01Sebastian Huber2018-09-212-2/+4
| | | | | | Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472.
* if_ipsec: Port and add to everything-buildset.Christian Mauderer2018-08-011-0/+5
| | | | | This ports the kernel space parts for ipsec and adds them to the everything-buildset.
* buildset: Add minimal and everything config.Christian Mauderer2018-05-031-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.
* vprintf: Add handler that mutes all output.Christian Mauderer2018-03-231-0/+9
| | | | | This adds a vprintf handler that can be used to suppress all outputs of the libbsd.
* dpaa: QMan portal only initializationSebastian Huber2018-01-231-0/+4
| | | | Update #3277.
* dpaa: Add and use SDK_DPAA_COMPAT_STATICSebastian Huber2018-01-231-0/+9
| | | | Update #3277.
* dpaa: Remove unused configuration definesSebastian Huber2018-01-231-9/+0
| | | | Update #3277.
* Add rtems_bsd_ifconfig()Sebastian Huber2018-01-231-0/+16
|
* Add rtems_bsd_initialize_dhcp()Sebastian Huber2017-12-051-0/+22
|
* at91_mci: Port to RTEMS and adapt for atsam.Christian Mauderer2017-11-101-0/+0
|
* Port BBB sd driver files to RTEMS.Sichen Zhao2017-11-102-0/+368
| | | | So BBB can mount and read eMMC and SD card.
* Add rtems_bsd_ifconfig_lo0()Sebastian Huber2017-11-101-0/+7
|
* Fix general PowerPC buildSebastian Huber2017-10-261-0/+8
|
* Add rtems_bsd_set_if_input()Sebastian Huber2017-10-231-1/+24
|
* Import DPAA driver snapshotSebastian Huber2017-10-231-0/+12
| | | | | | | | | | Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
* if_atsam: Allow fixed MII settings.Christian Mauderer2017-09-221-0/+53
|
* Port am335x usb driver to RTEMS.Sichen Zhao2017-07-131-0/+0
| | | | | | Add FDT and umass support for am335x USB driver. Now RTEMS can mount and open USB disk.
* Use <sys/lock.h> provided by NewlibSebastian Huber2017-06-081-319/+0
|
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-083-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.
* Modify FREEBSD EVDEV driver for use in RTEMSKevin Kirspel2017-05-191-0/+1
|
* Modify FREEBSD USB keyboard drivers for use in RTEMSKevin Kirspel2017-05-192-0/+2
|
* Add USB UGEN support for RTEMSKevin Kirspel2017-05-191-1/+1
|
* Adding RTEMS support for FREEBSD TTYKevin Kirspel2017-05-111-0/+1
|
* Update to FreeBSD head 2017-04-04Sebastian Huber2017-04-048-50/+870
| | | | Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* FDT(4): Port to RTEMSSebastian Huber2017-03-083-0/+620
|
* Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel2017-02-141-0/+2
|
* Add ordered Nexus devicesKevin Kirspel2017-02-141-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.
* wlan/run: Add firmware.Christian Mauderer2017-01-171-1/+1
|
* rtwn: Port to RTEMSChristian Mauderer2017-01-171-0/+0
|
* Port USB and USB WLAN.Christian Mauderer2017-01-171-0/+0
|
* Port IEEE 802.11.Christian Mauderer2017-01-172-0/+8
|
* Update to FreeBSD head 2017-01-09Sebastian Huber2017-01-102-56/+254
| | | | Git mirror commit 1f8e4a995a6ede4bdb24e6d335ccda2bdb0175ab.
* Update to FreeBSD head 2016-12-10Sebastian Huber2017-01-101-1/+1
| | | | Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.