summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-24bsps/irq: Remove BSP_INTERRUPT_VECTOR_MAXSebastian Huber11-12/+0
2021-06-24bsps/irq: Use BSP_INTERRUPT_VECTOR_COUNTSebastian Huber1-3/+3
2021-06-24bsps/irq: Add BSP_INTERRUPT_VECTOR_COUNTSebastian Huber11-0/+12
2021-06-24bsps/irq: Remove BSP_INTERRUPT_VECTOR_MINSebastian Huber12-21/+3
2021-06-24bsps/irq: Remove BSP_INTERRUPT_NO_HEAP_USAGESebastian Huber1-1/+0
2021-06-23bsps/powerpc, bsps/shared: Move remaining legacy networking header filesVijay Kumar Banerjee4-481/+0
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 Huber10-0/+39
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 Banerjee51-60502/+0
2021-02-28powerpc/motorola_power: Place any common data in the .bss sectionChris Johns1-1/+7
2021-02-28powerpc/motorola_power: Link all text sections into the executable imageChris Johns1-1/+1
2021-02-26bsps: Fix legacy buildSebastian Huber2-8/+0
2021-02-24bsps: Change license to BSD-2-Clause of some filesSebastian Huber2-19/+63
2021-02-16powerpc/motorola_powerpc: Add cache coherent memory to the allocatorChris Johns1-0/+6
2021-02-16powerpc/motorola_powerpc: Enable bus PCI support in LibBSDChris Johns1-0/+4
2021-02-16powerpc/io: Make [out/in] le and be calls conditionalChris Johns1-0/+8
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-16powerpc/motorola_powerpc: Fix tm27 warningsChris Johns1-8/+16
2021-02-13Update motorola_power to irq-generic interrupt managementChris Johns7-55/+283
2021-02-08bsp/motorola_powerp: Print RTEMS_VERSION from the bootloaderChris Johns1-1/+3
2021-02-08powerpc/shared: ISA bus bridge fails to enable the openpic irqChris Johns2-2/+2
2021-01-28bsps: Replace bsp_specs with an empty fileSebastian Huber18-167/+0
2021-01-26bsps: Add missing DWARF 5 sectionsSebastian Huber2-6/+10
2021-01-25bsps: Support DWARF 5 sectionsSebastian Huber2-16/+26
2020-12-14bsp/mpc83xx: Fix non-ASCII charactersChristian Mauderer1-1/+1
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber1-3/+3
2020-10-07Misc: Correct spelling of occurredJoel Sherrill1-1/+1
2020-09-20bsps/powerpc: Remove __ppc_generic defineSebastian Huber1-6/+0
2020-08-31bsps: Always install IPI in SMP configsSebastian Huber1-16/+14
2020-08-12powerpc/io: The eieio() function clashes with FreeBSD. Change.Chris Johns1-4/+4
2020-07-23bsps/clock: Fix fast idle clock tick supportSebastian Huber1-3/+9
2020-07-05bsps/powerpc: Remove obsolete BSPsSebastian Huber6-70/+0
2020-07-05bsps/powerpc: Remove SPE enabled variantsSebastian Huber25-168/+4
2020-07-05bsps/powerpc: Remove __atexit form start.oSebastian Huber2-28/+0
2020-07-05bsps/powerpc: Fix tlbie instruction usageSebastian Huber8-13/+14
2020-07-05bsps/powerpc: Fix inline assemblySebastian Huber5-47/+114
2020-07-05bsp/qoriq: Fix tlbwe sequenceSebastian Huber1-1/+1
2020-05-06testsuite: Add expected-fail to psimChris Johns1-0/+22
2020-05-06Use rtems_get_version_string()Sebastian Huber4-4/+4
2020-04-06tests: Exclude record02 for some BSPsSebastian Huber1-0/+1
2020-04-02bsp/qoriq: Fix off by one error in clock initSebastian Huber1-1/+1
2020-03-05psim: Rework device tree so devices do not conflict with 256MB RAMJoel Sherrill4-15/+12
2020-02-27bsp/mpc5643l_*: Exclude some testsSebastian Huber2-0/+4
2020-02-04bsps: Rework work area initializationSebastian Huber5-45/+128
2020-02-04bsps: Add RTEMS_SYSINIT_BSP_EARLYSebastian Huber5-38/+48