aboutsummaryrefslogtreecommitdiff
path: root/common/fdt_support.c
AgeCommit message (Expand)Author
2008-02-13Fix building of fdt_support.c if DEBUG setKumar Gala
2008-02-12QE: Move FDT support into a common fileKumar Gala
2008-01-0985xx: add ability to upload QE firmwareTimur Tabi
2008-01-08Fine grained per property /chosen updating.Gerald Van Baren
2007-12-07Conditionally compile fdt_fixup_ethernet()Gerald Van Baren
2007-12-07Added fdt_fixup_stdout that uses aliases to set linux,stdout-pathKumar Gala
2007-12-07Add common memory fixup functionKumar Gala
2007-12-07Conditionally compile fdt_support.cKumar Gala
2007-11-21Add additional fdt fixup helper functionsKumar Gala
2007-11-21Add fdt_fixup_ethernet helper to set mac addressesKumar Gala
2007-11-21Update libfdt from device tree compiler (dtc)Kumar Gala
2007-11-21Move do_fixup* for libfdt into common codeKumar Gala
2007-11-21Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdtKumar Gala
2007-08-16fdt: suppress unused variable 'bd' warningKim Phillips
2007-08-10Improve error print messages.Gerald Van Baren
2007-08-10Create new fdt boardsetup command, fix bug parsing [] form of set values.Gerald Van Baren
2007-08-10Tighten up the error messages.Gerald Van Baren
2007-08-10Fix fdt_chosen() to call ft_board_setup(), clean up long lines.Gerald Van Baren
2007-08-10Replace fdt_node_offset() with fdt_find_node_by_path().Gerald Van Baren
2007-08-10Minor code clean up.Gerald Van Baren
2007-08-10Improve error messages, more informative.Gerald Van Baren
2007-04-19Fix serious pointer bug with bootm and reserve map.Gerald Van Baren
2007-04-14Improve the bootm command for CONFIG_OF_LIBFDTGerald Van Baren
2007-04-06Moved fdt command support code to fdt_support.cGerald Van Baren