summaryrefslogtreecommitdiff
path: root/arch/riscv/lib/fdt_fixup.c
Commit message (Expand)AuthorAgeFilesLines
* riscv: Fix arch_fixup_fdt always failing without /chosenSean Anderson2021-05-171-4/+7
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* fdtdec: optionally add property no-map to created reserved memory nodeEtienne Carriere2020-09-221-1/+1
* riscv: use log functions in fdt_fixupHeinrich Schuchardt2020-07-031-6/+8
* riscv: Use optimized version of fdtdec_get_addr_size_no_parentAtish Patra2020-07-031-3/+3
* riscv: Do not return error if reserved node already existsAtish Patra2020-07-031-1/+1
* riscv: Expand the DT size before copy reserved memory nodeBin Meng2020-07-021-0/+12
* riscv: Avoid the reserved memory fixup if src and dst point to the same placeBin Meng2020-07-021-4/+8
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* riscv: Move all fdt fixups togetherAtish Patra2020-04-231-0/+33
* riscv: Setup reserved-memory node for FU540Atish Patra2020-04-231-0/+15
* riscv: Provide a mechanism to fix DT for reserved memoryAtish Patra2020-04-231-0/+102