summaryrefslogtreecommitdiffstats
path: root/spec (unfollow)
Commit message (Collapse)AuthorFilesLines
2 daysbsps/aarch64/raspberrypi: Add system timer supportHEADmasterNing Yang5-5/+83
The clock from the ARM timer is derived from the system clock. This clock can change dynamically e.g. if the system goes into reduced power or in low power mode. Thus the clock speed adapts to the overall system performance capabilities. For accurate timing it is recommended to use the system timers. if BSP_CLOCK_USE_SYSTEMTIMER = 1, use the System Timer, otherwise use the ARM Timer.
11 daysvalidation: Test global construction on aarch64Sebastian Huber1-0/+1
Update #3716.
2024-04-11dev/clock: Move bcm2835-system-timer driver to shared spaceNing Yang1-1/+1
This patch moves the bcm2835 system timer driver in the arm/raspberrypi directory to the shared directory and adjusts arm/raspberrypi BSP.
2024-04-11bsps/xil-ttc: Improve clock driverSebastian Huber6-1/+79
Make the clock driver parameters configurable. Use the maximum counter frequency to get the best time resolution. Decouple the CPU counter from the timecounter. Make the tick catch up handling more robust. Add a validation test for the tick catch up.
2024-04-11bsps/xil-ttc: Add XIL_FATAL_TTC_IRQ_INSTALLSebastian Huber2-0/+23
2024-04-10build: Install <rtems/score/processormaskimpl.h>Sebastian Huber1-0/+1
2024-04-09bsp/qoriq: Do not build unused objectSebastian Huber1-1/+0
2024-04-04dev/serial: Add Zynq UART kernel I/O supportSebastian Huber8-32/+26
Replace the BSP_CONSOLE_MINOR BSP option for the Xilinx Zynq BSPs with the new BSP option ZYNQ_UART_KERNEL_IO_BASE_ADDR. Move the kernel I/O support to a shared file.
2024-04-04dev/serial: Add ZYNQ_UART_[01]_BASE_ADDRSebastian Huber1-0/+2
This helps to provide a shared implementation of the kernel I/O support.
2024-03-20testsuites: Exclude JFFS2 NAND testsSebastian Huber2-0/+18
2024-03-20bsps: Add xilinx_zynqmp_lp64_a53 BSP variantSebastian Huber5-0/+25
Add a BSP variant without a board-specific name.
2024-03-20bsps: Add xilinx_zynq_rpu BSP variantSebastian Huber4-83/+132
Add a BSP variant without a board-specific name.
2024-03-20xilinx-zynqmp-rpu: Remove URLs from copyrightsSebastian Huber4-4/+4
2024-03-20bsps: Use bsps/arm/xilinx-zynqmp-rpuSebastian Huber2-3/+2
2024-03-20bsps: Use bsps/aarch64/xilinx-zynqmpSebastian Huber3-15/+3
2024-03-20arm: Move _CPU_ISR_install_vector()Sebastian Huber1-0/+1
The use of this function is optional. Newer BSPs do not use it.
2024-03-11aarch64/zynqmp: Fix build item BSP familySebastian Huber1-1/+1
2024-03-11aarch64/zynqmp: Fix UART base addresses and IRQSebastian Huber1-0/+1
The base addresses and IRQ numbers for UART 0 and 1 were interchanged. Fix this and set BSP_CONSOLE_MINOR to 0 for this BSP family.
2024-02-27Update company nameSebastian Huber14-14/+14
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2024-02-26testsuites/jffs2: Add test for empty NOR FSKinsey Moore2-0/+23
This adds a test to very that remounting a completely used, but empty NOR JFFS2 filesystem is possible. Previously, this triggered an edge condition in the JFFS2 scan code that prevented remount of a correctly formed and uncorrupted filesystem.
2024-02-23spec/zynqmp-rpu: Clean up optionsKinsey Moore2-3/+0
The RAM origin had an unnecessary alignment requirement and the RAM lenght had a reference that couldn't possibly be used. This removes those obsolete option specifiers.
2024-02-16crc: Add a CRC-24Q implementationSebastian Huber2-0/+4
2024-02-16base64: Add decoderMatthew Joyce2-0/+2
2024-02-16base64: Move base64 encoding supportSebastian Huber1-1/+2
2024-02-14i386: Restore SMP functionalityKinsey Moore1-0/+4
When the switch to waf occurred, the SMP support in i386 was left out causing it to accumulate a minor amount of cruft. This enables SMP for the i386 BSPs that support it and updates them for the API drift that has occurred since the change.
2024-01-31bsps/qoriq: Add VME support for MVME2500Christian Mauderer2-2/+3
This enables the VME support for the MVME2500. Note that the PCIe support from libbsd is used. So you need the related libbsd patches for this to work. If the drivers in libbsd are not enabled, the linker should not pick up anything from this patch.
2024-01-18fstests/tftpfs: Fix build dependencySebastian Huber1-3/+3
Update #4666.
2024-01-18build: Fix target of build scriptSebastian Huber1-1/+1
2024-01-15bsp/tms570: Use TMS570_OSCILLATOR_MAINSebastian Huber1-3/+8
This option replaces BSP_OSCILATOR_CLOCK. It may be used in PLL setup calculatios. Update #4982.
2024-01-15bsp/tms570: Remove unused BSP optionsSebastian Huber3-38/+0
Update #4982.
2024-01-15bsp/tms570: Board-specific tms570_emif_sdram_init()Tyler Miller1-1/+0
Update #4982.
2024-01-15bsp/tms570: Board-specific tms570_pinmux_init()Tyler Miller1-1/+0
Update #4982.
2024-01-15bsp/tms570: Board-specific tms570_pll_init()Tyler Miller3-3/+34
Update #4982.
2024-01-15bsp/tms570: Use shared bsp_start_hook_1()Sebastian Huber1-0/+1
Update #4982.
2024-01-15bsp/tms570: Add errata SSWF021#45 handlingSebastian Huber1-1/+5
Update #4982.
2024-01-15bsp/tms570: Enable hardware init for some variantsSebastian Huber1-1/+6
Update #4982.
2024-01-15bsp/tms570: Add TMS570LC4357 BSP variantsSebastian Huber4-0/+46
Update #4982.
2024-01-15bsp/tms570: Add linkcmds.memorySebastian Huber10-22/+153
Remove obsolete tms570ls3137_hdk_with_loader BSP variant. With the new memory origin/size build options this variant is no longer required. Update #4982.
2024-01-15bsp/tms570: Add variant enable to buildSebastian Huber1-1/+5
Update #4982.
2024-01-15bsp/tms570: Remove obsolete build optionSebastian Huber2-18/+0
Update #4982.
2024-01-15bsp/tms570: Add bsp_restart()Sebastian Huber1-0/+1
Update #4982.
2024-01-15bsp/tms570: Remove empty <bsp/tms570-vim.h>Sebastian Huber1-1/+0
Update #4982.
2024-01-15bsp/tms570: Remove empty <bsp/tms570-sci.h>Sebastian Huber1-1/+0
Update #4982.
2024-01-15bsp/tms570: Remove empty <bsp/tms570-rti.h>Sebastian Huber1-1/+0
Update #4982.
2024-01-15bsps/arm: Use shared empty bsp_start_hook_0()Sebastian Huber6-0/+6
Update #4982.
2024-01-09Revert "Include Xilinx support files also for Zynq7000"Joel Sherrill1-2/+0
This reverts commit d1d3ceb502cf4075c28a052b36630125387e1026. Per discussions on devel@ and Discord.
2024-01-05Include Xilinx support files also for Zynq7000Bernd Moessner1-0/+2
2023-12-22testsuites/fstests: Add JFFS2 NAND support testsKinsey Moore10-0/+212
This adds a second set of JFFS2 tests running on top of a simulated NAND backend to ensure that interactions with delayed writes operate as expected.
2023-12-14bsps/arm/stm32f4: Enable USART RX interruptsJacob Killelea1-0/+2
Hi all, this is my first email patch submission and my first contribution to RTEMS, so please give any feedback you have! This patch enables interrupt driven data reception on USART ports on STM32F4 series chips. This feature is gated behind the config flag BSP_CONSOLE_USE_INTERRUPTS. If this flag is not set to True, the older polling implementation will be used. I tested this feature on STM32F401CE (blackpill) and STM32 Nucleo F411RE boards, with both capable of keeping up with a 115200 baud continous data stream. With the older polling implementation, both would drop bytes at 9600 baud. In addition, I updated the implementation of usart_set_attributes to support changing the baud rate of the USART port based on the input speed.
2023-12-12build: Fix default valueSebastian Huber1-1/+1