aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/lib/fdt_fixup.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-24riscv: Remove common.h usageTom Rini1-1/+0
2021-10-13fdtdec: Support reserved-memory flagsThierry Reding1-1/+1
2021-10-13fdtdec: Support compatible string list for reserved memoryThierry Reding1-1/+1
2021-10-07riscv: Fix setting no-map in reserved memory nodesSamuel Holland1-4/+1
2021-05-17riscv: Fix arch_fixup_fdt always failing without /chosenSean Anderson1-4/+7
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-09-22fdtdec: optionally add property no-map to created reserved memory nodeEtienne Carriere1-1/+1
2020-07-03riscv: use log functions in fdt_fixupHeinrich Schuchardt1-6/+8
2020-07-03riscv: Use optimized version of fdtdec_get_addr_size_no_parentAtish Patra1-3/+3
2020-07-03riscv: Do not return error if reserved node already existsAtish Patra1-1/+1
2020-07-02riscv: Expand the DT size before copy reserved memory nodeBin Meng1-0/+12
2020-07-02riscv: Avoid the reserved memory fixup if src and dst point to the same placeBin Meng1-4/+8
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-23riscv: Move all fdt fixups togetherAtish Patra1-0/+33
2020-04-23riscv: Setup reserved-memory node for FU540Atish Patra1-0/+15
2020-04-23riscv: Provide a mechanism to fix DT for reserved memoryAtish Patra1-0/+102