summaryrefslogtreecommitdiffstats
path: root/bsps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use RTEMS_SYSINIT_ORDER_LAST_BUT_5Sebastian Huber2020-02-0414-14/+14
* bsps: Rework work area initializationSebastian Huber2020-02-0413-197/+311
* bsps: Remove uses of BSP_GET_WORK_AREA_DEBUGSebastian Huber2020-02-043-65/+0
* bsps: Add RTEMS_SYSINIT_BSP_EARLYSebastian Huber2020-02-045-38/+48
* bsps: Add RamEnd to linker command filesSebastian Huber2020-02-0456-1/+56
* bsps/arm/shared: Add GICv3 implementationKinsey Moore2020-01-174-9/+427
* bsp/raspberrypi: Updated the console API.G S Niteesh2020-01-079-400/+196
* bsp/raspberrypi: Enable FDT support.G S Niteesh2020-01-071-0/+4
* bsp/raspberrypi: Fix size of work area.Christian Mauderer2020-01-074-185/+80
* bsps/arm: Define index of the workspace entry.Christian Mauderer2020-01-072-5/+6
* bsps/irq: fix resource leak in irq-server.cGedare Bloom2020-01-031-0/+1
* bsps/powerpc: Fix warningSebastian Huber2020-01-021-3/+1
* bsps/powerpc: Support constructors with prioritySebastian Huber2019-12-196-115/+59
* bsps/arm: Export bsp_start_hook_0_doneSebastian Huber2019-12-191-5/+8
* config: Add _MPCI_ConfigurationSebastian Huber2019-12-131-1/+1
* rtems: Add and use rtems_object_get_local_node()Sebastian Huber2019-12-134-4/+4
* mpci: Simplify MPCI configurationSebastian Huber2019-12-112-18/+26
* clock: Simplify driver initializationSebastian Huber2019-12-1119-187/+20
* clock: Remove Clock_exit() from APISebastian Huber2019-12-1116-38/+16
* bsp/xen: Use BSP options for all linkcmds varsSebastian Huber2019-12-051-3/+3
* bsp/xen: Create BSPJeff Kubascik2019-12-0511-0/+521
* bsps/arm: Unmask generic timer in interrupt handlerJeff Kubascik2019-12-051-0/+3
* bsps/arm: Add zImage boot headerJeff Kubascik2019-12-051-0/+11
* Regenerate headers.amSebastian Huber2019-11-291-0/+1
* bsp/mpc55xxevb: Remove obsolete linker cmd fileSebastian Huber2019-11-251-1/+0
* bsp/gen83xx: Remove obsolete linker command fileSebastian Huber2019-11-251-19/+0
* bsp/lpc32xx: Fix linker command fileSebastian Huber2019-11-191-1/+4
* bsp/imx7: Rename linker command fileSebastian Huber2019-11-191-0/+0
* bsp/altcycv_devkit: Rename linker command fileSebastian Huber2019-11-191-0/+0
* bsp/atsamv: Fix warningSebastian Huber2019-11-181-1/+0
* bsp/t32mppc: Rename linker command fileSebastian Huber2019-11-141-0/+0
* bsp/beagle: Rename linker command fileSebastian Huber2019-11-141-0/+0
* bsp/riscv: Fix format and warningsSebastian Huber2019-11-142-45/+27
* bsp/riscv: Fix use of uninitialized integerSebastian Huber2019-11-141-6/+1
* bsp/riscv: riscv_get_core_frequency()Sebastian Huber2019-11-142-43/+23
* bsp/gumstix: Fix warningSebastian Huber2019-11-141-0/+1
* bsps/arm: Add support for small pages MMUSebastian Huber2019-10-313-30/+101
* bsps/riscv: UART - Read reg-shift from DTB to properly set/get registersHesham Almatary2019-10-301-2/+13
* riscv: Add new BSP cfg variants to be built with llvm/clangHesham Almatary2019-10-278-0/+112
* riscv: Add new offending input sections to the linker scriptHesham Almatary2019-10-271-0/+5
* riscv: Add NOLOAD directive to the .work sectionHesham Almatary2019-10-271-1/+1
* riscv: Address differences in the linkerscript between GNU LD and LLVM/LLDHesham Almatary2019-10-271-51/+51
* riscv: Generate linkcmds.base from the shared linkcmds.base.inHesham Almatary2019-10-271-0/+0
* bsp/xilinx-zynq: Simplify linkcmds configSebastian Huber2019-10-231-3/+3
* bsp/xilinx-zynqmp: Simplify linkcmds configSebastian Huber2019-10-231-3/+3
* bsp/atsam: Use PIO for SC16IS752.Christian Mauderer2019-10-232-21/+26
* bsp/atsam: Add additional PIO helper.Christian Mauderer2019-10-232-0/+59
* bsps/atsam: Improve case for level triggered IRQs.Christian Mauderer2019-10-231-11/+15
* riscv: add freedom E310 Arty A7 bspPragnesh Patel2019-10-238-6/+314
* arm/beanglebone: Fix i2c build error.Chris Johns2019-10-191-1/+1