summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove old build systemSebastian Huber2021-09-2145-3300/+0
| | | | | Close #3250. Close #4081.
* Makefile.am: Remove legacy networking filesVijay Kumar Banerjee2021-04-268-40/+0
|
* bsps/xilinx_zynq: Add Xilinx AXI SPI driver to autotools buildJan Sommer2021-03-302-0/+2
| | | | Closes #4321
* 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-2621-0/+21
| | | | 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
* 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
* 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.
* 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/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/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.
* 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.
* 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.
* atsam: Add ATSAM_POWER_WAIT_MODESebastian Huber2019-06-181-0/+1
|
* bsp/lpc24xx: Remove obsolete BSP optinonsSebastian Huber2019-05-081-9/+0
| | | | Update #3725.
* bsp/imx: CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSORSebastian Huber2019-04-121-5/+0
| | | | Remove this BSP option.
* bsp/xilinx-zynqmp: Implement Ultra96 targetJeff Kubascik2019-04-113-98/+66
| | | | | | Modifications to get xilinx-zynqmp BSP working on an Ultra96 board. Update #3682.
* bsp/xilinx-zynqmp: Stub out Xilinx MPSoC BSPJeff Kubascik2019-04-112-0/+228
| | | | | | Source files were copied from xilinx-zynq. Update #3682.
* bsp/zynq-uart: Move Zynq UART driver to shared directoryJeff Kubascik2019-04-111-1/+1
| | | | | | This driver will be shared with the xilinx-zynqmp BSP. Update #3682.
* bsp/lpc24xx: Convert I2C driver to Linux APISebastian Huber2019-03-151-1/+0
| | | | | | Change license to BSD-2-Clause. Close #3725.
* bsp/altera-cyclone-v: Move header fileSebastian Huber2019-02-271-2/+0
| | | | This gets rid of a special include path.
* arm/beagle: SPI driverPierre-Louis Garnier2019-02-271-0/+3
|
* bsp/altera-cyclone-v: Use FDT for clock frequencySebastian Huber2019-02-181-3/+2
|