summaryrefslogtreecommitdiff
path: root/c (follow)
AgeCommit message (Collapse)Author
2021-10-13microblaze: Rework for RTEMS 6Alex White
This reworks the existing MicroBlaze architecture port and BSP to achieve basic functionality using the latest RTEMS APIs.
2021-10-13bsps: Add MicroBlaze FPGA BSPHesham ALMatary
2021-10-13score: Add MicroBlaze portJoel Sherrill
2021-09-21build: Remove old build systemSebastian Huber
Close #3250. Close #4081.
2021-07-26bsps/irq: Add rtems_interrupt_entry_install()Sebastian Huber
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.
2021-07-26bsps/irq: Add rtems_interrupt_raise()Sebastian Huber
Add rtems_interrupt_raise_on() and rtems_interrupt_clear(). Add a default implementation which just returns RTEMS_UNSATISFIED for valid parameters. Update #3269.
2021-07-26rtems: Add rtems_interrupt_vector_enable()Sebastian Huber
Add rtems_interrupt_vector_disable(). Update #3269.
2021-07-26bsps/irq: Move handler iterate to separate fileSebastian Huber
Update #3269.
2021-07-26bsps/irq: Move get/set affinity to separate fileSebastian Huber
Update #3269.
2021-06-24sparc: More reliable bad trap handlingSebastian Huber
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.
2021-06-24bsp/generic_or1k: Remove incomplete IRQ supportSebastian Huber
Update #3269.
2021-04-27powerpc/shared/console: Make console baud rate configurable.Peter Dufault
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.
2021-04-26Makefile.am: Remove legacy networking filesVijay Kumar Banerjee
2021-03-30bsps/xilinx_zynq: Add Xilinx AXI SPI driver to autotools buildJan Sommer
Closes #4321
2021-03-11leon3: avoid dependency on apbuart/timer driverDaniel Hellstrom
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.
2021-03-10bsps/xilinx_zynq: Add SPI driver to autotools buildJan Sommer
Closes #4320
2021-03-02bsps/beagle: Adding QEP driver support to BeagleBoneBlack BSPJames Fitzsimons
2021-02-26bsps: Add default rtems_get_target_hash()Sebastian Huber
Update #4267.
2020-12-23bsps: Use header file for GIC architecture supportSebastian Huber
This avoids a function call overhead in the interrupt dispatching. Update #4202.
2020-12-11bsp/xilinx_zynq: Enable support for 4kiB MMU pagesJan Sommer
- Disabled by default - Enable using ARM_MMU_USE_SMALL_PAGES option Close 4192.
2020-12-02bsps: Move ARM GICv2 driver to bsps/sharedKinsey Moore
This moves the ARM GICv2 driver to bsps/shared to be usable by AArch64 code.
2020-12-02bsps: Move zynq-uart to bsps/sharedKinsey Moore
This moves the zynq-uart driver from bsps/arm/shared to bsps/shared to accomodate use by AArch64 BSPs.
2020-11-20bsps/imx: Move imx-gpio to arm/sharedChristian Mauderer
Update #4180
2020-11-20imx: Move imx_iomux to arm/sharedChristian Mauderer
Update #4180
2020-11-09Add networking support for griscv bspJiri Gaisler
* Only GRETH device supported for now * Fix endian problem in GRETH driver * Remove SPARC assembly from greth.c * Builds with both autoconf and waf
2020-10-05bsps: Break out AArch32 portions of GPT driverKinsey Moore
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.
2020-10-05Move ARM PL011 UART driverKinsey Moore
This UART driver is now needed for BSPs other than ARM.
2020-07-31bsp/imx: Add a GPIO driverChristian Mauderer
Update 3869
2020-07-05build: Fix RTEMS_CHECK_NETWORKINGSebastian Huber
Update #3941.
2020-07-05epiphany: Remove support for this targetSebastian Huber
Due to an unmaintained toolchain (internal errors in GCC, no FSF GDB integration) the Epiphany architecture was obsoleted in RTEMS 5.1. Update #3941.
2020-07-05bsps/powerpc: Remove obsolete BSPsSebastian Huber
Update #3951.
2020-07-05bsps/powerpc: Remove SPE enabled variantsSebastian Huber
The PowerPC SPE support was removed from GCC. Update #3951.
2020-06-30Change version to RTEMS 6Sebastian Huber
Update #4020.
2020-06-11bsps/pc386: Separate smp API functions. Makes smpfatal08 linkJan Sommer
2020-06-11bsp/pc386: Turn start16.S into a startAP.SJan Sommer
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
2020-06-11bsp/pc386: Fix Makefile for building with SMPJan Sommer
2020-04-15bsp/imx: Add an extra ecspi clock.Christian Mauderer
Some imx chips or boards don't use the same frequency for ECSPI and IPG. Update #3869
2020-03-19gdbarmsim: RemoveJoel Sherrill
Closes #3611.
2020-03-13bsp/virtex: Remove duplicate includeSebastian Huber
2020-02-12arm/xilinx-zynq: Split console driver filesSebastian Huber
This avoids to pull in via printk() the Termios support which pulls in the file system support. This fixes a spconfig02 test failure.
2020-02-06config: Add CONFIGURE_DIRTY_MEMORYSebastian Huber
Replace the BSP_DIRTY_MEMORY BSP option with a CONFIGURE_DIRTY_MEMORY configuration option. Update #3843.
2020-01-07bsp/raspberrypi: Updated the console API.G S Niteesh
Replaces the legacy termios API with new termios API (#3034) Replaces the custom PL011 serial driver with RTEMS arm-pl011. Update #3034
2020-01-07bsp/raspberrypi: Enable FDT support.G S Niteesh
This commit adds FDT support to the BSP.
2020-01-07bsp/raspberrypi: Fix size of work area.Christian Mauderer
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.
2019-12-05bsp/xen: Use BSP options for all linkcmds varsSebastian Huber
Update #3818.
2019-12-05bsp/xen: Create BSPJeff Kubascik
Create the Xen BSP for Xen on ARM.
2019-11-19bsp/imx7: Rename linker command fileSebastian Huber
This BSP family uses only one linker command file. Use the standard name. Update #3818.
2019-11-19bsp/altcycv_devkit: Rename linker command fileSebastian Huber
This BSP family uses only one linker command file. Use the standard name. Update #3818.
2019-11-15bsp/lpc32xx: Remove unused TESTS_USE_PRINTKSebastian Huber
Update #3818.
2019-11-15Remove BSP_SMALL_MEMORY BSP optionSebastian Huber
Use the test state configuration instead. Update #3818.