summaryrefslogtreecommitdiff
path: root/common/fdt_support.c
AgeCommit message (Expand)Author
2022-09-12fdt_support: add optional board_rng_seed() hookRasmus Villemoes
2022-06-03fdt: Add U-Boot version to chosen nodeFrancesco Dolcini
2022-05-06fdt: don't set linux,phandleJohn Keeping
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass
2022-02-11common: fdt_support: add support for "partitions" subnode to fdt_fixup_mtdpar...Matthias Schiffer
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-13common/fdt_support.c: Fix spelling of "shouldn't".Vagrant Cascadian
2021-12-19fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOXMarek Behún
2021-12-19fdt_support: Add some useful functionsMarek Behún
2021-12-19fdt_support: Fix comment for fdt_create_phandle()Marek Behún
2021-12-19fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODEMarek Behún
2021-12-19fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle()Marek Behún
2021-08-26fdt_support: Add kernel-doc for fdt_fixup_memory_banks()Michal Simek
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-06-23spl: fit: Also record architecture in /fit-imagesMichal Simek
2021-05-13fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.cKory Maincent
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi
2021-05-04fdt_support.c: Allow late kernel cmdline modificationNiko Mauno
2021-03-05common: fdt_support: Support special case of PCI address in fdt_read_prop()Bin Meng
2021-02-19fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara
2021-02-18dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne
2021-01-12fdt: translate address if #size-cells = <0>Dario Binacchi
2020-10-27spl: fdt: Record load/entry fit-images entries in 64bit formatMichal Simek
2020-10-27spl: Use standard FIT entriesMichal Simek
2020-07-25fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada
2020-07-25fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada
2020-07-25fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada
2020-07-20fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada
2020-07-20fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2019-12-06common: fdt_support: add support for setting usable memoryIgor Opaniuk
2019-10-27fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot
2019-08-11env: Move env_get() to env.hSimon Glass
2019-07-24common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges()Marek Vasut
2019-07-24fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not foundMasahiro Yamada
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne
2019-05-21common: fdt_support: Check mtdparts cell sizeStefan Mavrodiev
2019-05-09fdt_shrink_to_minimum: do not mark fdt space reserved unconditionallySimon Goldschmidt
2019-04-11fdt: Remove duplicate codeThierry Reding
2019-01-14common: fdt_support: print hexadecimal numbers in debugSekhar Nori
2018-12-02fdt_support: fdt reservations on the sandboxHeinrich Schuchardt
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-08-16fdt_support: Use CONFIG_NR_DRAM_BANKS if necessaryRamon Fried
2018-08-07common: fdt: Make fdt_del_subnodes/fdt_del_partition staticMichal Simek
2018-07-28Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined"Ramon Fried