1. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  2. 6dfd65f cmd/fdt.c align data buffer to avoid unaligned word access by Bernhard Messerklinger · 7 years ago
  3. 81ecc5d fdt: Switch to using the verbose overlay application method by Pantelis Antoniou · 7 years ago
  4. cee8c35 fdt: fix 'prop (...) not found!' error in 'fdt set' command by Hannes Schmelzer · 7 years ago
  5. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  6. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  7. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  8. 99bb38e fdt: Check for NULL return from fdt_getprop in 'fdt set' by Tom Rini · 7 years ago
  9. 9f95267 fdt: Add a check to fdt_print() for coverity by Simon Glass · 7 years ago
  10. 72c98ed fdt: Add a check to do_fdt() for coverity by Simon Glass · 7 years ago
  11. 9620d87 cmd/fdt: support single value replacement within an array by Hannes Schmelzer · 7 years ago
  12. 5d927b4 Kconfig: Drop CONFIG_CMD_FDT_MAX_DUMP by Simon Glass · 7 years ago
  13. b05bf6c cmd/fdt: Make fdt get value endian-safe for single-cell properties by Andreas Färber · 8 years ago
  14. 082b141 cmd: fdt: Print error message when fdt application fails by Stefan Agner · 8 years ago
  15. f7f191e cmd/fdt: fix uncallable systemsetup command by Fabien Parent · 8 years ago
  16. ef47683 cmd/fdt: add possibilty to have 'extrasize' on fdt resize by Hannes Schmelzer · 8 years ago
  17. e6628ad cmd: fdt: add fdt overlay application subcommand by Maxime Ripard · 8 years ago
  18. f0ed68e cmd: fdt: Narrow the check for fdt addr by Maxime Ripard · 8 years ago
  19. 1cc0a9f Fix various typos, scattered over the code. by Robert P. J. Day · 8 years ago
  20. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_fdt.c]
  21. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_fdt.c]
  22. 8a133bb cmd_fdt: save fdtaddr in hex format by Sudeep Holla · 9 years ago
  23. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  24. c71a016 cmd_fdt: Print the control fdt in terms of virtual memory by Joe Hershberger · 10 years ago
  25. 90fbee3 cmd_fdt: Actually fix fdt command in sandbox by Joe Hershberger · 10 years ago
  26. 90bac29 cmd_fdt: fix working_fdt is set to wrong value by Hua Yanghao · 10 years ago
  27. c654b51 fdt: Add ft_system_setup() function for system device tree additions by Simon Glass · 10 years ago
  28. 4ba98dc fdt: Report failure of ft_board_setup() by Simon Glass · 10 years ago
  29. 5bf58cc fdt: Rename fdt_resize() to fdt_shrink_to_minimum() by Simon Glass · 10 years ago
  30. 12df2ab Reverse the meaning of the fit_config_verify() return code by Simon Glass · 10 years ago
  31. bc6ed0f fdt_support: delete force argument of fdt_chosen() by Masahiro Yamada · 10 years ago
  32. dbe963a fdt_support: delete force argument of fdt_initrd() by Masahiro Yamada · 10 years ago
  33. 097dd3e fdt: add "fdt checksign" command by Heiko Schocher · 11 years ago
  34. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  35. a92fd65 sandbox: fdt: Support fdt command for sandbox by Simon Glass · 11 years ago
  36. 4b57865 fdt: Allow fdt command to check and update control FDT by Simon Glass · 11 years ago
  37. d14da91 fdt: Add a parameter to fdt_valid() by Simon Glass · 11 years ago
  38. bfc5996 Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · 12 years ago
  39. 12e06fe treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  40. 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  41. 085b9c3 cmd_fdt.c: Use %p when printing pointers by Tom Rini · 12 years ago
  42. 8805bee fdt: Identify scripts in ITBs as printable strings by Joe Hershberger · 12 years ago
  43. bc80295 fdt: Add get commands to fdt by Joe Hershberger · 12 years ago
  44. f0a29d4 fdt: Limit printed hex in fdt print and list commands by Joe Hershberger · 12 years ago
  45. e02c945 fdt: Check if the FDT address is configured by Marek Vasut · 12 years ago
  46. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  47. b790036 common/cmd_fdt.c: fix wrong data displayed in fdt print by Haojian Zhuang · 13 years ago
  48. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  49. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  50. 4b142fe common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  51. 6e748ea cmd_fdt.c: fix parse of byte streams and strings by Ken MacLeod · 15 years ago
  52. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  53. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  54. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  55. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  56. 56844a2 powerpc: Fix bootm to boot up again with a Ramdisk by Heiko Schocher · 16 years ago
  57. 40afac2 fdt: Added resize command by Kumar Gala · 16 years ago
  58. 54f9c86 bootm: Set working fdt address as part of the bootm flow by Kumar Gala · 16 years ago
  59. 109c30f Add note on dereferencing /aliases pointers by Gerald Van Baren · 16 years ago
  60. 7dbc38a fdt: fdt addr w/o any args reports back the current working address by Kumar Gala · 16 years ago
  61. f953d99 fdt: added the ability to set initrd start/end via chosen command by Kumar Gala · 16 years ago
  62. dc4b0b3 Fix printf errors. by Andrew Klossner · 16 years ago
  63. ae9e97f libfdt: Move the working_fdt pointer to cmd_fdt.c by Gerald Van Baren · 16 years ago
  64. e489b9c fdt: unshadow global working fdt variable by Kim Phillips · 16 years ago
  65. 2fb698b Use strncmp() for the fdt command by Gerald Van Baren · 16 years ago
  66. 47abe8a The fdt boardsetup command criteria was not unique by Gerald Van Baren · 16 years ago
  67. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  68. 4abd844 Fix fdt set command to conform to dts spec by Andy Fleming · 16 years ago
  69. 43ddd9c Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T by Jerry Van Baren · 17 years ago
  70. fe30a35 Fix fdt boardsetup command parsing by Kumar Gala · 17 years ago
  71. 804887e Add sub-commands to fdt by Kumar Gala · 17 years ago
  72. 238cb7a Improve the FDT help message. by Gerald Van Baren · 17 years ago
  73. ea6d8be Support setting FDT properties with optional values. by Gerald Van Baren · 17 years ago
  74. 28f384b Add spaces around the = in the fdt print format. by Gerald Van Baren · 17 years ago
  75. 9162352 Fix fdt printing for updated libfdt by Gerald Van Baren · 17 years ago
  76. dbaf07c Fix warnings from import of libfdt by Kumar Gala · 17 years ago
  77. 8d04f02 Update libfdt from device tree compiler (dtc) by Kumar Gala · 17 years ago
  78. f738b4a Make no options to fdt print default to '/' by Kumar Gala · 17 years ago
  79. 4a43719 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  80. 99dffca fdt: allow for builds that don't want env and bd_t nodes by Kim Phillips · 17 years ago
  81. e125a2f Call ft_board_setup() from the bootm command. by Gerald Van Baren · 17 years ago
  82. fd61e55 Create new fdt boardsetup command, fix bug parsing [] form of set values. by Gerald Van Baren · 17 years ago
  83. 06e19a0 For fdt_find_node_by_path(), handle the root path properly. by Gerald Van Baren · 17 years ago
  84. 1a86116 Replace fdt_node_offset() with fdt_find_node_by_path(). by Gerald Van Baren · 17 years ago
  85. addd8ce Fix cmd_fdt line lengths, refactor code. by Gerald Van Baren · 17 years ago
  86. 2511403 FDT command improvements. by Gerald Van Baren · 17 years ago
  87. 6be07cc Improve fdt move length handling. by Gerald Van Baren · 17 years ago
  88. 64dbbd4 Moved fdt command support code to fdt_support.c by Gerald Van Baren · 17 years ago
  89. 781e09e Add a flattened device tree (fdt) command (1 of 2) by Gerald Van Baren · 17 years ago