summaryrefslogtreecommitdiff
path: root/libbsd.py (follow)
AgeCommit message (Collapse)Author
2021-03-23Import telnetd from RTEMS repositoryHEADmasterVijay Kumar Banerjee
The files have been taken from RTEMS repository with head commit at bd9e45d91f77657445400bc2c814f251c9e37cef
2021-03-21arm/ti/ti_pinmux: Remove TI pinmux driverG S Niteesh Babu
The TI driver has been moved to RTEMS so the driver can be removed from libBSD. The following files have been removed from libBSD and moved to RTEMS. 1) ti/am335x/am335x_scm_padconf.c 2) ti/am335x/am335x_scm_padconf.h 3) ti/ti_pinmux.c 4) ti/ti_pinmux.h Update #3784
2021-03-08ehci_pci: Add to build systemMoyano, Gabriel
Updates #4264
2020-11-13Update arm64/aarch64 supportKinsey Moore
2020-10-27dwc_otg: Add support for nexus busSebastian Huber
Update #3910.
2020-10-27if_stmac: Add driver for STM32H7 ethernet moduleSebastian Huber
Update #3910.
2020-10-26powerpc/nexus: Add legacy PCI support to PowerPC Motorola Shared BSP familyChris Johns
2020-09-30waf: Fix test module dependency checkChris Johns
2020-09-23Add moxie supportSebastian Huber
2020-09-23Add or1k supportSebastian Huber
2020-09-16i386: Add missing files to build systemJan Sommer
- Update FreeBSD files in libbsd.py to required by i386 based BSPs - Add missing files e1000 network driver (iflib*)
2020-09-16waf: Implement module dependency checking in the build systemChris Johns
- Do not build a test if a dependency is not enabled. - Perform a dependency check and generate an error if an enabled module depends on a disabled module. Closes #4077
2020-09-16build: Separate the kernel and user land include pathsChris Johns
- Provide support for separate user and kernel include paths in libbsd.py. - Update all added files with a suitable context to build them with. Supported contexts are `kernel` and `user`. - Kernel source use the kernel, CPU, and build header paths in this order. - User source use the user, kernel, CPU and build header paths in this order. The FreeBSD /usr/include tree has some kernel header files installed as well as user land header files. This complicates the separation as some kernel header files are not visible to user land code while other are. This is handled by appending the kernel header paths to the user header paths so user land code will include a user header with the same name as a kernel header over the kernel header but will find a kernel header if there is no matching user header file. Closes #4067
2020-09-10mcast01: Add test programSebastian Huber
2020-09-10ifmcstat: Port to RTEMSSebastian Huber
2020-07-29imx: Use RTEMS GPIO driver instead of FreeBSD oneChristian Mauderer
Update 3869
2020-07-29gpioregulator: Remove.Christian Mauderer
There is a bug in the #ifdef regarding FDT so this file hasn't been compiled. If that bug is solved, the driver doesn't work for some other reason. With the FDT-bug the driver hasn't been used by anyone. So just remove it again.
2020-06-04libbsd.py: Install the evdev header filesVijay Kumar Banerjee
2020-04-15ehci_imx: Add to build.Christian Mauderer
2020-04-15regulator: Add to build.Christian Mauderer
Update #3869.
2020-04-15imx6_ccm: Add and build module.Christian Mauderer
Update #3869.
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-10i386: Add to buildJan Sommer
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-13NVD(4): Add RTEMS-specific NVMe disk driverSebastian Huber
Update #3821.
2019-11-13NVME(4): Install header filesSebastian Huber
Update #3821.
2019-11-13NVME(4): Add build moduleSebastian Huber
Update #3821.
2019-11-13Update to FreeBSD head 2019-09-24Sebastian Huber
Git mirror commit 6b0307a0a5184339393f555d5d424190d8a8277a.
2019-09-24Remove obsolete header filesSebastian Huber
2019-09-24Fix pgsigio() warningsSebastian Huber
2019-09-23PCI(4): Import missing fileSebastian Huber
2019-09-23PCI(4): Install header filesSebastian Huber
2019-09-23Add <sys/disk.h> to build moduleSebastian Huber
2019-08-31rtemsbsd: remove dead code fb.cVijay Kumar Banerjee
2019-08-27Remove superfluous support for preloaded modulesSebastian Huber
2019-08-11am335x display drivers: Port to RTEMSVijay Kumar Banerjee
2019-08-11fbd: Port to RTEMSVijay Kumar Banerjee
2019-08-11TDA19988: Port to RTEMSVijay Kumar Banerjee
2019-08-11Pinmux: Port to RTEMSVijay Kumar Banerjee
2019-06-29i2c tool : port to RTEMSVijay Kumar Banerjee
2019-06-29Add rtems i2c adaptation layerVijay Kumar Banerjee
2019-06-29iicbus: port to RTEMSVijay Kumar Banerjee
2019-05-23Add riscv supportSebastian Huber
2019-04-04Import FreeBSD license files.Christian Mauderer
2019-03-28build: Add RTEMS test librarySebastian Huber
Update #3199.
2019-03-27bin/openssl: Port to RTEMS.Christian Mauderer
2019-02-18Build C++ kernel-space compatibility fileSebastian Huber
2019-02-12mghttpd: RemoveSebastian Huber
The mghttpd is already provided by RTEMS.