1. a253524 lib: optee: migration optee_copy_fdt_nodes for OF_LIVE support by Patrick Delaunay · 3 years, 8 months ago
  2. 402558b cmd: fdt: skip board specific fixup using env variable by Wasim Khan · 3 years, 8 months ago
  3. c581970 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 7 months ago
  4. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  5. 9883df1 Common:fdt: Check for error return value by Hongwei Zhang · 3 years, 10 months ago
  6. 9ea0a1e cmd: Fixup DT to pass PStore Ramoops parameters by Frédéric Danis · 4 years, 6 months ago
  7. 5f9070a optee: copy FDT OP-TEE related nodes before generic FDT changes by Etienne Carriere · 4 years, 4 months ago
  8. 6e31458 find dtb in android boot image with header version 2 during bootm by chenshuo · 4 years, 2 months ago
  9. 19c6808 image: fdt: bail out with error if no boot time FDT image found by Tero Kristo · 4 years, 4 months ago
  10. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  11. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  12. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  13. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  14. 28b417c image: fdt: check "status" of "/reserved-memory" subnodes by Thirupathaiah Annapureddy · 4 years, 9 months ago
  15. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 9 months ago
  16. 6ccb05e image: fdt: copy possible optee nodes to a loaded devicetree by Heiko Stuebner · 5 years ago
  17. cdbff9f env: Move env_get_hex() to env.h by Simon Glass · 5 years ago
  18. c76c93a configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT by Tom Rini · 5 years ago
  19. 7d99406 Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  20. 6239267 fdt: boot_get_fdt: android: use ENV 'fdtaddr' as fallback by Eugeniu Rosca · 5 years ago
  21. 18b8f2c fdt: boot_get_fdt: android: compress handling (non-functional) by Eugeniu Rosca · 5 years ago
  22. 8028182 fdt: boot_get_fdt: simplify no_fdt handling (non-functional) by Eugeniu Rosca · 5 years ago
  23. 9ee9cf3 fdt: boot_get_fdt: really boot w/o FDT when "goto no_fdt" by Eugeniu Rosca · 5 years ago
  24. d9313ef fdt: boot_get_fdt: remove redundant zeroing out by Eugeniu Rosca · 5 years ago
  25. 5e21886 Support boot Android image without address on bootm command by Shawn Guo · 6 years ago
  26. e1d7ed3 image: fdt: handle coalesced reserve region by Patrick Delaunay · 6 years ago
  27. 6a7b406 fdt: support booting with dtb in Android image by Shawn Guo · 6 years ago
  28. e2237a2 fdt: parse "reserved-memory" for memory reservation by Simon Goldschmidt · 6 years ago
  29. 596be5f image: fix compiling without CMD_FDT by Simon Goldschmidt · 6 years ago
  30. eaac4fb sandbox: Fix set_working_fdt_addr users by Alexander Graf · 6 years ago
  31. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  32. c960a68 libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c by Masahiro Yamada · 7 years ago
  33. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  34. 4280342 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  35. 137aefb common: Remove genimg_get_image() by Tuomas Tynkkynen · 7 years ago
  36. 169043d fit: Introduce methods for applying overlays on fit-load by Pantelis Antoniou · 7 years ago
  37. 723806c env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  38. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  39. 26d6119 fdt: Move fdt_fixup_ethernet to a common place by Tom Rini · 7 years ago
  40. 3f66149 Remove extra fdt_fixup_ethernet() call by Joakim Tjernlund · 8 years ago
  41. 63c0941 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  42. ef47683 cmd/fdt: add possibilty to have 'extrasize' on fdt resize by Hannes Schmelzer · 8 years ago
  43. bd86ef1 image-fit: Fix fit_get_node_from_config semantics by Paul Burton · 8 years ago
  44. e2f88df libfdt: Introduce new ARCH_FIXUP_FDT option by Michal Simek · 8 years ago
  45. dea2174 efi_loader: Call fdt preparation functions by Alexander Graf · 9 years ago
  46. 73223f0 Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  47. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  48. 2ea47be common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACY by Peng Fan · 9 years ago
  49. d89212b image-fdt.c: store returned error value by Max Krummenacher · 9 years ago
  50. 10be5b5 fdt: Pass the device serial number through devicetree by Paul Kocialkowski · 9 years ago
  51. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  52. 90fbee3 cmd_fdt: Actually fix fdt command in sandbox by Joe Hershberger · 10 years ago
  53. 48aead7 fdt: Allow non-FDT kernels to boot when CONFIG_OF_LIBFDT is defined by Suriyan Ramasami · 10 years ago
  54. f0c6e1c Revert "image-fdt: boot_get_fdt() return value when no DTB exists" by Tom Rini · 10 years ago
  55. c654b51 fdt: Add ft_system_setup() function for system device tree additions by Simon Glass · 10 years ago
  56. 6f4dbc2 fdt: Tidy up error handling in image_setup_libfdt() by Simon Glass · 10 years ago
  57. c6150aa image-fdt: boot_get_fdt() return value when no DTB exists by Noam Camus · 10 years ago
  58. 5bf58cc fdt: Rename fdt_resize() to fdt_shrink_to_minimum() by Simon Glass · 10 years ago
  59. e29607e ARM: convert arch_fixup_memory_node to a generic FDT fixup function by Ma Haijun · 10 years ago
  60. 7c38764 keystone2: use CONFIG_SOC_KEYSTONE in common places by Khoronzhuk, Ivan · 10 years ago
  61. 126cc86 image: Remove the fit_load_image() property parameter by Simon Glass · 10 years ago
  62. bc6ed0f fdt_support: delete force argument of fdt_chosen() by Masahiro Yamada · 10 years ago
  63. dbe963a fdt_support: delete force argument of fdt_initrd() by Masahiro Yamada · 10 years ago
  64. 21d29f7 bootm: make use of legacy image format configurable by Heiko Schocher · 10 years ago
  65. 00c200f fdt: call ft_board_setup_ex() at the end of image_setup_libfdt() by Vitaly Andrianov · 10 years ago
  66. 95f7062 fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP by Masahiro Yamada · 11 years ago
  67. 2f0877c FIT: delete unnecessary casts by Masahiro Yamada · 11 years ago
  68. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  69. f320a4d bootm: Use selected configuration for ramdisk and fdt by Simon Glass · 11 years ago
  70. 983c72f Clarify bootm OS arguments by Simon Glass · 11 years ago
  71. 53f375f image: Use fit_image_load() to load FDT by Simon Glass · 11 years ago
  72. 13d0698 image: Add device tree setup to image library by Simon Glass · 11 years ago
  73. 44d3a30 image: Split libfdt code into image-fdt.c by Simon Glass · 11 years ago