1. 19ed606 mx6cuboxi: Use mmc_get_op_cond() to check for an eMMC by Jon Nettleton · 6 years ago
  2. c4abe28 mx6cuboxi: drop CONFIG_SYS_FSL_USDHC_NUM by Baruch Siach · 6 years ago
  3. 86e5a7f mx6cuboxi: Add support for eMMC booting by Jon Nettleton · 6 years ago
  4. 6c09eba mmc: break out get_op_cond code to its own function by Jon Nettleton · 6 years ago
  5. 31d9500 mmc: drop mention of IN_PROGRESS status by Baruch Siach · 6 years ago
  6. 31b1e17 board: toradex: add Colibri iMX6ULL support by Stefan Agner · 6 years ago
  7. d826b87 board: toradex: add new and upcoming SKUs by Stefan Agner · 6 years ago
  8. 55f34f3 ARM: dts: imx6ull: use same compatible string as Linux is using by Stefan Agner · 6 years ago
  9. 23eaf41 imx: add macro to detect whether USB has been initialized by Stefan Agner · 6 years ago
  10. c7f367b mtd: nand: mxs_nand: add device tree support for i.MX 6 by Stefan Agner · 6 years ago
  11. 1947c2d bootcount: flush after storing the bootcounter by Stefano Babic · 7 years ago
  12. 9c5b009 Convert CONFIG_MTD_PARTITIONS et al to Kconfig by Adam Ford · 6 years ago
  13. 8d0d6bc configs: Convert CONFIG_USE_NAND to CONFIG_NAND by Adam Ford · 6 years ago
  14. 9d04b5f configs: Make NAND_BOOT and ONENAND_BOOT imply NAND by Adam Ford · 6 years ago
  15. eba7f1f Convert CONFIG_NAND_DAVINCI to Kconfig by Adam Ford · 6 years ago
  16. e7db856 Convert CONFIG_NAND_ATMEL to Kconfig by Adam Ford · 6 years ago
  17. d294335 Convert CONFIG_NAND_LPC32XX_SLC to Kconfig by Adam Ford · 6 years ago
  18. 474ecd2 env: Simplify Makefile using $(SPL_TPL_) by York Sun · 6 years ago
  19. 646f1ab env: typo in description of ENV_IS_IN_REMOTE by Heinrich Schuchardt · 7 years ago
  20. 8385336 Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  21. a2a5053 rockchip: utilize CONFIG_DEFAULT_FDT_FILE by Klaus Goger · 6 years ago
  22. 315ded9 rockchip: veyron: Set vcc33_sd regulator value by Carlo Caione · 6 years ago
  23. 389167c rk3288: Disable JTAG function from sdmmc0 IO by Carlo Caione · 6 years ago
  24. 0d4d5fd rk3288: veyron: Init boot-on regulators by Carlo Caione · 6 years ago
  25. abb8fad rockchip: board: lion-rk3368: increase phy autonegotiation timeout by Jakob Unterwurzacher · 6 years ago
  26. 9125947 rockchip: rk3399: spl: add missing \n to output by Heinrich Schuchardt · 6 years ago
  27. 760b957 rockchip: doc: clarify usage of CONFIG_SPL_ROCKCHIP_BACK_TO_BROM by Heinrich Schuchardt · 6 years ago
  28. 19ee1fa rockchip: evb-rk3399: correct README for board bring up by Heinrich Schuchardt · 6 years ago
  29. 41826f6 rockchip: rk3399: change boot_target based on u-boot, spl-boot-device by Klaus Goger · 6 years ago
  30. e5f2ecc rockchip: rk3399: inject 'u-boot, spl-boot-device' for next-stage by Philipp Tomsich · 6 years ago
  31. 2aa4abc spl: document 'chosen/u-boot, spl-boot-device' by Philipp Tomsich · 6 years ago
  32. de5dd4c spl: record boot_device into spl_image and call spl_perform_fixups by Philipp Tomsich · 6 years ago
  33. df253b8 smartweb: use SPL_TINY_MEMSET by Philipp Tomsich · 6 years ago
  34. 706afa4 rockchip: rk3188: add rk_board_late_init() hook by Alexander Kochetkov · 7 years ago
  35. 5944bd9 rockchip: i2c: enable i2c controller for rk3066 and rk3188 by Alexander Kochetkov · 7 years ago
  36. e0ed833 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 6 years ago
  37. 0dd1fc0 board/imgtec/boston: Add new defconfigs to the MAINTAINERS list by Tom Rini · 6 years ago
  38. f0fd307 Fix README for Khadas VIM board by Loic Devulder · 6 years ago
  39. aa984aa configs: Update Meson GX configs by Loic Devulder · 6 years ago
  40. 77dd092 ARM64: meson: Sync DT with Linux 4.17.5 by Loic Devulder · 6 years ago
  41. b7a7c41 test/py: add test for whitelist of variables while importing environment by Quentin Schulz · 6 years ago
  42. eaf7347 cmd: nvedit: env import can now import only variables passed as parameters by Quentin Schulz · 6 years ago
  43. d9fc907 hashtable: do not recreate whole hash table if vars are passed to himport_r by Quentin Schulz · 6 years ago
  44. f4eef40 test/py: remove hacks for non-zero RAM base address in tests by Quentin Schulz · 6 years ago
  45. abba763 test/py: return a RAM address different from 0 as it can be interpreted as NULL by Quentin Schulz · 6 years ago
  46. 6c90f62 env: add the same prefix to error messages to make it detectable by tests by Quentin Schulz · 6 years ago
  47. d219415 stm32mp1: clk: support digital bypass by Patrick Delaunay · 6 years ago
  48. 5b25eb9 stm32mp1: clk: add ADC clock gating by Patrick Delaunay · 6 years ago
  49. 0436553 stm32mp1: clk: update Ethernet clock gating by Patrick Delaunay · 6 years ago
  50. 88fa34d stm32mp1: clk: add LDTC and DSI clock support by Patrick Delaunay · 6 years ago
  51. 6110503 stm32mp1: clk: add common function pll_get_fvco by Patrick Delaunay · 6 years ago
  52. c2fa5dc stm32mp1: clk: define RCC_PLLNCFGR2_SHIFT macro by Patrick Delaunay · 6 years ago
  53. 8a07d5b stm32mp1: clock tree update by Patrick Delaunay · 6 years ago
  54. aeac16a stm32mp1: activate FIXED regulator by Patrick Delaunay · 6 years ago
  55. 5f16f65 stm32mp1: add support for stm32mp157c-ev1 board by Patrick Delaunay · 6 years ago
  56. bc06134 stm32mp1: activate MISC support in SPL by Patrick Delaunay · 6 years ago
  57. d090cba misc: stm32: Add STM32MP1 support by Patrick Delaunay · 6 years ago
  58. a674313 dts: import stm32mp1 device tree from linux kernel by Patrick Delaunay · 6 years ago
  59. 1f6ca3f sysreset: syscon: update regmap access to syscon by Patrick Delaunay · 6 years ago
  60. af95a3e drivers: rtc: correct week day for mc146818 by Heinrich Schuchardt · 6 years ago
  61. b27dc8e bootmenu: Extend BOOTDELAY help text by Alex Kiernan · 6 years ago
  62. 57aa4d2 env: Include bootdelay in environment if negative by Alex Kiernan · 6 years ago
  63. f8c173b fs: btrfs: Fix wrong comparison in logical to physical mapping by Marek Behún · 6 years ago
  64. 25dabd7 spl: Make the spl_nand_load_image static by Michael Trimarchi · 6 years ago
  65. 7267fbf spl: mmc: Skip RAW mode ARGS sectors if not defined by York Sun · 6 years ago
  66. 05855fd x86: acpi: Prevent acpi_table.h from being included more than once by Bin Meng · 6 years ago
  67. 474a62b x86: acpi: Don't touch ACPI hardware in write_acpi_tables() by Bin Meng · 6 years ago
  68. a0609a8 x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library by Bin Meng · 6 years ago
  69. b37b7b2 x86: Switch to use DM sysreset driver by Bin Meng · 6 years ago
  70. 7bb6028 x86: fsp: Eliminate the reset_cpu() call by Bin Meng · 6 years ago
  71. 406be39 dm: sysreset: Add a standard message when doing reset by Bin Meng · 6 years ago
  72. 4c99ccf x86: tangier: Add a sysreset driver by Bin Meng · 6 years ago
  73. c81a8f5 efi: app: Add a sysreset driver by Bin Meng · 6 years ago
  74. fabb2b4 dm: sysreset: x86: Add a sysreset driver by Bin Meng · 6 years ago
  75. 1ac10ab x86: quark: acpi: Add full reset bit to the reset register value in FADT by Bin Meng · 6 years ago
  76. 992c1db drivers: rtc: resolve year 2038 problem in rtc_to_tm by Heinrich Schuchardt · 6 years ago
  77. 0938cff board/BuR/brppt1: add makerule for generating production files by Hannes Schmelzer · 6 years ago
  78. fbc7c7d board/BuR/brppt1: convert brppt1 boards to driver model by Hannes Schmelzer · 6 years ago
  79. 19aa4ac dts: am33xx: add u-boot, dm-spl to ocp bus by Hannes Schmelzer · 6 years ago
  80. 73e9db2 board/BuR/brppt1: implement more flexible boot process by Hannes Schmelzer · 6 years ago
  81. d63f713 board/BuR/common: refactor ft_board_setup(...) by Hannes Schmelzer · 6 years ago
  82. 1d46986 board/BuR/brppt1: drop dead code (CONFIG_SPL_OS_BOOT) by Hannes Schmelzer · 6 years ago
  83. 96cf89f board/BuR/common: fix PMIC mpu-pll setup by Hannes Schmelzer · 6 years ago
  84. 2930941 board/BuR/common: remove interface Label from summary screen by Hannes Schmelzer · 6 years ago
  85. 9596367 board/BuR/brppt1: drop LCD-support by Hannes Schmelzer · 6 years ago
  86. e225970 board/BuR/common: make CONFIG_LCD optional by Hannes Schmelzer · 6 years ago
  87. dc36b65 board/BuR/common: drop simple-framebuffer setup by Hannes Schmelzer · 6 years ago
  88. e31fb4d board/BuR: drop devicetree loading and lcd setup for linux-targets by Hannes Schmelzer · 6 years ago
  89. 20e7705 test: smem: add basic smem test by Ramon Fried · 6 years ago
  90. 7fd7e2c drivers: smem: sandbox by Ramon Fried · 6 years ago
  91. 6621bed dts: db820c: added smem nodes by Ramon Fried · 6 years ago
  92. 072787d dts: db410c: added smem nodes by Ramon Fried · 6 years ago
  93. 654dd4a soc: qualcomm: Add Shared Memory Manager driver by Ramon Fried · 6 years ago
  94. 7b384ec dm: SMEM (Shared memory) uclass by Ramon Fried · 6 years ago
  95. b19886b ARM: qemu-arm: enable RTC by Heinrich Schuchardt · 6 years ago
  96. b71bb87 riscv: Remove unused _relocate arguments by Ivan Gorinov · 6 years ago
  97. b966e5d arm: Remove unused _relocate arguments by Ivan Gorinov · 6 years ago
  98. 6250098 x86: Remove unused _relocate arguments by Ivan Gorinov · 6 years ago
  99. 960a639 arm/arm64: bitops: fix find_next_zero_bit to be compat with arm64 by Grygorii Strashko · 6 years ago
  100. c95848c boards: amlogic: Fix boards README by Neil Armstrong · 6 years ago