summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/rtems-bsd-nexus.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename files for kernel namespace scriptSebastian Huber2016-05-061-365/+0
| | | | This makes it easier to create the kernel namespace header.
* Initialize interrupt server earlySebastian Huber2016-04-261-13/+4
| | | | This enables its use before the Nexus device exists.
* i386: Quick and dirty hack to get PCI workingSebastian Huber2015-09-301-4/+69
|
* Add and use rtems_bsd_get_task_stack_size()Sebastian Huber2015-01-201-1/+1
|
* Add and use rtems_bsd_get_task_priority()Sebastian Huber2015-01-201-2/+3
|
* nexus: Use a linker set for the devicesSebastian Huber2014-10-081-9/+9
|
* nexus: Fix resouce allocationSebastian Huber2014-10-081-12/+13
|
* nexus: Add DISABLE_INTERRUPT_EXTENSIONSebastian Huber2014-09-171-0/+12
| | | | | Add an easy way to avoid the interrupt extension API for BSPs that do not support it.
* Delete rtems_bsd_initialize_with_interrupt_serverSebastian Huber2013-12-201-0/+11
| | | | Move interrupt server initialization to nexus_probe().
* nexus: Add table based Nexus device initializationSebastian Huber2013-11-131-307/+154
|
* Rename rtems-bsd-config.hSebastian Huber2013-11-111-1/+1
| | | | Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
* Update files to match FreeBSD layoutSebastian Huber2013-10-101-17/+15
| | | | | | | | | | | | | | | | | | | Add compatibility with Newlib header files. Some FreeBSD header files are mapped by the translation script: o rtems/bsd/sys/_types.h o rtems/bsd/sys/errno.h o rtems/bsd/sys/lock.h o rtems/bsd/sys/param.h o rtems/bsd/sys/resource.h o rtems/bsd/sys/time.h o rtems/bsd/sys/timespec.h o rtems/bsd/sys/types.h o rtems/bsd/sys/unistd.h It is now possible to include <sys/socket.h> directly for example. Generate one Makefile which builds everything including tests.
* Move files to match FreeBSD layoutSebastian Huber2013-10-101-0/+439