summaryrefslogtreecommitdiff
path: root/include/fdt_support.h
AgeCommit message (Expand)Author
2017-01-11common: fdt_support: Add support for setting usable memorySanchayan Maity
2016-10-13cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer
2016-09-27usb: fsl: Rename fdt_fixup_dr_usbSriram Dash
2016-08-12fdt_support: fdt_translate_address() blob const correctnessStephen Warren
2016-07-19fdt_support: define stub for fdt_fixup_mtdpartsChristopher Spinrath
2016-04-10drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci contr...Sriram Dash
2015-07-20fdt: prevent clearing memory node if there are no banksAndre Przywara
2015-06-05fdt: Documentation for a few support functions aside their prototypesPaul Kocialkowski
2015-06-05fdt: Pass the device serial number through devicetreePaul Kocialkowski
2015-04-22fdt: add new fdt_fixup_display function to configure displayTim Harvey
2015-02-17cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger
2014-11-26Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2014-11-25fdt_support: Add a fdt_setup_simplefb_node helper functionHans de Goede
2014-11-21fdt: Add ft_system_setup() function for system device tree additionsSimon Glass
2014-11-21fdt: Tidy up error handling in image_setup_libfdt()Simon Glass
2014-11-21fdt: Export the fdt_find_or_add_subnode() functionSimon Glass
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass
2014-10-25fdt_support: add prototypes for __weak functionsJeroen Hofstee
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-07-03armv8/fsl-lsch3: Add support to load and start MC FirmwareJ. German Rivera
2014-06-19fdt_support: delete force argument of fdt_chosen()Masahiro Yamada
2014-06-19fdt_support: delete force argument of fdt_initrd()Masahiro Yamada
2014-05-09Merge branch 'u-boot/master'Albert ARIBAUD
2014-04-22fdt_support: Add helper function to read "ranges" propertyAlexander Graf
2014-04-22fdt_support: split fdt_getprop_u32_defaultAlexander Graf
2014-04-17fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()Vitaly Andrianov
2014-03-21tools, fit_check_sign: verify a signed fit imageHeiko Schocher
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-14image: Add device tree setup to image librarySimon Glass
2013-02-08Clean up libfdt.h includesGerald Van Baren
2013-02-07common/fdt_support.c: sparse fixesKim Phillips
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips
2012-02-15powerpc/8xxx:Add MPH controller support in USB device-tree fixupramneek mehresh
2011-11-13Fix constness of the fdt void pointer in fdt_getprop_u32_defaultGabe Black
2011-10-18fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpersShengzhou Liu
2011-10-15fdt: check for fdt errors in fdt_create_phandleTimur Tabi
2011-10-15fdt: Add a do_fixup_by_path_string() functionChunhe Lan
2011-09-29fdt: Add new fdt_create_phandle helperKumar Gala
2011-09-29fdt: Rename fdt_create_phandle to fdt_set_phandleKumar Gala
2011-07-14fdt: introduce fdt_create_phandle()Gerald Van Baren
2011-07-14fdt: add prototype for fdt_increase_size()Timur Tabi
2011-07-14fdt: introduce fdt_verify_alias_address() and fdt_get_base_address()Timur Tabi
2010-10-18FDT: Add fixup support for multiple banks of memoryJohn Rigby
2010-10-12fdt_support: support adding EDID property to FDT display nodesAnatolij Gustschin
2010-09-23ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs sizeStefan Roese
2010-07-26fdt: Add function to alloc phandle valuesKumar Gala
2010-07-20fdt: Add fdt_node_offset_by_compat_reg helperKumar Gala
2010-07-20fdt: Add fdt_translate_address to convert reg node to cpu phys addrKumar Gala