summaryrefslogtreecommitdiff
path: root/c (follow)
AgeCommit message (Collapse)Author
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.
2019-11-15bsp/i386: Remove unused BSP_HAS_SMPSebastian Huber
Update #3818.
2019-11-14bsp/t32mppc: Rename linker command fileSebastian Huber
This BSP family uses only one linker command file. Use the standard name. Update #3818.
2019-11-14bsp/beagle: Rename linker command fileSebastian Huber
This BSP family uses only one linker command file. Use the standard name. Update #3818.
2019-11-14bsp/riscv: Remove bogus Automake conditionalSebastian Huber
Update #3785.
2019-11-14bsp/gumstix: Remove ON_SKYEYE Automake conditionalSebastian Huber
It is fine to build the drivers always. Update #3818.
2019-11-14arm/stm32f4: Fix typoSebastian Huber
2019-10-31bsps/arm: Add support for small pages MMUSebastian Huber
The small page MMU support reduces the granularity for memory settings through the MMU from 1MiB sections to 4KiB small pages. Enable it by default on the realview_pbx_a9_qemu BSP.
2019-10-28bsp/xilinx-zynqmp: Fix linkcmds configSebastian Huber
Bug was introduced by commit 1e1afa3779e594e09387fba1812d3028fb00cd9e.
2019-10-27riscv: Address differences in the linkerscript between GNU LD and LLVM/LLDHesham Almatary
LLVM/LLD does not support STARTUP and ALIGN_WITH_INPUT directives that GNU LD support. INPUT and ALIGN(8) are supported by LLVM/LLD and can replace the unsupported STARTUP/ALIGN_WITH_INPUT directives. The commit conditionally adds the supported directive that linkers can understand depending on the toolchain used to compile RTEMS i.e., clang or gcc. Clang is assumed to use LLD by default.
2019-10-27riscv: Generate linkcmds.base from the shared linkcmds.base.inHesham Almatary
This commit moves the existing linkcmds.base to linkcmds.base.in in order to make it configurable by autotools.
2019-10-23bsp/xilinx-zynq: Simplify linkcmds configSebastian Huber
Use NULL-pointer protection also for Qemu variant. Do all calculations in the linker command file. This is a preparation for the new build system.
2019-10-23bsp/xilinx-zynq: Simplify configure.acSebastian Huber
2019-10-23bsp/xilinx-zynqmp: Simplify linkcmds configSebastian Huber
Do all calculations in the linker command file. This is a preparation for the new build system.
2019-10-23bsp/xilinx-zynqmp: Simplify configure.acSebastian Huber
Use NULL-pointer protection also for Qemu variant.
2019-10-23riscv: add freedom E310 Arty A7 bspPragnesh Patel
Added support for Sifive Freedom FE310 soc on Arty A7 FPGA board. Update #3785. Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
2019-10-01bsp/erc32: Improve pseudo-SMP supportSebastian Huber
Add support for _SMP_Send_message() to the own processor. This is required by the smpmulticast01 test program.
2019-08-12arm/raspberry: Set the workspace based on the mailbox version.Chris Johns
- Update the linkcmd file to support configure settings - Set the workspace size based on the revision value
2019-07-31arm/beagle: Add libdebugger support.Chris Johns
- Port the jbang code from C++ to C to enable DBGEN. - Hook the libdebugger ARM backend support to return the base address of the debug register set.
2019-07-26bsps/arm: Move HYP to SVC change to start.SSebastian Huber
This fixes the corruption of r3 by the call to bsp_start_arm_drop_hyp_mode(). Moving the code makes it easier to review changes in start.S. Close #3773.
2019-07-26bsps/arm: Move register init to start.SSebastian Huber
This makes it easier to review changes in start.S. Update #3773.
2019-07-19Makefile.inc: Add support for staged builds.Chris Johns
- Allow the RTEMS_ROOT to be conditionally supplied. This can be a staging area before being moved to the final install prefix location. - Update the default.cfg to use RTEMS_ROOT and to not rely on the exec_prefix so it's paths can be staged. - Fix and add the needed configure subs. Closes #3768
2019-06-18atsam: Add ATSAM_POWER_WAIT_MODESebastian Huber