summaryrefslogtreecommitdiff
path: root/common/fdt_support.c
AgeCommit message (Expand)Author
2018-07-25fdt_support: make fdt_fixup_mtdparts() prototype more specificMasahiro Yamada
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-02-23fdt: Fixup only valid memory banksThierry Reding
2018-02-18fdt: Fixup only valid memory banksThierry Reding
2018-02-13spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guardPhilipp Tomsich
2017-12-24common: Fix-up MAC addr in dts by fetching env variable seriallyPrabhakar Kushwaha
2017-11-26spl: fit: implement fdt_record_loadablePhilipp Tomsich
2017-09-15fdt: Introduce helper method fdt_overlay_apply_verbose()Pantelis Antoniou
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-01fdt: Correct fdt_get_base_address()Simon Glass
2017-07-03powerpc: remove 4xx supportHeiko Schocher
2017-06-01fdt: Rename a few functions in fdt_supportSimon Glass
2017-06-01fdt: Update fdt_get_base_address() to use constSimon Glass
2017-03-26fdt_support: Fixup 'ethernet' aliases not ending in digitsTuomas Tynkkynen
2017-02-09Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2017-02-08common: fdt_support: Remove check for mtdparts in fdt_fixup_mtdpartsLadislav Michl
2017-02-07net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada
2016-10-13cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer
2016-08-12fdt_support: fdt_translate_address() blob const correctnessStephen Warren
2016-05-25fdt: Document the rest of struct of_busPaul Burton
2016-05-25fdt: Support for ISA bussesPaul Burton
2016-05-03fdt: fix setting MAC addresses for multiple interfacesLev Iserovich
2016-03-17Revert "fdt: fix address cell count checking in fdt_translate_address()"Przemyslaw Marczak
2016-01-20Revert "fdt_support: Add multi-serial support for stdout fixup"Bin Meng
2016-01-13Merge git://git.denx.de/u-boot-netTom Rini
2016-01-07fdt: fix address cell count checking in fdt_translate_address()Przemyslaw Marczak
2015-12-21fdt: Rewrite the logic in fdt_fixup_ethernet()Bin Meng
2015-12-21fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()Bin Meng
2015-12-09fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONEBin Meng
2015-10-26fdt_support: Don't panic if stdout alias is missingScott Wood
2015-07-20fdt: prevent clearing memory node if there are no banksAndre Przywara
2015-06-05fdt: Pass the device serial number through devicetreePaul Kocialkowski
2015-05-05fdt: Correct warning in fdt_setup_simplefb_node()Simon Glass
2015-04-22fdt: add new fdt_fixup_display function to configure displayTim Harvey
2014-12-04Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini
2014-12-01fdt: Fix regression in fdt_pack_reg()Hans de Goede
2014-11-26sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass
2014-11-26Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2014-11-26Merge git://git.denx.de/u-boot-fdtTom Rini
2014-11-25fdt_support: Add a fdt_setup_simplefb_node helper functionHans de Goede
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-21fdt: Try to use fdt_address_cells()/fdt_size_cells()Simon Glass
2014-11-21fdt: Change fdt_pack_reg() to static and fix typesSimon Glass
2014-11-21fdt: Export the fdt_find_or_add_subnode() functionSimon Glass
2014-09-25fdt_support: Make of_bus_default_count_cells non staticArnab Basu
2014-09-25fdt_support: Move of_read_number to fdt_support.hArnab Basu
2014-08-09fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass
2014-06-19fdt_support: correct the return condition of fdt_initrd()Masahiro Yamada