- Nov 15, 2007
-
-
Grant Likely authored
This change is in preparation for condtitionial compile support in the build system. By spliting them all into seperate lines now, subsequent patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will be less invasive and easier to review Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
- Sep 06, 2007
-
-
Grant Likely authored
Given the path to a node, fdt_find_and_setprop() allows a property value to be set directly. Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
- Aug 13, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Aug 10, 2007
-
-
Gerald Van Baren authored
Also removes the special case root path detection in cmd_fdt.c since it is no longer necessary. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Signed-off-by:
Wolfgang Grandegger <wg@grandegger.com> Acked-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
The new name matches more closely the kernel's name, which is also a much better description. Signed-off-by:
Wolfgang Grandegger <wg@grandegger.com> Acked-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
This is the way u-boot reduces configured-out code. At Wolfgang Grandegger and Wolfgang Denk's request, make libfdt conform. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
- Apr 18, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Apr 15, 2007
-
-
Gerald Van Baren authored
-
- Apr 06, 2007
-
-
Gerald Van Baren authored
Changed _fdt_check_header() to fdt_check_header() and made it part of the interface - it is a useful routine. Also did some asthetics cleanup to the include files (headers).
-
- Apr 03, 2007
-
-
Wolfgang Denk authored
-
- Mar 31, 2007
-
-
Gerald Van Baren authored
-
Gerald Van Baren authored
Enhanced the formerly private function _fdt_next_tag() to allow stepping through the tree, used to produce a human-readable dump, and made it part of the published interface. Also added some comments.
-
Gerald Van Baren authored
Changes to David Gibson's original source to fit into u-boot's environment. No functionality changes.
-
Gerald Van Baren authored
This adds the applicable libfdt source files (unmodified) and a README to explain where the source came from.
-
Gerald Van Baren authored
This adds the applicable libfdt source files (unmodified) and a README to explain where the source came from.
-