summaryrefslogtreecommitdiff
path: root/bsps (follow)
AgeCommit message (Collapse)Author
2020-10-20bsp/stm32h7: New BSPstm32h7Sebastian Huber
Update #3910.
2020-10-20bsp/stm32h7: Fix warningsSebastian Huber
Update #3910.
2020-10-20bsp/stm32h7: Disable unused functionsSebastian Huber
Update #3910.
2020-10-20bsp/stm32h7: Enable LL driversSebastian Huber
Update #3910.
2020-10-20bsp/stm32h7: Move <math.h> includeSebastian Huber
This is necessary for libbsd compatibility. Update #3910.
2020-10-20bsp/stm32h7: Constify some functionsSebastian Huber
Update #3910.
2020-10-20bsp/stm32h7: Import from STM32CubeMX-5.6.0Sebastian Huber
Update #3910.
2020-10-20bsps/arm: Sort fast text/data sectionsSebastian Huber
2020-10-20bsps/arm: Add support for MPU region alignmentSebastian Huber
2020-10-19bsps: Fix rtems_interrupt_server_delete()Sebastian Huber
The ISR lock must be destroyed to prevent memory corruption if RTEMS_PROFILING and RTEMS_SMP is enabled. Close #4158.
2020-10-16grlib: Add ambapp_common_info to derived typesSebastian Huber
This avoids a cast in DEV_TO_COMMON().
2020-10-16grlib: Remove unused conversion macrosSebastian Huber
2020-10-16grlib: Remove superfluous forward declsSebastian Huber
2020-10-16bsps/arm: Add workaround for Errata 794072Sebastian Huber
Add a workaround for Cortex-A9 Errata 845369: A short loop including a DMB instruction might cause a denial of service on another which executes a CP15 broadcast operation. Close #4115.
2020-10-16bsps/arm: Workaround for Errata 845369Sebastian Huber
Add a workaround for Cortex-A9 Errata 845369: Under Very Rare Timing Circumstances Transition into Streaming Mode Might Create Data Corruption. Update #4115.
2020-10-12lpc32xx_mzx_stage_1-testsuite.tcfg: Add ttest01Joel Sherrill
2020-10-12lpc2362-testsuite.tcfg: Add monitor and psxmsgq01Joel Sherrill
2020-10-12lm3s3749-testsuite.tcfg: Add spcxx01Joel Sherrill
2020-10-10disp_hcms29xx: Fix string truncation warningFrank Kühndel
The strlcpy() function ensures there is always a NUL character at the end of the string. Hence it is safer as strncpy() and it avoids the compiler warning
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber
Provide RTEMS_NO_RETURN also in case RTEMS_DEBUG is defined to prevent errors like this: error: no return statement in function returning non-void [-Werror=return-type] Use C11 and C++11 standard means to declare a no-return function. Close #4122.
2020-10-10grlib: Add and use irqmp_has_timestamp()Sebastian Huber
Replace leon3_irqmp_has_timestamp() with irqmp_has_timestamp() and move it to grlib.h. Close #4128.
2020-10-08bsps/include/bsp/fatal.h: Add GRLIB specific fatal errorJoel Sherrill
updates #4028.
2020-10-07Misc: Correct spelling of occurredJoel Sherrill
2020-10-05bsps: Add Cortex-A53 ILP32 BSP variantKinsey Moore
This adds an AArch64 ILP32 BSP variant based on Qemu's Cortex-A53 emulation with interrupt support using GICv3 and clock support using the ARM GPT.
2020-10-05bsps: Add Cortex-A53 LP64 basic BSPKinsey Moore
This adds an AArch64 basic BSP based on Qemu's Cortex-A53 emulation with interrupt support using GICv3 and clock support using the ARM GPT.
2020-10-05bsps/shared: Add PSCI-based bspreset implementationKinsey Moore
This adds a bsp_reset implementation based on the ARM PSCI specification often present in ARMv8 systems.
2020-10-05bsps: Break out AArch32 GICv3 supportKinsey Moore
This breaks out AArch32-specific code so that the shared GICv3 code can be reused by other architectures.
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-10-05bsp/lpc176x: Fix memory mapSebastian Huber
Due to the static allocation of operating system resources the .bss section needs more space than the .work section. Close #4117.
2020-09-23bsps/pc386: Add missing license headerJan Sommer
Closes #4093.
2020-09-23bsps/riscv: Add bsp_fdt_map_intr()Sebastian Huber
This function is required by libbsd.
2020-09-20bsps/powerpc: Remove __ppc_generic defineSebastian Huber
Do not force BSPs to define __ppc_generic. This was probably the last command line define in the BSPs.
2020-09-17riscv: Make sifive_test finisher 4 bytesHesham Almatary
QEMU is now stricter with MMIO sizes and accesses. uintptr_t on RV64 is 8 bytes and generates an sd instruction that Store/AMO faults because sifive_test MMIO expects 4 bytes accesses.
2020-09-17bsps/arm: Use RTEMS_SECTION()Sebastian Huber
2020-09-17arm: Fix arm_cp15_set_translation_table_entries()Sebastian Huber
In a multi-processor system we must broadcast the TLB maintenance operation to the Inner Shareable domain to ensure that the other processors update their TLB caches accordingly. Close #4068.
2020-09-15bsp/pc386: Remove support for obsolete BinutilsSebastian Huber
Update #3818.
2020-09-15bsps/riscv: Use far jump to boot_card()Sebastian Huber
Use a far jump to avoid errors like this: relocation truncated to fit: R_RISCV_JAL against symbol `boot_card'
2020-09-14build: Alternative build system based on wafSebastian Huber
Update #3818.
2020-09-11Remove tmoverhd which existed to produce the obsolete coverhd.hJoel Sherrill
Closes #4040.
2020-09-10Remove remaining references to coverhd.hJoel Sherrill
Closes #4040.
2020-09-06htif_console_handler is defined in htif.cHesham Almatary
closes #4069.
2020-08-31bsps: Always install IPI in SMP configsSebastian Huber
The inter-processor interrupt (IPI) may be used to process per-CPU jobs. See for example the blocked handler in T_interrupt_test(). Update #3199.
2020-08-22bsp/xilinx-zynq: Flush TX-Buffer before initializing uartJan Sommer
Closes #4055 Closes #4056
2020-08-20bsps/leon3: Remove superfluous includesSebastian Huber
2020-08-20bsps/arm: Use _Assert()Sebastian Huber
2020-08-12powerpc/io: The eieio() function clashes with FreeBSD. Change.Chris Johns
2020-08-05arm/atsam: Make interrupt server configurableSebastian Huber
The external UART over SPI device SC16IS752 uses the interrupt server for interrupt processing. The interrupt server is also heavily used by libbsd. The interrupt processing for the SC16IS752 is time critical and doesn't work if network traffic is processed at the same priority. With #4033 custom interrupt servers are available. Change atsam_sc16is752_spi_create() to support user-defined interrupt servers. Introduced atsam_sc16is752_spi_config to cut down the argument count of this function. Close #4039.
2020-08-03bsps/beagle: Remove some debug output from I2C.Christian Mauderer
2020-08-03dev/spi-memdrv: Fix use of uninit mem_param_ptrSebastian Huber