summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-24Remove coverhd.hSebastian Huber42-896/+1
2017-11-22bsp/qoriq: Implement bsp_reset()Sebastian Huber1-5/+37
2017-11-22bsps: Simplify RTEMS_BSP_CLEANUP_OPTIONSSebastian Huber25-17/+25
2017-11-22powerpc: Remove _BSP_Fatal_error()Sebastian Huber22-261/+1
2017-11-22powerpc: Replace BSP_panic() with rtems_panic()Sebastian Huber43-180/+33
2017-11-20bsps/powerpc: Fix PPC_EXC_CONFIG_USE_FIXED_HANDLERSebastian Huber2-10/+8
2017-11-17getentropy: Add cpu counter based implementation.Christian Mauderer18-0/+18
2017-11-08bsp/t32mppc: Use fixed exception handlersSebastian Huber8-96/+260
2017-09-28bsp/gen5200: Fix warningSebastian Huber1-2/+0
2017-09-28bsps/powerpc: Fix print format warningsSebastian Huber2-40/+40
2017-09-22bsps: Generalize bsp_fdt_map_intr()Sebastian Huber1-2/+2
2017-09-21bsp/t32mppc: PPC_EXC_CONFIG_USE_FIXED_HANDLERSebastian Huber1-9/+9
2017-09-20bsp/qemuppc: Fix for RTEMS_DEBUGSebastian Huber1-2/+2
2017-09-20bsp/psim: Fix for RTEMS_DEBUGSebastian Huber1-2/+2
2017-09-20bsp/mpc8260ads: Fix for RTEMS_DEBUGSebastian Huber1-1/+1
2017-09-20bsp/mpc8260ads: Fix for RTEMS_DEBUGSebastian Huber1-1/+1
2017-09-20bsps/powerpc: Fix PPC_EXC_CONFIG_USE_FIXED_HANDLERSebastian Huber1-1/+1
2017-09-19bsp/qoriq: Update READMESebastian Huber1-0/+11
2017-09-19bsp/qoriq: Add hypervisor guest SMP supportSebastian Huber3-7/+55
2017-09-19bsp/qoriq: MMU configuration as hypervisor guestSebastian Huber2-10/+5
2017-09-19bsp/qoriq: Avoid IVOR38..42 access as hv guestSebastian Huber1-0/+2
2017-09-19bsp/qoriq: Avoid MAS8 access as hypervisor guestSebastian Huber1-3/+3
2017-09-19bsp/qoriq: Reduce static memory demandsSebastian Huber1-1/+1
2017-09-19bsp/qoriq: Add decrementer clock driverSebastian Huber5-8/+69
2017-09-19bsp/qoriq: Add early debug output initializationSebastian Huber1-3/+18
2017-09-19bsps/powerpc: PPC_EXC_CONFIG_USE_FIXED_HANDLERSebastian Huber4-51/+10
2017-09-18bsps: Clock_driver_support_install_isr()Sebastian Huber2-10/+5
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 Huber13-45/+4
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 Huber2-1/+53
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 Huber1-22/+22
2017-08-22bsps/powerpc: Add 64-bit CRT init/fini supportSebastian Huber5-1/+69
2017-08-22bsps/powerpc: Add 64-bit SET_SELF_CPU_CONTROLSebastian Huber2-6/+2
2017-08-22bsps/powerpc: Add 64-bit linker sectionsSebastian Huber1-1/+16
2017-08-22powerpc: Add 64-bit context/interrupt supportSebastian Huber1-55/+55