1. 51b23b8 cmd_fdt: fix working_fdt is set to wrong value by Hua Yanghao · 10 years ago
  2. 6c0be91 fdt: Add ft_system_setup() function for system device tree additions by Simon Glass · 10 years ago
  3. 406ba62 fdt: Report failure of ft_board_setup() by Simon Glass · 10 years ago
  4. 9f85a72 fdt: Rename fdt_resize() to fdt_shrink_to_minimum() by Simon Glass · 10 years ago
  5. 5da42d9 Reverse the meaning of the fit_config_verify() return code by Simon Glass · 10 years ago
  6. 451c204 fdt_support: delete force argument of fdt_chosen() by Masahiro Yamada · 11 years ago
  7. 5b11489 fdt_support: delete force argument of fdt_initrd() by Masahiro Yamada · 11 years ago
  8. fce16b9 fdt: add "fdt checksign" command by Heiko Schocher · 11 years ago
  9. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  10. b7fc710 sandbox: fdt: Support fdt command for sandbox by Simon Glass · 12 years ago
  11. 0bfc4cc fdt: Allow fdt command to check and update control FDT by Simon Glass · 12 years ago
  12. 546b9a3 fdt: Add a parameter to fdt_valid() by Simon Glass · 12 years ago
  13. 044dc9e Update set_working_fdt_addr() to use setenv_addr() by Simon Glass · 12 years ago
  14. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · 12 years ago
  15. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  16. 1db8b53 cmd_fdt.c: Use %p when printing pointers by Tom Rini · 12 years ago
  17. ea2243b fdt: Identify scripts in ITBs as printable strings by Joe Hershberger · 12 years ago
  18. fc5abf0 fdt: Add get commands to fdt by Joe Hershberger · 12 years ago
  19. f72c692 fdt: Limit printed hex in fdt print and list commands by Joe Hershberger · 12 years ago
  20. aeccfee fdt: Check if the FDT address is configured by Marek Vasut · 12 years ago
  21. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  22. 1829290 common/cmd_fdt.c: fix wrong data displayed in fdt print by Haojian Zhuang · 14 years ago
  23. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  24. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  25. 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  26. d028afa cmd_fdt.c: fix parse of byte streams and strings by Ken MacLeod · 15 years ago
  27. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  28. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  29. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  30. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  31. d29abae powerpc: Fix bootm to boot up again with a Ramdisk by Heiko Schocher · 16 years ago
  32. 58911df fdt: Added resize command by Kumar Gala · 16 years ago
  33. 9f4e7e4 bootm: Set working fdt address as part of the bootm flow by Kumar Gala · 16 years ago
  34. 0989fcf Add note on dereferencing /aliases pointers by Gerald Van Baren · 16 years ago
  35. 708a18b fdt: fdt addr w/o any args reports back the current working address by Kumar Gala · 16 years ago
  36. fb5dcd5 fdt: added the ability to set initrd start/end via chosen command by Kumar Gala · 16 years ago
  37. e4ad454 Fix printf errors. by Andrew Klossner · 16 years ago
  38. e81ce61 libfdt: Move the working_fdt pointer to cmd_fdt.c by Gerald Van Baren · 16 years ago
  39. f3a42e2 fdt: unshadow global working fdt variable by Kim Phillips · 16 years ago
  40. 3b9d629 Use strncmp() for the fdt command by Gerald Van Baren · 16 years ago
  41. 7c24c0b The fdt boardsetup command criteria was not unique by Gerald Van Baren · 16 years ago
  42. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  43. 4689147 Fix fdt set command to conform to dts spec by Andy Fleming · 17 years ago
  44. c694d3d Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T by Jerry Van Baren · 17 years ago
  45. bb05b33 Fix fdt boardsetup command parsing by Kumar Gala · 17 years ago
  46. b79da7b Add sub-commands to fdt by Kumar Gala · 17 years ago
  47. 7655c09 Improve the FDT help message. by Gerald Van Baren · 17 years ago
  48. d91383a Support setting FDT properties with optional values. by Gerald Van Baren · 17 years ago
  49. fc1a109 Add spaces around the = in the fdt print format. by Gerald Van Baren · 17 years ago
  50. eb999ee Fix fdt printing for updated libfdt by Gerald Van Baren · 17 years ago
  51. 1e386af Fix warnings from import of libfdt by Kumar Gala · 17 years ago
  52. c8ab705 Update libfdt from device tree compiler (dtc) by Kumar Gala · 17 years ago
  53. 51ab7f9 Make no options to fdt print default to '/' by Kumar Gala · 17 years ago
  54. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  55. bd9d115 fdt: allow for builds that don't want env and bd_t nodes by Kim Phillips · 17 years ago
  56. 566fae3 Call ft_board_setup() from the bootm command. by Gerald Van Baren · 17 years ago
  57. 5606a36 Create new fdt boardsetup command, fix bug parsing [] form of set values. by Gerald Van Baren · 17 years ago
  58. 1178d6a For fdt_find_node_by_path(), handle the root path properly. by Gerald Van Baren · 18 years ago
  59. d7cae57 Replace fdt_node_offset() with fdt_find_node_by_path(). by Gerald Van Baren · 17 years ago
  60. e596a16 Fix cmd_fdt line lengths, refactor code. by Gerald Van Baren · 18 years ago
  61. 0ea55d2 FDT command improvements. by Gerald Van Baren · 18 years ago
  62. 4d22392 Improve fdt move length handling. by Gerald Van Baren · 18 years ago
  63. c4a57ea Moved fdt command support code to fdt_support.c by Gerald Van Baren · 18 years ago
  64. ade8ef4 Add a flattened device tree (fdt) command (1 of 2) by Gerald Van Baren · 18 years ago