1. c684159 efi_loader: implement multiple event support by xypron.glpk@gmx.de · 7 years ago
  2. 2fd945f efi_loader: use struct efi_event * instead of void * by xypron.glpk@gmx.de · 7 years ago
  3. 3c8ffb6 efi_loader: define all known status codes by xypron.glpk@gmx.de · 7 years ago
  4. cc5b708 efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by xypron.glpk@gmx.de · 7 years ago
  5. 88adae5 efi_loader: reimplement efi_locate_protocol by xypron.glpk@gmx.de · 7 years ago
  6. 011f432 efi_loader: provide a sufficient number of protocols by xypron.glpk@gmx.de · 7 years ago
  7. e0549f8 efi_loader: implement InstallProtocolInterface by xypron.glpk@gmx.de · 7 years ago
  8. b5349f7 efi_loader: refactor efi_open_protocol by xypron.glpk@gmx.de · 7 years ago
  9. 8d3a256 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  10. d43ef73 Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  11. 61e51ba dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · 7 years ago
  12. 878d68c dm: core: Add functions to obtain node's address/size cells by Simon Glass · 7 years ago
  13. f7d6fcf dm: core: Add dev_read_enabled() to check if a device is enabled by Simon Glass · 7 years ago
  14. a448101 dm: core: Add dev_read_resource() to read device resources by Simon Glass · 7 years ago
  15. 8c293d6 dm: core: Add ofnode_read_string_count() by Simon Glass · 7 years ago
  16. d63b5b4 sandbox: Enable more console options by Simon Glass · 7 years ago
  17. b089538 Allow displaying the U-Boot banner on a video display by Simon Glass · 7 years ago
  18. 6c519f2 display_options: Refactor to allow obtaining the banner by Simon Glass · 7 years ago
  19. 681357f dm: ahci: Add a driver for SCSI on AHCI by Simon Glass · 7 years ago
  20. 5c56176 dm: scsi: Split out the bus scanning code by Simon Glass · 7 years ago
  21. f6ab5a9 dm: scsi: Add operations for SCSI devices by Simon Glass · 7 years ago
  22. 8eab1a5 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · 7 years ago
  23. 4682c8a dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · 7 years ago
  24. 322f73f dm: scsi: Add operations by Simon Glass · 7 years ago
  25. 4279efc dm: ahci: Drop use of probe_ent by Simon Glass · 7 years ago
  26. 7cf1afc dm: ahci: Unwind the confusing init code by Simon Glass · 7 years ago
  27. 4b62b2f dm: sata: Move ataid into struct ahci_uc_priv by Simon Glass · 7 years ago
  28. 2c9f9ef dm: ahci: Rename struct ahci_probe_ent by Simon Glass · 7 years ago
  29. b9560ad dm: scsi: Drop the ccb typedef by Simon Glass · 7 years ago
  30. aae5ec3 dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmd by Simon Glass · 7 years ago
  31. 0436824 dm: scsi: Rearrange header file for driver model by Simon Glass · 7 years ago
  32. 10e40d5 Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · 7 years ago
  33. 3bf926c Convert CONFIG_CMD_SATA to Kconfig by Simon Glass · 7 years ago
  34. a6fb185 scsi: Drop scsi_print_error() by Simon Glass · 7 years ago
  35. fedb428 Convert CONFIG_SCSI to Kconfig by Simon Glass · 7 years ago
  36. 95ce385 dm: core: Add uclass_first/next_device_check() by Simon Glass · 8 years ago
  37. 9856157 dm: core: Test uclass_first/next_device() on probe failure by Simon Glass · 8 years ago
  38. 30a570a dm: core: Clarify uclass_first/next_device() comments by Simon Glass · 8 years ago
  39. bafcf2d rockchip: Add basic support for phyCORE-RK3288 SoM based carrier board by Wadim Egorov · 7 years ago
  40. ad98f88 power: regulator: rk8xx: Allow input current/charger shutdown configuration by Wadim Egorov · 7 years ago
  41. 4ac72f5 usb: Kconfig: migrate USB_DWC2 to Kconfig by Philipp Tomsich · 7 years ago
  42. b24a8ec rockchip: add evb_rk3229 board by Kever Yang · 7 years ago
  43. 168eef7 rockchip: rk322x: add basic soc support by Kever Yang · 7 years ago
  44. b647442 rockchip: rk322x: add dts file by Kever Yang · 7 years ago
  45. 6d1970f rockchip: add sdram_common for common functions by Kever Yang · 7 years ago
  46. d754254 ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards by Jorge Ramirez-Ortiz · 7 years ago
  47. ccaa83f ARM64: dts: hi3798cv200-poplar: add device tree bindings by Jorge Ramirez-Ortiz · 7 years ago
  48. 92761fc ARM: k2g: Update board_name u-boot env variable at runtime by Cooper Jr., Franklin · 7 years ago
  49. af9e6ad board_f: Add new function to allow runtime DTB selection by Cooper Jr., Franklin · 7 years ago
  50. 92926bc boot_fit: Create helper functions that can be used to select DTB out of FIT by Cooper Jr., Franklin · 7 years ago
  51. 3863f84 spl: fit: Break out some functions into a common file by Cooper Jr., Franklin · 7 years ago
  52. 53193a4 powerpc, 8xx: Add support for MCR3000 board from CSSI by Christophe Leroy · 7 years ago
  53. 70fd071 powerpc, 8xx: Handle checkpatch errors and some of the warnings/checks by Christophe Leroy · 7 years ago
  54. ba3da73 powerpc, 8xx: Use IO accessors to access IO memory by Christophe Leroy · 7 years ago
  55. 907208c powerpc: Partialy restore core of mpc8xx by Christophe Leroy · 7 years ago
  56. 29e0031 board/BuR/brppt1: fix MMC boot by Hannes Schmelzer · 7 years ago
  57. ea92651 wdt: Unify option of timeout value by Andy Shevchenko · 7 years ago
  58. daab59a avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  59. 49ddcf3 serial: make serial_stub_* to static functions by Masahiro Yamada · 7 years ago
  60. 7e09145 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  61. 98f705c powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  62. 37a980b efi_loader: run CreateEvent() notify function based on flags by Jonathan Gray · 8 years ago
  63. f42f25d Merge git://git.denx.de/u-boot-arc by Tom Rini · 7 years ago
  64. e3f4072 ARM: at91: ma5d4: Support both SF and eMMC SoMs by Marek Vasut · 8 years ago
  65. cc6f9de ARM: at91: ma5d4: Switch environment start to eMMC by Marek Vasut · 8 years ago
  66. 4e84383 ARM: at91: ma5d4: Enable support for booting from eMMC by Marek Vasut · 8 years ago
  67. 4425be3 ARM: at91: ma5d4: Swap SD/MMC controller order by Marek Vasut · 8 years ago
  68. cdc12ee ARM: at91: ma5d4: Enable DFU and UMS by Marek Vasut · 8 years ago
  69. f1d56df ARM: atmel: Rename MA5D4EVK by Marek Vasut · 8 years ago
  70. 67482f5 arc: Add support for HS Development Kit board by Alexey Brodkin · 8 years ago
  71. ef41e9d axs10x: Move environment from I2C EEPROM to SD-card by Alexey Brodkin · 7 years ago
  72. c2a7ee22 axs10x: Get rid of both I2C and EEPROM who used to use I2C by Alexey Brodkin · 7 years ago
  73. 06bd1d7 boards: axs10x, nsim, tb100: Enable cmdline history by Alexey Brodkin · 8 years ago
  74. be88459 atmel, at91: fix smartweb board by Heiko Schocher · 7 years ago
  75. de82036 ti816x: Enable ethernet support by Tom Rini · 8 years ago
  76. 08546df Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  77. 821560f Merge git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  78. da2364c Revert "x86: Convert MMC to driver model" by Bin Meng · 7 years ago
  79. 7df4ff2 Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  80. 5302feb rockchip: rk3399: correct SPL_MAX_SIZE by Kever Yang · 7 years ago
  81. 72fa589 atmel, at91: fix corvus board by Heiko Schocher · 7 years ago
  82. 4fd79ac arm: omap: Extract OMAP5 boot environment to separate file by Semen Protsenko · 7 years ago
  83. c8f258d x86: Remove CONFIG_USB_MAX_CONTROLLER_COUNT by Bin Meng · 7 years ago
  84. 70b95de x86: minnowmax: Configure GPIO pins to turn on USB ports VBUS by Bin Meng · 7 years ago
  85. 235c5b8 Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · 7 years ago
  86. 988390b arm: zynq: Move CONFIG_SF_DUAL_FLASH to defconfig by Mike Looijmans · 7 years ago
  87. fb4000e arm64: zynqmp: Check pmufw version by Michal Simek · 8 years ago
  88. 6b104fe arm64: zynqmp: Decrease MALLOC size for SPL by Michal Simek · 8 years ago
  89. 22ea278 arm64: zynqmp: Remove CPU_RELEASE_ADDR macro by Michal Simek · 8 years ago
  90. 2c62e31 odroid: remove CONFIG_DM_I2C_COMPAT config by Jaehoon Chung · 7 years ago
  91. b9f7d88 powerpc, 5xx: remove some "5xx" remains by Heiko Schocher · 7 years ago
  92. 9057df8 powerpc, 82xx: remove some missed mpc82xx remains by Heiko Schocher · 7 years ago
  93. 064b55c powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
  94. 19de2de arm: ti: Add missing guards to headers by Semen Protsenko · 7 years ago
  95. 9210042 board/BuR/brxre1: refactor default environment by Hannes Schmelzer · 7 years ago
  96. 767099b board/BuR/brxre1: cosmetic cleanup of config-header by Hannes Schmelzer · 7 years ago
  97. b493f95 board/BuR/brxre1: drop obsolete CONFIG_LCD_NOSTDOUT from config-header by Hannes Schmelzer · 7 years ago
  98. dd24720 board/BuR/brxre1: drop bootlogo feature by Hannes Schmelzer · 7 years ago
  99. f687737 board/BuR/brxre1: fix MMC boot by Hannes Schmelzer · 7 years ago
  100. 51855e8 treewide: remove unneeded semicolons by Masahiro Yamada · 7 years ago