summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm: Fix ARMv7-M interrupt processing4.11.2Sebastian Huber2017-07-072-30/+48
* bsps/arm: Fix bit field offset in GIC supportSebastian Huber2017-05-111-1/+1
* libdl: Back port C++ exception throw and catch from 4.12.Chris Johns2017-04-0462-275/+4754
* dosfs: Fix file name searchSebastian Huber2017-03-212-18/+17
* dosfs: Fix race condition msdos_dir_read()Sebastian Huber2017-03-211-5/+5
* dosfs: Rename fat_entries to lfn_entriesSebastian Huber2017-03-211-20/+20
* dosfs: Fix long file name paddingSebastian Huber2017-03-211-3/+3
* dosfs: msdos_filename_utf8_to_short_name_for_saveSebastian Huber2017-03-211-15/+10
* dosfs: Fix msdos_add_file()Sebastian Huber2017-03-211-245/+155
* dosfs: Simplify msdos_add_file()Sebastian Huber2017-03-211-4/+2
* dosfs: Add and use msdos_lfn_checksum()Sebastian Huber2017-03-213-22/+25
* dosfs: Simplify fat_file_open()Sebastian Huber2017-03-211-3/+1
* dosfs: Simplify msdos_creat_node()Sebastian Huber2017-03-211-21/+14
* dosfs: Fix fat_file_write()Sebastian Huber2017-03-2110-36/+183
* dosfs: Fix msdos_utf8_normalize_and_fold()Sebastian Huber2017-03-212-5/+22
* libio: Fix deadlock in location managementSebastian Huber2017-03-218-15/+19
* Config (.cfg) files are only valid if deeper than 5.Chris Johns2017-03-211-1/+1
* termios: Fix infinite loop in receive pathSebastian Huber2017-02-281-5/+9
* termios: Protect raw input buffer with device lockSebastian Huber2017-02-281-16/+36
* termios: Simplify rtems_termios_read_tty()Sebastian Huber2017-02-281-9/+4
* dosfs: Fix FAT32 formatterSebastian Huber2017-02-281-2/+2
* dosfs: Directories should have a file size of 0Sebastian Huber2017-02-281-1/+6
* Remove old CVS keywordsNick Withers2017-02-152-2/+2
* Fix exception handler for supporting FPUSudarshan Rajagopalan2017-02-151-4/+4
* dosfs: Fix msdos_find_file_in_directory()Sebastian Huber2017-02-142-1/+23
* Change version to 4.11.1.99Sebastian Huber2017-01-264-4/+4
* GRETH: Interrupt Handler Uses Wrong EventsChristian Spindeldreier2017-01-121-1/+1
* Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill2017-01-11339-145987/+1
* virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space CONFIGURE...4.11.14.11.0Tim Cussins2016-11-032-2/+2
* sptests/spclock_err02: Update screen fileSebastian Huber2016-11-021-18/+22
* bsps/arm: do not introduce CPU_CACHE_LINE_BYTES in 4.11 and correct CPU_STRUC...Pavel Pisa2016-10-031-4/+2
* libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES.Pavel Pisa2016-10-031-3/+6
* arm/tms570: document BSP setup with included hardware initialization.Pavel Pisa2016-10-021-22/+100
* arm/tms570: update bootstrap generated preinstall.amPavel Pisa2016-10-021-0/+13
* arm/tms570: include TMS570_USE_HWINIT_STARTUP option to select bare metal sta...Pavel Pisa2016-10-022-0/+26
* arm/tms570: include hardware initialization and selftest based on Ti HalCoGen...Pavel Pisa2016-10-0216-0/+3519
* arm/tms570: define base addresses of all TMS570LS3137 SPI interfaces.Pavel Pisa2016-10-021-1/+5
* bsp/tms570: ensure that change of SCI baudrate is not applied in the middle o...Pavel Pisa2016-10-021-2/+23
* bsp/tms570: regenerate preinstall makefile by bootstrap -p.Pavel Pisa2016-10-021-0/+8
* bsp/tms570: include complete peripheral initialization to SCI driver.Pavel Pisa2016-10-021-2/+36
* bsp/tms570: update pinmux to provide support for initialization lists and cle...Pavel Pisa2016-10-024-69/+196
* bsp/tms570: include package balls and PINMMR registers mapping for TMS570LS31...Pavel Pisa2016-10-022-0/+700
* bsps/arm: Export bsp_start_hook_0_done symbol from ARM start.S.Pavel Pisa2016-10-021-0/+1
* arm/raspberrypi: minimized mainline patch move MMU in front of application im...Pavel Pisa2016-10-022-3/+4
* arm/raspberrypi: change interrupt dispatch and enable to generic vector id ba...Pavel Pisa2016-10-022-43/+94
* arm/raspberrypi: remove duplicate setup of IRQ handler in the main ARM except...Pavel Pisa2016-10-022-21/+0
* arm/raspberrypi: ensure that correct RPI_PERIPHERAL_BASE is provided by raspb...Pavel Pisa2016-10-022-0/+2
* arm/raspberrypi: reorder and update MMU config table to nor force RW section ...Pavel Pisa2016-10-021-9/+22
* arm/raspberrypi: Enable HYP to SVC switch for this BSP.Pavel Pisa2016-10-022-0/+7
* bsps/arm: Support recent bootloaders starting kernel in HYP modePavel Pisa2016-10-025-7/+175