summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* build: Fix RTEMS_CHECK_NETWORKINGSebastian Huber2020-07-051-0/+1
| | | | Update #3941.
* epiphany: Remove support for this targetSebastian Huber2020-07-057-141/+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.
* Change version to RTEMS 6Sebastian Huber2020-06-301-2/+2
| | | | Update #4020.
* 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.
* config: Add CONFIGURE_DIRTY_MEMORYSebastian Huber2020-02-061-10/+2
| | | | | | | Replace the BSP_DIRTY_MEMORY BSP option with a CONFIGURE_DIRTY_MEMORY configuration option. Update #3843.
* 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.
* bsp/riscv: Remove bogus Automake conditionalSebastian Huber2019-11-141-7/+0
| | | | Update #3785.
* bsp/gumstix: Remove ON_SKYEYE Automake conditionalSebastian Huber2019-11-141-2/+0
| | | | | | It is fine to build the drivers always. Update #3818.
* arm/stm32f4: Fix typoSebastian Huber2019-11-141-1/+1
|
* bsps/arm: Add support for small pages MMUSebastian Huber2019-10-311-0/+2
| | | | | | | 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.
* bsp/xilinx-zynqmp: Fix linkcmds configSebastian Huber2019-10-281-1/+1
| | | | Bug was introduced by commit 1e1afa3779e594e09387fba1812d3028fb00cd9e.
* riscv: Address differences in the linkerscript between GNU LD and LLVM/LLDHesham Almatary2019-10-273-1/+33
| | | | | | | | | | 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.
* riscv: Generate linkcmds.base from the shared linkcmds.base.inHesham Almatary2019-10-272-1/+2
| | | | | This commit moves the existing linkcmds.base to linkcmds.base.in in order to make it configurable by autotools.
* bsp/xilinx-zynq: Simplify linkcmds configSebastian Huber2019-10-231-26/+3
| | | | | | | 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.
* bsp/xilinx-zynq: Simplify configure.acSebastian Huber2019-10-231-24/+10
|
* bsp/xilinx-zynqmp: Simplify linkcmds configSebastian Huber2019-10-231-6/+0
| | | | | Do all calculations in the linker command file. This is a preparation for the new build system.
* bsp/xilinx-zynqmp: Simplify configure.acSebastian Huber2019-10-231-21/+9
| | | | Use NULL-pointer protection also for Qemu variant.
* riscv: add freedom E310 Arty A7 bspPragnesh Patel2019-10-232-1/+23
| | | | | | | Added support for Sifive Freedom FE310 soc on Arty A7 FPGA board. Update #3785. Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
* bsp/erc32: Improve pseudo-SMP supportSebastian Huber2019-10-011-2/+1
| | | | | Add support for _SMP_Send_message() to the own processor. This is required by the smpmulticast01 test program.
* arm/raspberry: Set the workspace based on the mailbox version.Chris Johns2019-08-121-4/+16
| | | | | | - Update the linkcmd file to support configure settings - Set the workspace size based on the revision value
* arm/beagle: Add libdebugger support.Chris Johns2019-07-311-0/+1
| | | | | | - 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.
* bsps/arm: Move HYP to SVC change to start.SSebastian Huber2019-07-261-3/+0
| | | | | | | | | 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.
* bsps/arm: Move register init to start.SSebastian Huber2019-07-261-1/+0
| | | | | | This makes it easier to review changes in start.S. Update #3773.
* Makefile.inc: Add support for staged builds.Chris Johns2019-07-192-6/+10
| | | | | | | | | | | | | - 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
* atsam: Add ATSAM_POWER_WAIT_MODESebastian Huber2019-06-181-0/+1
|
* bsps: Always build generic interrupt supportSebastian Huber2019-05-1638-15/+45
| | | | | | | This makes it possible to write tests for the generic interrupt controller support. Update #3269.