summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-15libio: Add rtems_libio_iop_is_readable()Sebastian Huber1-2/+2
2017-09-14bsp/mrm332: Remove dead codeSebastian Huber1-2/+0
2017-09-12bsp/qoriq: Virtual interrupt controller supportSebastian Huber1-5/+81
2017-09-12bsp/qoriq: Add byte channel console driverSebastian Huber1-1/+116
2017-09-12bsp/qoriq: Port ePAPR hcall interface to RTEMSSebastian Huber5-16/+70
2017-09-12bsp/qoriq: Import ePAPR hcalls from Linux 4.12Sebastian Huber3-0/+1328
2017-09-12bsp/qoriq: Boot page translationSebastian Huber1-0/+2
2017-09-12bsp/qoriq: Do not touch MMU as hypervisor guestSebastian Huber1-2/+12
2017-09-12bsp/qoriq: Add QORIQ_IS_HYPERVISOR_GUESTSebastian Huber2-3/+12
2017-09-12bsp/qoriq: Remove console stuff from bsp_start()Sebastian Huber2-23/+11
2017-09-12Simplify and unify BSP_output_charSebastian Huber42-137/+6
2017-09-07bsp/atsam: Fix MPU sections.Christian Mauderer3-4/+92
2017-08-29leon,ambapp_bus: make unreferenced global function staticDaniel Hellstrom2-51/+69
2017-08-29leon,grascs: fix semaphore policiesDaniel Hellstrom1-2/+3
2017-08-29leon,ambapp: fixes bad allocation checkDaniel Hellstrom1-1/+1
2017-08-29leon,gr1553b: improve init checkDaniel Hellstrom1-3/+8
2017-08-29libchip,greth: disable driver if SMP kernelDaniel Hellstrom4-2/+9
2017-08-29leon,occan: remove dead code.Daniel Hellstrom1-92/+0
2017-08-29leon, grspw: for SMP use GRSPW Packet driverDaniel Hellstrom4-3/+15
2017-08-27fb/fb.c: include <string.h> for memcpy()Joel Sherrill1-0/+1
2017-08-25Include missing <rtems/bspIo.h>Sebastian Huber4-0/+4
2017-08-25Include missing <limits.h>Sebastian Huber2-0/+2
2017-08-25Include missing <string.h>Sebastian Huber31-0/+37
2017-08-22bsp/qoriq: Add qoriq_e6500_64 variantSebastian Huber2-0/+21
2017-08-22bsp/qoriq: Enable > 2GiB memorySebastian Huber2-5/+7
2017-08-22powerpc: PPC64_NOP_FOR_LINKER_TOC_POINTER_RESTORESebastian Huber4-1/+57
2017-08-22bsp/qoriq: 64-bit MMU supportSebastian Huber4-47/+56
2017-08-22bsp/qoriq: 64-bit support for interrupt controllerSebastian Huber1-2/+2
2017-08-22bsp/qoriq: Enable 64-bit mode for exceptionsSebastian Huber1-0/+6
2017-08-22bsp/qoriq: 64-bit support for spin tableSebastian Huber2-10/+6
2017-08-22bsp/qoriq: Copy FDT laterSebastian Huber1-6/+8
2017-08-22bsp/qoriq: Add basic 64-bit supportSebastian Huber8-9/+29
2017-08-22bsp/qoriq: Use LA to load an addressSebastian Huber2-22/+30
2017-08-22bsps/powerpc: Add 64-bit CRT init/fini supportSebastian Huber5-1/+69
2017-08-22bsps/powerpc: Rename ppc_exc_wrap_async_normal_endSebastian Huber1-1/+1
2017-08-22bsps/powerpc: Add 64-bit SET_SELF_CPU_CONTROLSebastian Huber3-13/+14
2017-08-22bsps/powerpc: Add 64-bit linker sectionsSebastian Huber1-1/+16
2017-08-22bsps: Fix integer types in bsp_fdt_copy()Sebastian Huber1-3/+3
2017-08-22bsps: Add BSP_FDT_BLOB_COPY_TO_READ_ONLY_LOAD_AREASebastian Huber2-2/+5
2017-08-22bsps: Fix integer to/from pointerSebastian Huber1-2/+2
2017-08-22powerpc: Add 64-bit context/interrupt supportSebastian Huber8-206/+202
2017-08-22powerpc: 64-bit _CPU_Context_Initialize() supportSebastian Huber2-7/+13
2017-08-22libchip/serial: Fix integer typesSebastian Huber1-3/+3
2017-08-22libchip/ata: Fix integer to/from pointerSebastian Huber1-2/+2
2017-08-04bsp/imx: Fix UART interruptSebastian Huber1-0/+2
2017-08-04bsp/imx: New BSPSebastian Huber19-1/+1332
2017-08-04bsps/arm: Add ARMv7-AR Generic Timer clock driverSebastian Huber2-0/+206
2017-08-04bsps/arm: Add ARMv7-AR Generic Timer supportSebastian Huber1-0/+322
2017-08-04Optional Clock_driver_support_shutdown_hardware()Sebastian Huber8-32/+37
2017-08-01bsps/powerpc: Add PPC_EXC_INTERRUPT_FRAME_SIZESebastian Huber5-9/+11