1. f4897e5 arm: dts: Update all the dts[i] files for imx6[q|qp|dl] sabre[auto|sd] by Abel Vesa · 6 years ago
  2. b095473 arm: dts: Add all the imx6[q|qp|dl] sabre[auto|sd] u-boot dts[i] files by Abel Vesa · 6 years ago
  3. 9fe4c85 board: mx6sabreauto: Add board_fit_config_name_match to support FIT in SPL by Abel Vesa · 6 years ago
  4. 4f5bd30 board: mx6sabresd: Add board_fit_config_name_match to support FIT in SPL by Abel Vesa · 6 years ago
  5. f3a7c24 mmc: fsl_esdhc: Fix DM_REGULATOR ifdefs for SPL builds by Abel Vesa · 6 years ago
  6. 45d7bc6 configs: imx6sabreauto: Add DM_USB support by Abel Vesa · 6 years ago
  7. 49c5e99 configs: imx6sabreauto: Add DM_MMC support by Abel Vesa · 6 years ago
  8. 888a946 usb: ehci-mx6: Make regulator DM_REGULATOR dependent by Abel Vesa · 6 years ago
  9. 5ea11ba5 usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGE by Abel Vesa · 6 years ago
  10. 6e434b9 net: mv88e61xx: fix autonegotiation on ports by Tim Harvey · 6 years ago
  11. 951f18b doc: imx: habv4: Remove secure_boot.txt guide by Breno Matheus Lima · 6 years ago
  12. 50db245 doc: imx: habv4: Move encrypted boot guide by Breno Matheus Lima · 6 years ago
  13. bf3792a doc: imx: habv4: Add Secure Boot guide for i.MX6 and i.MX7 SPL targets by Breno Matheus Lima · 6 years ago
  14. d1981bc doc: imx: habv4: Add Secure Boot guide for i.MX6 and i.MX7 non-SPL targets by Breno Matheus Lima · 6 years ago
  15. fcc5eb3 doc: imx: habv4: Add HABv4 introduction by Breno Matheus Lima · 6 years ago
  16. 09cafd6 doc: imx: habv4: Remove extra hab directory for a cleaner documentation structure by Breno Matheus Lima · 6 years ago
  17. da598e3 ARM: dts: imx6ul-lite*: add DTS files for liteSOM and liteboard by Marcin Niestroj · 6 years ago
  18. cb61ead MTD: nand: mxs_nand: Allow driver to auto setup ECC in SPL by Adam Ford · 6 years ago
  19. b3301b6 net: dm: fec: Fix regulator enable when using DM_REGULATOR by Adam Ford · 6 years ago
  20. 67a4c90 ARM: imx6q_logic: Correct phy fixup for broken ethernet by Adam Ford · 6 years ago
  21. 01aa34b ARM: imx6q_logic: Enable SPL Booting from NAND by Adam Ford · 6 years ago
  22. 6edb91a MTD: NAND: mxs_nand_init_dma: Make mxs_nand_init_dma static by Adam Ford · 6 years ago
  23. 1021073 MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECC by Adam Ford · 6 years ago
  24. a0dde26 ddr: vybrid: Add calibration code to memory controler's (DDRMC) setup code by Lukasz Majewski · 6 years ago
  25. 71d42b3 ddr: vybrid: Provide code to perform on-boot calibration by Lukasz Majewski · 6 years ago
  26. f3ff0b2 ddr: vybrid: Add DDRMC calibration related registers (DQS to DQ) by Lukasz Majewski · 6 years ago
  27. 1a46bb0 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  28. 3ab87ac efi_loader: fix EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · 6 years ago
  29. 876a636 lib: vsprintf: avoid overflow printing UTF16 strings by Heinrich Schuchardt · 6 years ago
  30. 44be5da efi_loader: Make HII a config option by Alexander Graf · 6 years ago
  31. 449c8b2 arm: Leave smccc calls in .text when efi_loader=n by Alexander Graf · 6 years ago
  32. 4b6f19f efi_loader: debug output for HII protocols by Heinrich Schuchardt · 6 years ago
  33. bf962ac efi_selftest: fix HII tests by Heinrich Schuchardt · 6 years ago
  34. 80bc276 efi_selftest: add HII database protocols test by AKASHI Takahiro · 6 years ago
  35. ca8aa71 efi: hii: add HII config routing/access protocols by AKASHI Takahiro · 6 years ago
  36. 976e931 efi: hii: add keyboard layout package support by AKASHI Takahiro · 6 years ago
  37. 0fa82b9 efi: hii: add guid package support by AKASHI Takahiro · 6 years ago
  38. 5aab1b8 efi_loader: Initial HII database protocols by Leif Lindholm · 6 years ago
  39. 7245476 x86: do not use i386 code for x86_64 memory functions by Heinrich Schuchardt · 6 years ago
  40. 9e18bfa efi_loader: GetNextVariableName() relies on REGEX by Heinrich Schuchardt · 6 years ago
  41. fd73848 efi_loader: fix GetNextVariableName by Heinrich Schuchardt · 6 years ago
  42. ecd6550 efi_loader: do not use symbolic links by Heinrich Schuchardt · 6 years ago
  43. b2b186c efi_loader: use library memcpy() in helloworld.efi by Heinrich Schuchardt · 6 years ago
  44. 1572d91 efi_loader: use freestanding library for efi apps by Heinrich Schuchardt · 6 years ago
  45. 2ca8e77 efi_loader: provide freestanding library by Heinrich Schuchardt · 6 years ago
  46. b3d562e efi_selftest: fix variables test for GetNextVariableName() by AKASHI Takahiro · 6 years ago
  47. ad3f36c efi_loader: implement GetNextVariableName() by AKASHI Takahiro · 6 years ago
  48. 0ffda47 efi_loader: comments for variable services by Heinrich Schuchardt · 6 years ago
  49. 807899d efi_loader: remove duplicate function mem2hex() by Heinrich Schuchardt · 6 years ago
  50. 2d8aedc efi_loader: eliminate duplicate function hex2mem() by Heinrich Schuchardt · 6 years ago
  51. 126acbd efi_loader: remove duplicate GUID definition by Heinrich Schuchardt · 6 years ago
  52. e59708d efi_loader: consistent build flags for EFI applications by Heinrich Schuchardt · 6 years ago
  53. db47c34 efi_loader: use u16* for file name by Heinrich Schuchardt · 6 years ago
  54. efba6ba efi_loader: fix CopyMem() by Heinrich Schuchardt · 6 years ago
  55. aa0b11b efi_loader: refactor switch to non-secure mode by Heinrich Schuchardt · 6 years ago
  56. 924045e efi_driver: simplify error message by Heinrich Schuchardt · 6 years ago
  57. dcbf5f5 efi_selftest: tpl unit test, check return values by Heinrich Schuchardt · 6 years ago
  58. 1080eeb efi_selftest: events unit test, check return values by Heinrich Schuchardt · 6 years ago
  59. 2129bb1 efi_selftest: SNP unit test on sandbox by Heinrich Schuchardt · 6 years ago
  60. 73e2ab0 efi_loader: efi_set_variable use const void * by Heinrich Schuchardt · 6 years ago
  61. e06ae19 efi_loader: use const efi_guid_t * for variable services by Heinrich Schuchardt · 6 years ago
  62. 7e0badb efi_loader: move efi_init_obj_list() to a new efi_setup.c by AKASHI Takahiro · 6 years ago
  63. 1028840 doc: README.uefi: fix typos by Heinrich Schuchardt · 6 years ago
  64. 95dc0fd efi_selftest: allow building on ARMv7-M by Heinrich Schuchardt · 6 years ago
  65. 23ef39a efi_loader: signature of StartImage and Exit by Heinrich Schuchardt · 6 years ago
  66. c8989c7 efi_loader: avoid unnecessary pointer to long conversion by Heinrich Schuchardt · 6 years ago
  67. eb8edcf efi_loader: fix memory allocation on sandbox by Heinrich Schuchardt · 6 years ago
  68. a26adcd efi_loader: CMD_BOOTEFI_HELLO_COMPILE in configs by Heinrich Schuchardt · 6 years ago
  69. 4c419bb efi_loader: use named constant for efi_dp_from_mem() by Heinrich Schuchardt · 6 years ago
  70. 6804288 distro: not taint environment variables if possible by AKASHI Takahiro · 6 years ago
  71. 7c89fb0 efi_loader: efi_connect_controller() use %pD by Heinrich Schuchardt · 6 years ago
  72. 7e30764 efi_loader: efi_add_runtime_mmio() by Heinrich Schuchardt · 6 years ago
  73. 58495f3 distro_bootcmd: add NVME support by Heinrich Schuchardt · 6 years ago
  74. 45fceca test: tests for u16_strdup() and u16_strcpy() by Heinrich Schuchardt · 6 years ago
  75. 269a8e2 lib: add u16_strcpy/strdup functions by Akashi, Takahiro · 6 years ago
  76. 401d52f efi_loader: struct efi_configuration_table by Heinrich Schuchardt · 6 years ago
  77. ebf3b17 efi_loader: efi_guid_t must be 64-bit aligned by Heinrich Schuchardt · 6 years ago
  78. 23287c8 test/py: use default load address for tftp by Heinrich Schuchardt · 6 years ago
  79. 84961dd Merge git://git.denx.de/u-boot-x86 by Tom Rini · 6 years ago
  80. e1aa27b x86: tangier: Add initial ACPI support for PMIC device by Andy Shevchenko · 6 years ago
  81. 7a83017 x86: Use the existing GDT in the ROM for 64-bit U-Boot proper by Bin Meng · 6 years ago
  82. 17b7b60 x86: Don't copy the cpu_call64() function to a hardcoded address by Bin Meng · 6 years ago
  83. 6aac2ca x86: Change 4-level page table base address to low memory by Bin Meng · 6 years ago
  84. 0576f55 x86: tsc: Add support for native calibration of TSC freq by Bernhard Messerklinger · 6 years ago
  85. df579da doc: Fix CONFIG_OF_SEPARATE description by Andy Shevchenko · 6 years ago
  86. 7cd9ce5 x86: edison: Switch to CONFIG_OF_SEPARATE by Andy Shevchenko · 6 years ago
  87. d8934b9 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  88. 6820490 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  89. 1e50be3 ARM: mvebu: x530: use MV_DDR_FREQ_SAR by Chris Packham · 6 years ago
  90. b6a4fc0 Kconfig: fix BUILD_TARGET for ARCH_MVEBU by Baruch Siach · 6 years ago
  91. 6db0acb arm: mvebu: cf gt-8k: dts: add PCIe slot reset support by Baruch Siach · 6 years ago
  92. 6e599c6 pcie: designware: mvebu: fix reset release polarity by Baruch Siach · 6 years ago
  93. 7f23184 arm: mvebu: mcbin: dts: fix PCIe reset polarity by Baruch Siach · 6 years ago
  94. 236dde6 i2c: mux: Generate longer i2c mux name by Michal Simek · 6 years ago
  95. f7ab620 i2c: Fill req_seq in i2c_post_bind() by Michal Simek · 6 years ago
  96. 54802408 i2c: dm: Record maximum id of devices before probing devices by Michal Simek · 6 years ago
  97. be0af3e Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  98. b3f9dd9 Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  99. 23f90ee Merge branch '2019-02-08-master-imports' by Tom Rini · 6 years ago
  100. d789d08 sound: Allow audio codecs to be used by other SoCs by Simon Glass · 6 years ago