summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-04libbsd.py: Install the evdev header files5.15Vijay Kumar Banerjee
2020-04-20imx6_usbphy: Fix regulator (vbus-supply)Christian Mauderer
Update #3869.
2020-04-17regulator: Disable FDT parts for non-FDT targetsChristian Mauderer
2020-04-16imx: Fix build for all other BSPs.Christian Mauderer
2020-04-15imx6_usbphy: Add regulator (vbus-supply).Christian Mauderer
Update #3869.
2020-04-15ehci_imx: Set/clear ENHOSTDISCONNECT in USB PHY.Christian Mauderer
This is not a nice solution but it should work on all chips. As soon as FreeBSD has a nice solution via the USB PHY driver, this should be replaced. Update #3869.
2020-04-15ehci_imx: Add to build.Christian Mauderer
2020-04-15ehci_imx: Port to RTEMSChristian Mauderer
Update #3869.
2020-04-15ehci_imx: Import from FreeBSDSebastian Huber
Update #3869.
2020-04-15Add support for i.mx cache.Christian Mauderer
Update #3869.
2020-04-15regulator: Add to build.Christian Mauderer
Update #3869.
2020-04-15regulator: Import from FreeBSD.Christian Mauderer
Update #3869.
2020-04-15imx gpio portSebastian Huber
Update #3869.
2020-04-15imx6_ccm: Add and build module.Christian Mauderer
Update #3869.
2020-04-15imx6_ccm: Port to RTEMSSebastian Huber
Update #3869.
2020-04-15imx6_ccm: Import from FreeBSDSebastian Huber
Update #3869.
2020-04-15usb_busdma: Add USB_NEED_BUSDMA_COHERENT_ALLOCSebastian Huber
Some BSPs have a cache-coherent memory area, however, it should not be used for the USB controller.
2020-04-09testsuite: A description for each test addedMoyano, Gabriel
2020-04-03testsuite: CONFIGURE_MAXIMUM_FILE_DESCRIPTORSSebastian Huber
2020-04-01mmcsd: Don't handle multiple hardware partitions.Christian Mauderer
The rtems_bsd_mmcsd_attach_worker acquired the bus without releasing it. If a MMC device has multiple hardware partitions (like eMMC which typically has at least one boot partition) the rtems_bsd_mmcsd_attach_worker would try to acquire the bus multiple times. This doesn't work. Doing it right would mean to acquire and release the bus for each access which would have an performance impact. Beneath that it would mean that partition switching has to be supported by the RTEMS code too. There is currently no known use case where the access would be necessary. Therefore this patch prefers the performance and just avoids all further hardware partitions.
2020-03-31testsuite: User input define addedMoyano, Gabriel
2020-03-31testsuite: Using RTEMS tester functions at beginning and at the end of testsMoyano, Gabriel
puts() was replaced with rtems_test_begin() and rtems_test_end()
2020-03-30wscript: Python2 support for unicode strings in contextsVijay Kumar Banerjee
Update #3909
2020-03-18nfsclient: Use a system event for RPCSebastian Huber
Aviod conflicts with application events.
2020-03-05waf: Change the test configure check for libdebugger to it's libChris Johns
- Add support for a 'test-if-library' - Use rtems_waf's 'test_application()' fragment in the check_cc call Closes #3948
2020-02-28rtems_waf: Update to master (096372fc4504)Chris Johns
Updates #3888
2020-02-27waf: Update to waf-2.0.19Sebastian Huber
Update #3569.
2020-02-18NVME(4): Fix for big endian platformsSebastian Huber
Update #3821.
2020-02-10epoch01: Update due to API changesSebastian Huber
Update #3815.
2020-02-10syscalls01: Fix sporadic test failuresSebastian Huber
2020-02-10EVENTHANDLER(9): Avoid multiple definition errorsSebastian Huber
2020-02-10i386: Port to RTEMSJan Sommer
- Update imported files to compile rtems-libbsd for i386 based BSPs - Currently does not support the option "dev_nic_e1000 = on"
2020-02-10i386: Add to buildJan Sommer
2020-02-10i386: Add missing files from FreeBSDJan Sommer
- Files needed to make rtems-libbsd build again for i386
2020-02-06dhcpcd: Pass config structure.Christian Mauderer
2019-12-19SOCKATMARK(3): Import from FreeBSDSebastian Huber
Update #3798.
2019-11-13NVMECONTROL(8): Port to RTEMSSebastian Huber
Update #3821.
2019-11-13NVMECONTROL(8): Add to buildSebastian Huber
Update #3821.
2019-11-13NVMECONTROL(8): Import from FreeBSDSebastian Huber
Update #3821.
2019-11-13NVD(4): Add RTEMS-specific NVMe disk driverSebastian Huber
Update #3821.
2019-11-13NVME(4): Add NVME_GET_NAMESPACE IO controlSebastian Huber
Update #3821.
2019-11-13NVME(4): Install header filesSebastian Huber
Update #3821.
2019-11-13NVME(4): Enable per-CPU IO queuesSebastian Huber
Update #3821.
2019-11-13NVME(4): Add support for SGLSebastian Huber
Update #3821.
2019-11-13NVME(4): Add SGL descriptorSebastian Huber
Update #3821.
2019-11-13NVME(4): Optimize data transferSebastian Huber
Update #3821.
2019-11-13NVME(4): Big endian supportSebastian Huber
Update #3821.
2019-11-13NVME(4): Port to RTEMSSebastian Huber
Update #3821.
2019-11-13NVME(4): Add build moduleSebastian Huber
Update #3821.
2019-11-13NVME(4): Import from FreeBSDSebastian Huber
Update #3821.