summaryrefslogtreecommitdiffstats
path: root/libbsd_waf.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* waf: Support building from libbsd.py directly from waf.Chris Johns2018-04-101-3092/+0
| | | | | | | | | Remove the need to generate a waf script. Move various pieces of data from the builder code to libbsd.py and make it configuration data. Update #3351
* CRYPTO(4): Port to RTEMSSebastian Huber2018-03-281-0/+11
|
* config.inc: Remove unused values.Christian Mauderer2018-03-221-3/+0
|
* openssl: Provide deprecated functions.Christian Mauderer2018-03-211-1/+1
| | | | | | | Some applications (like the civetweb web server) still use functions that are deprecated by openssl. If OPENSSL_NO_DEPRECATED is defined, openssl will not provide these functions. This patch removes the define so that the functions are available.
* Add device tree support for Altera/Intel Cyclone VSebastian Huber2018-02-061-1/+1
| | | | Close #3290.
* sdk_dpaa: Port to RTEMSSebastian Huber2018-01-231-0/+3
| | | | Update #3277.
* Add rtems_bsd_ifconfig()Sebastian Huber2018-01-231-0/+1
|
* openssl: Remove superfluous fileSebastian Huber2018-01-081-1/+0
|
* Add rtems_bsd_initialize_dhcp()Sebastian Huber2017-12-051-0/+1
|
* Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber2017-11-171-1/+0
| | | | | | This was accidentally committed. This reverts commit 97a98f6cd767b3a68279890488c7b451788f84f4.
* RWLOCK(9): Add reader/writer lock implementationSebastian Huber2017-11-161-0/+1
|
* wpa: Port to new files to RTEMS.Christian Mauderer2017-11-101-0/+4
|
* at91_mci: Port to RTEMS and adapt for atsam.Christian Mauderer2017-11-101-1/+2
|
* saf1761_otg: Port to RTEMS.Christian Mauderer2017-11-101-0/+2
|
* wpa_supplicant: Add lock.Christian Mauderer2017-11-101-0/+1
|
* Add wpa_supplicant_fork command.Sichen Zhao2017-11-101-0/+1
| | | | Add fork command for wpa supplicant to start a new task.
* Port wpa supplicant to RTEMS.Sichen Zhao2017-11-101-4/+111
| | | | Add wpa_supplicant lib support and shell command support in RTEMS.
* Port BBB sd driver files to RTEMS.Sichen Zhao2017-11-101-0/+8
| | | | So BBB can mount and read eMMC and SD card.
* Add rtems_bsd_ifconfig_lo0()Sebastian Huber2017-11-101-0/+1
|
* Install Linux header filesSebastian Huber2017-10-231-0/+1
|
* waf: Install arch-specific header filesSebastian Huber2017-10-231-4/+6
|
* Add rtems_bsd_set_if_input()Sebastian Huber2017-10-231-0/+1
|
* Linux update to 4.11-rc5Sebastian Huber2017-10-231-8/+2
| | | | Linux baseline a71c9a1c779f2499fb2afc0553e543f18aff6edf (4.11-rc5).
* Import DPAA driver snapshotSebastian Huber2017-10-231-1/+30
| | | | | | | | | | Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
* Import CRC32 support from FreeBSDSebastian Huber2017-10-201-0/+1
|
* blist: Import from FreeBSDSebastian Huber2017-10-201-0/+1
|
* Install libpcap header filesSebastian Huber2017-10-161-0/+2
|
* tcpdump: Update to FreeBSD head 2017-04-04Sebastian Huber2017-10-111-2/+26
| | | | | | Update tcpdump from Git mirror commit 99a648a912e81e29d9c4c159cbbe263462f2d719 to 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* Update libpcap to FreeBSD head 2017-04-04Sebastian Huber2017-10-091-0/+1
| | | | | | Update libpcap from Git mirror commit 99a648a912e81e29d9c4c159cbbe263462f2d719 to 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* Regenerate libbsd_waf.pySebastian Huber2017-10-091-1/+1
|
* Allow to set optimization level during configure.Christian Mauderer2017-10-021-1/+1
| | | | | | This allows to set the optimization level for libbsd via a configure switch. Useful for building with for example no optimization during debug or with size optimization for space restricted targets.
* ffec: Port to RTEMSSebastian Huber2017-09-271-0/+1
|
* if_atsam: Allow fixed MII settings.Christian Mauderer2017-09-221-0/+1
|
* if-atsam: Port to rtems-libbsd.Christian Mauderer2017-09-221-0/+1
|
* Remove strtoimax() and strtoumax()Sebastian Huber2017-08-221-2/+0
| | | | This is now provided by Newlib.
* Port openssl to RTEMS.Sichen Zhao2017-08-201-16/+885
|
* waf: Move glob operator ** to builder.pyChristian Mauderer2017-08-201-15/+15
| | | | This allows a finer decision which headers should be installed.
* waf_generator: Copy headers if necessary.Christian Mauderer2017-08-201-0/+15
| | | | | | | | | | | There are some cases, where a header is installed into a directory with a different name then it's source directory. In that case, the build might fail because the header is not found. One example would be the <openssl/opensslv.h>. The source for this file is in freebsd/crypto/openssl/crypto/opensslv.h. To allow the build to work in such cases too, copy such files into a temporary location in the build tree.
* Port rtl8188eu driver to RTEMS.Sichen Zhao2017-08-021-0/+1
| | | | | Now USB dongle rtl8188eu can work as wlan client device. It can scan wifi, connect unencrypted wifi.
* dev/rtwn: Import new files from FreeBSD.Christian Mauderer2017-07-171-0/+10
|
* Port am335x usb driver to RTEMS.Sichen Zhao2017-07-131-0/+6
| | | | | | Add FDT and umass support for am335x USB driver. Now RTEMS can mount and open USB disk.
* Update scripts to include support for input devices - USB Keyboard, USB ↵Kevin Kirspel2017-05-191-0/+43
| | | | mouse, touch, and EVDEV
* Updating scripts for USB Serial DriversKevin Kirspel2017-05-121-0/+30
|
* Updating scripts for FREEBSD TTY supportKevin Kirspel2017-05-111-0/+97
|
* Update to FreeBSD head 2017-04-04Sebastian Huber2017-04-041-2/+5
| | | | Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* if_tsec: Enable FDT supportSebastian Huber2017-03-081-0/+1
|
* FDT(4): Port to RTEMSSebastian Huber2017-03-081-0/+10
|
* Add poll() and select() support for TermiosSebastian Huber2017-02-281-0/+1
|
* C11/C++11 are the default for the RTEMS 4.12 GCCSebastian Huber2017-02-211-2/+2
|
* Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel2017-02-141-1/+4
|