summaryrefslogtreecommitdiff
path: root/rtemsbsd (follow)
AgeCommit message (Collapse)Author
2018-01-23linux/of.h: Add of_find_node_by_path()Sebastian Huber
Update #3277.
2018-01-23linux/of.h: Add of_read_number()Sebastian Huber
Update #3277.
2018-01-23linux/of.h: Add of_n_size_cells()Sebastian Huber
Update #3277.
2018-01-23linux/of.h: Add of_n_addr_cells()Sebastian Huber
Update #3277.
2018-01-23linux/sort.h: New fileSebastian Huber
Update #3277.
2018-01-23linux/smp.h: Avoid function call overheadSebastian Huber
Update #3277.
2018-01-23linux/compiler.h: Define __coldSebastian Huber
Update #3277.
2018-01-23Add rtems_bsd_ifconfig()Sebastian Huber
2018-01-19ehci_mpc83xx.c: Fix for qoriq hypervisor guestSebastian Huber
2017-12-05Add rtems_bsd_initialize_dhcp()Sebastian Huber
2017-11-17Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber
This was accidentally committed. This reverts commit 97a98f6cd767b3a68279890488c7b451788f84f4.
2017-11-17Revert "SX(9): Implement with reader/writer lock"Sebastian Huber
This was accidentally committed. This reverts commit cc7a8d87e7307db738bf39ab1ca3ce1053f1c163.
2017-11-16SX(9): Implement with reader/writer lockSebastian Huber
2017-11-16RWLOCK(9): Add reader/writer lock implementationSebastian Huber
2017-11-16LOCKING(9): Remove dead code (DDB)Sebastian Huber
2017-11-16LOCKING(9): Remove dead code (KDTRACE_HOOKS)Sebastian Huber
2017-11-16LOCKING(9): Update to current FreeBSD versionSebastian Huber
2017-11-10at91_mci: Port to RTEMS and adapt for atsam.Christian Mauderer
2017-11-10saf1761_otg: Port to RTEMS.Christian Mauderer
2017-11-10wpa_supplicant: Add lock.Christian Mauderer
2017-11-10wpa_supplicant: Move forking command into own file.Christian Mauderer
The malloc wrapper must not be disabled. Therefore the command that uses malloc without a wrapper has to live in another file.
2017-11-10Add wpa_supplicant_fork command.Sichen Zhao
Add fork command for wpa supplicant to start a new task.
2017-11-10Port wpa supplicant to RTEMS.Sichen Zhao
Add wpa_supplicant lib support and shell command support in RTEMS.
2017-11-10Port BBB sd driver files to RTEMS.Sichen Zhao
So BBB can mount and read eMMC and SD card.
2017-11-10Add rtems_bsd_ifconfig_lo0()Sebastian Huber
2017-10-26Fix general PowerPC buildSebastian Huber
2017-10-24rtems-bsd-mutex: Update due to API changesSebastian Huber
Update #3117.
2017-10-23dpaa: Use only one FMan MAC SGT zoneSebastian Huber
2017-10-23dpaa: Add "libbsd,dedicated-portal" to QMan portalsSebastian Huber
By default, the network interfaces use a pool channel, see dpaa_get_channel() in dpaa_eth_priv_probe(). To enable a dedicated QMan software portal, use libbsd,dedicated-portal = "enabled";. This option is useful for special purpose 10Gbit/s Ethernet processing. / { soc: soc@ffe000000 { fman0: fman@400000 { enet7: ethernet@f2000 { libbsd,dedicated-portal = "enabled"; }; }; }; };
2017-10-23dpaa: Add <soc/fsl/dpaa.h>Sebastian Huber
2017-10-23linux: Move upper_32_bits() and lower_32_bits()Sebastian Huber
2017-10-23linux: Make Linux types available in user-spaceSebastian Huber
2017-10-23linux: Include missing <sys/errno.h>Sebastian Huber
2017-10-23Add rtems_bsd_set_if_input()Sebastian Huber
2017-10-23dpaa: Get c45 idsSebastian Huber
2017-10-23dpaa: No error if MII attach failedSebastian Huber
2017-10-23dpaa: Support c45 physSebastian Huber
2017-10-23dpaa: Implement GENMASK() similar to LinuxSebastian Huber
2017-10-23dpaa: Use receive checksum offloadSebastian Huber
2017-10-23Linux update to 4.11-rc5Sebastian Huber
Linux baseline a71c9a1c779f2499fb2afc0553e543f18aff6edf (4.11-rc5).
2017-10-23Import DPAA driver snapshotSebastian Huber
Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
2017-10-20Import CRC32 support from FreeBSDSebastian Huber
2017-10-20Initialize BSD user extension earlierSebastian Huber
2017-10-20blist: Import from FreeBSDSebastian Huber
2017-10-20Fix INVARIANTS supportSebastian Huber
2017-10-20rtems-kernel-page: Reclaim pages earlierSebastian Huber
2017-10-20rtems-kernel-page: Add used pages counterSebastian Huber
2017-10-10user-space: Define O_DIRECTORYSebastian Huber
2017-09-27ffec: Port to RTEMSSebastian Huber
2017-09-22Generalize bsp_fdt_map_intr()Sebastian Huber
Update #3090.