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