1. f751ff5 Kconfig: Replace spaces with tabs and missing newline by Michal Simek · 6 years ago
  2. 79920d1 tpm: allow TPM v1 and v2 to be compiled at the same time by Miquel Raynal · 6 years ago
  3. 23715ba Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  4. 2e13527 net: Read bootfile from env on netboot_common() by Joe Hershberger · 6 years ago
  5. 3aa6e39 cmd/ubi.c: Fix format warning by Tom Rini · 6 years ago
  6. e0df035 avb2.0: add proper dependencies by Igor Opaniuk · 6 years ago
  7. 79694d6 mtdparts: fixed buffer overflow bug by Kay Potthoff · 6 years ago
  8. ac44a30 Convert CONFIG_MTD_PARTITIONS et al to Kconfig by Adam Ford · 6 years ago
  9. 0312b94 cmd: nvedit: env import can now import only variables passed as parameters by Quentin Schulz · 6 years ago
  10. 4e9d34cf env: add the same prefix to error messages to make it detectable by tests by Quentin Schulz · 6 years ago
  11. b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
  12. 16e3424 cmd: nvedit: set H_INTERACTIVE in do_env_default by Yaniv Levinsky · 6 years ago
  13. 23840d1 cmd: nvedit: propagate envflag to set_default_vars by Yaniv Levinsky · 6 years ago
  14. 72e10ca cmd: nvedit: rename flags in do_env_default by Yaniv Levinsky · 6 years ago
  15. b8acfa9 cmd: fit_image: Add default property for FIT format scripts by Alex Kiernan · 6 years ago
  16. 8a717d5 cmd: ubi: Add additional message upon UBI attach error by Stefan Roese · 6 years ago
  17. 08d4e0c cmd: ubi: print load size after establishing volume size by Stefan Agner · 6 years ago
  18. 8e45f1a cmd: Kconfig: Move CONFIG_MP to Kconfig by Siva Durga Prasad Paladugu · 6 years ago
  19. 427e695 net: Add option to prefer bootp/dhcp serverip by Alexander Graf · 6 years ago
  20. f43bf5d net: Prefer command line arguments by Alexander Graf · 6 years ago
  21. 776fc10 net: Add new wol command - Wake on LAN by Lothar Felten · 6 years ago
  22. 2cfbdae efi_loader: Install ACPI configuration tables by Bin Meng · 6 years ago
  23. 8db8790 cmd: efi: Fix wrong memory descriptor end address by Bin Meng · 6 years ago
  24. 85ed289 ARM: image: Add option for ignoring ep bit 3 by Marek Vasut · 6 years ago
  25. 72d8046 mmc: Remove hwpartition help text when command is disabled by Alex Kiernan · 6 years ago
  26. 75aa898 iotrace: fix behaviour when buffer is full by Ramon Fried · 6 years ago
  27. f015eb5 cmd: iotrace: add dump trace command by Ramon Fried · 6 years ago
  28. f0f3bfe avb2.0: add boot states and dm-verity support by Igor Opaniuk · 6 years ago
  29. 6029119 cmd: avb2.0: avb command for performing verification by Igor Opaniuk · 6 years ago
  30. d56c3f6 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  31. 2d00dbe efi_loader: Allocate memory handle for mem dp by Alexander Graf · 6 years ago
  32. 51d7898 net: Express LINK_LOCAL dependency on LIB_RAND by Joe Hershberger · 7 years ago
  33. efe757c u-boot: Fix several typos by Shyam Saini · 6 years ago
  34. 591188e cmd: add missing line breaks for pr_err() by Seung-Woo Kim · 6 years ago
  35. 06048b0 cmd: iotrace: add set region command by Ramon Fried · 7 years ago
  36. c46d0fe menu: fix timeout duration by Masahiro Yamada · 7 years ago
  37. 0f7186b efi_loader: avoid anonymous constants for AllocatePages by Heinrich Schuchardt · 7 years ago
  38. 954e2b9 efi_loader: allow unaligned memory access by Heinrich Schuchardt · 7 years ago
  39. e9e9050 efi_selftest: do not call efi_init_obj_list() twice by Heinrich Schuchardt · 7 years ago
  40. 4cfa481 Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 6 years ago
  41. 628bb20 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  42. cce0cb0 cmd: fpga: Add support to load secure bitstreams by Siva Durga Prasad Paladugu · 7 years ago
  43. 8f039b1 cmd: fpga: Reorder the arguments parsing code by Siva Durga Prasad Paladugu · 7 years ago
  44. d5aa57c net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 7 years ago
  45. c568bcb mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · 7 years ago
  46. 27b69de fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 7 years ago
  47. 65de955 fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · 7 years ago
  48. 9677a37 efi_loader: Enable RISC-V support by Rick Chen · 7 years ago
  49. 0b864f6 tpm: add PCR authentication commands support by Miquel Raynal · 7 years ago
  50. 05d7be3 tpm: add TPM2_HierarchyChangeAuth command support by Miquel Raynal · 7 years ago
  51. 228e990 tpm: add dictionary attack mitigation commands support by Miquel Raynal · 7 years ago
  52. 2e52c06 tpm: add TPM2_GetCapability command support by Miquel Raynal · 7 years ago
  53. 4c1a585 tpm: add TPM2_PCR_Read command support by Miquel Raynal · 7 years ago
  54. 14d7235 tpm: add TPM2_PCR_Extend command support by Miquel Raynal · 7 years ago
  55. 8df6f8d tpm: add TPM2_Clear command support by Miquel Raynal · 7 years ago
  56. 39c7608 tpm: add TPM2_SelfTest command support by Miquel Raynal · 7 years ago
  57. 65a1a6c tpm: add TPM2_Startup command support by Miquel Raynal · 7 years ago
  58. f3b4350 tpm: prepare support for TPMv2.x commands by Miquel Raynal · 7 years ago
  59. 4c6759e tpm: disociate TPMv1.x specific and generic code by Miquel Raynal · 7 years ago
  60. 294f82a tpm: prepare introduction of TPMv2.x support in Kconfig by Miquel Raynal · 7 years ago
  61. 886ccc0 tpm: align arguments with open parenthesis by Miquel Raynal · 7 years ago
  62. d790f55 tpm: substitute deprecated uint<x>_t types with their u<x> equivalent by Miquel Raynal · 7 years ago
  63. e710fa6 bootcount: Add bootcount command by Alex Kiernan · 7 years ago
  64. 60e0f61 Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig by Alex Kiernan · 7 years ago
  65. dfd2b57 pmic: Rewrite the pmic command to not only work with single byte transmission by Lukasz Majewski · 7 years ago
  66. bfa7c21 net: Add Kconfig option for BOOTP_NTPSERVER by Chris Packham · 7 years ago
  67. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
  68. 49261c7 cmd: add ADC cli commands by Neil Armstrong · 7 years ago
  69. d382d22 arm64: Add SMC and HVC commands by Michalis Pappas · 7 years ago
  70. 814a975 mmc: support writing sparse images by Jassi Brar · 7 years ago
  71. f435938 arm: v7R: Add initial support by Michal Simek · 7 years ago
  72. 81b1a67 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · 7 years ago
  73. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  74. 74bad68 cmd: CONFIG_CMD_LOG select CONFIG_LOG by Heinrich Schuchardt · 7 years ago
  75. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  76. 4e96ff8 Convert CONFIG_SPI to Kconfig by Adam Ford · 7 years ago
  77. 7f6992b cmd: clk: Check return value from soc_clk_dump by Michal Simek · 7 years ago
  78. 75f4b72 bootvx: x86: Assign bootaddr based on kernel memory base by Bin Meng · 7 years ago
  79. 051f95e bootvx: Exit if bootline address is not specified by Bin Meng · 7 years ago
  80. cbc77d4 bootvx: Refactor the bootline copy codes a little bit by Bin Meng · 7 years ago
  81. 71606c4 bootvx: x86: Make VxWorks EFI console driver happy by Bin Meng · 7 years ago
  82. c71073f elf: Add a very simple ELF64 loader by Bin Meng · 7 years ago
  83. 4b8fc74 x86: Rename e820entry to e820_entry by Bin Meng · 7 years ago
  84. dde4ebb vxworks: x86: Rename e820info to e820_info by Bin Meng · 7 years ago
  85. f6a22da bootvx: x86: Explicitly clear the bootloader image size by Bin Meng · 7 years ago
  86. e3be890 bootvx: x86: Prepare e820 related stuff from the given kernel memory base address by Bin Meng · 7 years ago
  87. 555347d Merge git://git.denx.de/u-boot-net by Tom Rini · 7 years ago
  88. 70b551c vxworks: fixed cpu enable using PSCI on armv8 by Vasyl Vavrychuk · 7 years ago
  89. 5277a97 Revert "Kconfig: cmd: Make networking command dependent on NET" by Joe Hershberger · 7 years ago
  90. 8ffe7e5 net: Make the BOOTP options default by Joe Hershberger · 7 years ago
  91. 84ccdbe net: Improve BOOTP PXE config option by Joe Hershberger · 7 years ago
  92. 63e7071 net: Add the BOOTP_DNS2 option to Kconfig by Joe Hershberger · 7 years ago
  93. 06661e1 net: Improve menu options and help for BOOTP options by Joe Hershberger · 7 years ago
  94. 0126179 net: Move the DHCP command below the BOOTP command by Joe Hershberger · 7 years ago
  95. 0824ad9 net: Move net command options to the cmd menu by Joe Hershberger · 7 years ago
  96. b042946 net: Make CMD_NET a menuconfig by Joe Hershberger · 7 years ago
  97. 628ff20 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  98. 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
  99. 0051899 treewide: Migrate CONFIG_SYS_ALT_MEMTEST to Kconfig by Mario Six · 7 years ago
  100. 8a4f664 cmd: Add command for calculating binary operations by Mario Six · 7 years ago