summaryrefslogtreecommitdiff
path: root/common/fdt_support.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-26fdt_support: Add kernel-doc for fdt_fixup_memory_banks()Michal Simek1-0/+18
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-06-23spl: fit: Also record architecture in /fit-imagesMichal Simek1-1/+3
2021-05-13fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.cKory Maincent1-0/+46
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi1-4/+2
2021-05-04fdt_support.c: Allow late kernel cmdline modificationNiko Mauno1-1/+11
2021-03-05common: fdt_support: Support special case of PCI address in fdt_read_prop()Bin Meng1-3/+17
2021-02-20fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara1-8/+1
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne1-0/+73
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi1-2/+4
2020-10-27spl: fdt: Record load/entry fit-images entries in 64bit formatMichal Simek1-7/+2
2020-10-27spl: Use standard FIT entriesMichal Simek1-2/+2
2020-07-25fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada1-7/+10
2020-07-25fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada1-3/+8
2020-07-25fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada1-2/+2
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-20/+12
2020-07-20fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada1-7/+10
2020-07-20fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada1-3/+8
2020-07-20fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2019-12-06common: fdt_support: add support for setting usable memoryIgor Opaniuk1-0/+35
2019-10-27fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot1-1/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-07-24common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges()Marek Vasut1-11/+14
2019-07-24fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not foundMasahiro Yamada1-1/+1
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne1-0/+6
2019-05-22common: fdt_support: Check mtdparts cell sizeStefan Mavrodiev1-9/+22
2019-05-10fdt_shrink_to_minimum: do not mark fdt space reserved unconditionallySimon Goldschmidt1-4/+8
2019-04-12fdt: Remove duplicate codeThierry Reding1-6/+0
2019-01-15common: fdt_support: print hexadecimal numbers in debugSekhar Nori1-2/+2
2018-12-02fdt_support: fdt reservations on the sandboxHeinrich Schuchardt1-1/+2
2018-09-11Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-10/+7
2018-08-16fdt_support: Use CONFIG_NR_DRAM_BANKS if necessaryRamon Fried1-0/+4
2018-08-07common: fdt: Make fdt_del_subnodes/fdt_del_partition staticMichal Simek1-2/+2
2018-07-28Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined"Ramon Fried1-4/+0
2018-07-25fdt_support: make fdt_fixup_mtdparts() prototype more specificMasahiro Yamada1-6/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-02-23fdt: Fixup only valid memory banksThierry Reding1-0/+7
2018-02-18fdt: Fixup only valid memory banksThierry Reding1-1/+7
2018-02-13spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guardPhilipp Tomsich1-39/+39
2017-12-24common: Fix-up MAC addr in dts by fetching env variable seriallyPrabhakar Kushwaha1-4/+21
2017-11-26spl: fit: implement fdt_record_loadablePhilipp Tomsich1-0/+39
2017-09-15fdt: Introduce helper method fdt_overlay_apply_verbose()Pantelis Antoniou1-0/+31
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2017-08-01fdt: Correct fdt_get_base_address()Simon Glass1-5/+2
2017-07-04powerpc: remove 4xx supportHeiko Schocher1-78/+0
2017-06-01fdt: Rename a few functions in fdt_supportSimon Glass1-13/+13
2017-06-01fdt: Update fdt_get_base_address() to use constSimon Glass1-1/+1