aboutsummaryrefslogtreecommitdiff
path: root/libfdt/fdt_wip.c
AgeCommit message (Collapse)AuthorFilesLines
2008-02-29[new uImage] Add libfdt support to mkimageBartlomiej Sieka1-0/+4
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2007-11-21Update libfdt from device tree compiler (dtc)Kumar Gala1-41/+48
Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from the device tree compiler (dtc) project. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2007-11-21[BUILD] conditionally compile libfdt/*.c in libfdt/MakefileKumar Gala1-5/+0
Modify libfdt/Makefile to conditionally compile the *.c files based on the board config. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2007-08-10libfdt: Conditionally compile based on CONFIG_OF_LIBFDTGerald Van Baren1-0/+5
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>
2007-04-18Clenaup, update CHANGELOGWolfgang Denk1-1/+0
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-04-14Add some utilities to manipulate the reserved memory map.Gerald Van Baren1-0/+26
2007-03-31libfdt: Enhanced and published fdt_next_tag()Gerald Van Baren1-2/+2
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.
2007-03-31libfdt: Import libfdt source (2 of 2)Gerald Van Baren1-0/+112
This adds the applicable libfdt source files (unmodified) and a README to explain where the source came from.