]> git.kernelconcepts.de Git - karo-tx-uboot.git/history - common/cmd_fdt.c
Fix fdt printing for updated libfdt
[karo-tx-uboot.git] / common / cmd_fdt.c
2007-11-22 Gerald Van BarenFix fdt printing for updated libfdt
2007-11-21 Kumar GalaFix warnings from import of libfdt
2007-11-21 Kumar GalaUpdate libfdt from device tree compiler (dtc)
2007-11-21 Kumar GalaMake no options to fdt print default to '/'
2007-11-21 Grant Likely[BUILD] conditionally compile common/cmd_*.c in common...
2007-09-17 Markus KlotzbuecherMerge with git://www.denx.de/git/u-boot.git
2007-08-21 Stefan RoeseMerge with /home/stefan/git/u-boot/u-boot-ppc4xx
2007-08-15 Michal SimekMerge git://www.denx.de/git/u-boot into merge
2007-08-15 Stefan RoeseMerge with git://www.denx.de/git/u-boot.git
2007-08-15 Stefan RoeseMerge with git://www.denx.de/git/u-boot.git
2007-08-14 Stefan RoeseMerge with git://www.denx.de/git/u-boot.git
2007-08-14 Ben WarrenSync'd u-boot-net with mainline
2007-08-13 Jon LoeligerMerge commit 'remotes/wd/master'
2007-08-13 Haavard SkinnemoenMerge commit 'upstream/master'
2007-08-11 Wolfgang DenkMerge with /home/wd/git/u-boot/custodian/u-boot-fdt
2007-08-10 Kim Phillipsfdt: allow for builds that don't want env and bd_t...
2007-08-10 Gerald Van BarenCall ft_board_setup() from the bootm command.
2007-08-10 Gerald Van BarenCreate new fdt boardsetup command, fix bug parsing...
2007-08-10 Gerald Van BarenFor fdt_find_node_by_path(), handle the root path properly.
2007-08-10 Gerald Van BarenReplace fdt_node_offset() with fdt_find_node_by_path().
2007-08-10 Gerald Van BarenFix cmd_fdt line lengths, refactor code.
2007-08-10 Gerald Van BarenFDT command improvements.
2007-08-10 Gerald Van BarenImprove fdt move length handling.
2007-06-01 Stefan RoeseMerge with /home/stefan/git/u-boot/bamboo-nand
2007-05-27 Wolfgang DenkMerge with /home/tur/git/u-boot#motionpro
2007-05-14 Wolfgang DenkMerge with /home/tur/git/u-boot#motionpro
2007-05-07 Michal SimekMerge git://www.denx.de/git/u-boot
2007-04-29 Stefan RoeseMerge with git://www.denx.de/git/u-boot.git
2007-04-23 Kim PhillipsMerge git://www.denx.de/git/u-boot
2007-04-23 Markus KlotzbuecherMerge with git://www.denx.de/git/u-boot.git
2007-04-19 Peter PearseMerge with git://www.denx.de/git/u-boot.git
2007-04-18 Wolfgang DenkMerge with /home/wd/git/u-boot/custodian/u-boot-fdt
2007-04-18 Wolfgang DenkMerge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx
2007-04-18 Wolfgang DenkMerge with /home/wd/git/u-boot/custodian/u-boot-net
2007-04-18 Wolfgang DenkMerge with /home/wd/git/u-boot/custodian/u-boot-74xx-7xx
2007-04-15 Gerald Van BarenMerge git://www.denx.de/git/u-boot into fdt-cmd
2007-04-12 Stefan RoeseMerge with git://www.denx.de/git/u-boot.git
2007-04-06 Gerald Van BarenMoved fdt command support code to fdt_support.c
2007-04-04 Wolfgang DenkMerge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
2007-04-04 Wolfgang DenkMerge with /home/wd/git/u-boot/custodian/u-boot-microblaze
2007-03-31 Gerald Van BarenAdd a flattened device tree (fdt) command (1 of 2)