aboutsummaryrefslogtreecommitdiff
path: root/common/fdt_support.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini1-2/+2
2022-10-30video: cmd: Drop old LCD codeSimon Glass1-29/+0
2022-09-12fdt_support: add optional board_rng_seed() hookRasmus Villemoes1-0/+13
2022-06-03fdt: Add U-Boot version to chosen nodeFrancesco Dolcini1-0/+10
2022-05-06fdt: don't set linux,phandleJohn Keeping1-8/+0
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass1-1/+1
2022-02-11common: fdt_support: add support for "partitions" subnode to fdt_fixup_mtdpar...Matthias Schiffer1-2/+7
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/20Jan2022Tom Rini1-14/+8
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún1-14/+8
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2022-01-13common/fdt_support.c: Fix spelling of "shouldn't".Vagrant Cascadian1-1/+1
2021-12-19fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOXMarek Behún1-0/+23
2021-12-19fdt_support: Add some useful functionsMarek Behún1-0/+119
2021-12-19fdt_support: Fix comment for fdt_create_phandle()Marek Behún1-1/+1
2021-12-19fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODEMarek Behún1-15/+5
2021-12-19fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle()Marek Behún1-20/+8
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-19fdt/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-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: 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-21common: fdt_support: Check mtdparts cell sizeStefan Mavrodiev1-9/+22
2019-05-09fdt_shrink_to_minimum: do not mark fdt space reserved unconditionallySimon Goldschmidt1-4/+8
2019-04-11fdt: Remove duplicate codeThierry Reding1-6/+0
2019-01-14common: fdt_support: print hexadecimal numbers in debugSekhar Nori1-2/+2
2018-12-02fdt_support: fdt reservations on the sandboxHeinrich Schuchardt1-1/+2
2018-09-10Remove <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