summaryrefslogtreecommitdiff
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
2021-03-08ehci_pci: Import from freebsd-orgMoyano, Gabriel
Updates #4264
2020-12-14wpa: Fix multiple definition of `hmac_md5`Christian Mauderer
hmac_md5 is defined in dhcpcd and in wpa supplicant.
2020-11-24Add CGEM definitions for ZynqMPKinsey Moore
2020-11-20if_ffec: Fix cache handling on txChristian Mauderer
With the previous fix, it could happen that the end of the packet hasn't been flushed. For example assume the following addresses: ds_addr: 0x81c804A ds_len: 0x57 In that case the data ends at 0x81c80a1. But due to the rounding the area from 0x81c8040 to 0x81c80a0 would have been flushed. This fix now first calculates the start and end address, aligns these addresses and then recalculates the len that has to be flushed. Update #4180
2020-11-20imxrt: Add supportChristian Mauderer
Update #4180
2020-11-13Update arm64/aarch64 supportKinsey Moore
2020-10-27dwc_otg: Enable voltage detectorSebastian Huber
Update #3910.
2020-10-27dwc_otg: Add support for nexus busSebastian Huber
Update #3910.
2020-10-27dwc_otg: Update host frame intervalSebastian Huber
Update the host frame interval after a device connection. Select also the FS/LS PHY clock. It is not clear if this works on all platforms. Update #3910.
2020-10-27if_stmac: Add driver for STM32H7 ethernet moduleSebastian Huber
Update #3910.
2020-10-27NVD(4): Fix logical block count calculationSebastian Huber
Close #4164.
2020-10-27NVD(4): Fix NULL pointer access in nvd_sync()Sebastian Huber
Update #4164.
2020-10-27mcast01: Fix write to read-only stringSebastian Huber
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-23Update the CONTRIBUTING with kernel/user space notes.Chris Johns
2020-09-23Add moxie supportSebastian Huber
2020-09-23tsc_lpc32xx.c: Update due to API changesSebastian Huber
2020-09-23Add or1k supportSebastian Huber
2020-09-23ck: Use default implementation < ARMv6Sebastian Huber
2020-09-22linux/crc32.h: Update due to API changesSebastian Huber
2020-09-21linux/genalloc.h: Update due to API changesSebastian Huber
2020-09-21build: Ensure mandatory compiler/linker flagsSebastian Huber
2020-09-16i386: Delete old machine dependent filesJan Sommer
- The files in the i386 directory have been moved to common x86 directories by FreeBSD: - freebsd/sys/i386/include/machine/bus.h - freebsd/sys/x86/include/machine/legacyvar.h - freebsd/sys/x86/include/machine/specialreg.h - Add header files in rtemsbsd directory to direct compiler to new files
2020-09-16iflib.c: Deactivate use of ifc_cpusJan Sommer
- cpusets and SMP are currently not supported in libbsd for RTEMS - Disable the ifc_cpus context variable and replace its usage, essentially hard-coding for cpu 0
2020-09-16Callout: Redefine callout_reset_on for rtemsJan Sommer
- callout_reset_on takes a cpu which is ignored by the subsequent call to callout_reset_sbt_on in RTEMS. - The macro is redefined to discard the cpu argument directly which enables uses of it with cpu-dependent variables (disabled in RETMS) without further changes, e.g. in iflib.c.
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-16e1000: Add missing filesJan Sommer
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-16waf: Add a config reportChris Johns
2020-09-16waf: Reformat to PEP8 using yapfChris Johns
2020-09-14rtems-bsd-cxx: Undefine _GNU_SOURCESebastian Huber
At least the powerpc C++ compiler defines currently _GNU_SOURCE due to a GCC configuration error. This leads to conflicting qsort_r() definitions. As a workaround undefine _GNU_SOURCE for this C++ compatibility test file. Update #4078.
2020-09-10mcast01: Add test programSebastian Huber
2020-09-10ifmcstat: Port to RTEMSSebastian Huber
2020-09-10ifmcstat: Import from FreeBSDSebastian Huber
2020-08-18nfsclient: Next attempt to fix 64-bit targetsSebastian Huber
In serporidok use the same structures used to hand over to the XDR encode/decode routines. We must not mix packed and unpacked structures. Close #4025.
2020-08-06Fix linker errors with minimal build setSebastian Huber
2020-08-06build: Do not convert cflags to definesSebastian Huber
This makes it possible to use module-specific C flags, for example to instrument functions (-finstrument-functions).
2020-08-06telnet: Use rtems_shell_dup_current_env()Sebastian Huber
Update #3859.
2020-08-05Conditionally include <bsp/linker-symbols.h>Sebastian Huber
Remove superfluous <bsp.h> include.
2020-08-05racoon: Change type due to Newlib API changesSebastian Huber
2020-08-05wscript: add uninstall commandVijay Kumar Banerjee
2020-08-05Update rtems_wafVijay Kumar Banerjee
2020-07-31testsuite: Use new name of test-info.h.Christian Mauderer
In RTEMS the test.h has been renamed to test-info.h to allow the new test framework to take over.
2020-07-29if_ffec: Align send buffers to cache if necessary.Christian Mauderer
2020-07-29imx: Don't use USB_NEED_BUSDMA_COHERENT_ALLOCChristian Mauderer
That option makes problems with some drivers because the buffers are not allways cache line aligned. Update 3869