summaryrefslogtreecommitdiffstats
path: root/bsps/i386 (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-29bsp_specs: Delete last remnants of these.Joel Sherrill1-0/+0
2021-09-21build: Remove old build systemSebastian Huber2-45/+0
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber1-5/+3
2021-07-27bsps/irq: bsp_interrupt_facility_initialize()Sebastian Huber1-3/+1
2021-07-26bsps/irq: Add rtems_interrupt_entry_install()Sebastian Huber1-7/+1
2021-07-26bsps/irq: Move bsp_interrupt_handler_is_empty()Sebastian Huber1-0/+11
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-06-24bsps/irq: Remove BSP_INTERRUPT_VECTOR_MAXSebastian Huber1-1/+0
2021-06-24bsps/irq: Add BSP_INTERRUPT_VECTOR_COUNTSebastian Huber1-0/+1
2021-06-24bsps/irq: Remove BSP_INTERRUPT_VECTOR_MINSebastian Huber1-1/+0
2021-06-21bsps/i386: Update calibration of TSC to be more accurateJan Sommer1-33/+38
2021-05-02bsps: Support RTEMS_NOINIT in linkcmdsSebastian Huber1-0/+3
2021-04-07bsps: Remove networking driversVijay Kumar Banerjee6-4062/+0
2021-02-26bsps: Fix legacy buildSebastian Huber1-4/+0
2021-02-24bsps: Change license to BSD-2-Clause of some filesSebastian Huber1-5/+38
2021-01-28bsps: Replace bsp_specs with an empty fileSebastian Huber1-9/+0
2020-09-23bsps/pc386: Add missing license headerJan Sommer1-0/+26
2020-09-15bsp/pc386: Remove support for obsolete BinutilsSebastian Huber1-11/+1
2020-07-16bsps/pc386: Fix IPI for non-consecutive APICIDsJan Sommer1-6/+10
2020-06-18i386/pc: Initialise the printk serial port on first useChris Johns2-12/+37
2020-06-17bsps/i386/pc386/start/*.S: Remove space before tabJoel Sherrill2-3/+3
2020-06-11bsp/pc386: Disable interrupt nesting for job handlerJan Sommer1-0/+10
2020-06-11bsps/pc386: Separate smp API functions. Makes smpfatal08 linkJan Sommer5-55/+60
2020-06-11bsps/pc386: Fix Clock_isr for SMPJan Sommer1-1/+1
2020-06-11bsp/pc386: Define interrupt stack frame for smpJan Sommer1-46/+56
2020-06-11bsp/pc386: Update GDT to work for SMPJan Sommer5-41/+27
2020-06-11bsp/pc386: Turn start16.S into a startAP.SJan Sommer3-256/+157
2020-03-09imfs: Replace devfs with an IMFS specializationSebastian Huber1-2/+0
2020-02-27bsp/pc386: Fix interrupt enable to make debug option work againJan Sommer1-1/+1
2020-02-04bsps: Rework work area initializationSebastian Huber1-11/+24
2019-05-20score: Remove SMP_MESSAGE_CLOCK_TICKSebastian Huber2-11/+10
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber1-1/+0
2019-03-08bsps: Adjust shared Doxygen groupsSebastian Huber5-12/+6
2019-03-08bsps: Adjust bsp.h Doxygen groupsSebastian Huber19-26/+27
2019-03-04bsps: Adjust architecture Doxygen groupsSebastian Huber2-5/+7
2019-02-28Remove explicit file names from @fileSebastian Huber8-8/+8
2019-01-16bsps/i386/shared/cache/cache.c: Make compileJoel Sherrill1-0/+29
2018-12-21bsps/i386: Enable instruction cache supportSebastian Huber1-1/+1
2018-12-04Spelling and grammar fixes in source code comments (GCI 2018)Marçal Comajoan Cara1-1/+1
2018-11-14bsp/i386: Use interrupt stack for init stackSebastian Huber2-13/+4
2018-11-12i386: Remove use of proc_ptrSebastian Huber1-4/+4
2018-11-12Include missing <sys/types.h>Sebastian Huber1-1/+1
2018-09-10network: Use kernel/user space header filesSebastian Huber4-4/+4
2018-08-29bsps/i386/shared/cache/cache.c: Fix warningsJoel Sherrill1-20/+2
2018-07-25_SMP_Start_multitasking_on_secondary_processor()Sebastian Huber1-1/+1