summaryrefslogtreecommitdiffstats
path: root/bsps/arm/atsam/start/sdram-config.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-12-15bsp/atsam: Allow to use custom SDRAMChristian Mauderer1-0/+7
With the old build system in RTEMS 5 that was possible by just overwriting BOARD_Sdram_Config and setting a custom ATSAM_MEMORY_SDRAM_SIZE during building the BSP. In the new build system that ATSAM_MEMORY_SDRAM_SIZE is set exclusively by the selected SDRAM chip. This patch adds the possibility to specify a "custom-0x100000" or similar as SDRAM type where the number gives the SDRAM size.
2022-07-08bsps/arm/atsamv: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2022-03-10bsps/arm/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
Updates #4625.
2019-06-21bsp/atsam: Enable configuration of SDRAMC_LPRSebastian Huber1-4/+8
2018-04-20bsps: Move startup files to bspsSebastian Huber1-0/+0
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
2017-11-17bsp/atsam: Add timing for RAM mt48lc16m16a2p-6a.Christian Mauderer1-0/+57
2017-11-17bsp/atsam: Make clock application configurable.Christian Mauderer1-7/+11
2016-09-07bsp/atsam: Add SDRAM IS42S16320F-7BL.Christian Mauderer1-0/+41
2016-09-07bsp/atsam: Move ram init values to structure.Christian Mauderer1-0/+34