summaryrefslogtreecommitdiffstats
path: root/c/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* microblaze: Rework for RTEMS 6Alex White2021-10-139-582/+0
| | | | | This reworks the existing MicroBlaze architecture port and BSP to achieve basic functionality using the latest RTEMS APIs.
* bsps: Add MicroBlaze FPGA BSPHesham ALMatary2021-10-138-0/+544
|
* score: Add MicroBlaze portJoel Sherrill2021-10-131-0/+38
|
* build: Remove old build systemSebastian Huber2021-09-21224-10810/+0
| | | | | Close #3250. Close #4081.
* bsps/irq: Add rtems_interrupt_entry_install()Sebastian Huber2021-07-262-9/+4
| | | | | | | | | | | | | | | | | | | Add rtems_interrupt_entry_remove(). Split up irq-generic.c into several files. In particular, place all functions which use dynamic memory into their own file. Add optional macros to let the BSP customize the vector installation after installing the first entry and the vector removal before removing the last entry: * bsp_interrupt_vector_install() * bsp_interrupt_vector_remove() Use these new customization options in the m68k/genmcf548x BSP so re-use the generic interrupt controller support. Update #3269.
* bsps/irq: Add rtems_interrupt_raise()Sebastian Huber2021-07-262-0/+2
| | | | | | | | | Add rtems_interrupt_raise_on() and rtems_interrupt_clear(). Add a default implementation which just returns RTEMS_UNSATISFIED for valid parameters. Update #3269.
* rtems: Add rtems_interrupt_vector_enable()Sebastian Huber2021-07-262-0/+2
| | | | | | Add rtems_interrupt_vector_disable(). Update #3269.
* bsps/irq: Move handler iterate to separate fileSebastian Huber2021-07-262-0/+2
| | | | Update #3269.
* bsps/irq: Move get/set affinity to separate fileSebastian Huber2021-07-262-0/+2
| | | | Update #3269.
* sparc: More reliable bad trap handlingSebastian Huber2021-06-243-3/+0
| | | | | | | | | | | | | Statically initialize the trap table in start.S to jump to _SPARC_Bad_trap() for all unexpected traps. This enables a proper RTEMS fatal error handling right from the start. Do not rely on the stack and register settings which caused an unexpected trap. Use the ISR stack of the processor to do the fatal error handling. Save the full context which caused the trap. Fatal error handler may use it for error logging. Unify the _CPU_Exception_frame_print() implementations and move it to cpukit. Update #4459.
* bsp/generic_or1k: Remove incomplete IRQ supportSebastian Huber2021-06-241-5/+1
| | | | Update #3269.
* powerpc/shared/console: Make console baud rate configurable.Peter Dufault2021-04-275-0/+20
| | | | | | | | | | | The "powerpc/shared/console" code has the start-up console value fixed at 9600 baud. This changes the hard-wired constant "9600" in the code to the configuration setting "BSP_CONSOLE_BAUD" and adds configuration support in both the "waf" and the legacy configuration systems. Note that the VME BSPs beatnik, mvme3100, and mve5100 can be improved by adding a "mvmexxxx" BSP family. This configuration change, as well as future configuration changes, could then be made in a "grp.yml" file.
* Makefile.am: Remove legacy networking filesVijay Kumar Banerjee2021-04-2638-196/+4
|
* bsps/xilinx_zynq: Add Xilinx AXI SPI driver to autotools buildJan Sommer2021-03-302-0/+2
| | | | Closes #4321
* leon3: avoid dependency on apbuart/timer driverDaniel Hellstrom2021-03-111-0/+1
| | | | | | | Moves drvmgr_drivers[] from amba.c to a separate file in order to avoid the dependecy on APBUART/GPTIMER drivers. This has an effect when user configured not to use timer or uart in their project.
* bsps/xilinx_zynq: Add SPI driver to autotools buildJan Sommer2021-03-102-0/+6
| | | | Closes #4320
* bsps/beagle: Adding QEP driver support to BeagleBoneBlack BSPJames Fitzsimons2021-03-021-0/+6
|
* bsps: Add default rtems_get_target_hash()Sebastian Huber2021-02-2684-0/+84
| | | | Update #4267.
* bsps: Use header file for GIC architecture supportSebastian Huber2020-12-236-6/+0
| | | | | | This avoids a function call overhead in the interrupt dispatching. Update #4202.
* bsp/xilinx_zynq: Enable support for 4kiB MMU pagesJan Sommer2020-12-111-0/+4
| | | | | | | - Disabled by default - Enable using ARM_MMU_USE_SMALL_PAGES option Close 4192.
* bsps: Move ARM GICv2 driver to bsps/sharedKinsey Moore2020-12-026-6/+12
| | | | | This moves the ARM GICv2 driver to bsps/shared to be usable by AArch64 code.
* bsps: Move zynq-uart to bsps/sharedKinsey Moore2020-12-022-4/+4
| | | | | This moves the zynq-uart driver from bsps/arm/shared to bsps/shared to accomodate use by AArch64 BSPs.
* bsps/imx: Move imx-gpio to arm/sharedChristian Mauderer2020-11-201-1/+1
| | | | Update #4180
* imx: Move imx_iomux to arm/sharedChristian Mauderer2020-11-201-1/+1
| | | | Update #4180
* Add networking support for griscv bspJiri Gaisler2020-11-091-0/+6
| | | | | | | * Only GRETH device supported for now * Fix endian problem in GRETH driver * Remove SPARC assembly from greth.c * Builds with both autoconf and waf
* bsps: Break out AArch32 portions of GPT driverKinsey Moore2020-10-053-3/+6
| | | | | | This breaks AArch32-specific portions of the ARM GPT driver into their own file so that the generic code can be moved for reuse by other architectures.
* Move ARM PL011 UART driverKinsey Moore2020-10-053-3/+3
| | | | This UART driver is now needed for BSPs other than ARM.
* bsp/imx: Add a GPIO driverChristian Mauderer2020-07-311-0/+3
| | | | Update 3869
* epiphany: Remove support for this targetSebastian Huber2020-07-055-135/+0
| | | | | | | Due to an unmaintained toolchain (internal errors in GCC, no FSF GDB integration) the Epiphany architecture was obsoleted in RTEMS 5.1. Update #3941.
* bsps/powerpc: Remove obsolete BSPsSebastian Huber2020-07-051-3/+0
| | | | Update #3951.
* bsps/powerpc: Remove SPE enabled variantsSebastian Huber2020-07-051-8/+0
| | | | | | The PowerPC SPE support was removed from GCC. Update #3951.
* bsps/pc386: Separate smp API functions. Makes smpfatal08 linkJan Sommer2020-06-111-1/+1
|
* bsp/pc386: Turn start16.S into a startAP.SJan Sommer2020-06-111-2/+2
| | | | | | | | | | | start16.S is now only used for SMP configurations to start the application processors. This commit removes all unnecessary parts for this job, i.e. video conssole initalisation, A20 gate activation and all non-AP related code. Update #3335
* bsp/pc386: Fix Makefile for building with SMPJan Sommer2020-06-111-1/+1
|
* bsp/imx: Add an extra ecspi clock.Christian Mauderer2020-04-151-0/+3
| | | | | | Some imx chips or boards don't use the same frequency for ECSPI and IPG. Update #3869
* gdbarmsim: RemoveJoel Sherrill2020-03-193-80/+0
| | | | Closes #3611.
* bsp/virtex: Remove duplicate includeSebastian Huber2020-03-131-1/+0
|
* arm/xilinx-zynq: Split console driver filesSebastian Huber2020-02-122-0/+3
| | | | | This avoids to pull in via printk() the Termios support which pulls in the file system support. This fixes a spconfig02 test failure.
* bsp/raspberrypi: Updated the console API.G S Niteesh2020-01-071-4/+2
| | | | | | Replaces the legacy termios API with new termios API (#3034) Replaces the custom PL011 serial driver with RTEMS arm-pl011. Update #3034
* bsp/raspberrypi: Enable FDT support.G S Niteesh2020-01-072-0/+13
| | | | This commit adds FDT support to the BSP.
* bsp/raspberrypi: Fix size of work area.Christian Mauderer2020-01-071-4/+0
| | | | | | | | | | The BSP tried to get the size of the SDRAM based on the revision code. Unfortunately the code had some bugs so that the default size has been used. Beneath that the MMU table hasn't been adapted. This patch queries the SDRAM size via a special VC Mailbox call instead. For the MMU adaption a simmilar method to the one in the imx BSP is used.
* bsp/xen: Use BSP options for all linkcmds varsSebastian Huber2019-12-051-9/+14
| | | | Update #3818.
* bsp/xen: Create BSPJeff Kubascik2019-12-053-0/+109
| | | | Create the Xen BSP for Xen on ARM.
* bsp/imx7: Rename linker command fileSebastian Huber2019-11-191-1/+1
| | | | | | | This BSP family uses only one linker command file. Use the standard name. Update #3818.
* bsp/altcycv_devkit: Rename linker command fileSebastian Huber2019-11-191-1/+1
| | | | | | | This BSP family uses only one linker command file. Use the standard name. Update #3818.
* bsp/lpc32xx: Remove unused TESTS_USE_PRINTKSebastian Huber2019-11-151-3/+0
| | | | Update #3818.
* Remove BSP_SMALL_MEMORY BSP optionSebastian Huber2019-11-151-4/+0
| | | | | | Use the test state configuration instead. Update #3818.
* bsp/i386: Remove unused BSP_HAS_SMPSebastian Huber2019-11-151-6/+0
| | | | Update #3818.
* bsp/t32mppc: Rename linker command fileSebastian Huber2019-11-141-1/+0
| | | | | | | This BSP family uses only one linker command file. Use the standard name. Update #3818.
* bsp/beagle: Rename linker command fileSebastian Huber2019-11-141-1/+0
| | | | | | | This BSP family uses only one linker command file. Use the standard name. Update #3818.