1. dc61992 ddr: vybrid: Add calibration code to memory controler's (DDRMC) setup code by Lukasz Majewski · 6 years ago
  2. 548cc10 ddr: vybrid: Provide code to perform on-boot calibration by Lukasz Majewski · 6 years ago
  3. c5b22a5 ddr: vybrid: Add DDRMC calibration related registers (DQS to DQ) by Lukasz Majewski · 6 years ago
  4. 63f7e3f Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  5. 823c233 efi_loader: fix EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · 6 years ago
  6. 0e66c10 lib: vsprintf: avoid overflow printing UTF16 strings by Heinrich Schuchardt · 6 years ago
  7. 5fbb289 efi_loader: Make HII a config option by Alexander Graf · 6 years ago
  8. 2f8ab12 arm: Leave smccc calls in .text when efi_loader=n by Alexander Graf · 6 years ago
  9. 6f8f421 efi_loader: debug output for HII protocols by Heinrich Schuchardt · 6 years ago
  10. f38753d efi_selftest: fix HII tests by Heinrich Schuchardt · 6 years ago
  11. 4c4fb10 efi_selftest: add HII database protocols test by AKASHI Takahiro · 6 years ago
  12. cb728e5 efi: hii: add HII config routing/access protocols by AKASHI Takahiro · 6 years ago
  13. 8d3b77e efi: hii: add keyboard layout package support by AKASHI Takahiro · 6 years ago
  14. 9ab0bdd efi: hii: add guid package support by AKASHI Takahiro · 6 years ago
  15. c9bfb22 efi_loader: Initial HII database protocols by Leif Lindholm · 6 years ago
  16. 6b59607 x86: do not use i386 code for x86_64 memory functions by Heinrich Schuchardt · 6 years ago
  17. dba5148 efi_loader: GetNextVariableName() relies on REGEX by Heinrich Schuchardt · 6 years ago
  18. eefb790 efi_loader: fix GetNextVariableName by Heinrich Schuchardt · 6 years ago
  19. 6c75db0 efi_loader: do not use symbolic links by Heinrich Schuchardt · 6 years ago
  20. 6446304 efi_loader: use library memcpy() in helloworld.efi by Heinrich Schuchardt · 6 years ago
  21. 2013c68 efi_loader: use freestanding library for efi apps by Heinrich Schuchardt · 6 years ago
  22. f51a226 efi_loader: provide freestanding library by Heinrich Schuchardt · 6 years ago
  23. 1170fee efi_selftest: fix variables test for GetNextVariableName() by AKASHI Takahiro · 6 years ago
  24. d99a87f efi_loader: implement GetNextVariableName() by AKASHI Takahiro · 6 years ago
  25. 77d4d39 efi_loader: comments for variable services by Heinrich Schuchardt · 6 years ago
  26. 8377ee3 efi_loader: remove duplicate function mem2hex() by Heinrich Schuchardt · 6 years ago
  27. 6e37fa2 efi_loader: eliminate duplicate function hex2mem() by Heinrich Schuchardt · 6 years ago
  28. bc86795 efi_loader: remove duplicate GUID definition by Heinrich Schuchardt · 6 years ago
  29. 0e3dc01 efi_loader: consistent build flags for EFI applications by Heinrich Schuchardt · 6 years ago
  30. c82f8f6 efi_loader: use u16* for file name by Heinrich Schuchardt · 6 years ago
  31. 0bc81a7 efi_loader: fix CopyMem() by Heinrich Schuchardt · 6 years ago
  32. f6c6df7 efi_loader: refactor switch to non-secure mode by Heinrich Schuchardt · 6 years ago
  33. b4f471f efi_driver: simplify error message by Heinrich Schuchardt · 6 years ago
  34. 44e7c62 efi_selftest: tpl unit test, check return values by Heinrich Schuchardt · 6 years ago
  35. 1309a15 efi_selftest: events unit test, check return values by Heinrich Schuchardt · 6 years ago
  36. 8a42641 efi_selftest: SNP unit test on sandbox by Heinrich Schuchardt · 6 years ago
  37. 452257a efi_loader: efi_set_variable use const void * by Heinrich Schuchardt · 6 years ago
  38. 0bda81b efi_loader: use const efi_guid_t * for variable services by Heinrich Schuchardt · 6 years ago
  39. 056b45b efi_loader: move efi_init_obj_list() to a new efi_setup.c by AKASHI Takahiro · 6 years ago
  40. 4f3cb4d doc: README.uefi: fix typos by Heinrich Schuchardt · 6 years ago
  41. e4fd695 efi_selftest: allow building on ARMv7-M by Heinrich Schuchardt · 6 years ago
  42. cc8e341 efi_loader: signature of StartImage and Exit by Heinrich Schuchardt · 6 years ago
  43. c6d876f efi_loader: avoid unnecessary pointer to long conversion by Heinrich Schuchardt · 6 years ago
  44. 23f5f4a efi_loader: fix memory allocation on sandbox by Heinrich Schuchardt · 6 years ago
  45. 0ea8741 efi_loader: CMD_BOOTEFI_HELLO_COMPILE in configs by Heinrich Schuchardt · 6 years ago
  46. 0a76ba6 efi_loader: use named constant for efi_dp_from_mem() by Heinrich Schuchardt · 6 years ago
  47. 13dd666 distro: not taint environment variables if possible by AKASHI Takahiro · 6 years ago
  48. d178836 efi_loader: efi_connect_controller() use %pD by Heinrich Schuchardt · 6 years ago
  49. fb34f29 efi_loader: efi_add_runtime_mmio() by Heinrich Schuchardt · 6 years ago
  50. 9493e39 distro_bootcmd: add NVME support by Heinrich Schuchardt · 6 years ago
  51. abb93cb test: tests for u16_strdup() and u16_strcpy() by Heinrich Schuchardt · 6 years ago
  52. 2a3537a lib: add u16_strcpy/strdup functions by Akashi, Takahiro · 6 years ago
  53. 2859f44 efi_loader: struct efi_configuration_table by Heinrich Schuchardt · 6 years ago
  54. 4b05fe9 efi_loader: efi_guid_t must be 64-bit aligned by Heinrich Schuchardt · 6 years ago
  55. b1b1bab test/py: use default load address for tftp by Heinrich Schuchardt · 6 years ago
  56. 49a9716 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 6 years ago
  57. 24b56e2 x86: tangier: Add initial ACPI support for PMIC device by Andy Shevchenko · 6 years ago
  58. bc1a8f0 x86: Use the existing GDT in the ROM for 64-bit U-Boot proper by Bin Meng · 6 years ago
  59. 9168326 x86: Don't copy the cpu_call64() function to a hardcoded address by Bin Meng · 6 years ago
  60. dbb0696 x86: Change 4-level page table base address to low memory by Bin Meng · 6 years ago
  61. ca7db86 x86: tsc: Add support for native calibration of TSC freq by Bernhard Messerklinger · 6 years ago
  62. 2436396 doc: Fix CONFIG_OF_SEPARATE description by Andy Shevchenko · 6 years ago
  63. 2c8811b x86: edison: Switch to CONFIG_OF_SEPARATE by Andy Shevchenko · 6 years ago
  64. f94fa0e Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  65. f499297 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  66. a6ac775 ARM: mvebu: x530: use MV_DDR_FREQ_SAR by Chris Packham · 6 years ago
  67. 0ef6920 Kconfig: fix BUILD_TARGET for ARCH_MVEBU by Baruch Siach · 6 years ago
  68. d7f165c arm: mvebu: cf gt-8k: dts: add PCIe slot reset support by Baruch Siach · 6 years ago
  69. 6664a0e pcie: designware: mvebu: fix reset release polarity by Baruch Siach · 6 years ago
  70. f301ba5 arm: mvebu: mcbin: dts: fix PCIe reset polarity by Baruch Siach · 6 years ago
  71. c4bd12a i2c: mux: Generate longer i2c mux name by Michal Simek · 6 years ago
  72. 6160722 i2c: Fill req_seq in i2c_post_bind() by Michal Simek · 6 years ago
  73. 6bfacc8 i2c: dm: Record maximum id of devices before probing devices by Michal Simek · 6 years ago
  74. dbe70c7 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  75. 151b833 Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  76. 2e85607 Merge branch '2019-02-08-master-imports' by Tom Rini · 6 years ago
  77. afcd645 sound: Allow audio codecs to be used by other SoCs by Simon Glass · 6 years ago
  78. f0b02f3 sound: i2s: Tidy up a few comments by Simon Glass · 6 years ago
  79. 4a68a60 sound: samsung: Fix 'regiter' typo by Simon Glass · 6 years ago
  80. e5d6116 misc: Allow child devices by Simon Glass · 6 years ago
  81. 58804b8 buildman: fix typo by Chris Packham · 6 years ago
  82. 3600b46 of-platdata: improve documentation by Simon Goldschmidt · 6 years ago
  83. e5fc79e buildman: Write the environment out to an 'env' file by Simon Glass · 6 years ago
  84. d3de385 mmc: omap_hsmmc: Use regulator_set_enable_if_allowed for enabling regulator by Lokesh Vutla · 6 years ago
  85. cc4a224 power: regulator: Introduce regulator_set_enable_if_allowed api by Lokesh Vutla · 6 years ago
  86. f93fab3 Revert "power: regulator: Return success on attempt to disable an always-on regulator" by Lokesh Vutla · 6 years ago
  87. 91b3a18 fdt: tegra: Drop COMPAT_AMS_AS3722 by Simon Glass · 6 years ago
  88. 38b043d fdt: samsung: Drop unused fdt_compat_id values by Simon Glass · 6 years ago
  89. e898799 samsung: mmc: Drop old MMC init code by Simon Glass · 6 years ago
  90. cdc0331 samsung: Drop board_enable_audio_codec() by Simon Glass · 6 years ago
  91. f656dae spring: Update flashmap details by Simon Glass · 6 years ago
  92. 8d135f5 spring: Update sound to use max98088 codec by Simon Glass · 6 years ago
  93. 9a7210f sound: Add a driver for max98088 by Simon Glass · 6 years ago
  94. e293231 exynos: Convert to use CONFIG_BLK by Simon Glass · 6 years ago
  95. a42ff92 exynos: Drop duplicate 'model' line by Simon Glass · 6 years ago
  96. bed44f4 Convert CONFIG_BOARD_TYPES to Kconfig by Simon Glass · 6 years ago
  97. 4a1fa52 arm: mach-k3: common: Clean up ATF image startup function by Andreas Dannenberg · 6 years ago
  98. eefc01d bcm968580xref: switch to CONFIG_OF_SEPARATE by Philippe Reynes · 6 years ago
  99. 5f137b5 bcm968580: rename to bcm968580xref by Philippe Reynes · 6 years ago
  100. 45b7f5b armv7R: K3: am654: Fix order of debug elements in x509 template by Andrew F. Davis · 6 years ago