summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* pc386/console/conscfg.c: Fix name of Edison consoleJoel Sherrill2016-03-171-3/+3
* pc386/.../bspimpl.h: New file missed in previous commit.Joel Sherrill2016-03-161-0/+37
* pc386: Do not include rtems/pci.h from bsp.h. Add bsp/bspimpl.hJoel Sherrill2016-03-156-18/+28
* pc386: Fix linker usage issues with -r and function sectionsJoel Sherrill2016-03-112-3/+7
* pc386.cfg: Add disabled per-function-sectionsJoel Sherrill2016-03-101-0/+4
* pc386: Add --disable-com1-com4 boot argumentJoel Sherrill2016-03-102-14/+52
* pc386/startup/bsp_fatal_halt.c: Fix noreturn does return warningJoel Sherrill2016-03-101-0/+3
* pc386/startup/bspstart.c: Reformat and cleanup file headerJoel Sherrill2016-03-101-29/+27
* pc386: Add PCI UART supportJoel Sherrill2016-03-104-0/+408
* pc386: Improve boot command arguments for console/printk device selectionJoel Sherrill2016-03-103-39/+156
* Add shared PCI support and enhance pc386 to support non-legacy PCI configurat...Joel Sherrill2016-03-106-135/+252
* pc386/configure.ac: Delete incorrect and unused AM_CONDITIONALJoel Sherrill2016-03-101-1/+0
* i386/shared/pci/pcibios.c: Remove unused pcib_find_by_class()Joel Sherrill2016-03-101-36/+0
* i386/shared/pci/pcibios.c: Remove unused pcib_special_cycle()Joel Sherrill2016-03-101-30/+0
* pc386: Eliminate pcibios.h and begin removal obsolete PCI BIOS API usesJoel Sherrill2016-03-105-87/+25
* score: Distribute clock tick to all online CPUsSebastian Huber2016-03-042-6/+20
* pc386: adjust assembly in bsp_fatal_haltGedare Bloom2016-03-031-1/+3
* i386: refactor libcpu/cpu.h into rtems/score/i386.hJoel Sherrill2016-03-035-5/+5
* i386: prepare for paravirtualized interruptsGedare Bloom2016-03-031-3/+2
* i386: relocate fatal halt to bsp layerGedare Bloom2016-03-032-0/+21
* i386: move idle thread into BSP layerGedare Bloom2016-03-033-0/+23
* Delete unused API extensionsSebastian Huber2016-02-031-1/+0
* Use linker set for libio initializationSebastian Huber2016-02-031-2/+0
* score: Introduce Thread_Entry_informationSebastian Huber2016-01-111-1/+1
* api: Remove deprecated NotepadsAun-Ali Zaidi2015-12-242-4/+0
* bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber2015-12-101-1/+0
* bsps: Call bsp_work_area_initialize() earlySebastian Huber2015-12-103-10/+10
* basdefs.h: Add and use RTEMS_PACKEDSebastian Huber2015-10-264-20/+20
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-262-2/+2
* bsps/i386: Interrupt server supportSebastian Huber2015-09-304-5/+22
* Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guardJoel Sherrill2015-07-161-2/+2
* pc386/console/fb*.c: Use atomics to avoid dependency on pthreadsJoel Sherrill2015-06-113-44/+45
* i386/pc386: default graphics driver changed from VGA to VESA basedJan Dolezal2015-05-263-23/+29
* i386/pc386/VESA framebuffer driver: modified and extended initialization optionsJan Dolezal2015-05-264-40/+172
* pc386/clock/ckinit.c: Remove prototyped but not defined warningJoel Sherrill2015-05-211-1/+0
* bsps: Convert clock drivers to use a timecounterAlexander Krutwig2015-05-201-103/+22
* smp: Add and use _SMP_Should_start_processor()Sebastian Huber2015-01-091-5/+1
* pc386: Add Edison base supportJoel Sherrill2015-01-0412-17/+220
* pc386: Add BSP_ENABLE_COM1_COM4 BSP optionJoel Sherrill2015-01-043-27/+38
* pc386: Add BSP_ENABLE_IDE BSP optionJoel Sherrill2015-01-044-1/+13
* pc386: Add BSP_ENABLE_VGA BSP optionJoel Sherrill2015-01-047-36/+69
* pc386: scan all functions of multi-function PCI devicesTill Strauman2014-12-231-7/+23
* Update bug report URLSebastian Huber2014-12-053-3/+3
* libmisc: More useful default configurationSebastian Huber2014-12-051-1/+0
* i386: doxygen and comments related to VESA real mode framebufferJan Dolezal2014-12-047-371/+622
* i386/pc386: cammelCase (struct and function names) to underscores, typedefed ...Jan Dolezal2014-12-047-245/+250
* pc386 bsp fix for default modeBen Gras2014-12-031-2/+2
* autotools: regenerate preinstall.am for pc386Gedare Bloom2014-11-201-1/+2
* i386/pc386: VESA based frame buffer utilizing real mode interrupt 10hJan Dolezal2014-11-206-0/+1021
* i386/pc386/include: header files for VESA BIOS EXTENSIONS and VESA Extended D...Jan Dolezal2014-11-204-0/+986