1. 0b42549 cmd: fdt: Fix iteration over elements above index 1 in fdt get by Marek Vasut · Mon Nov 14 22:49:59 2022 +0100
  2. 84328cf fdt: Show a message when the working FDT changes by Simon Glass · Tue Oct 11 09:47:12 2022 -0600
  3. 0282f9f cmd: fdt: Add support for reading stringlist property values by Marek Vasut · Fri Jul 08 23:50:43 2022 +0200
  4. 9696dbb cmd: fix long text for fdt command by Heinrich Schuchardt · Mon Apr 25 18:35:05 2022 +0200
  5. fbbaa59 fdt: Add -q option to fdt addr for distro_bootcmd by Peter Hoyes · Thu Mar 31 11:53:22 2022 +0100
  6. 86b6f47 cmd: fdt: Use start/size for chosen instead of start/end by Sean Anderson · Tue Mar 22 16:59:21 2022 -0400
  7. 84c0f69 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · Sun Sep 12 20:32:32 2021 -0400
  8. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  9. eedc922 fdt: Show the type of devicetree with fdt addr by Simon Glass · Wed Jul 21 14:55:26 2021 -0600
  10. e4647a1 fdt: Tidy up the code a bit with fdt addr by Simon Glass · Wed Jul 21 14:55:25 2021 -0600
  11. 623e1ac fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.c by Kory Maincent · Tue May 04 19:31:21 2021 +0200
  12. 1a5f58d cmd: fdt: remove CMD_FDT_MAX_DUMP by Heinrich Schuchardt · Fri Jun 19 19:45:55 2020 +0200
  13. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  14. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  15. d2c6dc8 fdt: Fix 'system' command by Tom Warren · Thu Mar 26 15:20:44 2020 -0700
  16. 313112a env: Move env_set_hex() to env.h by Simon Glass · Thu Aug 01 09:46:46 2019 -0600
  17. fefc7ee cmd, fdt: add subcommand "get" to fdt header by Heiko Schocher · Thu Nov 15 06:06:06 2018 +0100
  18. 5f107b5 cmd: fdt: Fix fdt address information after the movement by Hiroyuki Yokoyama · Thu Oct 18 20:43:54 2018 +0200
  19. e5fb786 fdt: add call to ft_board_setup_ex() for ks2 boards by Nicholas Faustini · Wed Oct 03 12:58:48 2018 +0200
  20. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  21. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  22. 9b2664f cmd/fdt.c align data buffer to avoid unaligned word access by Bernhard Messerklinger · Thu Sep 28 11:29:52 2017 +0200
  23. d9456a4 fdt: Switch to using the verbose overlay application method by Pantelis Antoniou · Mon Sep 04 23:12:12 2017 +0300
  24. a99c052 fdt: fix 'prop (...) not found!' error in 'fdt set' command by Hannes Schmelzer · Fri Aug 18 14:41:14 2017 +0200
  25. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  26. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · Thu Aug 03 12:22:10 2017 -0600
  27. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  28. 506ec20 fdt: Check for NULL return from fdt_getprop in 'fdt set' by Tom Rini · Tue Jun 13 07:10:35 2017 -0400
  29. 4bc73ef fdt: Add a check to fdt_print() for coverity by Simon Glass · Wed Jun 07 10:28:42 2017 -0600
  30. 0374691 fdt: Add a check to do_fdt() for coverity by Simon Glass · Wed Jun 07 10:28:41 2017 -0600
  31. 9878861 cmd/fdt: support single value replacement within an array by Hannes Schmelzer · Tue May 30 15:05:44 2017 +0200
  32. fa6b02f Kconfig: Drop CONFIG_CMD_FDT_MAX_DUMP by Simon Glass · Wed May 17 03:25:19 2017 -0600
  33. 1a09cd2 cmd/fdt: Make fdt get value endian-safe for single-cell properties by Andreas Färber · Mon Jan 09 16:08:02 2017 +0100
  34. fed14d0 cmd: fdt: Print error message when fdt application fails by Stefan Agner · Tue Dec 20 15:58:45 2016 +0100
  35. a0559ac cmd/fdt: fix uncallable systemsetup command by Fabien Parent · Thu Nov 24 15:02:18 2016 +0100
  36. d3dbac8 cmd/fdt: add possibilty to have 'extrasize' on fdt resize by Hannes Schmelzer · Tue Sep 20 18:10:43 2016 +0200
  37. 5a680aa cmd: fdt: add fdt overlay application subcommand by Maxime Ripard · Tue Jul 05 10:26:45 2016 +0200
  38. 09caa01 cmd: fdt: Narrow the check for fdt addr by Maxime Ripard · Tue Jul 05 10:26:34 2016 +0200
  39. 8c60f92 Fix various typos, scattered over the code. by Robert P. J. Day · Wed May 04 04:47:31 2016 -0400
  40. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_fdt.c]
  41. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_fdt.c]
  42. 200f6d0 cmd_fdt: save fdtaddr in hex format by Sudeep Holla · Fri Jul 10 17:18:44 2015 +0100
  43. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  44. 6256dcc cmd_fdt: Print the control fdt in terms of virtual memory by Joe Hershberger · Wed Feb 04 21:56:54 2015 -0600
  45. 3d4ea4c cmd_fdt: Actually fix fdt command in sandbox by Joe Hershberger · Wed Feb 04 21:56:53 2015 -0600
  46. 51b23b8 cmd_fdt: fix working_fdt is set to wrong value by Hua Yanghao · Mon Dec 22 04:45:59 2014 +0800
  47. 6c0be91 fdt: Add ft_system_setup() function for system device tree additions by Simon Glass · Thu Oct 23 18:58:54 2014 -0600
  48. 406ba62 fdt: Report failure of ft_board_setup() by Simon Glass · Thu Oct 23 18:58:48 2014 -0600
  49. 9f85a72 fdt: Rename fdt_resize() to fdt_shrink_to_minimum() by Simon Glass · Wed Jul 30 03:59:02 2014 -0600
  50. 5da42d9 Reverse the meaning of the fit_config_verify() return code by Simon Glass · Thu Jun 12 07:24:45 2014 -0600
  51. 451c204 fdt_support: delete force argument of fdt_chosen() by Masahiro Yamada · Fri Apr 18 17:41:00 2014 +0900
  52. 5b11489 fdt_support: delete force argument of fdt_initrd() by Masahiro Yamada · Fri Apr 18 17:40:59 2014 +0900
  53. fce16b9 fdt: add "fdt checksign" command by Heiko Schocher · Mon Mar 03 12:19:24 2014 +0100
  54. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  55. b7fc710 sandbox: fdt: Support fdt command for sandbox by Simon Glass · Sat Apr 20 08:42:45 2013 +0000
  56. 0bfc4cc fdt: Allow fdt command to check and update control FDT by Simon Glass · Sat Apr 20 08:42:44 2013 +0000
  57. 546b9a3 fdt: Add a parameter to fdt_valid() by Simon Glass · Sat Apr 20 08:42:42 2013 +0000
  58. 044dc9e Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · Sun Feb 24 17:33:21 2013 +0000
  59. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · Wed Jan 16 13:59:04 2013 +0000
  60. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:31 2012 +0000
  61. 1db8b53 cmd_fdt.c: Use %p when printing pointers by Tom Rini · Mon Oct 29 14:53:18 2012 +0000
  62. ea2243b fdt: Identify scripts in ITBs as printable strings by Joe Hershberger · Fri Aug 17 10:34:38 2012 +0000
  63. fc5abf0 fdt: Add get commands to fdt by Joe Hershberger · Fri Aug 17 10:34:37 2012 +0000
  64. f72c692 fdt: Limit printed hex in fdt print and list commands by Joe Hershberger · Fri Aug 17 10:34:36 2012 +0000
  65. aeccfee fdt: Check if the FDT address is configured by Marek Vasut · Wed Sep 05 08:34:44 2012 +0200
  66. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  67. 1829290 common/cmd_fdt.c: fix wrong data displayed in fdt print by Haojian Zhuang · Sun May 22 21:53:30 2011 +0000
  68. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  69. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  70. 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · Thu Dec 03 11:21:21 2009 +0100
  71. d028afa cmd_fdt.c: fix parse of byte streams and strings by Ken MacLeod · Fri Sep 11 15:16:18 2009 -0500
  72. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  73. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  74. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  75. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  76. d29abae powerpc: Fix bootm to boot up again with a Ramdisk by Heiko Schocher · Thu Sep 11 08:11:23 2008 +0200
  77. 58911df fdt: Added resize command by Kumar Gala · Fri Aug 15 08:24:44 2008 -0500
  78. 9f4e7e4 bootm: Set working fdt address as part of the bootm flow by Kumar Gala · Fri Aug 15 08:24:39 2008 -0500
  79. 0989fcf Add note on dereferencing /aliases pointers by Gerald Van Baren · Fri Aug 22 14:37:05 2008 -0400
  80. 708a18b fdt: fdt addr w/o any args reports back the current working address by Kumar Gala · Fri Aug 15 08:24:35 2008 -0500
  81. fb5dcd5 fdt: added the ability to set initrd start/end via chosen command by Kumar Gala · Fri Aug 15 08:24:34 2008 -0500
  82. e4ad454 Fix printf errors. by Andrew Klossner · Mon Jul 07 06:41:14 2008 -0700
  83. e81ce61 libfdt: Move the working_fdt pointer to cmd_fdt.c by Gerald Van Baren · Tue Jun 10 22:15:58 2008 -0400
  84. f3a42e2 fdt: unshadow global working fdt variable by Kim Phillips · Tue Jun 10 11:06:17 2008 -0500
  85. 3b9d629 Use strncmp() for the fdt command by Gerald Van Baren · Mon Jun 09 21:02:17 2008 -0400
  86. 7c24c0b The fdt boardsetup command criteria was not unique by Gerald Van Baren · Sat Jun 07 12:25:05 2008 -0400
  87. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  88. 4689147 Fix fdt set command to conform to dts spec by Andy Fleming · Mon Mar 31 20:45:56 2008 -0500
  89. c694d3d Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T by Jerry Van Baren · Sat Mar 22 14:23:49 2008 -0400
  90. bb05b33 Fix fdt boardsetup command parsing by Kumar Gala · Wed Feb 20 14:32:36 2008 -0600
  91. b79da7b Add sub-commands to fdt by Kumar Gala · Fri Feb 15 03:34:36 2008 -0600
  92. 7655c09 Improve the FDT help message. by Gerald Van Baren · Sat Jan 05 15:33:29 2008 -0500
  93. d91383a Support setting FDT properties with optional values. by Gerald Van Baren · Sat Jan 05 14:52:04 2008 -0500
  94. fc1a109 Add spaces around the = in the fdt print format. by Gerald Van Baren · Fri Nov 23 19:43:20 2007 -0500
  95. eb999ee Fix fdt printing for updated libfdt by Gerald Van Baren · Thu Nov 22 17:23:23 2007 -0500
  96. 1e386af Fix warnings from import of libfdt by Kumar Gala · Wed Nov 21 14:07:46 2007 -0600
  97. c8ab705 Update libfdt from device tree compiler (dtc) by Kumar Gala · Wed Oct 24 11:04:22 2007 -0500
  98. 51ab7f9 Make no options to fdt print default to '/' by Kumar Gala · Thu Oct 25 16:15:07 2007 -0500
  99. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · Mon Sep 24 09:05:31 2007 -0600
  100. bd9d115 fdt: allow for builds that don't want env and bd_t nodes by Kim Phillips · Tue Jul 17 13:57:04 2007 -0500