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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19cbd194   10/09/17 03:24:50 joel pc386/.../bspreset.c: Readd proper reset code. The removal of the … 5
(edit) @f3b29236   09/18/17 06:22:38 Sebastian Huber bsps: Clock_driver_support_install_isr() Remove old ISR parameter … 5
(edit) @1bc0ad2   09/08/17 08:38:46 Sebastian Huber Simplify and unify BSP_output_char The BSP_output_char should output … 5
(edit) @1f22b26   08/25/17 08:59:52 Sebastian Huber Include missing <limits.h> Update #2132. 5
(edit) @dd6992fd   07/28/17 19:15:36 joel Remove Edison BSP. Intel has obsoleted this hardware and the BSP was … 5
(edit) @0684f35   07/28/17 11:10:19 Sebastian Huber bsp/i386: Fix warning 5
(edit) @ec230fc7   06/15/17 17:40:25 joel i386/shared/comm/i386-stub-glue.c: Fix duplicate const warning 5
(edit) @c6810c8   06/19/17 12:09:28 Sebastian Huber bsps: Improve interrupt vector enable/disable API Change … 5
(edit) @7b0c74ff   06/09/17 13:42:36 Sebastian Huber i386: Support thread-local storage (TLS) Update #2468. 5
(edit) @a748603   05/14/17 01:52:52 Chris Johns build-system: Parallel build all subdirs. 5
(edit) @1c6926c1   03/21/17 19:39:48 kevin-kirspel termios: Synchronize with latest FreeBSD headers Adding modified … 5
(edit) @20625a5   10/12/16 07:47:00 pisa bsps/i386: use Pentimum instructions for pc586 and pc686 builds. When … 5
(edit) @6b54dcb   10/12/16 07:40:41 pisa bsps/i386: replace global interrupt disable by SMP build supporting … 5
(edit) @facebbb   10/02/16 10:19:12 pisa bsps/i386: Separate variable for i8259 IRQs disable due to in progress … 5
(edit) @8c83cbc   08/04/16 21:32:06 pisa classic networking: do not reference BSP_irq_enabled_at_i8259s which … 5
(edit) @0057e38f   07/04/16 09:06:53 Sebastian Huber libchip: Simplify RTC driver 5
(edit) @1c77a36   06/24/16 12:31:29 Sebastian Huber bsps: Include missing <rtems/bspIo.h> 5
(edit) @1503c1c3   05/23/16 05:24:34 Chris Johns i386/pc386: Fix printk formatting warnings. 5
(edit) @c3fd48d0   05/07/16 04:28:45 Chris Johns i386/pc386: Clean out removed functions. 5
(edit) @8cb397b2   05/06/16 22:18:28 Chris Johns i386/pc386: Add x86 debug register support for hardware break points. 5
(edit) @fc138a10   05/06/16 22:17:51 Chris Johns i386/pc386: EOI the master and slave for slave IRQ signals. 5
(edit) @02ef5d9   05/06/16 22:16:49 Chris Johns i386/pc386: Add --ide-disable boot command line option. 5
(edit) @93fb8797   05/06/16 07:55:29 Chris Johns i386/pc386: Fix interrupt support. Fix the interrupt and stop the … 5
(edit) @292dbff   05/06/16 07:52:08 Chris Johns i386/pc386: Fix printk with the console changes. 5
(edit) @beefa112   05/06/16 07:51:26 Chris Johns bsp/pc386: Use irq-generic. 5
(edit) @03ad2a5a   04/20/16 04:49:32 Chris Johns i386/pc386: Add IO and memory support to PCI UART devices. Use the … 5
(edit) @014292a1   04/08/16 08:39:38 Chris Johns i386/pc386: Add support for the gdb stub to use available console … 5
(edit) @b752f945   04/16/16 13:01:47 Pavel Pisa i386/pc386: reimplemented check for unused EDID entry in fb_vesa.c to … 5
(edit) @0a2f5bdd   03/30/16 04:51:46 Chris Johns bsp/pc386: Fix --console=/--printk= argument parsing. 5
(edit) @96a7d06   03/30/16 19:04:22 joel i386/pc386/include/bsp.h: Do not include <rtems/iosupp.h> 5
(edit) @578d839   03/29/16 18:10:50 joel i386/pc386: Remove include of <rtems/console.h> from <bsp.h> and fix … 5
(edit) @3abf685f   03/25/16 15:45:14 joel i386/pc386/include/bsp.h: Do not include <rtems/clockdrv.h> 5
(edit) @eaf03e9f   03/22/16 22:58:42 joel pc386/README: Replace contents with discussion of console/printk … 5
(edit) @0d2067c   03/17/16 22:42:55 joel pc386/console/conscfg.c: Fix name of Edison console 5
(edit) @59461e5   03/16/16 12:59:29 joel pc386/.../bspimpl.h: New file missed in previous commit. 5
(edit) @364866d   03/16/16 00:36:41 joel pc386: Do not include rtems/pci.h from bsp.h. Add bsp/bspimpl.h Start … 5
(edit) @5e368e84   03/11/16 22:07:35 joel pc386: Fix linker usage issues with -r and function sections closes #2638. 5
(edit) @f6b798a6   03/10/16 21:48:49 joel pc386.cfg: Add disabled per-function-sections updates #2638. 5
(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) @3b697232   03/02/16 19:31:45 joel i386/shared/pci/pcibios.c: Remove unused pcib_find_by_class() 5
(edit) @8ce16a4   03/02/16 19:30:27 joel i386/shared/pci/pcibios.c: Remove unused pcib_special_cycle() 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) @3bc12a8f   01/26/16 10:16:56 Sebastian Huber Delete unused API extensions 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) @2a4f9d7   12/23/14 07:28:24 Sebastian Huber smp: Add and use _SMP_Should_start_processor() 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) @2573e69   12/24/14 03:27:25 strauman pc386: scan all functions of multi-function PCI devices The current … 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) @74d2d940   11/20/14 14:00:30 dolezj21 i386: global descriptor table manipulation functions 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) @1ecb21d8   10/14/14 00:08:14 Joel Sherrill libbsp/i386/shared: Fix warnings 4.115
(edit) @bf49991f   10/13/14 20:53:11 Joel Sherrill i386/shared/comm/uart.c: Remove unused uart_set_driver_handler() method 4.115
(edit) @5b6438a   10/12/14 20:48:12 Joel Sherrill libbsp/i386/shared/comm: 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) @9a8b2984   10/01/14 13:16:23 oleg.moroz Fix assertion "BUF != NULL" for i386 BSP_uart_termios_write_com1 and … 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) @c5831a3f   04/09/14 13:07:54 Sebastian Huber score: Add clustered/partitioned scheduling Clustered/partitioned … 4.115
(edit) @53e008b   04/10/14 13:48:05 Sebastian Huber score: SMP initialization changes Add and use … 4.115
Note: See TracRevisionLog for help on using the revision log.