summaryrefslogtreecommitdiffstats
path: root/common/fdt_support.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* common: fdt: Make fdt_del_subnodes/fdt_del_partition staticMichal Simek2018-08-071-2/+2
* Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined"Ramon Fried2018-07-281-4/+0
* fdt_support: make fdt_fixup_mtdparts() prototype more specificMasahiro Yamada2018-07-251-6/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* fdt: Fixup only valid memory banksThierry Reding2018-02-231-0/+7
* fdt: Fixup only valid memory banksThierry Reding2018-02-181-1/+7
* spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guardPhilipp Tomsich2018-02-131-39/+39
* common: Fix-up MAC addr in dts by fetching env variable seriallyPrabhakar Kushwaha2017-12-241-4/+21
* spl: fit: implement fdt_record_loadablePhilipp Tomsich2017-11-261-0/+39
* fdt: Introduce helper method fdt_overlay_apply_verbose()Pantelis Antoniou2017-09-151-0/+31
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-3/+3
* fdt: Correct fdt_get_base_address()Simon Glass2017-08-011-5/+2
* powerpc: remove 4xx supportHeiko Schocher2017-07-031-78/+0
* fdt: Rename a few functions in fdt_supportSimon Glass2017-06-011-13/+13
* fdt: Update fdt_get_base_address() to use constSimon Glass2017-06-011-1/+1
* fdt_support: Fixup 'ethernet' aliases not ending in digitsTuomas Tynkkynen2017-03-261-3/+7
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2017-02-091-1/+1
|\
| * net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl2017-02-071-1/+1