summaryrefslogtreecommitdiffstats
path: root/c/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gen68302: Add doxygen headers.Toma Radu2013-12-303-0/+32
|
* m32rsim: Add doxygen headers.Szkocsovszki Zsolt2013-12-303-3/+45
|
* m68k_csb360: doxygen improvementToma Radu2013-12-303-0/+32
| | | | Add doxygen to the header files in the m68k/cdb360 directory.
* libbsp misc: Fix comment formattingJoel Sherrill2013-12-304-36/+33
|
* m32cbsp: Add doxygen headers.Szkocsovszki Zsolt2013-12-302-1/+31
|
* i386/pc386: Add doxygen file headers.Toma Radu2013-12-3014-7/+119
|
* h8sim: Add Doxygen directivesSzkocsovszki Zsolt2013-12-282-1/+31
|
* libbsp/m68k: Add doxygen to m68k shared files.Szkocsovszki Zsolt2013-12-263-4/+45
|
* lm32_milkymist: improve doxygenToma2013-12-242-0/+24
| | | | Add doxygen to the header files in the /lm32/milymist/include directory.
* lm32_evr: improve doxygenToma2013-12-244-0/+40
| | | | Add doxygen to the header files in the /lm32/lm32_evr/include directory.
* bfin_eZKit533: added new doxygenDaniel Ramirez2013-12-243-37/+102
|
* bfin_TLL6527: added new doxygenDaniel Ramirez2013-12-244-23/+96
|
* mips/shared: added new doxygenDaniel Ramirez2013-12-236-100/+304
|
* i386: shared: Add doxygenChirayu Desai2013-12-239-116/+252
|
* lm32: Enhance Doxygen #2Chirayu Desai2013-12-233-10/+29
|
* lm32: Add doxygenChirayu Desai2013-12-2321-10/+302
|
* 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
|
* Filesystem: Use default kqfilter and poll handlerSebastian Huber2013-12-201-0/+2
|
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-201-1/+3
| | | | | | | | | The readv() and writev() support was implemented in terms of multiple calls to the read and write handlers. This imposes a problem on device files which use an IO vector as single request entity. For example a low-level network device (e.g. BPF(4)) may use an IO vector to create one frame from multiple protocol layers each with its own IO vector entry.
* 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.
* bsp/genmcf548x: Increase network TX FIFO watermarkSebastian Huber2013-12-161-2/+2
| | | | This prevents frequent transmit FIFO errors.
* bsp/genmcf548x: Fix network FIFO error handlingSebastian Huber2013-12-161-576/+439
| | | | | Use a buffer handling similar to the MPC5200B FEC driver to cope with FIFO errors.
* bsp/genmcf548x: Use bsp_interrupt_vector_enable()Sebastian Huber2013-12-163-28/+9
|
* bsp/genmcf548x: Add initial values for INTC_ICRnSebastian Huber2013-12-167-33/+41
| | | | | According to the manual the application must use unique and non-overlapping level and priority definitions for enabled interrupts.
* bsp/genmcf548x: Add interrupt extension supportSebastian Huber2013-12-164-0/+340
|
* bsps/m68k: Add and use linkcmds.baseSebastian Huber2013-12-1612-514/+503
|
* bsps: Simplify FreeBSD linker setsSebastian Huber2013-12-167-94/+34
|
* bsps/arm: Use ALIGN_WITH_INPUTSebastian Huber2013-12-163-119/+88
| | | | This requires at least Binutils 2.24.
* bsps/powerpc: Use ALIGN_WITH_INPUTSebastian Huber2013-12-165-168/+101
| | | | This requires at least Binutils 2.24.
* bsp: Move bspstart.c to sh/shared/startup/Szkocsovszki Zsolt2013-12-145-4/+4
|
* arm: Enhance Doxygen for csb336,csb337 and gdbarmsimChirayu Desai2013-12-145-0/+41
|
* arm: realview-pbx-a9: Add doxygenChirayu Desai2013-12-133-0/+50
|
* PR1960: ERC32_Is_interrupt_masked for ERC32 in erc32.hHelder Silva2013-12-111-1/+1
| | | | | | | | | | The function-like macro ERC32_Is_interrupt_masked defined as: (ERC32_MEC.Interrupt_Masked & (1 << (_source))) The ERC32_MEC is of type ERC32_Register_Map structure and Interrupt_Masked does not exist in structure, instead Interrupt_Mask exists. Update the macro accordingly.
* 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-0917-41/+111
|