source: rtems/bsps

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7fe4855   07/19/18 11:58:12 Sebastian Huber bsp/riscv: Fix HTIF warnings Update #3433. 5
(edit) @8db3f0e   07/19/18 10:11:19 Sebastian Huber riscv: Rework exception handling Remove … 5
(edit) @406dd62   07/24/18 09:18:27 Sebastian Huber _SMP_Start_multitasking_on_secondary_processor() Pass current … 5
(edit) @4678d1a   07/24/18 08:50:39 Sebastian Huber bsps: bsp_start_on_secondary_processor() Pass current processor … 5
(edit) @0d362ff3   07/23/18 12:54:51 Sebastian Huber score: _SMP_Inter_processor_interrupt_handler() Pass current … 5
(edit) @caccc5b   07/24/18 09:35:09 Sebastian Huber bsps: Fix function declaration warnings 5
(edit) @61c51db   07/24/18 06:25:35 Sebastian Huber bsp/beagle: Fix warnings 5
(edit) @1b57b75   07/18/18 05:14:41 Sebastian Huber bsp/realview-pbx-a9: Support unassigned processors 5
(edit) @cf811a4   07/09/18 11:12:57 amaan.cheval x86_64/console: Add NS16550 polled console driver This addition … 5
(edit) @76c03152   07/09/18 11:12:56 amaan.cheval bsp/x86_64: Minimal bootable BSP Current state: - Basic context … 5
(edit) @1a19239   07/06/18 09:20:31 Sebastian Huber bsp/riscv: Add console support for NS16550 devices Update #3433. 5
(edit) @31f90a2   07/06/18 11:52:22 Sebastian Huber bsp/riscv: Simplify printk() support This is a prepartion to add … 5
(edit) @bca36d9   07/06/18 09:07:20 Sebastian Huber riscv: Add LADDR assembler define An address must be loaded to a … 5
(edit) @dd32e2b2   07/06/18 06:12:40 Sebastian Huber riscv: Implement CPU counter Update #3433. 5
(edit) @fc5cc9a   07/05/18 06:54:34 Sebastian Huber bsps/arm: Include missing header file 5
(edit) @d3dff40   07/04/18 14:15:22 Sebastian Huber bsps: Update headers.am 5
(edit) @0fd8287   06/26/18 05:15:28 Sebastian Huber riscv: Add _CPU_Get_current_per_CPU_control() Update #3433. 5
(edit) @3be4478f   06/26/18 05:13:28 Sebastian Huber riscv: Avoid namespace pollution Remove <rtems/score/riscv-utility.h> … 5
(edit) @ff7b104   06/27/18 05:47:33 Sebastian Huber bsp/riscv: Remove bsp_interrupt_handler_default() It duplicated the … 5
(edit) @cdfed94f   06/25/18 09:12:24 Sebastian Huber bsp/riscv: Rework clock driver Use device tree provided timebase … 5
(edit) @1232cd46   06/25/18 06:44:16 Sebastian Huber bsp/riscv: Add device tree support for console Update #3433. 5
(edit) @c558cc4   06/28/18 11:04:58 Sebastian Huber bsp/riscv: Fix vector table for lp64 Update #3433. 5
(edit) @5f5c450   06/22/18 11:58:11 Sebastian Huber bsp/riscv: Add SMP startup synchronization Update #3433. 5
(edit) @fe2cd01b   06/22/18 06:01:48 Sebastian Huber bsp/riscv: Add device tree support Update #3433. 5
(edit) @2086948a   05/11/18 04:54:59 Sebastian Huber riscv: Add dummy SMP support Update #3433. 5
(edit) @9b2ef07f   06/22/18 11:30:21 Sebastian Huber bsp/riscv: Load global pointer Update #3433. 5
(edit) @b0ee789   06/22/18 09:14:07 Sebastian Huber bsp/riscv: Use memset() to clear .bss Update #3433. 5
(edit) @52f4fb6   06/26/18 05:48:06 Sebastian Huber riscv: Format assembler files Use tabs to match the GCC generated … 5
(edit) @fef0a41   06/22/18 07:03:19 Sebastian Huber bsp/riscv: Do not clear integer registers at start There is no need … 5
(edit) @38024362   06/22/18 09:00:01 Sebastian Huber bsp/riscv: Fix some warnings Update #3444. 5
(edit) @16d905f   06/22/18 05:51:08 Sebastian Huber bsp/riscv: Add BSP options to define RAM region Update #3433. 5
(edit) @f3da074a   06/22/18 05:10:44 Sebastian Huber bsp/riscv: Add new BSP variants The latest RISC-V tool chain … 5
(edit) @6f5d88a   06/22/18 05:06:57 Sebastian Huber bsp/riscv_generic: Rename to "riscv" Update #3433. 5
(edit) @41e2295   06/22/18 05:04:12 Sebastian Huber bsp/riscv_generic: Use standard optimization flags Update #3433. 5
(edit) @92388f6   05/28/18 11:14:12 Hesham.Almatary bsps/riscv_generic: Rename and add variants Add BSP variants to match … 5
(edit) @9e3bb45   05/29/18 07:14:24 Sebastian Huber bsp/riscv_generic: New linker command file This linker command file … 5
(edit) @511dc4b   06/19/18 07:09:51 Sebastian Huber Rework initialization and interrupt stack support Statically … 5
(edit) @715d616   06/19/18 13:10:36 Sebastian Huber bsps: Support .rtemsstack.* linker input sections Use a dedicated … 5
(edit) @7ee59313   06/01/18 05:11:12 Sebastian Huber Remove Clock_driver_support_shutdown_hardware() The aim of this clock … 5
(edit) @b0c3ba2f   06/19/18 13:20:52 Sebastian Huber bsps: Remove superfluous bsp_processor_count This is unused copy and … 5
(edit) @762fa62   05/22/18 06:52:13 Sebastian Huber arm: Simplify CPU counter support Use the standard ARMv7-M systick … 5
(edit) @65f868c   05/23/18 12:17:25 Sebastian Huber Add _CPU_Counter_frequency() Add rtems_counter_frequency() API … 5
(edit) @1f283f17   06/15/18 06:07:17 Sebastian Huber bsp/beatnik: Remove CFLAGS_DEBUG_V This was the only BSP setting this … 5
(edit) @e8b28ba   06/07/18 04:37:39 Sebastian Huber tools: Remove packhex All tools should be removed from the RTEMS … 5
(edit) @8c62cf4   06/06/18 14:21:22 Sebastian Huber tools: Remove shgen All tools should be removed from the RTEMS source … 5
(edit) @5249a4c   06/07/18 05:18:23 Sebastian Huber powerpc: Fix ss555 build The mpc555 define is provided via … 5
(edit) @07c5976   06/07/18 04:58:59 Sebastian Huber bsps/powerpc: Hack to fix the build The ppc405 define must be checked … 5
(edit) @dea4bbe3   06/01/18 05:00:37 Sebastian Huber bsps: Avoid malloc() in generic IRQ support Use … 5
(edit) @4b3c8b82   05/25/18 06:21:18 christian.mauderer bsp/atsam: Remove side effect from gmac functions. Quite a number of … 5
(edit) @3b2817b6   05/25/18 08:19:32 Sebastian Huber gumstix: Remove CONFIGURE_INTERRUPT_STACK_MEMORY This define is not … 5
(edit) @ef61d89   05/24/18 08:32:35 christian.mauderer bsp/atsam: Reserve one region for applications. This allows a user to … 5
(edit) @eaf5bec   05/16/18 15:07:26 joel virtex5: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @17f69e4   05/16/18 15:01:26 joel virtex4: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @4afc1efa   05/16/18 15:01:09 joel virtex: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @3d43c475   05/16/18 14:58:13 joel tqm8xx: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @3274ec75   05/16/18 14:57:54 joel t32mppc: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @c20001c4   05/16/18 14:57:37 joel ss555: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @1a41818   05/16/18 14:55:14 joel qoriq: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @b06e8d61   05/16/18 14:54:50 joel qemuppc: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @c3b609d5   05/16/18 14:54:33 joel psim: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @beb4468   05/16/18 14:54:13 joel mvme5500: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @5aa8ac2   05/16/18 14:50:11 joel mvme3100: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @a03f73c   05/16/18 14:49:51 joel mpc8260ads: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @1e84462   05/16/18 14:49:22 joel mpc55xxevb: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @2261ef2   05/16/18 14:47:40 joel motorola_powerpc: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @01da0ac   05/16/18 14:47:07 joel haleakala: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @b1b5afba   05/16/18 14:43:24 joel beatnik: Move -Dxxx to configure.ac Updates #3425. 5
(edit) @7bf072b   02/21/18 11:40:40 Sebastian Huber bsp/powerpc: Remove wildcards in linkcmds.base This reverts commit … 5
(edit) @c4d35fb   03/03/18 12:30:01 Sebastian Huber libchip: Use rtems_blkdev_create() Update #3358. 5
(edit) @a3fe23c   04/30/18 22:21:16 joel Drop executable permissions on .[S] files 5
(edit) @c8dcdf54   05/09/18 20:22:04 joel sparc64 niagara, usiii: Remove -D options from cfg file and move to … 5
(edit) @85602e0d   05/09/18 19:47:37 joel smdk2410: Move define of CPU_S3C2410 to bspopts.h Updates #3425. 5
(edit) @2a1171d8   05/08/18 22:34:49 joel rtl22xx_t.cfg: Remove comment with -D THUMB_INTERWORK Updates #3425. 5
(edit) @c77cd426   04/30/18 22:18:49 joel Drop executable permissions on .[ch] files 5
(edit) @3d703f4   04/26/18 05:29:28 Sebastian Huber bsp/pc386: Remove bin2boot support Update #3408. Close #3410. 5
(edit) @419d1e9   04/25/18 14:06:34 Sebastian Huber bsp/mcf5206elite: Do not install runtest script Provide the runtest … 5
(edit) @eb36d11   04/25/18 13:06:08 Sebastian Huber bsps: Move documentation, etc. files to bsps This patch is a part of … 5
(edit) @1554415e   04/25/18 12:54:27 Sebastian Huber bsp/sparc64: Move asm.S to bsps and rename This patch is a part of … 5
(edit) @a5bf9b6   04/25/18 12:53:33 Sebastian Huber bsps/mips: Move liblnk to bsps This patch is a part of the BSP source … 5
(edit) @3460c522   04/25/18 12:51:49 Sebastian Huber bsps/powerpc: Move bsp-start-zero.S to bsps This patch is a part of … 5
(edit) @b80be135   04/25/18 12:51:01 Sebastian Huber bsp/psim: Move align_h.S to bsps This patch is a part of the BSP … 5
(edit) @0b60c54   04/25/18 12:50:36 Sebastian Huber bsp/haleakala: Move assembler files to bsps This patch is a part of … 5
(edit) @f7eaf316   04/25/18 09:01:45 Sebastian Huber bsps: Remove unused u-boot-generic-board-info.h This patch is a part … 5
(edit) @531d160   04/25/18 08:50:12 Sebastian Huber bsp/beagle: Move source files to bsps This patch is a part of the BSP … 5
(edit) @720ebc0   04/25/18 08:49:53 Sebastian Huber bsp/gumstix: Move fb.c to bsps This patch is a part of the BSP source … 5
(edit) @82bfda92   04/25/18 08:49:39 Sebastian Huber bsp/lm3s69xx: Move ssi.c to bsps This patch is a part of the BSP … 5
(edit) @e945b049   04/25/18 08:43:38 Sebastian Huber bsp/lpc176x: Move source files to bsps This patch is a part of the … 5
(edit) @74df15c   04/25/18 08:40:40 Sebastian Huber bsp/lpc24xx: Move source files to bsps This patch is a part of the … 5
(edit) @43250167   04/25/18 08:36:52 Sebastian Huber bsp/lpc32xx: Move source files to bsps This patch is a part of the … 5
(edit) @fc1bdb83   04/25/18 08:36:01 Sebastian Huber bsp/raspberrypi: Move source files to bsps This patch is a part of … 5
(edit) @ede0eb3   04/25/18 08:34:09 Sebastian Huber bsp/smdk2410: Move smc.c to bsps This patch is a part of the BSP … 5
(edit) @4183b711   04/25/18 08:33:35 Sebastian Huber bsp/tms570: Move cpucounterread.c to bsps This patch is a part of the … 5
(edit) @a79d650   04/25/18 08:32:28 Sebastian Huber bsp/mcf5206elite: Move nvram.c to bsps This patch is a part of the … 5
(edit) @0e15ba3   04/25/18 08:32:09 Sebastian Huber bsp/mrm332: Move interr.c to bsps This patch is a part of the BSP … 5
(edit) @100c9723   04/25/18 08:31:53 Sebastian Huber bsp/mrm332: Move spinit.c to bsps This patch is a part of the BSP … 5
(edit) @64d4fc7   04/25/18 08:26:24 Sebastian Huber bsp/gen5200: Move source files to bsps This patch is a part of the … 5
(edit) @95d5426c   04/25/18 08:26:05 Sebastian Huber bsp/haleakala: Move mmu_405.c to bsps This patch is a part of the BSP … 5
(edit) @8266fb53   04/25/18 08:25:00 Sebastian Huber bsp/beatnik: Move source files to bsps This patch is a part of the … 5
(edit) @bf16ee5   04/25/18 08:24:49 Sebastian Huber bsp/mvme3100: Move flashcfg.c to bsps This patch is a part of the BSP … 5
(edit) @8f12ee32   04/25/18 08:22:37 Sebastian Huber bsp/mvme5500: Move source files to bsps This patch is a part of the … 5
Note: See TracRevisionLog for help on using the revision log.