source: rtems/c/src/lib/libbsp/i386/pc386

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22bbb9f1   03/09/16 18:48:39 joel pc386: Add --disable-com1-com4 boot argument 5
(edit) @6db5ea03   03/09/16 17:25:13 joel pc386/startup/bsp_fatal_halt.c: Fix noreturn does return warning 5
(edit) @2e516dd4   03/09/16 17:24:33 joel pc386/startup/bspstart.c: Reformat and cleanup file header 5
(edit) @356b2c23   03/04/16 21:40:49 joel pc386: Add PCI UART support 5
(edit) @c3c57b1   03/10/16 16:33:27 joel pc386: Improve boot command arguments for console/printk device … 5
(edit) @f770fcb   03/03/16 16:36:24 joel Add shared PCI support and enhance pc386 to support non-legacy PCI … 5
(edit) @36717645   03/03/16 15:23:47 joel pc386/configure.ac: Delete incorrect and unused AM_CONDITIONAL 5
(edit) @12c9dc8f   03/02/16 19:25:13 joel pc386: Eliminate pcibios.h and begin removal obsolete PCI BIOS API … 5
(edit) @90d8567   02/18/16 07:36:16 Sebastian Huber score: Distribute clock tick to all online CPUs Update #2554. 5
(edit) @daa303d   03/03/16 21:40:17 Gedare Bloom pc386: adjust assembly in bsp_fatal_halt 5
(edit) @328bd35   01/23/16 19:06:22 joel i386: refactor libcpu/cpu.h into rtems/score/i386.h Fixes #2515. 5
(edit) @3267f95   01/08/16 21:54:20 Gedare Bloom i386: prepare for paravirtualized interrupts 5
(edit) @505dc61   01/08/16 21:28:45 Gedare Bloom i386: relocate fatal halt to bsp layer 5
(edit) @fd05a05   01/08/16 17:15:46 Gedare Bloom i386: move idle thread into BSP layer 5
(edit) @ca4602e   01/25/16 21:03:00 Sebastian Huber Use linker set for libio initialization Update #2408. 5
(edit) @ccd5434   01/07/16 08:55:45 Sebastian Huber score: Introduce Thread_Entry_information This avoids potential dead … 5
(edit) @d5154d0f   12/23/15 20:44:02 admin api: Remove deprecated Notepads Notepads where a feature of RTEMS' … 5
(edit) @2858939a   12/09/15 11:03:49 Sebastian Huber bsps: Delete superfluous bsp_pretasking_hook() Use the … 5
(edit) @37030e3   12/09/15 07:05:57 Sebastian Huber bsps: Call bsp_work_area_initialize() early Call … 5
(edit) @bc792bb   10/16/15 06:26:44 Sebastian Huber basdefs.h: Add and use RTEMS_PACKED 5
(edit) @f97536d   10/16/15 06:21:48 Sebastian Huber basdefs.h: Add and use RTEMS_UNUSED 5
(edit) @f91fbbf4   09/30/15 13:30:09 Sebastian Huber bsps/i386: Interrupt server support 5
(edit) @9cff822a   07/16/15 15:40:05 Joel Sherrill Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guard This was … 4.115
(edit) @becbeda   06/09/15 20:48:22 Joel Sherrill pc386/console/fb*.c: Use atomics to avoid dependency on pthreads … 4.115
(edit) @6f793108   05/23/15 17:32:35 dolezj21 i386/pc386: default graphics driver changed from VGA to VESA based … 4.115
(edit) @56399c3b   05/23/15 17:32:00 dolezj21 i386/pc386/VESA framebuffer driver: modified and extended … 4.115
(edit) @5a9c3c1   05/21/15 12:51:36 Joel Sherrill pc386/clock/ckinit.c: Remove prototyped but not defined warning 4.115
(edit) @75acd9e   04/01/15 13:33:25 alexander.krutwig bsps: Convert clock drivers to use a timecounter Update #2271. 4.115
(edit) @7cdabc49   12/14/14 22:27:06 Joel Sherrill pc386: Add Edison base support The current support for the Edison … 4.115
(edit) @0a36af04   12/14/14 22:45:08 Joel Sherrill pc386: Add BSP_ENABLE_COM1_COM4 BSP option This allows the support … 4.115
(edit) @93546b8   12/11/14 21:16:34 Joel Sherrill pc386: Add BSP_ENABLE_IDE BSP option This allows the IDE support to … 4.115
(edit) @607c854   12/11/14 20:49:49 Joel Sherrill pc386: Add BSP_ENABLE_VGA BSP option This allows the VGA and keyboard … 4.115
(edit) @12072880   12/04/14 09:03:50 Sebastian Huber Update bug report URL 4.115
(edit) @e870941   12/04/14 08:38:27 Sebastian Huber libmisc: More useful default configuration The dummy.c was a de-facto … 4.115
(edit) @038e1dba   12/03/14 23:56:39 dolezj21 i386: doxygen and comments related to VESA real mode framebuffer 4.115
(edit) @d78eac6   12/03/14 23:56:38 dolezj21 i386/pc386: cammelCase (struct and function names) to underscores, … 4.115
(edit) @4081032   12/02/14 22:36:59 Ben Gras pc386 bsp fix for default mode If USE_VBE_RM is 0, … 4.115
(edit) @280f4ecc   11/20/14 16:05:02 Gedare Bloom autotools: regenerate preinstall.am for pc386 4.115
(edit) @067da5c   11/20/14 14:00:33 dolezj21 i386/pc386: VESA based frame buffer utilizing real mode interrupt 10h 4.115
(edit) @c5a74946   11/20/14 14:00:32 dolezj21 i386/pc386/include: header files for VESA BIOS EXTENSIONS and VESA … 4.115
(edit) @586c86c7   11/20/14 14:00:31 dolezj21 i386/shared/realmode_int: real mode interrupt interface 4.115
(edit) @ec494ff   11/20/14 14:00:26 dolezj21 i386/pc386: configurable size of descriptor tables 4.115
(edit) @46dde0fc   10/23/14 08:05:17 Sebastian Huber bsps: Move extern "C" to not cover includes Some includes may use C++ … 4.115
(edit) @3785ed6c   10/14/14 00:08:36 Joel Sherrill i386/pc386: Fix warnings 4.115
(edit) @888fadaf   10/12/14 13:31:32 Joel Sherrill i386/pc386: Clean up and fix warnings 4.115
(edit) @4977f07e   10/09/14 17:56:18 Joel Sherrill i386/pc386: Eliminate multiple warnings 4.115
(edit) @6cd2074   09/04/14 15:08:25 Joel Sherrill pc386/.../bsp.h: Do not include crt.h crt.h defines such lovely … 4.115
(edit) @8fbe2e6   09/04/14 13:59:49 Joel Sherrill Use correct prototype of benchmark_timer_read() This change starts … 4.115
(edit) @59990cc   08/29/14 02:48:01 Chris Johns Regenerate all preinstall.am files. With this patch the preinstall.am … 4.115
(edit) @d60e760   04/22/14 07:45:39 Sebastian Huber bsps: Fix TLS support in linker command files The TLS section symbols … 4.115
(edit) @31f1ef9d   03/17/14 18:25:47 Joel Sherrill pc386/include/bsp.h: Remove rtems_bsp_delay() 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @960fd85   01/28/14 10:52:17 Sebastian Huber bsps: Thread-local storage (TLS) for linkcmds 4.115
(edit) @fa01e0d0   12/30/13 16:48:57 radustoma i386/pc386: Add doxygen file headers. 4.115
(edit) @e4927ece   12/04/13 14:39:20 Sebastian Huber bsps: Simplify FreeBSD linker sets 4.115
(edit) @f7308976   09/16/13 19:31:52 Joel Sherrill pc386/console/conscfg.c: Fix spacing 4.115
(edit) @3109857c   08/26/13 19:26:50 Joel Sherrill bsps: Add and use CLOCK_DRIVER_ISRS_PER_TICK_VALUE pc386 set … 4.115
(edit) @838d714   08/09/13 13:23:15 Sebastian Huber bsp/pc386: Provide local outb() for elink driver 4.115
(edit) @efdda565   08/09/13 04:18:17 Nick Withers Use $(EXEEXT) [defaults to "exe"] to generate binaries 4.115
(edit) @2bdcf4fd   07/26/13 14:53:39 Vipul Nayyar Updated legacy code in i386 pc386 4.115
(edit) @88c74ab   07/25/13 13:10:11 Sebastian Huber score: Merge tod implementation into one file Delete … 4.115
(edit) @311ba73   06/23/13 15:50:55 Sebastian Huber framebuffer: Add and use FRAMEBUFFER_DEVICE_0_NAME 4.115
(edit) @5aa4ed9   04/30/13 17:31:29 Joel Sherrill i386: PR2010: Remove pc386 BSPs using soft-float i386 soft-float is … 4.115
(edit) @df6818f9   03/18/13 14:24:00 Sebastian Huber bsps: Support DWARF extension 4.115
(edit) @fad2d38   03/08/13 20:55:06 Gedare Bloom RTEMS: Delete ChangeLog? files. This commit deletes all RTEMS … 4.115
(edit) @c8bd3cd   02/08/13 12:39:59 Sebastian Huber libchip/serial: Add const qualifier 4.115
(edit) @a052181   11/14/12 08:59:10 Sebastian Huber score: Add RTEMS_FATAL_SOURCE_EXIT Include … 4.115
(edit) @26e90fb1   10/30/12 16:42:17 Sebastian Huber libnetworking: Use system events Add reserved system events … 4.115
(edit) @f33873b   10/29/12 20:14:23 Sebastian Huber bsp/pc386: Typo 4.115
(edit) @47a3cd8   08/09/12 14:48:00 Sebastian Huber score: Work area initialization API change The work areas (RTEMS work … 4.115
(edit) @61af4b0b   10/15/12 04:00:20 Ralf Corsepius Include <rtems/framebuffer.h>. 4.115
(edit) @63241f8   09/28/12 21:37:58 Joel Sherrill pc386: Add Cirrus FB Driver to Makefile and configure.ac The user has … 4.115
(edit) @f97e450   09/28/12 21:37:58 alex.sever.h FB driver for Cirrus GD5446 graphic hardware. Implementation is … 4.115
(edit) @c717fda5   08/06/12 17:03:46 Gedare Bloom Revert "Add bspopts.h.in." This reverts commit … 4.115
(edit) @bb2b825   07/19/12 13:47:55 Ralf Corsepius Require automake-1.12.2. 4.115
(edit) @0f77281   07/19/12 13:44:32 Ralf Corsepius Require autoconf-2.69. 4.115
(edit) @c2395717   07/14/12 19:26:20 Joel Sherrill sparc linkcmds.base: Add new FreeBSD TCP/IP stack sections 4.115
(edit) @bb08c0c8   05/30/12 18:10:43 Jennifer Averett pc386: Added sections for rtems-libbsd support. 4.115
(edit) @daffa60   05/24/12 04:36:40 Ralf Corsepius Add bspopts.h.in. 4.115
(edit) @65c6425   05/03/12 17:24:46 Joel Sherrill Remove CVS Id Strings (manual edits after script) These modifications … 4.115
(edit) @9b4422a2   05/03/12 15:09:24 Joel Sherrill Remove All CVS Id Strings Possible Using a Script Script does what is … 4.115
(edit) @eb7c6a84   05/10/12 16:17:59 Joel Sherrill pc386 - Clock driver compiles again plus clean up The clock drivers … 4.115
(edit) @a049ca0f   05/04/12 06:51:43 Ralf Corsepius Remove CVS-Ids. 4.115
(edit) @0089173   05/02/12 19:22:46 Joel Sherrill pc386 - Remove odd $Id$ 4.115
(edit) @8d0913b8   03/29/12 20:53:16 Joel Sherrill PC386 - Add files missed in previous commit 4.115
(edit) @2cc30b0d   03/29/12 20:28:13 Joel Sherrill PC386 Add RTD316 and Exar 17D15x multi-port serial card support - … 4.115
(edit) @0f31fddc   03/24/12 21:01:08 Sebastian Huber bsps: Add shared default IRQ handler 4.115
(edit) @184a612e   02/02/12 14:17:25 Joel Sherrill Merge remote branch 'remotes/origin/gitignore' 4.115
(edit) @52694844   02/01/12 21:03:18 Joel Sherrill Improve comments on console select patch. 4.115
(edit) @d1887baf   02/01/12 21:02:03 Joel Sherrill Improve comments on console select patch. 4.115
(edit) @441b90e   02/01/12 20:32:28 Jennifer.Averett Correct run-time selection of console port. This was broken by … 4.115
(edit) @61250b4   02/01/12 16:59:44 Joel Sherrill Remove all .cvsignore files. 4.115
(edit) @bf5d715   12/09/11 13:12:40 Ralf Corsepius 2011-12-09 Ralf Corsépius <ralf.corsepius@…> * console/vt.c: … 4.115
(edit) @ba5df99c   12/09/11 07:20:28 Ralf Corsepius 2011-12-09 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @1c0b8d7   11/18/11 20:11:08 Jennifer.Averett 2011-11-18 Jennifer Averett <Jennifer.Averett@…> PR 1925 … 4.115
(edit) @c145d73   10/17/11 12:37:24 Ralf Corsepius 2011-10-17 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @50d1c45d   08/29/11 21:36:02 Joel Sherrill 2011-08-29 Joel Sherrill <joel.sherrilL@…> * configure.ac: … 4.115
(edit) @8a7ed82   08/01/11 13:41:37 Jennifer.Averett 2011-08-01 Jennifer Averett <Jennifer.Averett@…> PR 1802 … 4.115
(edit) @5e8bfe2   07/20/11 16:50:19 Jennifer.Averett 2011-07-20 Jennifer Averett <Jennifer.Averett@…> * … 4.115
(edit) @7521e43   07/14/11 15:07:21 Jennifer.Averett 2011-07-14 Jennifer Averett <Jennifer.Averett@…> * … 4.115
Note: See TracRevisionLog for help on using the revision log.