summaryrefslogtreecommitdiff
path: root/common/fdt_support.c
Commit message (Expand)AuthorAgeFilesLines
* global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini2022-12-051-2/+2
* video: cmd: Drop old LCD codeSimon Glass2022-10-301-29/+0
* fdt_support: add optional board_rng_seed() hookRasmus Villemoes2022-09-121-0/+13
* fdt: Add U-Boot version to chosen nodeFrancesco Dolcini2022-06-031-0/+10
* fdt: don't set linux,phandleJohn Keeping2022-05-061-8/+0
* video: Drop references to CONFIG_VIDEO et alSimon Glass2022-03-281-1/+1
* common: fdt_support: add support for "partitions" subnode to fdt_fixup_mtdpar...Matthias Schiffer2022-02-111-2/+7
* Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2022-01-201-14/+8
|\
| * fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún2022-01-201-14/+8
* | doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
|/
* common/fdt_support.c: Fix spelling of "shouldn't".Vagrant Cascadian2022-01-131-1/+1
* fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOXMarek Behún2021-12-191-0/+23
* fdt_support: Add some useful functionsMarek Behún2021-12-191-0/+119
* fdt_support: Fix comment for fdt_create_phandle()Marek Behún2021-12-191-1/+1
* fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODEMarek Behún2021-12-191-15/+5
* fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle()Marek Behún2021-12-191-20/+8
* fdt_support: Add kernel-doc for fdt_fixup_memory_banks()Michal Simek2021-08-261-0/+18
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-1/+1
* spl: fit: Also record architecture in /fit-imagesMichal Simek2021-06-231-1/+3
* fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.cKory Maincent2021-05-131-0/+46
* Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi2021-05-121-4/+2
* fdt_support.c: Allow late kernel cmdline modificationNiko Mauno2021-05-041-1/+11
* common: fdt_support: Support special case of PCI address in fdt_read_prop()Bin Meng2021-03-051-3/+17
* fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara2021-02-191-8/+1
* dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne2021-02-181-0/+73
* fdt: translate address if #size-cells = <0>Dario Binacchi2021-01-121-2/+4
* spl: fdt: Record load/entry fit-images entries in 64bit formatMichal Simek2020-10-271-7/+2
* spl: Use standard FIT entriesMichal Simek2020-10-271-2/+2
* fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada2020-07-251-7/+10
* fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada2020-07-251-3/+8
* fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada2020-07-251-2/+2
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-20/+12
* fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada2020-07-201-7/+10
* fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada2020-07-201-3/+8
* fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada2020-07-201-2/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: fdt_support: add support for setting usable memoryIgor Opaniuk2019-12-061-0/+35
* fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot2019-10-271-1/+1
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges()Marek Vasut2019-07-241-11/+14
* fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not foundMasahiro Yamada2019-07-241-1/+1
* dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne2019-07-221-0/+6
* common: fdt_support: Check mtdparts cell sizeStefan Mavrodiev2019-05-211-9/+22
* fdt_shrink_to_minimum: do not mark fdt space reserved unconditionallySimon Goldschmidt2019-05-091-4/+8
* fdt: Remove duplicate codeThierry Reding2019-04-111-6/+0
* common: fdt_support: print hexadecimal numbers in debugSekhar Nori2019-01-141-2/+2
* fdt_support: fdt reservations on the sandboxHeinrich Schuchardt2018-12-021-1/+2
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-10/+7
* fdt_support: Use CONFIG_NR_DRAM_BANKS if necessaryRamon Fried2018-08-161-0/+4