summaryrefslogtreecommitdiffstats
path: root/libbsd.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update arm64/aarch64 supportKinsey Moore2020-11-131-0/+21
|
* dwc_otg: Add support for nexus busSebastian Huber2020-10-271-0/+2
| | | | Update #3910.
* if_stmac: Add driver for STM32H7 ethernet moduleSebastian Huber2020-10-271-0/+1
| | | | Update #3910.
* powerpc/nexus: Add legacy PCI support to PowerPC Motorola Shared BSP familyChris Johns2020-10-261-1/+1
|
* waf: Fix test module dependency checkChris Johns2020-09-301-2/+2
|
* Add moxie supportSebastian Huber2020-09-231-1/+2
|
* Add or1k supportSebastian Huber2020-09-231-1/+1
|
* i386: Add missing files to build systemJan Sommer2020-09-161-3/+7
| | | | | - Update FreeBSD files in libbsd.py to required by i386 based BSPs - Add missing files e1000 network driver (iflib*)
* waf: Implement module dependency checking in the build systemChris Johns2020-09-161-15/+14
| | | | | | | | | - 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
* build: Separate the kernel and user land include pathsChris Johns2020-09-161-230/+309
| | | | | | | | | | | | | | | | | | | | | | | - 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
* mcast01: Add test programSebastian Huber2020-09-101-0/+1
|
* ifmcstat: Port to RTEMSSebastian Huber2020-09-101-0/+3
|
* imx: Use RTEMS GPIO driver instead of FreeBSD oneChristian Mauderer2020-07-291-1/+1
| | | | Update 3869
* gpioregulator: Remove.Christian Mauderer2020-07-291-1/+0
| | | | | | | | | 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.
* libbsd.py: Install the evdev header files5.35.25.15Vijay Kumar Banerjee2020-06-041-0/+1
|
* ehci_imx: Add to build.Christian Mauderer2020-04-151-0/+2
|
* regulator: Add to build.Christian Mauderer2020-04-151-0/+30
| | | | Update #3869.
* imx6_ccm: Add and build module.Christian Mauderer2020-04-151-0/+23
| | | | Update #3869.
* waf: Change the test configure check for libdebugger to it's libChris Johns2020-03-051-2/+2
| | | | | | | | | - Add support for a 'test-if-library' - Use rtems_waf's 'test_application()' fragment in the check_cc call Closes #3948
* i386: Add to buildJan Sommer2020-02-101-2/+5
|
* SOCKATMARK(3): Import from FreeBSDSebastian Huber2019-12-191-0/+1
| | | | Update #3798.
* NVMECONTROL(8): Port to RTEMSSebastian Huber2019-11-131-0/+1
| | | | Update #3821.
* NVMECONTROL(8): Add to buildSebastian Huber2019-11-131-0/+31
| | | | Update #3821.
* NVD(4): Add RTEMS-specific NVMe disk driverSebastian Huber2019-11-131-0/+6
| | | | Update #3821.
* NVME(4): Install header filesSebastian Huber2019-11-131-0/+1
| | | | Update #3821.
* NVME(4): Add build moduleSebastian Huber2019-11-131-0/+30
| | | | Update #3821.
* Update to FreeBSD head 2019-09-24Sebastian Huber2019-11-131-83/+92
| | | | Git mirror commit 6b0307a0a5184339393f555d5d424190d8a8277a.
* Remove obsolete header filesSebastian Huber2019-09-241-1/+0
|
* Fix pgsigio() warningsSebastian Huber2019-09-241-1/+0
|
* PCI(4): Import missing fileSebastian Huber2019-09-231-1/+2
|
* PCI(4): Install header filesSebastian Huber2019-09-231-1/+2
|
* Add <sys/disk.h> to build moduleSebastian Huber2019-09-231-0/+1
|
* rtemsbsd: remove dead code fb.cVijay Kumar Banerjee2019-08-311-1/+0
|
* Remove superfluous support for preloaded modulesSebastian Huber2019-08-271-1/+0
|
* am335x display drivers: Port to RTEMSVijay Kumar Banerjee2019-08-111-0/+5
|
* fbd: Port to RTEMSVijay Kumar Banerjee2019-08-111-0/+11
|
* TDA19988: Port to RTEMSVijay Kumar Banerjee2019-08-111-0/+41
|
* Pinmux: Port to RTEMSVijay Kumar Banerjee2019-08-111-0/+33
|
* i2c tool : port to RTEMSVijay Kumar Banerjee2019-06-291-0/+2
|
* Add rtems i2c adaptation layerVijay Kumar Banerjee2019-06-291-0/+1
|
* iicbus: port to RTEMSVijay Kumar Banerjee2019-06-291-0/+35
|
* Add riscv supportSebastian Huber2019-05-231-1/+1
|
* Import FreeBSD license files.Christian Mauderer2019-04-041-0/+45
|
* build: Add RTEMS test librarySebastian Huber2019-03-281-2/+2
| | | | Update #3199.
* bin/openssl: Port to RTEMS.Christian Mauderer2019-03-271-0/+92
|
* Build C++ kernel-space compatibility fileSebastian Huber2019-02-181-0/+1
|
* mghttpd: RemoveSebastian Huber2019-02-121-19/+0
| | | | The mghttpd is already provided by RTEMS.
* Update to FreeBSD head 2018-12-20Sebastian Huber2018-12-201-72/+80
| | | | | | | | | | 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/+3
|
* Update to FreeBSD head 2018-11-15Sebastian Huber2018-11-151-1/+2
| | | | | | Git mirror commit a18b0830c4be01b39489a891b63d6023ada6358a. Update #3472.