1. 805b3ca lib: elf: Move the generic elf loading/validating functions to lib by Keerthy · 4 years, 8 months ago
  2. 7d4d551 efi_loader: fix efi_install_fdt() description by Heinrich Schuchardt · 4 years, 8 months ago
  3. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 8 months ago
  4. 7273231 cmd: mdc/mwc: normalize disjoint MX_CYCLIC usage by Joel Johnson · 4 years, 8 months ago
  5. 89789eb cmd/elf.c: Add SPDX tag by Tom Rini · 4 years, 8 months ago
  6. 4dbc107 cmd: gpio: Correct do_gpio() return value by Luka Kovacic · 4 years, 9 months ago
  7. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  8. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  9. 7b9d60f cmd: Add command to dump drivers and compatible strings by Sean Anderson · 4 years, 9 months ago
  10. 3780e2d cmd: tpm: add a subcommand device by Philippe Reynes · 4 years, 9 months ago
  11. 586a1bf doc: android: Convert to Sphinx format by Sam Protsenko · 4 years, 8 months ago
  12. 34b4319 doc: android: Add documentation for Android Boot Image by Sam Protsenko · 4 years, 8 months ago
  13. 94f6d0d cmd: abootimg: Add abootimg command by Sam Protsenko · 4 years, 8 months ago
  14. 5749faa cmd/gpt: Address error cases during gpt rename more correctly by Tom Rini · 4 years, 8 months ago
  15. 86e42b3 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 4 years, 8 months ago
  16. b852cca pmic: allow dump command for non contiguous register maps by Martin Fuzzey · 4 years, 9 months ago
  17. 2d7818d cmd: sata: Add block unbind device function by Peng Ma · 4 years, 10 months ago
  18. 6954756 cmd: spi: Permit setting bus frequency by Marek Vasut · 4 years, 10 months ago
  19. b1b147f cmd: mtd: solve bad block support in erase command by Patrick Delaunay · 5 years ago
  20. 17f084f zfs: remove unused buf variable by Joel Johnson · 4 years, 9 months ago
  21. e9c6698 cmd: pxe: execute the cls command only when supported by Patrick Delaunay · 4 years, 10 months ago
  22. 1c79f2f cmd: add tlv_eeprom command by Baruch Siach · 4 years, 8 months ago
  23. 4d979bf common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA by Simon Glass · 4 years, 9 months ago
  24. 9b4a205 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 9 months ago
  25. 220a3a4 common: Rename and move source() by Simon Glass · 4 years, 9 months ago
  26. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 4 years, 9 months ago
  27. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 9 months ago
  28. 9a3b4ce common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 9 months ago
  29. 015e334 common: Drop floppy disk support by Simon Glass · 4 years, 9 months ago
  30. 1444998 common: Move functions for loading from fat/ext2 to fs.h by Simon Glass · 4 years, 9 months ago
  31. 77f4e47 common: Move do_tftpb() to net.h by Simon Glass · 4 years, 9 months ago
  32. 0ee48252 common: Move flash_perror() to flash.h by Simon Glass · 4 years, 9 months ago
  33. 8302d17 aes: add support of aes192 and aes256 by Philippe Reynes · 4 years, 9 months ago
  34. 7012c04 aes: add a define for the size of a block by Philippe Reynes · 4 years, 9 months ago
  35. 45e4968 cmd/blk_common: clarify no partition error message by Alexandre Besnard · 4 years, 10 months ago
  36. 4f731c7 cmd: adtimg: Refactor usage style by Eugeniu Rosca · 4 years, 9 months ago
  37. 4c6edc2 cmd: adtimg: Rename internal symbols by Eugeniu Rosca · 4 years, 9 months ago
  38. b84acf1 dtimg/am57xx_evm_defconfig: Rename dtimg to adtimg by Eugeniu Rosca · 4 years, 9 months ago
  39. 6478a7e cmd/eeprom.c: prepend 0x to hex numbers in output message format by Klaus H. Sorensen · 4 years, 10 months ago
  40. a74a213 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 4 years, 9 months ago
  41. 7086de4 Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 9 months ago
  42. 14a2dee cmd/Kconfig: Add more dependencies to OSE bootm support by Tom Rini · 4 years, 10 months ago
  43. 4f24ac0 cmd: add rng command by Heinrich Schuchardt · 4 years, 9 months ago
  44. ecc7fda bootm: Add a bootm command for type IH_OS_EFI by Cristian Ciocaltea · 4 years, 9 months ago
  45. 07e2fe7 cmd: efidebug: capitalize UEFI by Heinrich Schuchardt · 4 years, 9 months ago
  46. 986e064 cmd: efidebug: new sub-command tables by Heinrich Schuchardt · 4 years, 9 months ago
  47. 173cd9e cmd: efidebug: simplify get_guid_text() by Heinrich Schuchardt · 4 years, 9 months ago
  48. a3850e4 efi_loader: free load options after execution by Heinrich Schuchardt · 4 years, 9 months ago
  49. f64f223 efi_loader: export efi_install_fdt() by Heinrich Schuchardt · 4 years, 10 months ago
  50. f9ceb6a efi_loader: carve out efi_run_image() by Heinrich Schuchardt · 4 years, 10 months ago
  51. 753aa18 efi_loader: use hardware device tree by default by Heinrich Schuchardt · 4 years, 10 months ago
  52. 7a59725 efi_loader: pass address to efi_install_fdt() by Heinrich Schuchardt · 4 years, 10 months ago
  53. 8ad0c66 bdinfo: show multi_dtb_fit by Heiko Schocher · 5 years ago
  54. 98a8f44 dfu: Add optional timeout parameter by Andy Shevchenko · 4 years, 10 months ago
  55. 2b1f8c2 dfu: Refactor do_dfu() to handle optional argument by Andy Shevchenko · 4 years, 10 months ago
  56. b75617b x86: Update the fsp command for FSP2 by Simon Glass · 4 years, 10 months ago
  57. 3b65ee3 x86: sandbox: Add a PMC emulator and test by Simon Glass · 4 years, 10 months ago
  58. 2c4e067 cmd: pxe: Increase maximum path length by Ben Wolsieffer · 4 years, 10 months ago
  59. 7d9701d cmd: mdio/mii: add Kconfig help and allow break dependency by Ramon Fried · 5 years ago
  60. fb8977c net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
  61. 05429b6 rtc: move date.c from drivers/rtc/ to lib/ by AKASHI Takahiro · 4 years, 11 months ago
  62. 31839dc cmd: pxe: Fix checkpatch WARNING/CHECK by Patrice Chotard · 4 years, 10 months ago
  63. 51843ea cmd: sysboot: Fix checkpatch WARNING/CHECK by Patrice Chotard · 4 years, 10 months ago
  64. 8cb22a6 cmd: pxe_utils: Fix checkpatch WARNING/CHECK by Patrice Chotard · 4 years, 10 months ago
  65. 993c912 cmd: sysboot: Create a sysboot command dedicated file by Patrice Chotard · 4 years, 10 months ago
  66. 2373cba cmd: Prepare sysboot command independence by Patrice Chotard · 4 years, 10 months ago
  67. 1ac2cb9 cmd: Migrate from_env() from pxe.c to nvedit.c by Patrice Chotard · 4 years, 10 months ago
  68. 787f10a cmd: cp: add missing map_sysmem by Philippe Reynes · 4 years, 10 months ago
  69. ae0d12f iminfo: add missing map_sysmem by Philippe Reynes · 4 years, 10 months ago
  70. ff102c5 cmd: make MTD commands depend on MTD by Miquel Raynal · 5 years ago
  71. eb446ef cmd: nand/sf: isolate legacy code by Miquel Raynal · 5 years ago
  72. 587f445 cmd: mtdparts: Kconfig: join mtdparts command entry with its options by Miquel Raynal · 5 years ago
  73. 888f184 mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTD by Miquel Raynal · 5 years ago
  74. 88718be mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · 5 years ago
  75. 94d022b Merge tag 'efi-2020-01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 10 months ago
  76. 0bffb8c cmd: efidebug: fix a build error in show_efi_boot_opt() by AKASHI Takahiro · 4 years, 10 months ago
  77. ca32678 cmd: pxe: Fix bootm argument count by Abhishek Shah · 4 years, 11 months ago
  78. 4df23e5 blk: Make use of CONFIG_HAVE_BLOCK_DEVICE more by Tom Rini · 4 years, 10 months ago
  79. cb3ef68 common: Move old EEPROM functions into a new header by Simon Glass · 4 years, 11 months ago
  80. 428a6a1 common: Drop board_show_dram() by Simon Glass · 4 years, 11 months ago
  81. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 4 years, 11 months ago
  82. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 11 months ago
  83. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 11 months ago
  84. 62270f4 common: Move some SMP functions out of common.h by Simon Glass · 4 years, 11 months ago
  85. b03e051 common: Move serial functions out of common.h by Simon Glass · 4 years, 11 months ago
  86. 2189d5f Move strtomhz() to vsprintf.h by Simon Glass · 4 years, 11 months ago
  87. 8bef79b common: Move sorting functions to their own header file by Simon Glass · 4 years, 11 months ago
  88. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 4 years, 11 months ago
  89. b2ea91b crc: Fix code style with crc functions by Simon Glass · 4 years, 11 months ago
  90. 62f9b65 common: Move older CPU functions to their own header by Simon Glass · 4 years, 11 months ago
  91. 3b4847c efi_loader: support building UEFI binaries on sandbox by Heinrich Schuchardt · 5 years ago
  92. fefff63 cmd: move down CONFIG_CMD_BOOTEFI after CONFIG_BOOTM_VXWORKS by AKASHI Takahiro · 5 years ago
  93. 672c570 cmd: mtdparts: Fix build with option ..._SHOW_NET_SIZES by Alexander Dahl · 5 years ago
  94. 20841c5 cmd: nand: Remove not used declaration by Alexander Dahl · 5 years ago
  95. a8c1846 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  96. 24b7739 Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  97. 965ec3c cmd: avb: Support A/B slots by Sam Protsenko · 5 years ago
  98. bb43c27 cmd: avb: Fix requested partitions list by Sam Protsenko · 5 years ago
  99. febabe3 dfu: allow to manage DFU on several devices by Patrick Delaunay · 5 years ago
  100. 0896d2c thor: fix error path after g_dnl_register() failure by Marek Szyprowski · 5 years ago