summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386 (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-09smp: Add and use _SMP_Should_start_processor()Sebastian Huber1-5/+1
2015-01-04pc386: Add Edison base supportJoel Sherrill12-17/+220
2015-01-04pc386: Add BSP_ENABLE_COM1_COM4 BSP optionJoel Sherrill3-27/+38
2015-01-04pc386: Add BSP_ENABLE_IDE BSP optionJoel Sherrill4-1/+13
2015-01-04pc386: Add BSP_ENABLE_VGA BSP optionJoel Sherrill7-36/+69
2014-12-23pc386: scan all functions of multi-function PCI devicesTill Strauman1-7/+23
2014-12-05Update bug report URLSebastian Huber3-3/+3
2014-12-05libmisc: More useful default configurationSebastian Huber1-1/+0
2014-12-04i386: doxygen and comments related to VESA real mode framebufferJan Dolezal7-371/+622
2014-12-04i386/pc386: cammelCase (struct and function names) to underscores, typedefed ...Jan Dolezal7-245/+250
2014-12-03pc386 bsp fix for default modeBen Gras1-2/+2
2014-11-20autotools: regenerate preinstall.am for pc386Gedare Bloom1-1/+2
2014-11-20i386/pc386: VESA based frame buffer utilizing real mode interrupt 10hJan Dolezal6-0/+1021
2014-11-20i386/pc386/include: header files for VESA BIOS EXTENSIONS and VESA Extended D...Jan Dolezal4-0/+986
2014-11-20i386/shared/realmode_int: real mode interrupt interfaceJan Dolezal4-0/+497
2014-11-20i386: global descriptor table manipulation functionsJan Dolezal1-36/+120
2014-11-20i386/pc386: configurable size of descriptor tablesJan Dolezal6-8/+51
2014-10-23bsps: Move extern "C" to not cover includesSebastian Huber1-4/+4
2014-10-16i386/pc386: Fix warningsJoel Sherrill2-4/+32
2014-10-16libbsp/i386/shared: Fix warningsJoel Sherrill4-30/+20
2014-10-16i386/shared/comm/uart.c: Remove unused uart_set_driver_handler() methodJoel Sherrill1-21/+0
2014-10-13libbsp/i386/shared/comm: Fix warningsJoel Sherrill4-9/+9
2014-10-13i386/pc386: Clean up and fix warningsJoel Sherrill6-22/+25
2014-10-10i386/pc386: Eliminate multiple warningsJoel Sherrill10-79/+122
2014-10-02Fix assertion "BUF != NULL" for i386Moroz.Oleg1-4/+4
2014-09-16pc386/.../bsp.h: Do not include crt.hJoel Sherrill1-6/+0
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill1-3/+3
2014-08-29Regenerate all preinstall.am files.Chris Johns1-5/+5
2014-04-22bsps: Fix TLS support in linker command filesSebastian Huber1-1/+3
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber1-1/+7
2014-04-14score: SMP initialization changesSebastian Huber1-5/+13
2014-03-21pc386/include/bsp.h: Remove rtems_bsp_delay()Joel Sherrill1-16/+0
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns41-41/+41
2014-02-19score: Rename rtems_smp_process_interrupt()Sebastian Huber1-5/+3
2014-02-19score: Rename rtems_smp_secondary_cpu_initialize()Sebastian Huber1-1/+2
2014-02-19score: Delete bsp_smp_broadcast_interrupt()Sebastian Huber1-6/+0
2014-02-19score: Rename bsp_smp_initialize()Sebastian Huber1-1/+1
2014-02-04bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber1-0/+14
2013-12-30i386/pc386: Add doxygen file headers.Toma Radu14-7/+119
2013-12-23i386: shared: Add doxygenChirayu Desai9-116/+252
2013-12-16bsps: Simplify FreeBSD linker setsSebastian Huber1-15/+3
2013-09-16pc386/console/conscfg.c: Fix spacingJoel Sherrill1-3/+3
2013-08-26bsps: Add and use CLOCK_DRIVER_ISRS_PER_TICK_VALUEJoel Sherrill1-17/+4
2013-08-09bsps/i386: SMP and per-CPU thread dispatch disableSebastian Huber1-3/+10
2013-08-09bsps/i386: Revert most SMP related changesSebastian Huber1-54/+46
2013-08-09bsp/pc386: Provide local outb() for elink driverSebastian Huber1-1/+6
2013-08-09Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers1-1/+1
2013-08-08PR766: Delete __RTEMS_VIOLATE_KERNEL_VISIBILITY__Sebastian Huber1-3/+0
2013-07-31smp: Provide cache optimized Per_CPU_ControlSebastian Huber1-2/+3
2013-07-30bsps/i386: Include missing header and fix warningsSebastian Huber1-13/+11