summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* sparc shared: improve doxygenToma Radu2013-12-074-8/+9
| | | | Add doxygen to the header files in sparc/shared/include directory.
* virtex4: Move start.S to virtex4/start/start.SDaniel Ramirez2013-12-062-1/+1
|
* tqm8xx: Move start.S to tqm8xx/start/start.SDaniel Ramirez2013-12-062-1/+1
|
* virtex5: Move start.S to virtex5/start/start.SDaniel Ramirez2013-12-062-1/+1
|
* powerpc/ss555: move startup/start.S to start/start.SChirayu Desai2013-12-063-2/+2
|
* libcpu/powerpc/mpc5xx: use THREAD_DISABLE_DISPATCH_LEVEL in asmChirayu Desai2013-12-061-13/+13
|
* powerpc: mbx8xx: move starup/start.S to start/start.SChirayu Desai2013-12-062-1/+1
|
* erc32: improve doxygenToma Radu2013-12-044-0/+25
| | | | Add doxygen to the bsp.h, tm27.h, erc32.h and irq.h files.
* leon3: fix doxygen description for bsp.hGedare Bloom2013-12-041-1/+1
|
* leon3: improve doxygenToma Radu2013-12-044-1/+23
| | | | Add doxygen to the bsp.h, tm27.h, amba.h and leon.h files
* sparc: refactored shared/start.S to shared/start/start.SDaniel Ramirez2013-12-035-4/+4
|
* leon2: fix typo in doxygenGedare Bloom2013-12-031-1/+1
|
* leon2: improve doxygenToma Radu2013-12-032-0/+12
| | | | Add doxygen to the cchip.c & leon_open_eth.c files.
* m68k: refactored shared/start.S to shared/start/start.SDaniel Ramirez2013-12-038-7/+9
|
* libbsp: refactored sparc/shared/bspgetworkarea.c to ↵Daniel Ramirez2013-12-034-3/+3
| | | | | | sparc/shared/startup/bspgetworkarea.c * refactored sparc/shared/bspgetworkarea.c to sparc/shared/startup/bspgetworkarea.c
* bsps/powerpc: Unconditionally clear reservationsSebastian Huber2013-12-031-7/+8
|
* bsp/qoriq: Use System V small-data areaSebastian Huber2013-12-031-1/+1
|
* powerpc: motorola: Move bspreset.c to startup/Chirayu Desai2013-12-022-3/+3
| | | | * Move shared/console/bspreset.c to motorola_powerpc/startup/bspreset.c
* leon2_doxygen_1Radu2013-12-0220-3/+121
|
* sparc/leon3: Add doxygen.Radu Toma2013-12-017-19/+40
|
* sparc/shared/irq_asm.S: Get pointer to self per-CPU controlDaniel Hellstrom2013-11-301-0/+1
| | | | | | | | _CPU_Context_switch_to_first_task_smp() branches to done_flushing which requires o3 to be initalized with "self per-CPU control", this adds initialization of o3. This problem only affects SMP, see commit f8ad6c6f7f8b591e were usage of o3 was intruduced.
* doxygen: refactored doxygen in libbsp/arm/lpc32xxDaniel Ramirez2013-11-2929-48/+54
| | | | | | | | 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-2716-48/+135
|
* powerpc/mpc55xxevb: Move bspworkarea.c to bspgetworkarea.cChirayu Desai2013-11-242-1/+1
| | | | Fixes commit 571216aceef5d59bec8022f119a0cecf97544f6f
* mpc55xxevb: Move start.S to mpc55xxevb/start/start.SDaniel Ramirez2013-11-232-1/+1
|
* beatnik: Move bsp_reset() to beatnik/startup/bspreset.cDaniel Ramirez2013-11-232-1/+1
|
* powerpc/mpc55xxevb: Move bspworkareainit.c to bspgetworkarea.cChirayu Desai2013-11-232-1/+1
| | | | * Move bsp_work_area_initialize()
* powerpc/mpc55xxevb: Move startup/reset.c to startup/bspreset.cChirayu Desai2013-11-232-1/+1
|
* 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
|
* powerpc: Add r2 to CPU contextSebastian Huber2013-11-182-1/+7
| | | | The r2 may be used for thread-local storage.
* sparc/../irq-shared.c: Fix compilation for SMP when not LEON3Joel Sherrill2013-11-141-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/ngmp: New BSP variantSebastian Huber2013-11-134-0/+25
|
* bsp/leon3: Enable linker script variantsSebastian Huber2013-11-134-4/+11
|
* bsp/leon3: Delete unused LEON_REG symbolSebastian Huber2013-11-131-7/+0
|
* bsp/realview-pbx-a9: Add NULL pointer protectionSebastian Huber2013-10-314-36/+13
| | | | | Qemu Git version 8641136c54d216edb5bb8ef723c754039b4c5cf3 or later is required.
* SPARC BSPs: disable interrupts as early as possibleDaniel Hellstrom2013-10-311-2/+2
| | | | | | | | | There is no point having interrupts enabled before reaching boot_card() that disables interrupt. We better have it off all the time. It is required to turn off interrupt on secondary CPUs in an SMP system.
* LEON3 SMP: remove compiler warning from __delay() declarationDaniel Hellstrom2013-10-311-1/+1
|
* LEON3 SMP: CPU ack irq on trap vector entry executionDaniel Hellstrom2013-10-311-1/+0
|
* LEON3_MP ISR: shared-IRQ setup overwrite SMP/MP ISR trap handlerDaniel Hellstrom2013-10-311-0/+5
| | | | | | Basically the shared-irq handler overwrite the SMP/MP traphandler previously initialized with set_vector(). That caused IPIs to enter BSP spurious handler.
* bsps/arm: Add ARMV7_CP15_START_DEFAULT_SECTIONSSebastian Huber2013-10-273-82/+46
|
* bsps/arm: ARMV7_MMU_DATA_READ_WRITE_SHAREABLESebastian Huber2013-10-274-41/+27
| | | | | 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-273-31/+47
|