summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386 (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-28Remove Edison BSP.Joel Sherrill10-189/+3
2017-07-28bsp/i386: Fix warningSebastian Huber1-3/+3
2017-06-21i386/shared/comm/i386-stub-glue.c: Fix duplicate const warningJoel Sherrill1-1/+1
2017-06-20bsps: Improve interrupt vector enable/disable APISebastian Huber3-20/+7
2017-06-12i386: Support thread-local storage (TLS)Sebastian Huber3-5/+11
2017-05-24build-system: Parallel build all subdirs.Chris Johns2-2/+3
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel1-1/+1
2016-10-17bsps/i386: use Pentimum instructions for pc586 and pc686 builds.Pavel Pisa2-2/+2
2016-10-17bsps/i386: replace global interrupt disable by SMP build supporting locking.Pavel Pisa9-72/+148
2016-10-11bsps/i386: Separate variable for i8259 IRQs disable due to in progress state.Pavel Pisa1-19/+36
2016-09-20classic networking: do not reference BSP_irq_enabled_at_i8259s which is no mo...Pavel Pisa1-9/+1
2016-07-04libchip: Simplify RTC driverSebastian Huber1-2/+0
2016-06-24bsps: Include missing <rtems/bspIo.h>Sebastian Huber1-0/+1
2016-05-25i386/pc386: Fix printk formatting warnings.Chris Johns8-18/+27
2016-05-11i386/pc386: Clean out removed functions.Chris Johns1-46/+0
2016-05-11i386/pc386: Add x86 debug register support for hardware break points.Chris Johns1-1/+157
2016-05-11i386/pc386: EOI the master and slave for slave IRQ signals.Chris Johns1-6/+33
2016-05-11i386/pc386: Add --ide-disable boot command line option.Chris Johns1-51/+57
2016-05-11i386/pc386: Fix interrupt support.Chris Johns9-172/+471
2016-05-11i386/pc386: Fix printk with the console changes.Chris Johns1-32/+37
2016-05-11bsp/pc386: Use irq-generic.Chris Johns2-8/+7
2016-05-11i386/pc386: Add IO and memory support to PCI UART devices.Chris Johns1-37/+113
2016-05-11i386/pc386: Add support for the gdb stub to use available console drivers.Chris Johns15-424/+701
2016-04-16i386/pc386: reimplemented check for unused EDID entry in fb_vesa.c to suppres...Pavel Pisa2-1/+9
2016-03-31bsp/pc386: Fix --console=/--printk= argument parsing.Chris Johns1-21/+39
2016-03-30i386/pc386/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-29i386/pc386: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill3-6/+8
2016-03-25i386/pc386/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill1-1/+0
2016-03-24pc386/README: Replace contents with discussion of console/printk device selec...Joel Sherrill1-57/+59
2016-03-17pc386/console/conscfg.c: Fix name of Edison consoleJoel Sherrill1-3/+3
2016-03-16pc386/.../bspimpl.h: New file missed in previous commit.Joel Sherrill1-0/+37
2016-03-15pc386: Do not include rtems/pci.h from bsp.h. Add bsp/bspimpl.hJoel Sherrill6-18/+28
2016-03-11pc386: Fix linker usage issues with -r and function sectionsJoel Sherrill2-3/+7
2016-03-10pc386.cfg: Add disabled per-function-sectionsJoel Sherrill1-0/+4
2016-03-10pc386: Add --disable-com1-com4 boot argumentJoel Sherrill2-14/+52
2016-03-10pc386/startup/bsp_fatal_halt.c: Fix noreturn does return warningJoel Sherrill1-0/+3
2016-03-10pc386/startup/bspstart.c: Reformat and cleanup file headerJoel Sherrill1-29/+27
2016-03-10pc386: Add PCI UART supportJoel Sherrill4-0/+408
2016-03-10pc386: Improve boot command arguments for console/printk device selectionJoel Sherrill3-39/+156
2016-03-10Add shared PCI support and enhance pc386 to support non-legacy PCI configurat...Joel Sherrill6-135/+252
2016-03-10pc386/configure.ac: Delete incorrect and unused AM_CONDITIONALJoel Sherrill1-1/+0
2016-03-10i386/shared/pci/pcibios.c: Remove unused pcib_find_by_class()Joel Sherrill1-36/+0
2016-03-10i386/shared/pci/pcibios.c: Remove unused pcib_special_cycle()Joel Sherrill1-30/+0
2016-03-10pc386: Eliminate pcibios.h and begin removal obsolete PCI BIOS API usesJoel Sherrill5-87/+25
2016-03-04score: Distribute clock tick to all online CPUsSebastian Huber2-6/+20
2016-03-03pc386: adjust assembly in bsp_fatal_haltGedare Bloom1-1/+3
2016-03-03i386: refactor libcpu/cpu.h into rtems/score/i386.hJoel Sherrill5-5/+5
2016-03-03i386: prepare for paravirtualized interruptsGedare Bloom1-3/+2
2016-03-03i386: relocate fatal halt to bsp layerGedare Bloom2-0/+21
2016-03-03i386: move idle thread into BSP layerGedare Bloom3-0/+23