1. 3428faf Update MEM_SUPPORT_64BIT_DATA to be always defined by Simon Glass · 4 years, 4 months ago
  2. 85ecfd1 cmd: add a panic command by Heiko Stuebner · 4 years, 3 months ago
  3. e369790 cmd: blkls: Add blkls command by Niel Fourie · 4 years, 6 months ago
  4. 2e48836 cmd: dm: Fixed/Added DM driver listing subcommands by Niel Fourie · 4 years, 6 months ago
  5. 2280fa5 cmd: fs: Add command to list supported fs types by Niel Fourie · 4 years, 6 months ago
  6. 0ffdfbd cmd: part: Add subcommand to list supported partition tables by Niel Fourie · 4 years, 6 months ago
  7. 8b5206d cmd: env: use ENV_IS_IN_DEVICE in env info by Patrick Delaunay · 4 years, 3 months ago
  8. 621e09c Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 4 years, 3 months ago
  9. 5fdb3c0 Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · 4 years, 3 months ago
  10. 039d4f5 efi_loader: incorrect check against FDT_ADDR_T_NONE by Heinrich Schuchardt · 4 years, 3 months ago
  11. 56c4046 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 4 months ago
  12. eae62ae Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 3 months ago
  13. bda8909 bdinfo: Update the file comments by Simon Glass · 4 years, 4 months ago
  14. 6479198 bdinfo: m68k: ppc: Move arch-specific code from bdinfo by Simon Glass · 4 years, 4 months ago
  15. 1a520d9 bdinfo: m68k: Move m68k-specific info into its own file by Simon Glass · 4 years, 4 months ago
  16. 79d074d bdinfo: ppc: Move PPC-specific info into its own file by Simon Glass · 4 years, 4 months ago
  17. 59b0d7d bdinfo: arm: Move ARM-specific info into its own file by Simon Glass · 4 years, 4 months ago
  18. 655f17f bdinfo: Export some basic printing functions by Simon Glass · 4 years, 4 months ago
  19. 8a2ba58 bdinfo: net: Inline print_eth_ip_addr() by Simon Glass · 4 years, 4 months ago
  20. 441539f bdinfo: net: Drop legacy ethernet bdinfo by Simon Glass · 4 years, 4 months ago
  21. 3c89c4c bdinfo: net: ppc: Drop prints for CONFIG_HAS_ETHn by Simon Glass · 4 years, 4 months ago
  22. db76c9b bdinfo: Drop print_cpu_word_size() by Simon Glass · 4 years, 4 months ago
  23. aa8b758 bdinfo: Drop print_bi_flash() by Simon Glass · 4 years, 4 months ago
  24. 3cfbe22 bdinfo: Drop print_bi_boot_params() by Simon Glass · 4 years, 4 months ago
  25. 537cb0d bdinfo: sh: arc: Drop arch-specific print_bi_mem() by Simon Glass · 4 years, 4 months ago
  26. 3e1cca2 bdinfo: ppc: Drop arch-specific print_baudrate() by Simon Glass · 4 years, 4 months ago
  27. 9e24e10 bdinfo: Drop print_std_bdinfo() by Simon Glass · 4 years, 4 months ago
  28. d67de00 bdinfo: Drop unnecessary inline on functions by Simon Glass · 4 years, 4 months ago
  29. 566ffde bdinfo: microblaze: sh: nios2: Drop arch-specific flash info by Simon Glass · 4 years, 4 months ago
  30. 7d81641 bdinfo: Drop unused __maybe_unused by Simon Glass · 4 years, 4 months ago
  31. e01ce34 bdinfo: Drop the option to not use the generic 'bd' command by Simon Glass · 4 years, 4 months ago
  32. e227c27 bdinfo: arc: Use the generic bd command by Simon Glass · 4 years, 4 months ago
  33. 1aeeaeb bdinfo: arm: Use the generic bd command by Simon Glass · 4 years, 4 months ago
  34. 67145d1 bdinfo: m68k: Use the generic bd command by Simon Glass · 4 years, 4 months ago
  35. 2e0fa21 bdinfo: powerpc: Use the generic bd command by Simon Glass · 4 years, 4 months ago
  36. 628c85a bdinfo: riscv: Use the generic bd command by Simon Glass · 4 years, 4 months ago
  37. aa6b898 bdinfo: nds32: Use the generic bd command by Simon Glass · 4 years, 4 months ago
  38. c66981c bdinfo: sandbox: Use the generic bd command by Simon Glass · 4 years, 4 months ago
  39. 41ec71d bdinfo: x86: Use the generic bd command by Simon Glass · 4 years, 4 months ago
  40. f41b830 bdinfo: sh: Use the generic bd command by Simon Glass · 4 years, 4 months ago
  41. 271db50 bdinfo: microblaze: Use the generic bd command by Simon Glass · 4 years, 4 months ago
  42. 08c56d1 bdinfo: nios2: Use the generic bd command by Simon Glass · 4 years, 4 months ago
  43. df529b5 bdinfo: mips: Use the generic bd command by Simon Glass · 4 years, 4 months ago
  44. 1af9756 bdinfo: xtensa: Create a generic do_bdinfo for xtensa by Simon Glass · 4 years, 4 months ago
  45. f0e236c Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 3 months ago
  46. b1c272d cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv() by Bin Meng · 4 years, 3 months ago
  47. 922c6d5 Merge tag 'mmc-2020-6-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 3 months ago
  48. d581076 cmd: mmc: Cache-align extcsd read target by Marek Vasut · 4 years, 3 months ago
  49. d1896e3 cmd: booti: Fix spelling of "environment". by Vagrant Cascadian · 4 years, 4 months ago
  50. 5575f79 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · 4 years, 3 months ago
  51. 0d7c291 cmd: bootefi: Honor the address & size cells properties correctly by Atish Patra · 4 years, 3 months ago
  52. a633a80 trivial: Fix booot occurences by Michal Simek · 4 years, 4 months ago
  53. f9e3d2e Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into next by Tom Rini · 4 years, 3 months ago
  54. 808f13d net: Fix error if some network features are disabled by Krebs, Olaf · 4 years, 7 months ago
  55. 77007f9 log: check argument of 'log level' command by Heinrich Schuchardt · 4 years, 4 months ago
  56. 1b6ae82 Merge tag 'efi-2020-07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 4 months ago
  57. 0d8f35b5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 4 years, 4 months ago
  58. 0e69bcf efi_loader: validate load option by Heinrich Schuchardt · 4 years, 4 months ago
  59. 8e8059c cmd: fitupd: move config check to Kconfig by Heinrich Schuchardt · 4 years, 4 months ago
  60. da37b53 cmd: sf Drop reassignment of new into flash by Jagan Teki · 4 years, 4 months ago
  61. 0e7b631 cbfs: Return the error code from file_cbfs_init() by Simon Glass · 4 years, 4 months ago
  62. b032db2 x86: mtrr: Drop the mask display when changing an mtrr by Simon Glass · 4 years, 5 months ago
  63. 2843444 cmd: zip: fix implicit declaration warning by Michael Walle · 4 years, 4 months ago
  64. eff5a54 cmd: zip: automatically pull in gzip() by Michael Walle · 4 years, 4 months ago
  65. 56c311b cmd: unzip: automatically select CONFIG_GZIP by Michael Walle · 4 years, 4 months ago
  66. 255a473 efi_loader: add EFI_MEMORY_SP to memory attributes by Heinrich Schuchardt · 4 years, 4 months ago
  67. b09e1b6 cmd: avb: free partition buffer upon verify completion by Gary Bisson · 4 years, 4 months ago
  68. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 4 months ago
  69. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 4 months ago
  70. 07e1114 Fix some checkpatch warnings in calls to udelay() by Simon Glass · 4 years, 4 months ago
  71. 1af3c7f common: Drop linux/stringify.h from common header by Simon Glass · 4 years, 4 months ago
  72. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 4 months ago
  73. 25a5818 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 4 months ago
  74. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  75. 3c7dded Fix some checkpatch warnings in calls to debug() by Simon Glass · 4 years, 4 months ago
  76. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 4 months ago
  77. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 4 months ago
  78. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 4 months ago
  79. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 4 months ago
  80. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 4 months ago
  81. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 4 months ago
  82. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 4 months ago
  83. b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 4 months ago
  84. a595a0e flash: Tidy up coding style for flash functions by Simon Glass · 4 years, 4 months ago
  85. ba06b3c common: Drop uuid.h from common header by Simon Glass · 4 years, 4 months ago
  86. b0e4f2c cmd: efidebug: Add support for querying UEFI variable storage by Ilias Apalodimas · 4 years, 4 months ago
  87. 714497e efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · 4 years, 4 months ago
  88. ac14bc4 Merge tag 'efi-2020-07-rc2-4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 4 months ago
  89. 5308665 Nokia RX-51: Update my email address by Pali Rohár · 4 years, 6 months ago
  90. bdb1577 cmd: efidebug: fix -Werror=type-limits warning by Heinrich Schuchardt · 4 years, 5 months ago
  91. e2a5b86 cmd: efidebug: add a comment against Coverity check (300329) by AKASHI Takahiro · 4 years, 5 months ago
  92. d67591d cmd: efidebug: fix a wrong handling of arguments by AKASHI Takahiro · 4 years, 5 months ago
  93. a5e609b Merge tag 'efi-2020-07-rc2-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 5 months ago
  94. 702de89 treewide: mem: Move mtest related defines to Kconfig by Ashok Reddy Soma · 4 years, 5 months ago
  95. e519f03 cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mapping by Michal Simek · 4 years, 5 months ago
  96. 42a426e efi_loader: put device tree into EfiACPIReclaimMemory by Heinrich Schuchardt · 4 years, 5 months ago
  97. 9900e46 efi_loader: use logical and in do_env_print_efi() by Heinrich Schuchardt · 4 years, 5 months ago
  98. 5168d7a menu: add support for client defined statusline function by Thirupathaiah Annapureddy · 4 years, 6 months ago
  99. c2a2123 cmd: cache: Fix non-cached memory cachability by Patrice Chotard · 4 years, 5 months ago
  100. 9a3cc7b Merge tag 'efi-2020-07-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 5 months ago