summaryrefslogtreecommitdiffstats
path: root/c/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-01leon,gr1553b: improve init checkDaniel Hellstrom1-3/+8
2017-05-11bsps/arm: Fix bit field offset in GIC supportSebastian Huber1-1/+1
2017-01-26Change version to 4.11.1.99Sebastian Huber1-1/+1
2017-01-12GRETH: Interrupt Handler Uses Wrong EventsChristian Spindeldreier1-1/+1
2016-11-03virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space CONFIGURE...4.11.14.11.0Tim Cussins2-2/+2
2016-10-02arm/tms570: document BSP setup with included hardware initialization.Pavel Pisa1-22/+100
2016-10-02arm/tms570: update bootstrap generated preinstall.amPavel Pisa1-0/+13
2016-10-02arm/tms570: include TMS570_USE_HWINIT_STARTUP option to select bare metal sta...Pavel Pisa2-0/+26
2016-10-02arm/tms570: include hardware initialization and selftest based on Ti HalCoGen...Pavel Pisa16-0/+3519
2016-10-02arm/tms570: define base addresses of all TMS570LS3137 SPI interfaces.Pavel Pisa1-1/+5
2016-10-02bsp/tms570: ensure that change of SCI baudrate is not applied in the middle o...Pavel Pisa1-2/+23
2016-10-02bsp/tms570: regenerate preinstall makefile by bootstrap -p.Pavel Pisa1-0/+8
2016-10-02bsp/tms570: include complete peripheral initialization to SCI driver.Pavel Pisa1-2/+36
2016-10-02bsp/tms570: update pinmux to provide support for initialization lists and cle...Pavel Pisa4-69/+196
2016-10-02bsp/tms570: include package balls and PINMMR registers mapping for TMS570LS31...Pavel Pisa2-0/+700
2016-10-02bsps/arm: Export bsp_start_hook_0_done symbol from ARM start.S.Pavel Pisa1-0/+1
2016-10-02arm/raspberrypi: minimized mainline patch move MMU in front of application im...Pavel Pisa2-3/+4
2016-10-02arm/raspberrypi: change interrupt dispatch and enable to generic vector id ba...Pavel Pisa2-43/+94
2016-10-02arm/raspberrypi: remove duplicate setup of IRQ handler in the main ARM except...Pavel Pisa2-21/+0
2016-10-02arm/raspberrypi: ensure that correct RPI_PERIPHERAL_BASE is provided by raspb...Pavel Pisa2-0/+2
2016-10-02arm/raspberrypi: reorder and update MMU config table to nor force RW section ...Pavel Pisa1-9/+22
2016-10-02arm/raspberrypi: Enable HYP to SVC switch for this BSP.Pavel Pisa2-0/+7
2016-10-02bsps/arm: Support recent bootloaders starting kernel in HYP modePavel Pisa5-7/+175
2016-10-02libbsp/arm: Fix ARM BSPs missing the bsp_translation_table_end symbol.Chris Johns2-0/+2
2016-10-02libbsp/arm: Add the TTB table to the default MMU set up as read/write.Chris Johns1-0/+4
2016-10-02bsps/arm: Fix basic cache support for SMPSebastian Huber1-8/+8
2016-10-02bsps/arm: reorganize CP15 code to allow clean and invalidate ARMv7 cache by l...Pavel Pisa1-48/+60
2016-10-02bsps/arm: remove lock in arm_cp15_set_translation_table_entries().Pavel Pisa1-9/+1
2016-10-02bsps/arm: use defines for cache type register format field.Pavel Pisa1-9/+30
2016-10-02arm/xilinx_zynq: ensure that cache is cleaned and MMU disabled when initializ...Pavel Pisa1-0/+35
2016-10-02arm/raspberrypi: use cache manager operations to flush/invalidate all cache l...Pavel Pisa1-7/+7
2016-10-02arm/bsps: CP15 and basic cache support entire cache clean for more architectu...Pavel Pisa3-6/+66
2016-10-02bsps/arm: do not disable MMU during translation table management operations.Pavel Pisa2-8/+58
2016-10-02bsps/arm: basic on core cache support changed to use l1 functions.Pavel Pisa3-48/+97
2016-10-02bsps/arm: Change code to explicit selection of cache implementation for ARM B...Pavel Pisa10-124/+190
2016-10-02bsp/arm: Report correct maximal cache line length for ARM Cortex-A + L2C-310.Pavel Pisa1-0/+4
2016-10-02rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa1-0/+42
2016-10-02arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa1-0/+30
2016-10-02arm/raspberrypi: ensure that RTEMS application image can be started by U-boot.Pavel Pisa2-1/+39
2016-10-02bsps/arm: CP15 support for flush prefetch buffer and table base control.Pavel Pisa1-0/+48
2016-07-19bsps/powerpc: Fix shared console driverSebastian Huber1-13/+9
2016-07-19bsps/powerpc: Fix AtliVec context switchSebastian Huber2-62/+68
2016-07-19bsps/powerpc: Fix AltiVec enableSebastian Huber3-0/+3
2016-03-24sparc: Fix window underflow trap handlerDaniel Hellstrom2-7/+7
2016-01-27score: Fix simple timecounter supportSebastian Huber12-122/+188
2016-01-18bsps/arm: Fix broken switch statementSebastian Huber1-4/+5
2016-01-11Clearly mark SMP support as experimental in 4.11Sebastian Huber1-3/+7
2015-12-01bsp/tms570: ensure that linker symbol comparison to NULL is not optimized out.Pavel Pisa1-2/+12
2015-11-18bsp/tms570: unite code duplication in pinmux and clean SCI close per review r...Premysl Houdek3-18/+21
2015-11-18bsp/tms570: use common tms570ls3137.inc file for all board ling variants.Pavel Pisa5-64/+24