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