1. 6f5056f Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  2. f6b91bf cmd: avb: Support A/B slots by Sam Protsenko · 5 years ago
  3. ac80a98 cmd: avb: Fix requested partitions list by Sam Protsenko · 5 years ago
  4. 2e95212 cmd: env: extend "env [set|print] -e" to manage UEFI variables by AKASHI Takahiro · 5 years ago
  5. f211cc3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 5 years ago
  6. 62dd16e cmd: booti: Store OS start and end info in images structure by Lokesh Vutla · 5 years ago
  7. 132e81f cmd: sf: Mark it default if DM_SPI_FLASH enabled by Jagan Teki · 5 years ago
  8. 61e9fbb cmd: Add Support for UFS commands by Faiz Abbas · 5 years ago
  9. aeceb4c Merge tag 'for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-ubi by Tom Rini · 5 years ago
  10. 9ea7786 ubi: Add "skipcheck" command to set/clear this bit in the UBI volume hdr by Stefan Roese · 5 years ago
  11. a88049b ubi: provide a way to skip CRC checks by Quentin Schulz · 5 years ago
  12. 93f80ea cmd: aes: use map_sysmem when accessing memory by Philippe Reynes · 5 years ago
  13. 5b07922 Merge branch '2019-10-11-master-imports' by Tom Rini · 5 years ago
  14. ba81b90 cmd: itest: add support for .q size specifier by Marek Szyprowski · 5 years ago
  15. d396410 cmd: avoid decimal conversion by T Karthik Reddy · 5 years ago
  16. 986fb6a cmd: ti: ddr3: Move the print statement after test by Krunal Bhargav · 5 years ago
  17. e728d54 cmd: ti: ddr3: Fix ecc address calculation by Lokesh Vutla · 5 years ago
  18. 73eb78f Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 5 years ago
  19. 82a4525 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 5 years ago
  20. a55d317 Merge tag 'efi-2020-01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  21. 4f10743 arm64: zynqmp: Define default SYS_PROMPT by Michal Simek · 5 years ago
  22. f048cae ARM: zynq: Define default SYS_PROMPT by Michal Simek · 5 years ago
  23. d45fc8f iod: Enhance to support display of multiple values by Simon Glass · 5 years ago
  24. 1372414 x86: Rename some FSP functions to have an fsp_ prefix by Simon Glass · 5 years ago
  25. 6c34fc1 x86: Rename existing FSP code to fsp1 by Simon Glass · 5 years ago
  26. 23b1349 cmd: host: fix seg fault at "host info" by AKASHI Takahiro · 5 years ago
  27. 01437e1 cmd: disable CMD_NVEDIT_EFI by default by Heinrich Schuchardt · 5 years ago
  28. a383c81 cmd: env: fix a typo in a comment of do_env_set_efi() by AKASHI Takahiro · 5 years ago
  29. 1d5ccd6 Kconfig: fix a typo in the description of bmp command. by Andrius Štikonas · 5 years ago
  30. 9a10207 Kconfig: Migrate CONFIG_BOOTM_* options by Tom Rini · 5 years ago
  31. 014a381 cmd: part: number: return hexadecimal value by Roman Stratiienko · 5 years ago
  32. c492752 autoboot: add necessary dependency at AUTOBOOT_MENU_SHOW by AKASHI Takahiro · 5 years ago
  33. ac598c1 net: introduce packet capture support by Ramon Fried · 5 years ago
  34. 8a3968c net: mdio: Clarify code flow Covarity 244085 & 244090 by Joe Hershberger · 5 years ago
  35. c36366c cmd: pci: Adjust display of digits for 64bit address and size by Kunihiko Hayashi · 5 years ago
  36. 02767cb cmd: gpio: remove redundant assignment by Heinrich Schuchardt · 5 years ago
  37. 87eb2a1 Merge branch '2019-08-23-master-imports' by Tom Rini · 5 years ago
  38. 1ef0c49 Convert CONFIG_MX_CYCLIC to Kconfig by Adam Ford · 5 years ago
  39. 51709f7 clk: support clk tree dump by Peng Fan · 5 years ago
  40. f152bf0 cbfs: Move result variable into the struct by Simon Glass · 5 years ago
  41. aaef3bf Drop PCMCIA by Simon Glass · 5 years ago
  42. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  43. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  44. 63a2f57 env: Drop the ACTION typedef by Simon Glass · 5 years ago
  45. 4686d8f env: Rename the redundancy flags by Simon Glass · 5 years ago
  46. 1a23686 env: Drop the ENTRY typedef by Simon Glass · 5 years ago
  47. 9738586 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  48. eec9796 env: Move set_default_vars to env.h by Simon Glass · 5 years ago
  49. d416b4b env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
  50. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  51. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  52. 83c2e49 env: Move env_get_hex() to env.h by Simon Glass · 5 years ago
  53. c301bd8 env: Move env_get_yesno() to env.h by Simon Glass · 5 years ago
  54. 07dc93c env: Move env_set_ulong() to env.h by Simon Glass · 5 years ago
  55. 313112a env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  56. 909ff4d env: Move envmatch() to env.h by Simon Glass · 5 years ago
  57. db22961 env: Move env_get_f() to env.h by Simon Glass · 5 years ago
  58. 2d85a75 env: Move get_env_id() to env.h by Simon Glass · 5 years ago
  59. 1a974af common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
  60. a2ac168 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  61. 538aec9 x86: Add a common HOB library by Park, Aiden · 5 years ago
  62. 0961cf7 x86: lib: fsp: Use EFI_GUID and efi_guid_t by Park, Aiden · 5 years ago
  63. c7eaa8b thor: fix crash after usb initialization failure by Marek Szyprowski · 5 years ago
  64. 6954351 cmd: avb: Fix compiler warnings by Sam Protsenko · 5 years ago
  65. 6a05765 Merge tag 'efi-2019-10-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  66. 32679ba Convert CONFIG_AUTOBOOT_MENU_SHOW to Kconfig by Simon Glass · 5 years ago
  67. ec5f71a autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT by Simon Glass · 5 years ago
  68. 9e476d9 autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY by Simon Glass · 5 years ago
  69. a8cab88 autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTION by Simon Glass · 5 years ago
  70. 3a591aa Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  71. 2171509 efi_loader: efidebug.c function documentation by Heinrich Schuchardt · 5 years ago
  72. 72cc725 bdinfo: show fb base with DM_VIDEO by Heiko Schocher · 5 years ago
  73. da62514 cmd: fpga: correct typo, capitalize "Xilinx" by Robert P. J. Day · 6 years ago
  74. 86b7ba5 Add validation for icache/dcache arguments - arguments different from off/on/flush are currently silently ignored. by Eric Perie · 5 years ago
  75. 6533a7e Drop linker-generated array creation when CONFIG_CMDLINE is disabled by Andrej Rosano · 5 years ago
  76. 0c9c3e2 Merge branch '2019-07-26-ti-imports' by Tom Rini · 5 years ago
  77. 41c0e26 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  78. 298cf84 cmd: remoteproc: Allow list command to print the probed devices by Lokesh Vutla · 5 years ago
  79. a316dd5 cmd: remoteproc: Add support for initializing devices individually by Lokesh Vutla · 5 years ago
  80. a24f9b4 cmd: Add 'ab_select' command by Ruslan Trofymenko · 5 years ago
  81. cb10fc9 cmd: bcb: Apply non-functional refinements by Eugeniu Rosca · 5 years ago
  82. 9bb6283 cmd: bcb: Use strcmp() instead of strncmp() for string literals by Eugeniu Rosca · 5 years ago
  83. 2b921bb cmd: bcb: Fix duplicated handling in two case-branches by Eugeniu Rosca · 5 years ago
  84. c37e68f treewide: Fix stale references of Android docs by Eugeniu Rosca · 5 years ago
  85. db9bd636 cmd: part: Add 'number' sub-command by Ruslan Trofymenko · 5 years ago
  86. 39d82b2 Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  87. 20bfc57 cosmetic: Update comment in cmd/eeprom.c by Lukasz Majewski · 5 years ago
  88. 06d9253 Kconfig: Add CMD_SPL_NOR_OFS config for falcon boot argument offset by Lukasz Majewski · 6 years ago
  89. 1079744 Kconfig: cosmetic: Update description of CMD_SPL_NAND_OFS by Lukasz Majewski · 6 years ago
  90. e73ce32 Kconfig: Make CMD_SPL_NAND_OFS only available when proper memory is used by Lukasz Majewski · 6 years ago
  91. 3e83f79 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 5 years ago
  92. 9fcced8 cmd: mdio: prevent data abort when no mdio bus is found by Simon Goldschmidt · 5 years ago
  93. d3f0937 cmd: mem: Add a command to fill the memory with random data by Jean-Jacques Hiblot · 5 years ago
  94. 33afa93 env: register erase command by Frank Wunderlich · 5 years ago
  95. b1d6543 efi_loader: function comments cmd/efi_debug.c by Heinrich Schuchardt · 5 years ago
  96. 031ea8f efi_loader: fix function comments in cmd/bootefi.c by Heinrich Schuchardt · 5 years ago
  97. 89a22b4 efi_loader: Change return type of efi_add_memory_map() by Bryan O'Donoghue · 5 years ago
  98. 329957f Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 5 years ago
  99. 1a5b098 net: introduce MDIO DM class for MDIO devices by Alex Marginean · 5 years ago
  100. 1661ee0 cmd: mii: Add the standard 1000BASE-T registers by Trent Piepho · 6 years ago