summaryrefslogtreecommitdiffstats
path: root/bsps (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsps: Default to CPU counter benchmark timerSebastian Huber2022-01-151-30/+0
* aarch64: always boot into EL1NSGedare Bloom2022-01-123-32/+32
* arm/gicv3: refactor DIST initialization to helperGedare Bloom2022-01-121-31/+29
* bsps/aarch64: refactor register init and hooksGedare Bloom2022-01-122-45/+48
* Fix device tree blob alignmentSebastian Huber2022-01-111-4/+4
* bsp/qoriq: Implement Interrupt Manager directivesSebastian Huber2022-01-111-24/+77
* bsp/mrm332: Fix TLS support in linker command fileSebastian Huber2021-12-221-10/+6
* Remove powerpc/haleakala boardJoel Sherrill2021-12-1713-1841/+0
* bsp/leon3: Do not invalidate cache in SMP startSebastian Huber2021-12-131-1/+1
* bsp/leon3: Use interrupt entry for tm27 supportSebastian Huber2021-12-131-20/+57
* bsp/leon3: Use interrupt entry for the SMP supportSebastian Huber2021-12-131-4/+9
* bsp/leon3: Use interrupt entry for Clock DriverSebastian Huber2021-12-131-4/+10
* bsps/aarch64: Support .noinit linker sectionSebastian Huber2021-12-131-0/+7
* bsps/aarch64: Remove erroneous cache featureKinsey Moore2021-12-121-2/+0
* libc: Optimize malloc() initializationSebastian Huber2021-11-302-0/+98
* score: Optimize Workspace Handler initializationSebastian Huber2021-11-302-0/+92
* bsp_specs: Delete last remnants of these.Joel Sherrill2021-11-2985-0/+0
* bsps/aarch64: Restore interrupt nestingKinsey Moore2021-11-101-1/+3
* cpukit/aarch64: Add libdebugger supportKinsey Moore2021-11-011-0/+11
* bsps/aarch64: Mask debug events from startupKinsey Moore2021-11-011-2/+2
* bsps/aarch64: Set interrupt level correctlyKinsey Moore2021-11-011-1/+1
* bsps/aarch64: Add missing MMU map recursion checkKinsey Moore2021-11-011-0/+9
* aarch64: Break out MMU definitionsKinsey Moore2021-11-015-39/+121
* microblaze: Rework for RTEMS 6Alex White2021-10-1324-0/+2171
* bsp/imx: Add cs_change support to SPIChristian Mauderer2021-10-061-4/+6
* cpukit: Add AArch64 SMP SupportKinsey Moore2021-09-217-26/+165
* bsps/gicv2: Allow BSPs to define IRQ attributesKinsey Moore2021-09-213-34/+180
* bsps/zynqmp: Use correct number of interruptsKinsey Moore2021-09-211-1/+1
* bsps/shared: Add PSCI SMP startup supportKinsey Moore2021-09-211-0/+92
* build: Remove old build systemSebastian Huber2021-09-21117-3065/+0
* powerpc/motorola_powerpc: Map LibBSD bus space to the PCI base addressChris Johns2021-09-191-3/+29
* arm/xilinx: Fix zynq-uart interrupt receiveChris Johns2021-09-163-57/+67
* bsps/zynqmp: Added I2C support for ZynqMPStephen Clark2021-09-094-0/+80
* bsps/zynq: Moved general i2c files to shared directoriesStephen Clark2021-09-093-2/+2
* score: Change TOD_LATEST_YEAR to 2099Sebastian Huber2021-09-061-7/+2
* bsps/leon3: Rename fatal error codeSebastian Huber2021-09-022-2/+2
* bsps/imxrt: Improve SPI driverChristian Mauderer2021-09-021-73/+124
* aarch64/versal: Enable TX and RX FIFOsChris Johns2021-08-191-5/+8
* bsps/raspberrypi: Add SEV Instruction for RPi SMP firmware changes.pranav2021-08-181-0/+1
* bsp/leon3: Fix rtems_interrupt_is_pending()Sebastian Huber2021-08-121-6/+0
* bsps/arm: More robust SMP startSebastian Huber2021-08-123-11/+16
* bsps/cache: Optimize smp_cache_broadcast()Sebastian Huber2021-07-291-1/+2
* score: Canonicalize _CPU_Fatal_halt()Sebastian Huber2021-07-285-35/+25
* bsps/irq: bsp_interrupt_facility_initialize()Sebastian Huber2021-07-2736-148/+90
* bsp/raspberrypi: Add interrupt get/set affinitySebastian Huber2021-07-261-0/+26
* bsps/irq: Add rtems_interrupt_entry_install()Sebastian Huber2021-07-2611-523/+669
* bsps/irq: Move bsp_interrupt_handler_is_empty()Sebastian Huber2021-07-263-30/+11
* bsps/irq: Add bsp_interrupt_check_and_lock()Sebastian Huber2021-07-263-63/+86
* bsps/irq: Use rtems_interrupt_entrySebastian Huber2021-07-263-25/+16
* sparc/irq: Implement new interrupt directivesSebastian Huber2021-07-266-22/+162