summaryrefslogtreecommitdiffstats
path: root/src/core/fdtmem.c
Commit message (Expand)AuthorAgeFilesLines
* [fdtmem] Limit relocation to 32-bit address spaceMichael Brown2025-06-111-3/+16
* [fdtmem] Ignore reservation regions with no fixed addressesMichael Brown2025-05-261-0/+4
* [memmap] Allow explicit colour selection for memory map debug messagesMichael Brown2025-05-251-4/+4
* [memmap] Rename addr/last fields to min/max for clarityMichael Brown2025-05-231-11/+12
* [fdtmem] Allow iPXE to be relocated to the top of the address spaceMichael Brown2025-05-221-1/+2
* [fdtmem] Update to use the generic system memory map APIMichael Brown2025-05-161-142/+128Star
* [fdtmem] Record size of accessible physical address spaceMichael Brown2025-05-141-1/+8
* [riscv] Avoid potentially overwriting the scratch area during relocationMichael Brown2025-05-131-17/+37
* [riscv] Relocate to a safe physical address on startupMichael Brown2025-05-121-1/+13
* [fdtmem] Add ability to parse FDT memory map for a relocation addressMichael Brown2025-05-111-0/+357