summaryrefslogtreecommitdiffstats
path: root/rtemsbsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add CGEM definitions for ZynqMPKinsey Moore2020-11-242-0/+23
|
* imxrt: Add supportChristian Mauderer2020-11-201-0/+8
| | | | Update #4180
* Update arm64/aarch64 supportKinsey Moore2020-11-131-0/+1
|
* dwc_otg: Enable voltage detectorSebastian Huber2020-10-271-0/+1
| | | | Update #3910.
* dwc_otg: Add support for nexus busSebastian Huber2020-10-273-0/+271
| | | | Update #3910.
* if_stmac: Add driver for STM32H7 ethernet moduleSebastian Huber2020-10-272-0/+1013
| | | | Update #3910.
* NVD(4): Fix logical block count calculationSebastian Huber2020-10-271-4/+5
| | | | Close #4164.
* NVD(4): Fix NULL pointer access in nvd_sync()Sebastian Huber2020-10-271-14/+14
| | | | Update #4164.
* powerpc/nexus: Add legacy PCI support to PowerPC Motorola Shared BSP familyChris Johns2020-10-263-1/+9
|
* tsc_lpc32xx.c: Update due to API changesSebastian Huber2020-09-231-5/+7
|
* linux/crc32.h: Update due to API changesSebastian Huber2020-09-221-1/+1
|
* linux/genalloc.h: Update due to API changesSebastian Huber2020-09-211-1/+1
|
* i386: Delete old machine dependent filesJan Sommer2020-09-161-145/+1
| | | | | | | | - 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
* rtems-bsd-cxx: Undefine _GNU_SOURCESebastian Huber2020-09-141-0/+1
| | | | | | | | | 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.
* ifmcstat: Port to RTEMSSebastian Huber2020-09-103-0/+42
|
* nfsclient: Next attempt to fix 64-bit targetsSebastian Huber2020-08-181-62/+27
| | | | | | | 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.
* Fix linker errors with minimal build setSebastian Huber2020-08-061-0/+5
|
* Conditionally include <bsp/linker-symbols.h>Sebastian Huber2020-08-051-2/+4
| | | | Remove superfluous <bsp.h> include.
* imx: Don't use USB_NEED_BUSDMA_COHERENT_ALLOCChristian Mauderer2020-07-291-1/+1
| | | | | | | That option makes problems with some drivers because the buffers are not allways cache line aligned. Update 3869
* busdma: Don't sync nocache memory on ARMChristian Mauderer2020-07-291-0/+8
| | | | The busdma shouldn't try to flush or invalidate cache in a nocache area.
* busdma: Option to round to cache lines on syncChristian Mauderer2020-07-293-0/+15
| | | | | | | | | | Some targets support only flushing or invalidating complete cache lines. In this cases misaligned buffers might lead to unexpected results. This patch adds a flag that allows drivers to signal to the bus dma driver that it is OK to round a buffer to the next full cache line. That's for example necessary if a driver wants to send out 14 byte via a USB DMA. Only the driver knows whether these 14 bytes are located in an otherwise unused cache line aligned buffer.
* imx: Use RTEMS GPIO driver instead of FreeBSD oneChristian Mauderer2020-07-292-1/+307
| | | | 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.
* ehci_imx: Add to build.Christian Mauderer2020-04-151-0/+5
|
* Add support for i.mx cache.Christian Mauderer2020-04-151-1/+1
| | | | Update #3869.
* regulator: Add to build.Christian Mauderer2020-04-155-0/+225
| | | | Update #3869.
* imx6_ccm: Add and build module.Christian Mauderer2020-04-151-0/+2
| | | | Update #3869.
* usb_busdma: Add USB_NEED_BUSDMA_COHERENT_ALLOCSebastian Huber2020-04-151-0/+5
| | | | | Some BSPs have a cache-coherent memory area, however, it should not be used for the USB controller.
* nfsclient: Use a system event for RPCSebastian Huber2020-03-181-6/+6
| | | | Aviod conflicts with application events.
* i386: Port to RTEMSJan Sommer2020-02-106-0/+2401
| | | | | - Update imported files to compile rtems-libbsd for i386 based BSPs - Currently does not support the option "dev_nic_e1000 = on"
* NVMECONTROL(8): Port to RTEMSSebastian Huber2019-11-133-0/+39
| | | | Update #3821.
* NVD(4): Add RTEMS-specific NVMe disk driverSebastian Huber2019-11-131-0/+341
| | | | Update #3821.
* NVME(4): Port to RTEMSSebastian Huber2019-11-131-0/+0
| | | | Update #3821.
* Update to FreeBSD head 2019-09-24Sebastian Huber2019-11-1312-28/+545
| | | | Git mirror commit 6b0307a0a5184339393f555d5d424190d8a8277a.
* Add support for EARLY_COUNTERSebastian Huber2019-09-251-0/+10
|
* Remove obsolete header filesSebastian Huber2019-09-241-1/+0
|
* Compatibility for next Newlib updateSebastian Huber2019-09-241-0/+4
|
* Fix pgsigio() warningsSebastian Huber2019-09-242-51/+0
|
* nexus: Avoid NULL pointer accessSebastian Huber2019-09-231-1/+4
|
* C++ compatiblity for kernel space headerSebastian Huber2019-09-231-0/+8
|
* Add wrapper for strndup()Sebastian Huber2019-09-113-9/+31
|
* rtemsbsd: remove dead code fb.cVijay Kumar Banerjee2019-08-311-2/+0
|
* atomic.h: Add atomic_load_long()Sebastian Huber2019-08-271-0/+21
|
* rtems/rtems-kernel-nexus.c: LibBSD init now uses all pass levels.Nils Hölscher2019-08-121-1/+2
| | | | | I observed all Modules loading in the last fdt pass. The reason was, nexus bus loading with BUS_PASS_DEFAULT.
* am335x display drivers: Port to RTEMSVijay Kumar Banerjee2019-08-112-0/+4
|
* fbd: Port to RTEMSVijay Kumar Banerjee2019-08-119-0/+99
|
* TDA19988: Port to RTEMSVijay Kumar Banerjee2019-08-117-0/+304
|
* Pinmux: Port to RTEMSVijay Kumar Banerjee2019-08-114-0/+77
|
* Add mmapVijay Kumar Banerjee2019-07-272-0/+40
|
* EPOCH(9): Add epoch_drain_callbacks()Sebastian Huber2019-07-092-2/+88
|