summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libbsp misc: Fix comment formattingJoel Sherrill2013-12-303-18/+18
|
* arm_stm32f4: added new doxygenDaniel Ramirez2013-12-2214-8/+319
|
* libbsp/arm: add doxygen to arm shared headersSzkocsovszki Zsolt2013-12-2215-0/+127
|
* arm_xilinx-zynq: added new doxygenDaniel Ramirez2013-12-226-90/+261
|
* rtl22xx: delete extra temporary file.Gedare Bloom2013-12-221-218/+0
|
* arm_rtl22xx: added new doxygenDaniel Ramirez2013-12-223-83/+479
|
* arm_smdk2410: added new doxygenDaniel Ramirez2013-12-221-0/+12
|
* arm_gp32: added new doxygenDaniel Ramirez2013-12-222-17/+54
|
* arm_edb7312: added new doxygenDaniel Ramirez2013-12-223-16/+135
|
* gumstix: added new doxygenDaniel Ramirez2013-12-223-119/+324
|
* arm/gba: doxygen improvementToma2013-12-198-19/+69
| | | | | Add doxygen to the header files in the arm/gba include, irq, and console directories.
* arm/a9mpcore: Add support to get the clock via a weak linkage function.Chris Johns2013-12-193-3/+46
| | | | | | This allows an application to provide a localised clock freq with needing to go down the BSP opts path. This is important with the Zynq where the Xilinx tools generate the frequency.
* arm/zynq: Add support for application supplied MMU tables.Chris Johns2013-12-193-31/+63
| | | | | Users can provide a zynq_setup_mmu_and_cache function that sets up the MMU. The Zynq's PL logic means users can vary the MMU.
* Fix the broken conflict from the revert.Chris Johns2013-12-191-12/+6
|
* Revert "bsps/arm: Use ALIGN_WITH_INPUT"Chris Johns2013-12-193-84/+130
| | | | | | | This reverts commit 287bbb65afd24ffc6254ae5f328733213f184205. Conflicts: c/src/lib/libbsp/arm/shared/startup/linkcmds.base
* arm_lm3s69xx: improve doxygenToma Radu2013-12-177-0/+112
| | | | Add doxygen to the header files in the arm/lm3s69xx/include directory.
* bsps: Simplify FreeBSD linker setsSebastian Huber2013-12-161-13/+4
|
* bsps/arm: Use ALIGN_WITH_INPUTSebastian Huber2013-12-163-119/+88
| | | | This requires at least Binutils 2.24.
* arm: Enhance Doxygen for csb336,csb337 and gdbarmsimChirayu Desai2013-12-145-0/+41
|
* arm: realview-pbx-a9: Add doxygenChirayu Desai2013-12-133-0/+50
|
* arm/xilinx__zynq: Support application based clock freq.Chris Johns2013-12-101-2/+110
| | | | | | | Provide a weak call to a clock freq routine to allow the application to supply the freq defined in the Xilinx generated source. Add code to calculate the baud rate.
* arm/xilinx_zynq: Add bsp_translation_table_end to the linker script.Chris Johns2013-12-101-0/+1
|
* arm shared: Add bsp_translation_table_end the linker symbols.Chris Johns2013-12-101-0/+1
|
* doxygen: refactored doxygen in libbsp to illustrate new rule setDaniel Ramirez2013-12-095-14/+21
|
* arm: csb337: Add doxygenChirayu Desai2013-12-094-2/+47
|
* arm: csb336: Add doxygenChirayu Desai2013-12-083-2/+38
|
* arm: gdbarmsim: Add doxygenChirayu Desai2013-12-072-1/+31
|
* doxygen: refactored doxygen in libbsp/arm/lpc32xxDaniel Ramirez2013-11-2926-32/+52
| | | | | | | | This patch refactors a lot of the existing doxygen within libbsp/arm/lpc32xx. Much of this refactoring was just renaming of existing groups to conform to a more consistent naming structure. With the addition of a doxygen header for tm27.h, all files within lpc32xx belong to doxygen group now. lpc32xx should be used a reference for adding doxygen to other bsps.
* raspberrypi doxygen refactoringDaniel Ramirez2013-11-2715-23/+105
|
* gumstix: Move bsp_reset() to gumstix/startup/bspreset.cDaniel Ramirez2013-11-223-9/+21
|
* select.h, rtems_select.c, nds select: Add restrict keywordDaniel Ramirez2013-11-201-1/+2
|
* bsps/arm: Fix Cortex-A9 MPCore nanoseconds handlerSebastian Huber2013-11-141-1/+1
|
* bsp/realview-pbx-a9: Add Ethernet module memorySebastian Huber2013-11-131-0/+4
|
* bsp/realview-pbx-a9: Add NULL pointer protectionSebastian Huber2013-10-314-36/+13
| | | | | Qemu Git version 8641136c54d216edb5bb8ef723c754039b4c5cf3 or later is required.
* bsps/arm: Add ARMV7_CP15_START_DEFAULT_SECTIONSSebastian Huber2013-10-273-82/+46
|
* bsps/arm: ARMV7_MMU_DATA_READ_WRITE_SHAREABLESebastian Huber2013-10-273-36/+18
| | | | | Delete ARMV7_MMU_DATA_READ_WRITE_SHAREABLE and move RTEMS_SMP specific MMU attribute settings to arm-cp15.h.
* bsps: Add simple console output charSebastian Huber2013-10-272-31/+1
|
* Modify raspberrypi mm_config_table to map GPIO and registers.Hesham AL-Matary2013-10-271-2/+6
| | | | | | | Changes include reverting back to setting all page-table section entries as invalid and modify mm_config_table to apply the correct memory attributes for raspbberypi memory sections at startup. The newly added entry at mm_config_table maps raspberrypi GPIO and other registers found at raspberrypi.h
* bsps/arm: Move some MMU bit settingsSebastian Huber2013-10-272-2/+3
| | | | | | | The function arm_cp15_start_setup_translation_table_and_enable_mmu_and_cache() must only set the MMU and cache enable flags. Configuration flags must be set elsewhere.
* bsps/arm: Init trans tbl with invalid entriesSebastian Huber2013-10-271-2/+2
|
* bsp/stm32f4: Bugfix for I2C driver.Christian Mauderer2013-10-241-1/+1
|
* bsp/stm32f4: Add a simple I2C-driver.Christian Mauderer2013-10-2410-0/+612
|
* bsp/stm32f4: Bugfix for io-initialisation.Christian Mauderer2013-10-241-1/+1
|
* bsp/stm32f4: Header for f10xxx EXTI.Christian Mauderer2013-10-244-0/+43
|
* Shared MMU initialization for ARM BSPs and RaspberryPi MMU supportHesham AL-Matary2013-10-037-31/+131
| | | | | | | Add support for MMU initialization for RaspberryPi. Introduce new shared MMU configuration table that can be used by other BSPs that call the arm_cp15_start_setup_translation_table_and_enable_mmu_and_cache function. Demonstrate the use of the generic table with RaspberryPi.
* bsp/stm32f4: Add STM32F10XXX support.Christian Mauderer2013-09-1917-145/+758
|
* raspberrypi.cfg: Remove CVS IdJoel Sherrill2013-09-161-2/+0
|
* bsps/arm: Fix exception entriesRic Claus2013-09-161-2/+2
|
* bsp/lm4f120: new BSP to support TI LM4F120 XL LaunchPad boardKarel Gardas2013-09-028-11/+121
|
* bsp/xilinx-zynq: Add cache supportRic Claus2013-08-262-2/+888
|