summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-23dpaa: Add "libbsd,dequeue" to QMan portalsSebastian Huber
The dequeue support for processor affine QMan portals may be explicitly disabled. The dequeue support is responsible for receiving frames and completion of frame transmission, e.g. buffer recycling. Without at least one enabled dequeue support, there will be no networking. / { qman-portals@ff6000000 { qman-portal@0 { libbsd,dequeue = "disabled"; }; }; };
2017-10-23dpaa: Set portal interrupt affinitySebastian Huber
2017-10-23Update to Linux 4.12Sebastian Huber
Linux baseline 6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c (v4.12).
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-23Install Linux header filesSebastian Huber
2017-10-23waf: Install arch-specific header filesSebastian 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-23soc/qbman: Simplify bman_release()Sebastian Huber
Get the affine portal only once for the complete transaction. Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
2017-10-23soc/qman: Do not enable stashing without PAMUSebastian Huber
Do not enable stashing in the QMan software portal configuration (QCSPi_CFG[RE, SE]) in case the PAMU support is not configured. Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
2017-10-23dpaa: Implement GENMASK() similar to LinuxSebastian Huber
2017-10-23qman_api.c: Prevent false clearing of IRQ statusSebastian Huber
Adding (p->irq_sources & ~QM_PIRQ_CSCI) to the clear mask means for example we clear the QM_PIRQ_EQCI unconditionally. This is a problem in case this interrupt happens after the read of the interrupt status and before the interrupt status clear.
2017-10-23dpaa: Disable QMAN_VOLATILE_FLAG_WAIT_INTSebastian Huber
2017-10-23dpaa: Avoid QMan work queueSebastian Huber
2017-10-23dpaa: Use receive checksum offloadSebastian Huber
2017-10-23dpaa: Enable preemption in qm_mr_process_task()Sebastian Huber
2017-10-23dpaa: Disable unused CGR codeSebastian Huber
2017-10-23Linux update to 4.12-rc1+Sebastian Huber
Linux baseline b23afd384801711ab6dbccd259cc14cb09a1dcaf.
2017-10-23qbman: Fix platform_get_irq() error checksSebastian 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-20powerpc: Fix warningsSebastian Huber
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-20scripts: Support CPU-dependent RTEMS source filesSebastian Huber
2017-10-20scripts: Support Linux importSebastian Huber
2017-10-20scripts: Generalize namesSebastian Huber
2017-10-20Add Linux submoduleSebastian Huber
2017-10-20Fix INVARIANTS supportSebastian Huber
2017-10-20Add CPUINFO command to default network initSebastian Huber
2017-10-20media01: Scale with processor countSebastian Huber
2017-10-20rtems-kernel-page: Reclaim pages earlierSebastian Huber
2017-10-20rtems-kernel-page: Add used pages counterSebastian Huber
2017-10-20ZONE(9): Use recursive lock for the UMA drainSebastian Huber
2017-10-20ZONE(9): Reduce BUCKET_MAX to 128Sebastian Huber
Reduces the worst-case per-processor caches.
2017-10-20ZONE(9): Fix uma_zone_set_max()Sebastian Huber
Account for items provided for per-processor caches.
2017-10-20DEVICE(9): Avoid NULL pointer accessSebastian Huber
2017-10-20tests: Remove obsolete config definesSebastian Huber
2017-10-20dhcpcd: Honour file descriptor maximumSebastian Huber
2017-10-17SLEEPQUEUE(9): Update due to API changesSebastian Huber
Update #3117. Update #3182.
2017-10-16Install libpcap header filesSebastian Huber
2017-10-12BPF(9): Remove RTEMS-specificsSebastian Huber
2017-10-11tcpdump: Update to FreeBSD head 2017-04-04Sebastian Huber
Update tcpdump from Git mirror commit 99a648a912e81e29d9c4c159cbbe263462f2d719 to 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
2017-10-10Update CONTRIBUTING.mdSebastian Huber