aboutsummaryrefslogtreecommitdiff
path: root/common/fdt_support.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-30fdt_resize(): ensure minimum paddingPeter Korsgaard1-2/+5
2008-10-24fdt: Added helper to set PCI dma-ranges propertyKumar Gala1-0/+69
2008-10-24fdt: Add fdt_getprop_u32_default helpersKumar Gala1-0/+27
2008-09-13powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher1-3/+1
2008-08-26fdt: refactor initrd related codeKumar Gala1-42/+67
2008-08-26fdt: refactor fdt resize codeKumar Gala1-0/+39
2008-08-25Merge branch 'next'Kim Phillips1-7/+23
2008-08-21fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala1-41/+27
2008-07-16fdt_support: fdt_fixup_dr_usb: add support for phy_type fixupsAnton Vorontsov1-7/+23
2008-07-14fdt: add crypto node handling for MPC8{3, 5}xxE processorsKim Phillips1-0/+87
2008-06-20fdt: Fix typo in variable name.Detlev Zundel1-2/+2
2008-06-10libfdt: Move the working_fdt pointer to cmd_fdt.cGerald Van Baren1-5/+0
2008-06-10fdt: unshadow global working fdt variableKim Phillips1-1/+1
2008-03-2583xx/fdt_support: let user specifiy FSL USB Dual-Role controller roleAnton Vorontsov1-0/+25
2008-03-26Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren1-193/+0
2008-02-13Fix building of fdt_support.c if DEBUG setKumar Gala1-3/+3
2008-02-12QE: Move FDT support into a common fileKumar Gala1-48/+0
2008-01-0985xx: add ability to upload QE firmwareTimur Tabi1-0/+48
2008-01-08Fine grained per property /chosen updating.Gerald Van Baren1-33/+40
2007-12-07Conditionally compile fdt_fixup_ethernet()Gerald Van Baren1-0/+4
2007-12-07Added fdt_fixup_stdout that uses aliases to set linux,stdout-pathKumar Gala1-0/+43
2007-12-07Add common memory fixup functionKumar Gala1-0/+78
2007-12-07Conditionally compile fdt_support.cKumar Gala1-5/+0
2007-11-21Add additional fdt fixup helper functionsKumar Gala1-0/+55
2007-11-21Add fdt_fixup_ethernet helper to set mac addressesKumar Gala1-0/+46
2007-11-21Update libfdt from device tree compiler (dtc)Kumar Gala1-23/+12
2007-11-21Move do_fixup* for libfdt into common codeKumar Gala1-0/+23
2007-11-21Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdtKumar Gala1-0/+26
2007-08-16fdt: suppress unused variable 'bd' warningKim Phillips1-1/+0
2007-08-10Improve error print messages.Gerald Van Baren1-31/+21
2007-08-10Create new fdt boardsetup command, fix bug parsing [] form of set values.Gerald Van Baren1-15/+0
2007-08-10Tighten up the error messages.Gerald Van Baren1-22/+11
2007-08-10Fix fdt_chosen() to call ft_board_setup(), clean up long lines.Gerald Van Baren1-39/+74
2007-08-10Replace fdt_node_offset() with fdt_find_node_by_path().Gerald Van Baren1-5/+5
2007-08-10Minor code clean up.Gerald Van Baren1-0/+5
2007-08-10Improve error messages, more informative.Gerald Van Baren1-13/+14
2007-04-19Fix serious pointer bug with bootm and reserve map.Gerald Van Baren1-2/+2
2007-04-14Improve the bootm command for CONFIG_OF_LIBFDTGerald Van Baren1-5/+29
2007-04-06Moved fdt command support code to fdt_support.cGerald Van Baren1-0/+323