summaryrefslogtreecommitdiffstats
path: root/include/fdt_support.h
Commit message (Expand)AuthorAgeFilesLines
* cmd_fdt: Actually fix fdt command in sandboxJoe Hershberger2015-02-171-1/+1
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2014-11-261-0/+3
|\
| * fdt_support: Add a fdt_setup_simplefb_node helper functionHans de Goede2014-11-251-0/+3
* | fdt: Add ft_system_setup() function for system device tree additionsSimon Glass2014-11-211-0/+12
* | fdt: Tidy up error handling in image_setup_libfdt()Simon Glass2014-11-211-0/+1
* | fdt: Export the fdt_find_or_add_subnode() functionSimon Glass2014-11-211-0/+2
* | fdt: Allow ft_board_setup() to report failureSimon Glass2014-11-211-1/+11
|/
* fdt_support: add prototypes for __weak functionsJeroen Hofstee2014-10-251-0/+2
* fdt_support: Make of_bus_default_count_cells non staticArnab Basu2014-09-251-0/+3
* fdt_support: Move of_read_number to fdt_support.hArnab Basu2014-09-251-0/+9
* fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass2014-08-091-1/+1
* armv8/fsl-lsch3: Add support to load and start MC FirmwareJ. German Rivera2014-07-031-3/+11
* fdt_support: delete force argument of fdt_chosen()Masahiro Yamada2014-06-191-1/+1
* fdt_support: delete force argument of fdt_initrd()Masahiro Yamada2014-06-191-1/+1
* Merge branch 'u-boot/master'Albert ARIBAUD2014-05-091-0/+9
|\
| * fdt_support: Add helper function to read "ranges" propertyAlexander Graf2014-04-221-0/+2
| * fdt_support: split fdt_getprop_u32_defaultAlexander Graf2014-04-221-0/+2
| * tools, fit_check_sign: verify a signed fit imageHeiko Schocher2014-03-211-0/+5
* | fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()Vitaly Andrianov2014-04-171-0/+7
|/
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* image: Add device tree setup to image librarySimon Glass2013-05-141-2/+0
* Clean up libfdt.h includesGerald Van Baren2013-02-081-2/+1
* common/fdt_support.c: sparse fixesKim Phillips2013-02-071-1/+1
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-071-0/+1
* powerpc/8xxx:Add MPH controller support in USB device-tree fixupramneek mehresh2012-02-151-2/+2
* Fix constness of the fdt void pointer in fdt_getprop_u32_defaultGabe Black2011-11-131-2/+2
* fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpersShengzhou Liu2011-10-181-0/+28
* fdt: check for fdt errors in fdt_create_phandleTimur Tabi2011-10-151-1/+1
* fdt: Add a do_fixup_by_path_string() functionChunhe Lan2011-10-151-0/+7
* fdt: Add new fdt_create_phandle helperKumar Gala2011-09-291-0/+1
* fdt: Rename fdt_create_phandle to fdt_set_phandleKumar Gala2011-09-291-1/+1
* fdt: introduce fdt_create_phandle()Gerald Van Baren2011-07-141-0/+1
* fdt: add prototype for fdt_increase_size()Timur Tabi2011-07-141-0/+1
* fdt: introduce fdt_verify_alias_address() and fdt_get_base_address()Timur Tabi2011-07-141-0/+4
* FDT: Add fixup support for multiple banks of memoryJohn Rigby2010-10-181-0/+1
* fdt_support: support adding EDID property to FDT display nodesAnatolij Gustschin2010-10-121-0/+1
* ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs sizeStefan Roese2010-09-231-1/+1
* fdt: Add function to alloc phandle valuesKumar Gala2010-07-261-0/+1
* fdt: Add fdt_node_offset_by_compat_reg helperKumar Gala2010-07-201-0/+2
* fdt: Add fdt_translate_address to convert reg node to cpu phys addrKumar Gala2010-07-201-0/+1
* powerpc/8xxx: Distinguish between incompatible SEC h/w typesKim Phillips2010-07-161-1/+1
* fdt: Add fdt_del_node_and_alias helperKumar Gala2010-04-071-0/+1
* fdt_support: add partitions fixup in mtd nodeAnatolij Gustschin2010-03-211-0/+2
* fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtbStefan Roese2009-10-231-0/+2
* 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser2009-06-121-1/+1
* fdt: Added helper to set PCI dma-ranges propertyKumar Gala2008-10-241-0/+5
* fdt: Add fdt_getprop_u32_default helpersKumar Gala2008-10-241-0/+2
* powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher2008-09-131-1/+1
* fdt: refactor initrd related codeKumar Gala2008-08-261-0/+1
* fdt: refactor fdt resize codeKumar Gala2008-08-261-0/+1
OpenPOWER on IntegriCloud