summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/xilinx-versal/linkcmds_lp64.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* aarch64/versal: Support DDRMC0 region 0 and 1Chris Johns2022-07-281-5/+43
| | | | | | | | | | | - Support DDRMC0 region 0 up to 2G in size - Support DDRMC0 region 1 with DDR memory greater than 2G up to the DDRMC0 max amount - Extend the heap with region 1's memory Closes #4684
* bsps/aarch64: Use MMU pages appropriatelyKinsey Moore2022-07-061-3/+3
| | | | | | | | | There were two bugs with MMU page use that were partially hiding each other. The linker script page table section was 4x the size it needed to be and the page table allocation routine was allocating pages PTRSIZE times larger than it needed to. On ILP32, this resulted in incorrect but functional allocation. On LP64, this resulted in allocation failures earlier than expected.
* aarch64/xilinx-versal: new BSPs for qemu and vck190Gedare Bloom2021-06-241-0/+74