summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/altera-cyclone-v (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/altera-cyclone-v: Remove debug outputSebastian Huber2017-03-081-2/+0
|
* Rename is_internal to always_set_to_falseSebastian Huber2016-12-121-1/+1
| | | | Update #2825.
* libbsp/arm: Fix ARM BSPs missing the bsp_translation_table_end symbol.Chris Johns2016-08-231-0/+1
| | | | Closes #2775.
* libchip: Simplify RTC driverSebastian Huber2016-07-041-2/+0
|
* bsps: Include missing <rtems/bspIo.h>Sebastian Huber2016-06-241-0/+2
|
* libchip: Remove dwmac network interface driverSebastian Huber2016-05-313-1260/+0
| | | | | The network interface driver for this module is located in the new network stack (libbsd), see file "if_dwc.c".
* arm/altera-cyclone-v: Remove include of <rtems/console.h> from <bsp.h> and ↵Joel Sherrill2016-03-291-1/+0
| | | | fix warnings
* arm/altera-cyclone-v/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2016-03-251-1/+0
|
* Use linker set for libio initializationSebastian Huber2016-02-031-2/+0
| | | | Update #2408.
* arm/altera-cyclone-v: Add per-section compilation and linking supportAun-Ali Zaidi2016-01-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The size of the sample executables without this option were: text data bss dec hex filename 102224 1896 1071540512 1071644632 3fdfffd8 minimum.exe 114052 2012 1071528560 1071644624 3fdfffd0 base_sp.exe 124228 2100 1071518284 1071644612 3fdfffc4 nsecs.exe 156660 2488 1071485472 1071644620 3fdfffcc capture.exe 171712 2032 1071470888 1071644632 3fdfffd8 cdtest.exe 152916 2388 1071489312 1071644616 3fdfffc8 paranoia.exe 107132 1980 1071535512 1071644624 3fdfffd0 hello.exe 421588 5924 1071217120 1071644632 3fdfffd8 fileio.exe 116652 2012 1071525960 1071644624 3fdfffd0 ticker.exe 205796 6784 1071432044 1071644624 3fdfffd0 loopback.exe 442992 2240 1071199404 1071644636 3fdfffdc cxx_iostream.exe 332816 12900 1071298908 1071644624 3fdfffd0 pppd.exe 116180 2036 1071526400 1071644616 3fdfffc8 unlimited.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 24988 1280 1071618360 1071644628 3fdfffd4 minimum.exe 67872 1940 1071574804 1071644616 3fdfffc8 base_sp.exe 81480 2028 1071561132 1071644640 3fdfffe0 nsecs.exe 133340 2408 1071508888 1071644636 3fdfffdc capture.exe 140428 1960 1071502236 1071644624 3fdfffd0 cdtest.exe 120388 2316 1071521936 1071644640 3fdfffe0 paranoia.exe 73212 1900 1071569528 1071644640 3fdfffe0 hello.exe 392652 5852 1071246120 1071644624 3fdfffd0 fileio.exe 70472 1940 1071572204 1071644616 3fdfffc8 ticker.exe 175352 6624 1071462652 1071644628 3fdfffd4 loopback.exe 290832 2160 1071351628 1071644620 3fdfffcc cxx_iostream.exe 294284 12696 1071337640 1071644620 3fdfffcc pppd.exe 69124 1956 1071573552 1071644632 3fdfffd8 unlimited.exe
* bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber2015-12-101-1/+0
| | | | | | Use the bsp_predriver_hook() instead. Update #2408.
* bsp/altera-cyclone-v: Add fatal extension handlerSebastian Huber2015-11-243-18/+45
|
* bsps: Add .nocacheheap sectionSebastian Huber2015-10-081-3/+3
| | | | | This avoids consumption of a loadable address space for the nocache heap.
* Multiple bsp_specs: Change *(old_endfile) to %(old_endfile)Joel Sherrill2015-05-211-1/+1
| | | | | | Fix typo. closes 2345.
* bsp/altera-cyclone-v: Add RTC driverThomas Volgmann2015-04-101-144/+622
|
* bsp/altera-cyclone-v: Fix define usageSebastian Huber2015-04-021-1/+1
|
* bsp/altera-cyclone-v: TypoSebastian Huber2015-03-251-3/+3
|
* bsp/altera-cyclone-v: Use proper free functionSebastian Huber2015-01-231-1/+1
|
* Update bug report URLSebastian Huber2014-12-051-1/+1
|
* bsps/arm: Add .nocache sectionSebastian Huber2014-11-279-182/+11
| | | | | This section can be use to provide a cache coherent memory area via rtems_cache_coherent_add_area().
* bsps/arm: Enable L2C for Cortex-A9 MPCore BSPsSebastian Huber2014-11-203-47/+7
|
* bsps/arm: L2C 310 add compile time checksSebastian Huber2014-11-201-2/+4
| | | | Simplify initialization. Replace some assert() with fatal errors.
* bsps/arm: L2C 310 rename BSP_ARM_L2CC_BASESebastian Huber2014-11-201-1/+1
| | | | Rename BSP_ARM_L2CC_BASE to BSP_ARM_L2C_310_BASE.
* libchip/serial: Add alternative NS16550 driverSebastian Huber2014-10-072-95/+71
| | | | Use the Termios device API.
* bsps: Fix build errorSebastian Huber2014-09-182-5/+0
| | | | Fix build error introduced in f535fe5311978af53635c2da8e5cb10ef9d78802.
* bsps/arm: Add a9mpcore_clock_initialize_early()Sebastian Huber2014-09-101-0/+2
| | | | | This is necessary to use the CPU counter converter even in case no clock driver is present, e.g. in tmcontext01.
* bsp/altera-cyclone-v: Add BSP_USE_UART_INTERRUPTSSebastian Huber2014-09-102-3/+12
|
* bsps/arm: Do not build unused fileSebastian Huber2014-09-081-1/+0
|
* Regenerate all preinstall.am files.Chris Johns2014-08-291-3/+3
| | | | | With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
* Regenerate all preinstall.am files.Joel Sherrill2014-08-281-7/+7
| | | | | Apparently, at some point automake output changed and these were not updated.
* preinstall: Regenerated files differ from the repo.Chris Johns2014-08-281-6/+6
|
* bsp/altera-cyclone-v: Add DMA support hwlib filesSebastian Huber2014-08-2617-7/+21297
|
* bsp/altera-cyclone-v: Update to hwlib 13.1Sebastian Huber2014-08-2616-3841/+8786
| | | | This version is distributed with SoC EDS 14.0.0.200.
* libchip/dwmac: Make PHY address user configurableChristian Mauderer2014-08-221-0/+28
| | | | | | This patch allows the user to configure the PHY address for the DWMAC driver by giving a pointer to a dwmac_user_cfg structure to network stack via rtems_bsdnet_ifconfig::drv_ctrl.
* bsp/altera-cyclone-v: Add RTC driver.Christian Mauderer2014-08-114-4/+381
|
* bsp/altera-cyclone-v: Add a simple I2C driver.Christian Mauderer2014-08-1111-7/+10389
|
* bsp/altera-cyclone-v: Add socal from hwlib.Christian Mauderer2014-08-112-2/+60
| | | | Some of the headers from the hwlib need the files from the socal subdirectory.
* bsp/altera-cyclone-v: Move MMU configuration tableSebastian Huber2014-07-013-20/+37
| | | | This makes it possible to use application specific version.
* bsp/altera-cyclone-v: Enable unified L2 cacheSebastian Huber2014-06-062-1/+12
|
* bsp/altera-cyclone-v: Move SMP supportSebastian Huber2014-06-063-54/+94
|
* bsp/altera-cyclone-v: Simplify start hooksSebastian Huber2014-06-061-120/+25
| | | | Use arm_a9mpcore_start_hook_0(). The L2 cache is now disabled.
* bsp/altera-cyclone-v: Change default baudSebastian Huber2014-06-061-1/+1
| | | | Use value for standard U-Boot.
* bsp/altera-cyclone-v: Use NOLOAD for nocache secSebastian Huber2014-06-061-1/+1
|
* bsp/altera-cyclone-v: Simplify MMU config tableSebastian Huber2014-06-061-2/+1
|
* bsps/arm: Define ARM_CP15_TEXT_SECTIONSebastian Huber2014-06-061-1/+3
| | | | | Define ARM_CP15_TEXT_SECTION to BSP_START_TEXT_SECTION so that the start code is in the right section.
* bsp/altera-cyclone-v: CleanupRalf Kirchner2014-05-281-3/+3
|
* bsp/altera-cyclone-v: Reduce size of nocache heapRalf Kirchner2014-05-282-4/+4
| | | | Network mbufs and clusters now are cached. Thus the nocache heap can get reduced to 1 MByte.
* bsp/altera-cyclone-v: Cache mbufs and clustersRalf Kirchner2014-05-281-12/+0
|
* bsp/altera-cyclone-v: Enable L2 cache for network driverRalf Kirchner2014-05-281-1/+14
|
* bsp/altera-vyclone-v: Broadcast cache maintenancesRalf Kirchner2014-05-281-3/+3
|