summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386 (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsps: Move pci_bus_count.c to bspsSebastian Huber2018-04-201-1/+1
* bsps: Convert all bsp_predriver_hook()Sebastian Huber2018-04-201-1/+0
* bsps: Move bspclean.c to bspsSebastian Huber2018-04-201-1/+1
* bsps: Move tod.c to bsps and renameSebastian Huber2018-04-161-1/+1
* build: Remove subdir-objects from BSP configure.acSebastian Huber2018-04-121-1/+1
* bsps: Remove empty gnatinstallhandler.cSebastian Huber2018-04-121-1/+0
* bsps: Move bootcard.c to bspsSebastian Huber2018-04-121-1/+0
* bsps: Simplify source file path in Makefile.amSebastian Huber2018-04-121-15/+15
* bsps: Remove headers from librtemsbsp_a_SOURCESSebastian Huber2018-04-121-3/+0
* bsps: Avoid line continuation in Makefile.amSebastian Huber2018-04-121-1/+2
* bsps: Move legacy console driver to bspsSebastian Huber2018-04-1210-12/+10
* configure: Add subdir-objects to all automake flags.Chris Johns2018-04-112-2/+2
* build: Remove DISTCLEANFILESSebastian Huber2018-04-091-1/+0
* bsps: Move generic IRQ support to bspsSebastian Huber2018-04-091-6/+2
* bsps: Remove librtemsbsp.a wrapupSebastian Huber2018-04-091-83/+83
* bsps: Move config macros to RTEMS_BSP_CONFIGURESebastian Huber2018-04-041-7/+0
* bsps: Add shared-sources.amSebastian Huber2018-04-041-0/+1
* build: Remove EXTRA_DISTSebastian Huber2018-04-042-9/+0
* bsp/pc386: Remove unused RTEMS_CPU_MODELSebastian Huber2018-03-266-13/+0
* bsp/pc386: Fix buildSebastian Huber2018-03-261-4/+1
* bsp/pc386: Move libcpu content to bspsSebastian Huber2018-03-221-0/+4
* i386/smp: Have ld use incremental build for appstart.oAmaan Cheval2018-03-161-1/+1
* bsps: Rework cache manager implementationSebastian Huber2018-01-311-2/+3
* bsps: Move network define to source filesSebastian Huber2018-01-315-36/+14
* Remove make preinstallChris Johns2018-01-2520-2951/+13
* bsps: Move wd80x3.h to libchip/wd80x3.hSebastian Huber2018-01-225-151/+2
* bsp/pc386: Use public include pathChris Johns2018-01-045-5/+5
* bsp/pc386: Do not install console_private.hSebastian Huber2018-01-043-6/+1
* bsps: Use CPPASCOMPILE for startfileSebastian Huber2018-01-021-3/+4
* bsps: Add EXTRA_DIST to all BSP Makefile.amSebastian Huber2018-01-021-1/+2
* bsps: Include bsp.am in all BSP Makefile.amSebastian Huber2018-01-021-0/+1
* pc386: Simplify bsp_specsJoel Sherrill2017-12-193-7/+4
* pc386/bsp_specs: Reorder and improve consistencyJoel Sherrill2017-11-291-3/+3
* REVERT */*/bsp_specs: Increase similarity to ease futureJoel Sherrill2017-11-271-3/+3
* */*/bsp_specs: Increase similarity to ease future analysisJoel Sherrill2017-11-271-3/+3
* libbsp/*/*/configure.ac: Remove references to bsp_specs in AC_CONFIG_SRCDIRJoel Sherrill2017-11-271-1/+1
* Remove coverhd.hSebastian Huber2017-11-242-5/+0
* bsps: Simplify RTEMS_BSP_CLEANUP_OPTIONSSebastian Huber2017-11-221-1/+1
* getentropy: Add cpu counter based implementation.Christian Mauderer2017-11-171-0/+1
* pc386/.../bspreset.c: Readd proper reset code.Joel Sherrill2017-10-081-2/+2
* bsps: Clock_driver_support_install_isr()Sebastian Huber2017-09-181-5/+0
* Simplify and unify BSP_output_charSebastian Huber2017-09-121-5/+0
* Include missing <limits.h>Sebastian Huber2017-08-252-0/+2
* Remove Edison BSP.Joel Sherrill2017-07-2810-189/+3
* bsp/i386: Fix warningSebastian Huber2017-07-281-3/+3
* bsps: Improve interrupt vector enable/disable APISebastian Huber2017-06-201-6/+1
* i386: Support thread-local storage (TLS)Sebastian Huber2017-06-122-4/+9
* build-system: Parallel build all subdirs.Chris Johns2017-05-241-1/+2
* bsps/i386: use Pentimum instructions for pc586 and pc686 builds.Pavel Pisa2016-10-172-2/+2
* bsps/i386: replace global interrupt disable by SMP build supporting locking.Pavel Pisa2016-10-176-50/+97