summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/qoriq: Avoid NULL pointer accessSebastian Huber2013-05-271-5/+11
|
* bsps/arm: Add CLOCK_DRIVER_USE_FAST_IDLE optionSebastian Huber2013-05-272-0/+12
|
* bsps/arm: Move .fast_text sectionSebastian Huber2013-05-271-9/+9
| | | | | | | Move the .fast_text section after the .vector section. The .fast_test section is normally not empty in case some functions should execute from an internal SRAM. This would be also the area for the .vector section. The vector table must be the first content of such an area.
* bsps: Update due to linker changesSebastian Huber2013-05-278-170/+268
| | | | | | | In case the VMA and LMA regions differ, the LMA start address is now no longer aligned with the alignment of the input sections: http://sourceware.org/bugzilla/show_bug.cgi?id=15222
* smp: Add maximum_processors field to configSebastian Huber2013-05-162-7/+7
| | | | | | | Delete rtems_configuration_get_smp_maximum_processors(). Delete rtems_configuration_smp_maximum_processors variable. Add maximum_processors field to rtems_configuration_table if RTEMS_SMP is defined. Add rtems_configuration_get_maximum_processors().
* Add c++ guard to header.Daron Chabot2013-05-161-0/+8
|
* arm: Support VFP-D32 and NeonSebastian Huber2013-05-103-2/+22
|
* bsp/xilinx-zynq: New BSPSebastian Huber2013-05-0618-0/+1102
|
* bsps/arm: Fix register usageSebastian Huber2013-05-061-1/+1
|
* bsps/arm: Add shared GIC tmtests/tm27 supportSebastian Huber2013-05-064-58/+87
|
* bsps/arm: Remove superfluous parameterSebastian Huber2013-05-063-6/+3
|
* bsp/raspberrypi: Use shared start codeSebastian Huber2013-05-061-60/+2
|
* bsp/lm3s69xx: Fix initialization valueSebastian Huber2013-05-061-1/+1
|
* bsp/lm3s69xx: Use interrupts for UART receiveEugeniy Meshcheryakov2013-05-061-12/+47
| | | | This makes continuous UART polling unnecessary.
* bsp/lm3s69xx: More access macros for UART data registerEugeniy Meshcheryakov2013-05-061-0/+2
| | | | | Add mask for receive error bits and getter macro for the data field.
* bsp/raspberrypi: Enable unaligned accessAlan Cudmore2013-05-061-1/+1
|
* bsp/realview-pbx-a9: New BSPSebastian Huber2013-05-0325-0/+1894
|
* bsps/arm: Copy vector table only if necessarySebastian Huber2013-05-031-0/+4
|
* bsps/arm: Move .vector sectionSebastian Huber2013-05-031-38/+38
| | | | | The .vector section contains read-write data (several mode stacks). Move it to the read-write data area.
* bsps/arm: Move CP15 start initializationSebastian Huber2013-05-034-121/+140
|
* bsps/arm: Support ARMv7 VMSA sections and controlSebastian Huber2013-05-031-4/+29
|
* bsps/arm: Add arm_cp15_set_exception_handler()Sebastian Huber2013-05-032-0/+55
|
* bsps/arm: Add arm_cp15_set_trans*_table_entries()Sebastian Huber2013-05-034-39/+34
|
* bsps/arm: Add arm_cp15_mmu_disable()Sebastian Huber2013-05-031-0/+46
|
* bsps/arm: Add arm_cp15_get_min_cache_line_size()Sebastian Huber2013-05-031-6/+26
|
* bsps/arm: Add and use bsp_translation_table_baseSebastian Huber2013-05-033-10/+11
|
* bsps/arm: Move implementation to inline functionsSebastian Huber2013-05-038-74/+49
|
* i386: PR2010: Remove pc386 BSPs using soft-floatJoel Sherrill2013-05-013-54/+2
| | | | | i386 soft-float is no longer supported by gcc. Dropping all references to soft-float in the pc386 BSP.
* bsp/mpc55xx: Avoid empty enumSebastian Huber2013-04-291-0/+2
|
* bsp/lm3s69xx: New BSP variantsEugeniy Meshcheryakov2013-04-2622-136/+1286
| | | | Add support for LM3S3749.
* libcsupport: Rename open_dev_console()Sebastian Huber2013-04-261-1/+1
| | | | | Rename open_dev_console() to rtems_libio_post_driver(). Rename rtems_libio_supp_helper to rtems_libio_post_driver_helper.
* libcsupport: Make LibIO helper constSebastian Huber2013-04-262-9/+2
| | | | | Add and use rtems_libio_helper function type. Add and use rtems_libio_helper_null() instead of NULL pointer.
* bsp/mpc55xx: Add MMU tag translate initializerSebastian Huber2013-04-251-3/+6
|
* bsp/mpc5200: New BSP variant BRS6LSebastian Huber2013-04-237-19/+114
|
* bsp/mpc5200: Change SDRAM initializationSebastian Huber2013-04-231-42/+112
| | | | Change SDRAM initialization according to application note AN3221.
* bsp/mpc5200: Set SDELAY registerSebastian Huber2013-04-231-0/+7
|
* bsp/mpc5200: Move CSBOOTROM_VAL definitionSebastian Huber2013-04-231-6/+5
|
* bsp/mpc5200: Move commentSebastian Huber2013-04-231-1/+9
|
* bsp/mpc5200: Change ADREN register definesSebastian Huber2013-04-231-4/+4
|
* bsp/mpc5200: Remove Erratum 342/339 commentSebastian Huber2013-04-231-14/+0
|
* bsp/mpc5200: Set XLB timeout valuesSebastian Huber2013-04-231-0/+6
|
* bsp/mpc5200: Do not initialize debug registersSebastian Huber2013-04-231-20/+0
|
* bsp/mpc5200: Add and use enable_bat_4_to_7()Sebastian Huber2013-04-231-6/+8
|
* bsp/mpc5200: Fix cache handlingSebastian Huber2013-04-232-18/+6
|
* bsp/mpc5200: Add MPC5200_BOARD prefixSebastian Huber2013-04-236-27/+49
|
* D-cache clean&&invalidate for Tiny6410Peng Fan2013-04-171-0/+21
|
* bsp/mpc55xx: TypoSebastian Huber2013-04-171-1/+1
|
* bsp/mpc55xx: eDMA API changesSebastian Huber2013-04-085-183/+485
|
* bsp/mpc55xx: Add alternative register layoutSebastian Huber2013-04-081-0/+17
|
* bsp/mpc55xx: Add PCR index enumerationSebastian Huber2013-04-082-2/+267
|