source: rtems/c/src/lib/libbsp/powerpc/tqm8xx

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @b8c468b   03/23/18 15:11:55 Sebastian Huber bsp/tqm8xx: Move libcpu content to bsps This patch is a part of the … 5
(edit) @df8a31d   03/22/18 13:50:02 thomas.doerfler bsp/tqm8xx: Fix network interface driver 5
(edit) @bb22a3f3   03/21/18 05:27:24 Sebastian Huber bsp/powerpc: Move libcpu timer to bsps Use only one timer driver … 5
(edit) @f3a51d62   03/21/18 07:11:33 Sebastian Huber bsps/powerpc: Remove bsp_timer_internal_clock The only consumer of … 5
(edit) @bd150801   03/13/18 15:24:16 Sebastian Huber bsps/powerpc: Move exceptions support to bsps This patch is a part of … 5
(edit) @7dbc43d   03/13/18 05:18:38 Sebastian Huber bsps/powerpc: Move basic support to bsps This patch is a part of the … 5
(edit) @4cf93658   01/27/18 13:37:51 Sebastian Huber bsps: Rework cache manager implementation The previous cache manager … 5
(edit) @d8d6a08   01/27/18 10:12:44 Sebastian Huber bsps: Move network define to source files Define … 5
(edit) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 5
(edit) @375e923d   01/03/18 08:08:59 Sebastian Huber bsps/powerpc: Rename BSP specific linkcmds.base Avoid name conflicts … 5
(edit) @ec32100   01/02/18 06:37:44 Sebastian Huber bsps: Use CPPASCOMPILE for startfile Update #3254. 5
(edit) @33a2faa   01/02/18 07:04:06 Sebastian Huber bsps: Add EXTRA_DIST to all BSP Makefile.am This makes it possible to … 5
(edit) @f3ce8f41   01/02/18 07:00:02 Sebastian Huber bsps: Include bsp.am in all BSP Makefile.am Update #3254. 5
(edit) @f33d3b4   12/20/17 17:36:13 joel gen5200, gen83xx, gen83x, mpc55xxevb, psim, qoriq, t32mppc, tqm8xx, … 5
(edit) @a0663b2   11/21/17 19:27:31 joel libbsp/*/*/configure.ac: Remove references to bsp_specs in … 5
(edit) @642ef00   11/27/17 05:23:29 Sebastian Huber bsps: Provide <tm27.h> in each BSP Since the <tm27.h> is highly … 5
(edit) @e58e29fd   11/24/17 06:58:55 Sebastian Huber Remove coverhd.h This header file contained timing overhead values … 5
(edit) @3dd381f   11/21/17 11:50:58 Sebastian Huber bsps: Simplify RTEMS_BSP_CLEANUP_OPTIONS Remove BSP-specific defaults … 5
(edit) @07d96453   11/21/17 11:00:49 Sebastian Huber powerpc: Remove _BSP_Fatal_error() BSPs can use the … 5
(edit) @1c193a2   11/21/17 10:43:13 Sebastian Huber powerpc: Replace BSP_panic() with rtems_panic() Due to a new … 5
(edit) @ca4895c   11/13/17 08:21:29 Christian.Mauderer getentropy: Add cpu counter based implementation. Update #3239. 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) @c6810c8   06/19/17 12:09:28 Sebastian Huber bsps: Improve interrupt vector enable/disable API Change … 5
(edit) @1c6926c1   03/21/17 19:39:48 kevin-kirspel termios: Synchronize with latest FreeBSD headers Adding modified … 5
(edit) @4c02385   06/24/16 06:52:48 Christian.Mauderer libnetworking: Import current <arpa/inet.h> Import the <arpa/inet.h> … 5
(edit) @2a8afe1   03/29/16 18:10:52 joel powerpc/tqm8xx: Remove include of <rtems/console.h> from <bsp.h> and … 5
(edit) @022432d   03/25/16 15:47:17 joel powerpc/tqm8xx/include/bsp.h: Do not include <rtems/clockdrv.h> 5
(edit) @ca4602e   01/25/16 21:03:00 Sebastian Huber Use linker set for libio initialization Update #2408. 5
(edit) @0a9ee085   01/23/16 20:40:27 ralph powerpc/tqm8xx: Add per-section compilation and linking support. For … 5
(edit) @2858939a   12/09/15 11:03:49 Sebastian Huber bsps: Delete superfluous bsp_pretasking_hook() Use the … 5
(edit) @9ef736a6   12/10/15 07:15:06 Sebastian Huber bsp/tqm8xx: Fix linker set description Fix broken RTEMS linker set … 5
(edit) @b618d8c   09/16/15 05:13:58 Sebastian Huber Add RTEMS linker sets Update #2408. 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) @3cd3a260   12/12/14 15:32:58 Sebastian Huber bsp/mpc8xx: Fix warnings close #2211 4.115
(edit) @12072880   12/04/14 09:03:50 Sebastian Huber Update bug report URL 4.115
(edit) @ef2e5db   10/15/14 23:38:05 Joel Sherrill powerpc/tqm8xx/startup/bspstart.c: Fix set but not used warning 4.115
(edit) @451d323   10/13/14 20:52:34 Joel Sherrill tqm8xx/clock/p_clock.c: Remove unused BSP_get_clock_irq_level() method 4.115
(edit) @a8ac803e   10/13/14 20:52:01 Joel Sherrill tqm8xx/startup/bspstart.c: Remove myCpu variables and clean up 4.115
(edit) @ee0ea5bf   10/12/14 18:57:28 Joel Sherrill powerpc/tqm8xx: Fix warnings 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) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @0fe0718   02/21/14 12:32:13 Sebastian Huber bsps/powerpc: Use System V small-data area The 32-bit ABIs for … 4.115
(edit) @801b5d8   02/17/14 08:23:59 Sebastian Huber powerpc: Change interrupt disable implemetation Instead of SPRG0 (= … 4.115
(edit) @24bf11e   02/12/14 09:31:38 Sebastian Huber score: Add CPU counter support Add a CPU counter interface to allow … 4.115
(edit) @960fd85   01/28/14 10:52:17 Sebastian Huber bsps: Thread-local storage (TLS) for linkcmds 4.115
(edit) @279d83d3   01/14/14 23:33:48 cynt6007 libbsp powerpc: Add Doxygen file header to coverhd.h 4.115
(edit) @a4d6739   12/06/13 22:31:27 Daniel Ramirez tqm8xx: Move start.S to tqm8xx/start/start.S 4.115
(edit) @efdda565   08/09/13 04:18:17 Nick Withers Use $(EXEEXT) [defaults to "exe"] to generate binaries 4.115
(edit) @e18db9f   06/24/13 15:29:11 Sebastian Huber termios: Update due to API changes Termios notifies now the driver … 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) @b1e8a58   11/14/12 08:57:55 Sebastian Huber bsps/powerpc: Exception initialization error is fatal 4.115
(edit) @dd8df59   11/14/12 12:59:27 Sebastian Huber bsps: Interrupt initialization error is fatal 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) @47a3cd8   08/09/12 14:48:00 Sebastian Huber score: Work area initialization API change The work areas (RTEMS work … 4.115
(edit) @0e27119   10/11/12 20:52:18 Joel Sherrill Use proper 3 line form of license text 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) @fd153c73   06/12/12 13:27:17 Sebastian Huber bsps: Replace NIRVANA region Replace the "NIRVANA" region with the … 4.115
(edit) @daffa60   05/24/12 04:36:40 Ralf Corsepius Add bspopts.h.in. 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) @33a105fb   05/07/12 16:08:48 Joel Sherrill Revert: Remove CVS Ids See … 4.115
(edit) @f07bdc47   05/04/12 06:51:44 Ralf Corsepius Remove CVS-Ids. 4.115
(edit) @cfaa366   05/03/12 17:55:58 Joel Sherrill General - Remove extraneous blank line in license message Many files … 4.115
(edit) @ba56882c   04/02/12 12:07:52 Sebastian Huber bsp/tqm8xx: Install header file <bsp/irq-info.h> 4.115
(edit) @8bb00ac   04/02/12 09:32:11 Sebastian Huber bsps: More accurate PowerPC clock driver The clock driver used … 4.115
(edit) @0f31fddc   03/24/12 21:01:08 Sebastian Huber bsps: Add shared default IRQ handler 4.115
(edit) @61250b4   02/01/12 16:59:44 Joel Sherrill Remove all .cvsignore files. 4.115
(edit) @77d9ccc   06/18/11 07:29:48 Ralf Corsepius 2011-06-18 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: … 4.115
(edit) @904199a   06/07/11 13:05:07 Sebastian Huber 2011-06-07 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @d085040   02/09/11 08:38:15 Ralf Corsepius 2011-02-09 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @8ee3775   02/02/11 15:01:43 Ralf Corsepius 2011-02-02 Ralf Corsépius <ralf.corsepius@…> * configure.ac: … 4.115
(edit) @989938f1   08/03/10 14:16:41 Joel Sherrill 2010-08-03 Joel Sherrill <joel.sherrilL@…> * … 4.115
(edit) @cd90b9c9   06/29/10 18:53:19 Joel Sherrill 2010-06-29 Joel Sherrill <joel.sherrill@…> * configure.ac: … 4.115
(edit) @438983d2   06/29/10 13:49:06 Jennifer.Averett 2010-06-29 Joel Sherrill <Joel.Sherrill@…> * configure.ac: … 4.115
(edit) @16d58e83   04/30/10 12:34:37 Sebastian Huber 2010-04-30 Sebastian Huber <sebastian.huber@…> * … 4.104.115
(edit) @de592aa6   01/19/10 09:11:34 Thomas.Doerfler tqm8xx BSP fixes 4.104.115
(edit) @39a9f8e   12/17/09 08:42:17 Thomas.Doerfler adapted to new prototype for *_write function 4.104.115
(edit) @ac7af4a   11/30/09 04:37:44 Ralf Corsepius Whitespace removal. 4.104.115
(edit) @309dbd0   11/28/09 06:28:41 Ralf Corsepius Whitespace removal. 4.104.115
(edit) @217282d   11/07/09 04:41:17 Ralf Corsepius Regenerate. 4.104.115
(edit) @5aea39b7   11/06/09 14:26:38 Ralf Corsepius 2009-11-06 Ralf Corsépius <ralf.corsepius@…> * configure.ac: … 4.104.115
(edit) @466f095   11/06/09 08:17:57 Ralf Corsepius Fix broken entries. 4.104.115
(edit) @e08dbc5   11/03/09 18:45:04 Thomas.Doerfler various PowerPC code maintenance 4.104.115
(edit) @3fcc78ae   10/30/09 19:28:46 Thomas.Doerfler move timebase access functions from cpukit to libcpu 4.104.115
(edit) @402ac7b7   10/23/09 08:17:41 Ralf Corsepius Fix broken formating. 4.104.115
(edit) @6d778485   10/23/09 08:16:43 Ralf Corsepius 2009-10-23 Ralf Corsépius <ralf.corsepius@…> * … 4.104.115
(edit) @30e516ad   10/23/09 08:16:19 Ralf Corsepius Remove m8xx_spi_softc_ptr (Unused). 4.104.115
(edit) @d7637d8d   10/23/09 08:16:03 Ralf Corsepius Include <rtems/error.h>. 4.104.115
(edit) @2d2de4eb   10/23/09 07:32:46 Thomas.Doerfler Update for exception support changes. 4.104.115
(edit) @92571dc0   10/21/09 14:57:46 Thomas.Doerfler various maintenance changes 4.104.115
(edit) @60e5832   10/21/09 13:24:35 Thomas.Doerfler interrupt handler type change 4.104.115
(edit) @cfcd20fa   10/21/09 10:53:47 Ralf Corsepius 2009-10-21 Ralf Corsépius <ralf.corsepius@…> * … 4.104.115
(edit) @218a2bb   10/20/09 05:13:14 Ralf Corsepius 2009-10-20 Ralf Corsépius <ralf.corsepius@…> * configure.ac: … 4.104.115
(edit) @b221e9d8   10/17/09 15:36:51 Ralf Corsepius 2009-10-17 Ralf Corsépius <ralf.corsepius@…> * … 4.104.115
(edit) @4d7658ad   10/15/09 05:21:46 Ralf Corsepius 2009-10-15 Ralf Corsépius <ralf.corsepius@…> * … 4.104.115
Note: See TracRevisionLog for help on using the revision log.