aboutsummaryrefslogtreecommitdiff
path: root/common/fdt_support.c
AgeCommit message (Expand)AuthorFilesLines
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
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-03powerpc: 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
2017-03-26fdt_support: Fixup 'ethernet' aliases not ending in digitsTuomas Tynkkynen1-3/+7
2017-02-09Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-1/+1
2017-02-08common: fdt_support: Remove check for mtdparts in fdt_fixup_mtdpartsLadislav Michl1-5/+0
2017-02-07net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl1-1/+1
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-0/+2
2016-10-13cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer1-1/+2
2016-08-12fdt_support: fdt_translate_address() blob const correctnessStephen Warren1-10/+11
2016-05-25fdt: Document the rest of struct of_busPaul Burton1-0/+19
2016-05-25fdt: Support for ISA bussesPaul Burton1-3/+98
2016-05-03fdt: fix setting MAC addresses for multiple interfacesLev Iserovich1-6/+14
2016-03-17Revert "fdt: fix address cell count checking in fdt_translate_address()"Przemyslaw Marczak1-3/+4
2016-01-20Revert "fdt_support: Add multi-serial support for stdout fixup"Bin Meng1-15/+1
2016-01-13Merge git://git.denx.de/u-boot-netTom Rini1-31/+33
2016-01-07fdt: fix address cell count checking in fdt_translate_address()Przemyslaw Marczak1-4/+3
2015-12-21fdt: Rewrite the logic in fdt_fixup_ethernet()Bin Meng1-21/+33
2015-12-21fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()Bin Meng1-11/+1
2015-12-09fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONEBin Meng1-1/+2
2015-10-26fdt_support: Don't panic if stdout alias is missingScott Wood1-3/+8
2015-07-20fdt: prevent clearing memory node if there are no banksAndre Przywara1-0/+3
2015-06-05fdt: Pass the device serial number through devicetreePaul Kocialkowski1-0/+25
2015-05-05fdt: Correct warning in fdt_setup_simplefb_node()Simon Glass1-1/+1