summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/shared (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-11bsps/powerpc: Fix include orderSebastian Huber1-1/+1
2024-02-27bsps/powerpc: Include missing <rtems/irq.h>Sebastian Huber1-0/+1
2024-02-27bsp/qoriq: Remove <rtems/irq.h> in <bsp/irq.h>Sebastian Huber1-0/+1
2023-05-20Update company nameSebastian Huber18-18/+18
2023-04-11bsps/powerpc: Fix warnings with PPC_SPECIAL_PURPOSE_REGISTERChris Johns1-10/+15
2023-04-11bsps/motorola_powerpc: Change defines from BSP names to avoid clashChris Johns3-7/+7
2023-04-05bsps/vme: Remove quirkSebastian Huber1-5/+1
2023-04-05bsps/vme: Include missing header fileSebastian Huber1-0/+1
2023-02-16doxygen: Add Doxygen files to a groupSebastian Huber2-0/+16
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber1-1/+1
2022-09-08powerpc: Add support for VRSAVESebastian Huber2-8/+337
2022-08-12bsps: Fix .data.rel.ro placementSebastian Huber1-1/+1
2022-07-15bsps: Sort .noinit* sectionsSebastian Huber2-2/+2
2022-07-12bsps/powerpc/shared: Change license to BSD-2Joel Sherrill18-54/+396
2022-03-10bsps: Automated IMD header file clean upChristian Mauderer1-1/+1
2022-03-10bsps/powerpc/: Scripted embedded brains header file clean upJoel Sherrill13-79/+3
2022-02-26powerpc: Use .machine any for some inline asmSebastian Huber2-3/+26
2022-02-25bsps/powerpc: Do no use Newlib internalsSebastian Huber3-3/+6
2021-09-21build: Remove old build systemSebastian Huber3-23/+0
2021-07-27bsps/irq: bsp_interrupt_facility_initialize()Sebastian Huber1-2/+1
2021-07-26bsps/irq: bsp_interrupt_vector_disable()Sebastian Huber1-1/+2
2021-07-26bsps/irq: bsp_interrupt_vector_enable()Sebastian Huber1-1/+2
2021-07-26bsps/irq: Add rtems_interrupt_is_pending()Sebastian Huber1-0/+11
2021-07-26bsps/irq: Add rtems_interrupt_get_attributes()Sebastian Huber1-0/+8
2021-07-26bsps/irq: Add rtems_interrupt_raise()Sebastian Huber1-0/+12
2021-07-26bsps/irq: Add rtems_interrupt_vector_is_enabled()Sebastian Huber1-0/+11
2021-05-25powerpc/.../sbrk.c: Do not reference errno.Joel Sherrill1-2/+12
2021-05-25ppc-irq-legacy.c: Use rtems_malloc() instead of malloc().Joel Sherrill1-10/+11
2021-05-18score: Add _CPU_Context_switch_no_return()Sebastian Huber1-0/+2
2021-05-02bsps: Support RTEMS_NOINIT in linkcmdsSebastian Huber2-0/+10
2021-04-27powerpc/shared/console: "termios" first open sets console baud to 9600Peter Dufault1-0/+4
2021-04-27powerpc/shared/console: Make console baud rate configurable.Peter Dufault2-3/+3
2021-04-07bsps: Remove networking driversVijay Kumar Banerjee1-1936/+0
2021-02-16powerpc/shared: Fix warnings in i8259 PIC code.Chris Johns1-6/+0
2021-02-16powerpc/shared: Fix warningsChris Johns3-10/+16
2021-02-13Update motorola_power to irq-generic interrupt managementChris Johns4-50/+261
2021-02-08powerpc/shared: ISA bus bridge fails to enable the openpic irqChris Johns2-2/+2
2021-01-26bsps: Add missing DWARF 5 sectionsSebastian Huber1-3/+5
2021-01-25bsps: Support DWARF 5 sectionsSebastian Huber1-8/+13
2020-07-23bsps/clock: Fix fast idle clock tick supportSebastian Huber1-3/+9
2020-07-05bsps/powerpc: Fix tlbie instruction usageSebastian Huber2-6/+7
2020-07-05bsps/powerpc: Fix inline assemblySebastian Huber2-41/+35
2020-02-04bsps: Rework work area initializationSebastian Huber2-20/+73
2020-02-04bsps: Add RTEMS_SYSINIT_BSP_EARLYSebastian Huber1-16/+0
2020-02-04bsps: Add RamEnd to linker command filesSebastian Huber1-0/+1
2020-01-02bsps/powerpc: Fix warningSebastian Huber1-3/+1
2019-12-11clock: Simplify driver initializationSebastian Huber3-22/+3
2019-12-11clock: Remove Clock_exit() from APISebastian Huber3-21/+1
2019-05-07bsps/powerpc: Fix constructors with prioritySebastian Huber1-19/+8
2019-05-07bsps/powerpc: Fix C++ exception handlingSebastian Huber1-2/+3