summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386 (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-25Remove make preinstallChris Johns20-2951/+13
2018-01-22bsps: Move wd80x3.h to libchip/wd80x3.hSebastian Huber5-151/+2
2018-01-04bsp/pc386: Use public include pathChris Johns5-5/+5
2018-01-04bsp/pc386: Do not install console_private.hSebastian Huber3-6/+1
2018-01-02bsps: Use CPPASCOMPILE for startfileSebastian Huber1-3/+4
2018-01-02bsps: Add EXTRA_DIST to all BSP Makefile.amSebastian Huber1-1/+2
2018-01-02bsps: Include bsp.am in all BSP Makefile.amSebastian Huber1-0/+1
2017-12-19pc386: Simplify bsp_specsJoel Sherrill3-7/+4
2017-11-29pc386/bsp_specs: Reorder and improve consistencyJoel Sherrill1-3/+3
2017-11-27REVERT */*/bsp_specs: Increase similarity to ease futureJoel Sherrill1-3/+3
2017-11-27*/*/bsp_specs: Increase similarity to ease future analysisJoel Sherrill1-3/+3
2017-11-27libbsp/*/*/configure.ac: Remove references to bsp_specs in AC_CONFIG_SRCDIRJoel Sherrill1-1/+1
2017-11-24Remove coverhd.hSebastian Huber2-5/+0
2017-11-22bsps: Simplify RTEMS_BSP_CLEANUP_OPTIONSSebastian Huber1-1/+1
2017-11-17getentropy: Add cpu counter based implementation.Christian Mauderer1-0/+1
2017-10-08pc386/.../bspreset.c: Readd proper reset code.Joel Sherrill1-2/+2
2017-09-18bsps: Clock_driver_support_install_isr()Sebastian Huber1-5/+0
2017-09-12Simplify and unify BSP_output_charSebastian Huber1-5/+0
2017-08-25Include missing <limits.h>Sebastian Huber2-0/+2
2017-07-28Remove Edison BSP.Joel Sherrill10-189/+3
2017-07-28bsp/i386: Fix warningSebastian Huber1-3/+3
2017-06-20bsps: Improve interrupt vector enable/disable APISebastian Huber1-6/+1
2017-06-12i386: Support thread-local storage (TLS)Sebastian Huber2-4/+9
2017-05-24build-system: Parallel build all subdirs.Chris Johns1-1/+2
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 Pisa6-50/+97
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-05-25i386/pc386: Fix printk formatting warnings.Chris Johns6-16/+24
2016-05-11i386/pc386: Add --ide-disable boot command line option.Chris Johns1-51/+57
2016-05-11i386/pc386: Fix interrupt support.Chris Johns1-0/+1
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 Johns12-218/+399
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 Sherrill4-17/+6
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