summaryrefslogtreecommitdiffstats
path: root/include/fdt_support.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* bootm: Set working fdt address as part of the bootm flowKumar Gala2008-08-261-0/+2
* fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala2008-08-211-1/+1
* fdt: add crypto node handling for MPC8{3, 5}xxE processorsKim Phillips2008-07-141-0/+6
* 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller roleAnton Vorontsov2008-03-251-0/+6
* Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren2008-03-261-8/+0
* 85xx: add ability to upload QE firmwareTimur Tabi2008-01-091-0/+1
* Add fdt_find_and_setprop() to fdt_support.hMatthias Fuchs2008-01-081-0/+2
* Add common memory fixup functionKumar Gala2007-12-071-0/+1
* Add additional fdt fixup helper functionsKumar Gala2007-11-211-0/+11
* Add fdt_fixup_ethernet helper to set mac addressesKumar Gala2007-11-211-0/+1
* Move do_fixup* for libfdt into common codeKumar Gala2007-11-211-0/+4
* Call ft_board_setup() from the bootm command.Gerald Van Baren2007-08-101-0/+6
* Moved fdt command support code to fdt_support.cGerald Van Baren2007-04-061-0/+42
OpenPOWER on IntegriCloud