source: rtems/c/src/lib/libbsp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7e18dd9   11/12/15 22:11:29 kom541000 bsp/tms570: fixed sci driver freeze when closing terminal bug … 5
(edit) @e5d5767e   11/12/15 22:11:28 kom541000 bsp/tms570: Pinmux support and EMAC pin definition added … 5
(edit) @6302c61   11/12/15 22:11:27 kom541000 bsp/tms570: EMAC control header file corrected and EMAC interrupt … 5
(edit) @78cac9b   11/16/15 13:13:28 cederman sparc: Fix context switch on SMP We must not load registers (e.g. … 5
(edit) @610909f   11/11/15 11:05:22 Sebastian Huber irq-server: Fix race condition on SMP systems 5
(edit) @4fee129   11/11/15 09:47:52 Sebastian Huber Introduce general purpose system server event Use this event for the … 5
(edit) @f8bdd12   11/09/15 18:30:00 Gedare Bloom gpio: free memory in error path Updates #2462. 5
(edit) @1d55e15   11/05/15 14:17:23 Martin Galvan LPC1768: Fix compilation error The LPC1768 variants have a gpio.h … 5
(edit) @8dbb14d5   11/03/15 10:14:21 Sebastian Huber bsp/irq-server: Use proper chain API 5
(edit) @c20847a5   09/16/15 13:16:02 isaac.gutekunst Add STM32F7 HAL Files These files originated as: + STC32CubeF7 … 5
(edit) @370c09a1   09/16/15 13:14:41 isaac.gutekunst Add STM32F4 HAL Files The origin of this code is: + STM32CubeF4 … 5
(edit) @2502e26d   11/03/15 17:00:15 Ben Gras Leftover gpio function rename Rename rtems_bsp_select_specific_io to … 5
(edit) @d65ed62   10/27/15 13:39:47 Sebastian Huber bsp/qoriq: Fix interrupt support for T series 5
(edit) @98df160   10/27/15 13:37:13 Sebastian Huber bsp/qoriq: Add BMan, QMan and FMan to memory map 5
(edit) @f966d608   10/27/15 09:43:27 Sebastian Huber bsp/qoriq: Flush and invalidate L2 cache 5
(edit) @ac4f1718   10/27/15 09:18:45 Sebastian Huber bsp/qoriq: Invalidate L1 cache on boot processor 5
(edit) @3abfe7ca   10/27/15 08:53:47 Sebastian Huber bsp/qoriq: Map intercom area only if necessary 5
(edit) @dd863f8   10/28/15 12:06:02 Sebastian Huber bsp/qoriq: Add BMan and QMan portals to memory map 5
(edit) @9dab6ec   10/28/15 09:21:19 Sebastian Huber bsp/qoriq: Increase non-cacheable region 5
(edit) @9fa93710   10/28/15 09:19:54 Sebastian Huber bsp/qoriq: Drop M flag from device IO regions 5
(edit) @53c99b8   10/28/15 09:18:05 Sebastian Huber bsps: Generalize .nocacheheap to .nocachenoload Add ability to place … 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) @143696a   10/16/15 06:15:03 Sebastian Huber basedefs.h: Add and use RTEMS_NO_RETURN 5
(edit) @5c337d7e   10/21/15 15:33:44 Sudarshan Rajagopalan Fixes GPIO APIs Naming Convention and Comments Closes #2435. 5
(edit) @6f6e5d7   10/21/15 14:46:19 Ben Gras libbsp/Makefile.am: gpio.h as preinstalled header Also regenerate … 5
(edit) @473294c   10/20/15 23:07:00 Joel Sherrill moxiesim/configure.ac: Fix typo updates 2254. 5
(edit) @7b07ac2   10/20/15 21:35:46 Joel Sherrill h8sim-testsuite.tcfg: Add fsdosfsname01 closes #2432. 5
(edit) @c07481c7   10/20/15 09:16:12 Sebastian Huber bsp/leon3: Fix Termios context usage Only the context of the console … 5
(edit) @e29f1f5   10/19/15 06:44:33 Sebastian Huber bsp/qoriq: Use U-Boot provided FDT 5
(edit) @0b0969ef   10/16/15 08:23:06 Sebastian Huber bsp/qoriq: Simplify initialization 5
(edit) @36b9f668   10/16/15 08:09:38 Sebastian Huber bsp/qoriq: Initialize FPU on secondary thread 5
(edit) @2f5e3c7   10/15/15 08:45:20 Sebastian Huber bsp/qoriq: Add missing isync after mtmsr 5
(edit) @27390a29   10/14/15 05:45:29 Sebastian Huber bsps/arm: Add missing translation table entry See also … 5
(edit) @cf8e033   10/08/15 11:35:27 Sebastian Huber bsp/qoriq: Add nocache heap 5
(edit) @bc820946   10/08/15 11:29:56 Sebastian Huber bsps: Add .nocacheheap section This avoids consumption of a loadable … 5
(edit) @707ecbe   10/07/15 11:53:15 Sebastian Huber bsp/qoriq: Add BMan and QMan Portals 5
(edit) @01531fb6   10/07/15 11:38:59 Sebastian Huber bsp/qoriq: Initilize FPU 5
(edit) @55c8d19d   10/07/15 07:51:29 Sebastian Huber bsp/qoriq: Move BUCSR initialization 5
(edit) @f91fbbf4   09/30/15 13:30:09 Sebastian Huber bsps/i386: Interrupt server support 5
(edit) @258ad71   09/25/15 12:34:24 Sebastian Huber SMP: Fix and optimize thread dispatching According to the C11 and … 5
(edit) @5458bff   09/25/15 13:05:50 Gedare Bloom bootstrap: regenerate preinstall.am 5
(edit) @7aca0fe   09/05/15 20:53:16 andre.lousa.marques RaspberryPi?: Added I2C and SPI bus support. Further documentation can … 5
(edit) @f7ea9579   08/15/15 18:52:28 andre.lousa.marques Added GPIO API sources to rpi Makefile 5
(edit) @a57b72d   08/15/15 18:52:27 andre.lousa.marques Removed GPIO API from the libbsp/shared Makefile. 5
(edit) @bebfc420   09/10/15 15:20:41 Marcos Diaz Beaglebone: fix missing clobber in inline assembly. flush_data_cache … 5
(edit) @cf2f383   09/10/15 18:03:43 Joel Sherrill lpc23xx_tli800: Add mdosfs_fsscandir01 to tests to avoid. Does not link. 5
(edit) @fc5e52b9   09/04/15 11:50:28 Sebastian Huber bsps/arm: Fix function definition Close #2385. 5
(edit) @7def219   09/02/15 21:54:21 Martin Galvan various .h files: Add missing C++ extern wrappers Updates #2405. 5
(edit) @151e53f   08/18/15 14:30:48 ketulshah1993 Beagle: GPIO support (for BBB) GPIO Driver Development for BeagleBone?5
(edit) @b09a578   08/17/15 10:42:27 andre.lousa.marques Closes ticket #2390, and also updates the RPI implementation. makes … 5
(edit) @61e7c69   07/27/15 16:01:44 andre.lousa.marques Raspberry Pi implementation for the RTEMS GPIO API. Added support for … 5
(edit) @87f8b01   07/27/15 16:01:43 andre.lousa.marques RTEMS GPIO API definition and implementation. Changes relative to the … 5
(edit) @d0733bb   07/31/15 07:55:22 Sebastian Huber bsps/arm: Do not use ARM_ARCH_7A This would lead to link-time … 5
(edit) @579f16ef   07/21/15 07:29:56 Sebastian Huber bsps/arm: Update due to API changes 5
(edit) @b2c252b   07/17/15 15:04:06 kom541000 bsp/tms570 Use bitfields instead of hard-coded values Signed-off-by: … 5
(edit) @d6c67ad5   07/17/15 15:04:05 kom541000 bsp/tms570: skipped 32bit field definitions and corrected single bit … 5
(edit) @7e14385   07/16/15 18:14:48 Joel Sherrill sh/shared/startup/bspstart.c: Add include of percpu.h 4.115
(edit) @069560a   07/16/15 12:14:32 kom541000 bsp/tms570: source changes reflecting new headers. Signed-off-by: … 4.115
(edit) @602e395   07/16/15 12:14:30 pisa bsp/tms570: fix get time resolution after infrastructure change to … 4.115
(edit) @bea49c9   07/16/15 14:26:09 kom541000 bsp/tms570: New/generated header files for TMS570 SoC peripherals … 4.115
(edit) @4784214a   07/16/15 15:43:51 Joel Sherrill remaining bsp.h: Fix by hand to LIBBSP_@CPU@_@BSP_FAMILY@_BSP_H These … 4.115
(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) @93f5adb   07/15/15 08:51:12 Sebastian Huber powerpc: Do not use the ATB for e500 multilib The e500v1 has no … 4.115
(edit) @c2596df   07/09/15 07:59:59 Sebastian Huber bsps/powerpc: Fix small-data area issue Update #2369. 4.115
(edit) @b171982   07/08/15 08:04:39 Sebastian Huber bsps/powerpc: Provide debug and trace symbols 4.115
(edit) @3e02a47   07/02/15 10:04:50 Sebastian Huber bsp/qoriq: Enable branch prediction for T series 4.115
(edit) @994d7e1   07/02/15 07:14:47 Sebastian Huber bsp/qoriq: Use -O2 for T series 4.115
(edit) @e77f6254   07/07/15 20:33:51 summerspam RaspberryPi?: Use rtems_configuration_get_microseconds_per_tick to set … 4.115
(edit) @635ed82   07/01/15 09:13:26 Sebastian Huber bsp/qoriq: Update due to API changes 4.115
(edit) @32005a72   06/26/15 07:40:24 Sebastian Huber bsp/mpc55xxevb: Fix configure script This was the only configure.ac … 4.115
(edit) @27f08f5b   06/26/15 07:40:03 Sebastian Huber bsps/arm: Update due to API changes 4.115
(edit) @48fed9a   06/25/15 12:11:53 Sebastian Huber score: Simplify <rtems/system.h> Drop the <rtems/score/percpu.h> … 4.115
(edit) @df8341a   06/23/15 12:20:11 Sebastian Huber bsp/gen5200: Simplify interrupt write support 4.115
(edit) @cdf30f05   06/19/15 12:57:44 Sebastian Huber rtems: Add rtems_interrupt_local_disable|enable() Add … 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) @30f8412   06/09/15 05:45:51 Sebastian Huber bsps/sparc: tlib clock driver timecounter support 4.115
(edit) @a51b352   05/30/15 15:48:27 Sebastian Huber sparc: Add SPARC_USE_SAFE_FP_SUPPORT The SPARC ABI is a bit special … 4.115
(edit) @2764bd43   05/29/15 13:54:27 alexander.krutwig sparc: Disable FPU in interrupt context Update #2270. 4.115
(edit) @d55d7a0   05/03/15 09:55:55 ragunath3252 beagle bsp: RTC support for BBB 4.115
(edit) @5774c414   05/25/15 17:09:35 Hesham Almatary generic_or1k: Fix a typo in a comment 4.115
(edit) @5b1a10a   05/25/15 17:09:18 Hesham Almatary generic_or1k: Use the correct bsp_specs file 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) @1045422   05/26/15 08:02:27 Sebastian Huber bsps/sparc: Delete unused local labels 4.115
(edit) @26ffb8c2   05/26/15 08:01:29 Sebastian Huber bsps/sparc: Change tabs to spaces 4.115
(edit) @6f71dcb7   05/21/15 16:53:53 Hesham Almatary Epiphany: Add the first epiphany_sim BSP v4 This BSP in intended to … 4.115
(edit) @efd351d   05/21/15 12:54:12 Joel Sherrill powerpc/shared/clock/clock.c: Remove unused variable warning 4.115
(edit) @68592d54   05/21/15 12:53:41 Joel Sherrill mpc55xxevb/clock/clock-config.c: Remove unused variable warning 4.115
(edit) @4004d97   05/21/15 12:52:21 Joel Sherrill mcf5225x/clock/clock.c: Remove unused variable warning 4.115
(edit) @2a605f6   05/21/15 12:52:02 Joel Sherrill mcf52235/clock/clock.c: Remove unused variable warning 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) @52258f1   05/21/15 12:51:01 Joel Sherrill arm/shared/lpc/clock/lpc-clock-config.c: Remove unused variable warning 4.115
(edit) @1c0663b4   05/20/15 19:12:52 Joel Sherrill mcf52235-testsuite.tcfg: Add syscall01 4.115
(edit) @0afac6a   05/20/15 17:11:41 Joel Sherrill Multiple bsp_specs: Change *(old_endfile) to %(old_endfile) Fix typo. … 4.115
(edit) @22e576d   05/20/15 17:08:15 Joel Sherrill simsh2e-testsuite.tcfg: Add fileio 4.115
(edit) @bb997dd9   05/20/15 17:08:00 Joel Sherrill simsh1-testsuite.tcfg: Add fileio 4.115
(edit) @9588946   05/21/15 15:27:34 Sebastian Huber bsp/tms570: Typo 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) @a0001d6   05/14/15 09:17:00 Sebastian Huber Remove obsolete rtems_clock_major/minor These global variables are … 4.115
Note: See TracRevisionLog for help on using the revision log.