summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (unfollow)
Commit message (Expand)AuthorFilesLines
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: remove lock in arm_cp15_set_translation_table_entries().Pavel Pisa1-9/+1
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 Pisa2-4/+24
2016-10-02bsps/arm: do not disable MMU during translation table management operations.Pavel Pisa1-8/+42
2016-10-02bsps/arm: basic on core cache support changed to use l1 functions.Pavel Pisa2-45/+69
2016-10-02bsps/arm: Change code to explicit selection of cache implementation for ARM B...Pavel Pisa9-20/+160
2016-10-02bsp/arm: Report correct maximal cache line length for ARM Cortex-A + L2C-310.Pavel Pisa1-0/+4
2016-10-02arm/raspberrypi: ensure that RTEMS application image can be started by U-boot.Pavel Pisa2-1/+39
2016-01-27score: Fix simple timecounter supportSebastian Huber1-14/+37
2016-01-18bsps/arm: Fix broken switch statementSebastian Huber1-4/+5
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
2015-11-18bsp/tms570: separate Flash variants to one which boots directly and one for b...Premysl Houdek4-0/+57
2015-11-18bsp/tms570: use POM only when application image does not start at address 0.Pavel Pisa7-14/+159
2015-11-18bsp/tms570: updated reserved space for vector overlay in internal RAMPremysl Houdek3-4/+6
2015-11-18bsp/tms570: fixed sci driver freeze when closing terminal bugPremysl Houdek1-3/+5
2015-11-18bsp/tms570: Pinmux support and EMAC pin definition addedPremysl Houdek4-1/+216
2015-11-18bsp/tms570: EMAC control header file corrected and EMAC interrupt vector addedPremysl Houdek6-236/+295
2015-09-10Beaglebone: fix missing clobber in inline assembly.Marcos Diaz1-1/+7
2015-07-21bsps/arm: Update due to API changesSebastian Huber1-4/+4
2015-07-20bsp/tms570 Use bitfields instead of hard-coded valuesPremysl Houdek4-32/+52
2015-07-20bsp/tms570: skipped 32bit field definitions and corrected single bit fieldsPremysl Houdek36-3298/+2641
2015-07-16bsp/tms570: source changes reflecting new headers.Premysl Houdek11-230/+335
2015-07-16bsp/tms570: fix get time resolution after infrastructure change to timecounter.Pavel Pisa1-6/+35
2015-07-16bsp/tms570: New/generated header files for TMS570 SoC peripherals registers.Premysl Houdek37-0/+14362
2015-07-16remaining bsp.h: Fix by hand to LIBBSP_@CPU@_@BSP_FAMILY@_BSP_HJoel Sherrill2-4/+4
2015-07-16Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guardJoel Sherrill8-16/+16