summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-12arm/xilinx-zynq: Split console driver filesSebastian Huber2-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.
2020-01-07bsp/raspberrypi: Updated the console API.G S Niteesh1-4/+2
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 Niteesh2-0/+13
This commit adds FDT support to the BSP.
2020-01-07bsp/raspberrypi: Fix size of work area.Christian Mauderer1-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.
2019-12-05bsp/xen: Use BSP options for all linkcmds varsSebastian Huber1-9/+14
Update #3818.
2019-12-05bsp/xen: Create BSPJeff Kubascik3-0/+109
Create the Xen BSP for Xen on ARM.
2019-11-19bsp/imx7: Rename linker command fileSebastian Huber1-1/+1
This BSP family uses only one linker command file. Use the standard name. Update #3818.
2019-11-19bsp/altcycv_devkit: Rename linker command fileSebastian Huber1-1/+1
This BSP family uses only one linker command file. Use the standard name. Update #3818.
2019-11-15bsp/lpc32xx: Remove unused TESTS_USE_PRINTKSebastian Huber1-3/+0
Update #3818.
2019-11-15Remove BSP_SMALL_MEMORY BSP optionSebastian Huber1-4/+0
Use the test state configuration instead. Update #3818.
2019-11-14bsp/beagle: Rename linker command fileSebastian Huber1-1/+0
This BSP family uses only one linker command file. Use the standard name. Update #3818.
2019-11-14bsp/gumstix: Remove ON_SKYEYE Automake conditionalSebastian Huber1-2/+0
It is fine to build the drivers always. Update #3818.
2019-11-14arm/stm32f4: Fix typoSebastian Huber1-1/+1
2019-10-31bsps/arm: Add support for small pages MMUSebastian Huber1-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.
2019-10-28bsp/xilinx-zynqmp: Fix linkcmds configSebastian Huber1-1/+1
Bug was introduced by commit 1e1afa3779e594e09387fba1812d3028fb00cd9e.
2019-10-23bsp/xilinx-zynq: Simplify linkcmds configSebastian Huber1-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.
2019-10-23bsp/xilinx-zynq: Simplify configure.acSebastian Huber1-24/+10
2019-10-23bsp/xilinx-zynqmp: Simplify linkcmds configSebastian Huber1-6/+0
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 Huber1-21/+9
Use NULL-pointer protection also for Qemu variant.
2019-08-12arm/raspberry: Set the workspace based on the mailbox version.Chris Johns1-4/+16
- 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 Johns1-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.
2019-07-26bsps/arm: Move HYP to SVC change to start.SSebastian Huber1-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.
2019-07-26bsps/arm: Move register init to start.SSebastian Huber1-1/+0
This makes it easier to review changes in start.S. Update #3773.
2019-06-18atsam: Add ATSAM_POWER_WAIT_MODESebastian Huber1-0/+1
2019-05-08bsp/lpc24xx: Remove obsolete BSP optinonsSebastian Huber1-9/+0
Update #3725.
2019-04-12bsp/imx: CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSORSebastian Huber1-5/+0
Remove this BSP option.
2019-04-11bsp/xilinx-zynqmp: Implement Ultra96 targetJeff Kubascik3-98/+66
Modifications to get xilinx-zynqmp BSP working on an Ultra96 board. Update #3682.
2019-04-11bsp/xilinx-zynqmp: Stub out Xilinx MPSoC BSPJeff Kubascik2-0/+228
Source files were copied from xilinx-zynq. Update #3682.
2019-04-11bsp/zynq-uart: Move Zynq UART driver to shared directoryJeff Kubascik1-1/+1
This driver will be shared with the xilinx-zynqmp BSP. Update #3682.
2019-03-15bsp/lpc24xx: Convert I2C driver to Linux APISebastian Huber1-1/+0
Change license to BSD-2-Clause. Close #3725.
2019-02-27bsp/altera-cyclone-v: Move header fileSebastian Huber1-2/+0
This gets rid of a special include path.
2019-02-27arm/beagle: SPI driverPierre-Louis Garnier1-0/+3
2019-02-18bsp/altera-cyclone-v: Use FDT for clock frequencySebastian Huber1-3/+2
2019-02-18bsp/altera-cyclone-v: Make FDT support optionalSebastian Huber1-0/+3
2018-12-21bsps/arm: Add ARMv7-AR disable data cacheSebastian Huber4-0/+4
Close #3667.
2018-11-07bsp/realview-pbx-a9: Fix printk() supportSebastian Huber1-0/+1
Avoid dependencies on the Termios support in case only printk() is used by the application.
2018-10-24bsp/imx: Adjust workspace according to device treeSebastian Huber1-1/+0
2018-10-10build: Remove local.amSebastian Huber21-21/+0
2018-09-27bsp/imx: Add imx_ccm_sdhci_hz()Sebastian Huber1-0/+2
Update #3525.
2018-06-27Rework initialization and interrupt stack supportSebastian Huber4-22/+2
Statically initialize the interrupt stack area (_Configuration_Interrupt_stack_area_begin, _Configuration_Interrupt_stack_area_end, and _Configuration_Interrupt_stack_size) via <rtems/confdefs.h>. Place the interrupt stack area in a special section ".rtemsstack.interrupt". Let BSPs define the optimal placement of this section in their linker command files (e.g. in a fast on-chip memory). This change makes makes the CPU_HAS_SOFTWARE_INTERRUPT_STACK and CPU_HAS_HARDWARE_INTERRUPT_STACK CPU port defines superfluous, since the low level initialization code has all information available via global symbols. This change makes the CPU_ALLOCATE_INTERRUPT_STACK CPU port define superfluous, since the interrupt stacks are allocated by confdefs.h for all architectures. There is no need for BSP-specific linker command file magic (except the section placement), see previous ARM linker command file as a bad example. Remove _CPU_Install_interrupt_stack(). Initialize the hardware interrupt stack in _CPU_Initialize() if necessary (e.g. m68k_install_interrupt_stack()). The optional _CPU_Interrupt_stack_setup() is still useful to customize the registration of the interrupt stack area in the per-CPU information. The initialization stack can reuse the interrupt stack, since * interrupts are disabled during the sequential system initialization, and * the boot_card() function does not return. This stack resuse saves memory. Changes per architecture: arm: * Mostly replace the linker symbol based configuration of stacks with the standard <rtems/confdefs.h> configuration via CONFIGURE_INTERRUPT_STACK_SIZE. The size of the FIQ, ABT and UND mode stack is still defined via linker symbols. These modes are rarely used in applications and the default values provided by the BSP should be sufficient in most cases. * Remove the bsp_processor_count linker symbol hack used for the SMP support. This is possible since the interrupt stack area is now allocated by the linker and not allocated from the heap. This makes some configure.ac stuff obsolete. Remove the now superfluous BSP variants altcycv_devkit_smp and realview_pbx_a9_qemu_smp. bfin: * Remove unused magic linker command file allocation of initialization stack. Maybe a previous linker command file copy and paste problem? In the start.S the initialization stack is set to a hard coded value. lm32, m32c, mips, nios2, riscv, sh, v850: * Remove magic linker command file allocation of initialization stack. Reuse interrupt stack for initialization stack. m68k: * Remove magic linker command file allocation of initialization stack. Reuse interrupt stack for initialization stack. powerpc: * Remove magic linker command file allocation of initialization stack. Reuse interrupt stack for initialization stack. * Used dedicated memory region (REGION_RTEMSSTACK) for the interrupt stack on BSPs using the shared linkcmds.base (replacement for REGION_RWEXTRA). sparc: * Remove the hard coded initialization stack. Use the interrupt stack for the initialization stack on the boot processor. This saves 16KiB of RAM. Update #3459.
2018-06-15arm: Simplify CPU counter supportSebastian Huber19-19/+0
Use the standard ARMv7-M systick module for the ARMv7-M CPU counter instead of DWT counter since the DWT counter is affected by power saving states. Use an inline function for _CPU_Counter_difference() for all ARM BSPs. Update #3456.
2018-06-15Add _CPU_Counter_frequency()Sebastian Huber11-0/+11
Add rtems_counter_frequency() API function. Use it to initialize the counter value converter via the new system initialization step (RTEMS_SYSINIT_CPU_COUNTER). This decouples the counter implementation and the counter converter. It avoids an unnecessary pull in of the 64-bit integer division from libgcc. Update #3456.
2018-05-09smdk2410: Move define of CPU_S3C2410 to bspopts.hJoel Sherrill1-2/+5
Updates #3425.
2018-04-26bsps: Move documentation, etc. files to bspsSebastian Huber31-1485/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-25bsps/arm: Remove unused filesSebastian Huber13-17990/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-25bsp/beagle: Move source files to bspsSebastian Huber5-1621/+4
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-25bsp/gumstix: Move fb.c to bspsSebastian Huber2-240/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-25bsp/lm3s69xx: Move ssi.c to bspsSebastian Huber2-171/+1
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-25bsp/lpc176x: Move source files to bspsSebastian Huber13-2426/+13
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-25bsp/lpc24xx: Move source files to bspsSebastian Huber10-1963/+9
This patch is a part of the BSP source reorganization. Update #3285.