summaryrefslogtreecommitdiffstats
path: root/rtemsbsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* EPOCH(9): Avoid inline functionsSebastian Huber2019-07-092-27/+35
| | | | | FreeBSD changed the epoch_enter() and epoch_exit() inline functions into proper functions after a performance analysis to avoid code bloat.
* SLEEPQUEUE(9): Fix timeout handlingSebastian Huber2019-07-052-0/+4
|
* i2c tool : port to RTEMSVijay Kumar Banerjee2019-06-293-0/+39
|
* Add rtems i2c adaptation layerVijay Kumar Banerjee2019-06-291-0/+231
|
* iicbus: port to RTEMSVijay Kumar Banerjee2019-06-294-0/+275
|
* if_atsam: Remove WDT_Disable()Sebastian Huber2019-06-131-3/+0
| | | | | The watchdog timer (WDT) can be configure only once. Do not touch it in the BSP since the application may want to use it.
* Add RTEMS-specific getcredhostuuid()Sebastian Huber2019-06-052-11/+29
|
* Use _SMP_Unicast_action()Sebastian Huber2019-05-212-8/+2
| | | | It is a bit more efficient.
* Update due to API changesSebastian Huber2019-05-151-5/+3
| | | | Close #3749.
* Separate libbsd and RTEMS clock ticksSebastian Huber2019-05-153-12/+11
|