summaryrefslogtreecommitdiffstats
path: root/bsps/shared/start/bsp-fdt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Avoid use of memcpy() in bsp_fdt_copy()Sebastian Huber2022-01-191-1/+1
| | | | | The memcpy() function may be not loaded at the time bsp_fdt_copy() is called.
* Fix device tree blob alignmentSebastian Huber2022-01-111-4/+4
| | | | A device tree blob must be aligned on an 8-byte boundary.
* bsps/fdt: Make sure data is cache alignedChristian Mauderer2020-07-311-3/+5
| | | | | The cache of the fdt blob is flushed after copy. Therefore it should be aligned.
* bsps: Move bsp-fdt.c to bspsSebastian Huber2018-04-161-0/+65
This patch is a part of the BSP source reorganization. Update #3285.