1. c6cca10 cmd: ubi: change 'default y' for SUNXI to 'imply' in Kconfig by Masahiro Yamada · 6 years ago
  2. 15fd1b7 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  3. 8744d6c u-boot: align cache flushes in load_elf_image_shdr to line boundaries by Neil Stainton · 6 years ago
  4. 2669999 Merge tag 'signed-efi-2018.09' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago WIP-21Aug2018
  5. 49c752c cmd: Add bind/unbind commands to bind a device to a driver from the command line by Jean-Jacques Hiblot · 6 years ago
  6. aa51579 cmd: fastboot: Validate user input by Sam Protsenko · 6 years ago
  7. dbb148b cmd: efi: Clarify calculation precedence for '&' and '?' by Eugeniu Rosca · 6 years ago
  8. c3a40cc efi: Add EFI_MEMORY_{NV, MORE_RELIABLE, RO} attributes by Eugeniu Rosca · 6 years ago
  9. 9b89183 efi: Fix truncation of constant value by Eugeniu Rosca · 6 years ago
  10. d03e76a cmd: Add dtimg command by Sam Protsenko · 6 years ago
  11. d7869b21 Convert CONFIG_MII et al to Kconfig by Adam Ford · 6 years ago
  12. 282ce64 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  13. 37c4a5f cmd: Add axi command by Mario Six · 6 years ago
  14. 2846ea8 elf: Add support for PPC64 ELF V1 ABI in bootelf by Rob Bracero · 6 years ago
  15. 7e83f1d sata: fix sata_Probe return value check by Troy Kisky · 6 years ago
  16. 406fd7e Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  17. 3a8c8bf tpmv2: Make it select CMD_LOG by Tom Rini · 6 years ago
  18. 08a00cb dm: Change CMD_DM enabling by Michal Simek · 6 years ago
  19. 5ed063d Kconfig: Sort bool, default, select and imply options by Michal Simek · 6 years ago
  20. 6e7bdde Kconfig: Replace spaces with tabs and missing newline by Michal Simek · 6 years ago
  21. 2a2096e tpm: allow TPM v1 and v2 to be compiled at the same time by Miquel Raynal · 6 years ago
  22. a57d45d Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  23. f43308f net: Read bootfile from env on netboot_common() by Joe Hershberger · 6 years ago
  24. 1341533 cmd/ubi.c: Fix format warning by Tom Rini · 6 years ago
  25. 197005a efi_loader: remove unused efi_get_time_init() by Heinrich Schuchardt · 6 years ago
  26. 640adad efi_loader: calculate crc32 for EFI tables by Heinrich Schuchardt · 6 years ago
  27. 416e07e efi: Drop error return in efi_carve_out_dt_rsv() by Simon Glass · 6 years ago
  28. bc9a638 efi: Tidy up device-tree-size calculation in copy_fdt() by Simon Glass · 6 years ago
  29. 354264b efi_loader: Use map_sysmem() in bootefi command by Alexander Graf · 6 years ago
  30. f17f200 efi_loader: ARM: don't attempt to enter non-secure mode twice by Mark Kettenis · 6 years ago
  31. dc500c3 efi_loader: ARM: run EFI payloads non-secure by Mark Kettenis · 6 years ago
  32. b0aa74a avb2.0: add proper dependencies by Igor Opaniuk · 6 years ago
  33. 149c21b mtdparts: fixed buffer overflow bug by Kay Potthoff · 6 years ago
  34. 9c5b009 Convert CONFIG_MTD_PARTITIONS et al to Kconfig by Adam Ford · 6 years ago
  35. eaf7347 cmd: nvedit: env import can now import only variables passed as parameters by Quentin Schulz · 6 years ago
  36. 6c90f62 env: add the same prefix to error messages to make it detectable by tests by Quentin Schulz · 6 years ago
  37. c5d548a env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  38. 5a04264 cmd: nvedit: set H_INTERACTIVE in do_env_default by Yaniv Levinsky · 6 years ago
  39. 477f811 cmd: nvedit: propagate envflag to set_default_vars by Yaniv Levinsky · 6 years ago
  40. 3009149 cmd: nvedit: rename flags in do_env_default by Yaniv Levinsky · 6 years ago
  41. 201d9cd cmd: fit_image: Add default property for FIT format scripts by Alex Kiernan · 6 years ago
  42. 4a94e53 cmd: ubi: Add additional message upon UBI attach error by Stefan Roese · 6 years ago
  43. 68c7025 cmd: ubi: print load size after establishing volume size by Stefan Agner · 6 years ago
  44. 0fd2290c cmd: Kconfig: Move CONFIG_MP to Kconfig by Siva Durga Prasad Paladugu · 6 years ago
  45. bdce340 net: Add option to prefer bootp/dhcp serverip by Alexander Graf · 6 years ago
  46. 449312c net: Prefer command line arguments by Alexander Graf · 6 years ago
  47. d8970da net: Add new wol command - Wake on LAN by Lothar Felten · 6 years ago
  48. 86df34d efi_loader: Install ACPI configuration tables by Bin Meng · 6 years ago
  49. dd099ec cmd: efi: Fix wrong memory descriptor end address by Bin Meng · 6 years ago
  50. 7f13b37 ARM: image: Add option for ignoring ep bit 3 by Marek Vasut · 6 years ago
  51. 8459367 mmc: Remove hwpartition help text when command is disabled by Alex Kiernan · 6 years ago
  52. e0212df iotrace: fix behaviour when buffer is full by Ramon Fried · 6 years ago
  53. 501c89d cmd: iotrace: add dump trace command by Ramon Fried · 6 years ago
  54. 5d4fd87 avb2.0: add boot states and dm-verity support by Igor Opaniuk · 6 years ago
  55. 60b2f9e cmd: avb2.0: avb command for performing verification by Igor Opaniuk · 6 years ago
  56. 9d0dc69 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago WIP-14Jun2018
  57. 58bc69d efi_loader: Allocate memory handle for mem dp by Alexander Graf · 6 years ago
  58. 6f0dc0c net: Express LINK_LOCAL dependency on LIB_RAND by Joe Hershberger · 6 years ago
  59. 919d25c u-boot: Fix several typos by Shyam Saini · 6 years ago
  60. 71002b5 cmd: add missing line breaks for pr_err() by Seung-Woo Kim · 6 years ago WIP-07Jun2018
  61. b559c4a cmd: iotrace: add set region command by Ramon Fried · 6 years ago
  62. 86fbad2 menu: fix timeout duration by Masahiro Yamada · 6 years ago
  63. e09159c efi_loader: avoid anonymous constants for AllocatePages by Heinrich Schuchardt · 6 years ago
  64. c3b11de efi_loader: allow unaligned memory access by Heinrich Schuchardt · 7 years ago
  65. e37aa7a efi_selftest: do not call efi_init_obj_list() twice by Heinrich Schuchardt · 6 years ago
  66. 582d97b Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 6 years ago
  67. caa2a2e Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  68. cedd48e cmd: fpga: Add support to load secure bitstreams by Siva Durga Prasad Paladugu · 6 years ago
  69. f595361 cmd: fpga: Reorder the arguments parsing code by Siva Durga Prasad Paladugu · 6 years ago
  70. f73a7df net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 6 years ago
  71. c232d14 mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · 6 years ago
  72. c4ded03 fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 6 years ago
  73. 312a10f fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · 6 years ago
  74. 6836adb efi_loader: Enable RISC-V support by Rick Chen · 6 years ago
  75. b9dd4fab tpm: add PCR authentication commands support by Miquel Raynal · 6 years ago
  76. dc26e91 tpm: add TPM2_HierarchyChangeAuth command support by Miquel Raynal · 6 years ago
  77. da9c339 tpm: add dictionary attack mitigation commands support by Miquel Raynal · 6 years ago
  78. 69cd8f0 tpm: add TPM2_GetCapability command support by Miquel Raynal · 6 years ago
  79. 1c4ea8f tpm: add TPM2_PCR_Read command support by Miquel Raynal · 6 years ago
  80. 6284be5 tpm: add TPM2_PCR_Extend command support by Miquel Raynal · 6 years ago
  81. bad8ff5 tpm: add TPM2_Clear command support by Miquel Raynal · 6 years ago
  82. 2dc6d97 tpm: add TPM2_SelfTest command support by Miquel Raynal · 6 years ago
  83. 1922df2 tpm: add TPM2_Startup command support by Miquel Raynal · 6 years ago
  84. ff32245 tpm: prepare support for TPMv2.x commands by Miquel Raynal · 6 years ago
  85. d677bfe tpm: disociate TPMv1.x specific and generic code by Miquel Raynal · 6 years ago
  86. 9f9ce3c tpm: prepare introduction of TPMv2.x support in Kconfig by Miquel Raynal · 6 years ago
  87. c617918 tpm: align arguments with open parenthesis by Miquel Raynal · 6 years ago
  88. b9804e5 tpm: substitute deprecated uint<x>_t types with their u<x> equivalent by Miquel Raynal · 6 years ago
  89. b11ed7d bootcount: Add bootcount command by Alex Kiernan · 6 years ago
  90. 5a7b11e Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig by Alex Kiernan · 6 years ago
  91. d4505c8 pmic: Rewrite the pmic command to not only work with single byte transmission by Lukasz Majewski · 6 years ago
  92. 9b23c73 net: Add Kconfig option for BOOTP_NTPSERVER by Chris Packham · 6 years ago
  93. f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 6 years ago
  94. 051ebe3 cmd: add ADC cli commands by Neil Armstrong · 6 years ago
  95. 666028f arm64: Add SMC and HVC commands by Michalis Pappas · 7 years ago
  96. 732bc7c mmc: support writing sparse images by Jassi Brar · 7 years ago
  97. 4bbd6b1 arm: v7R: Add initial support by Michal Simek · 6 years ago
  98. acf1500 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · 6 years ago
  99. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  100. 83a1f93 cmd: CONFIG_CMD_LOG select CONFIG_LOG by Heinrich Schuchardt · 7 years ago