1. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  2. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  3. cdbff9f env: Move env_get_hex() to env.h by Simon Glass · 5 years ago
  4. 6bf6dbe env: Move env_get_yesno() to env.h by Simon Glass · 5 years ago
  5. 9eef56d env: Move env_get_ulong() to env.h by Simon Glass · 5 years ago
  6. 168068f env: Move env_set_ulong() to env.h by Simon Glass · 5 years ago
  7. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  8. b9ca02c env: Move envmatch() to env.h by Simon Glass · 5 years ago
  9. 3f989e7b env: Move env_relocate() to env.h by Simon Glass · 5 years ago
  10. 4bfd1f5 env: Move env_init() to env.h by Simon Glass · 5 years ago
  11. 3a7d557 env: Move env_get_f() to env.h by Simon Glass · 5 years ago
  12. f1f0ae6 env: Move get_env_id() to env.h by Simon Glass · 5 years ago
  13. af95f20 env: Create a new file for environment functions by Simon Glass · 5 years ago
  14. 9fe657d common: Remove video_setmem() by Simon Glass · 5 years ago
  15. 3c1ecde common: Move lcd_setmem() to lcd.h by Simon Glass · 5 years ago
  16. 4575a77 common: Drop the dpram_... functions by Simon Glass · 5 years ago
  17. 0c670fc common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
  18. c62c7ef board: hisilicon: Add support for Hikey960 board by Manivannan Sadhasivam · 5 years ago
  19. af8a735 arm: dts: Import HI3660 devicetree from Linux by Manivannan Sadhasivam · 5 years ago
  20. feb5a02 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 5 years ago
  21. 9fd8b2c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 5 years ago
  22. 3ebb919 ARM: renesas: Add R8A77980 V3H Condor board code by Marek Vasut · 5 years ago
  23. a811e19 ARM: dts: renesas: Add R8A77980 V3H DTs and headers by Marek Vasut · 5 years ago
  24. bd20266 apalis-tk1: configs: remove legacy usbboot command by Igor Opaniuk · 5 years ago
  25. 4c63a60 apalis-tk1: support v1.2 hardware revision by Marcel Ziswiler · 5 years ago
  26. d415eab apalis-tk1: remove default vesa vga mode from vidargs by Marcel Ziswiler · 5 years ago
  27. 8c57395 apalis-tk1: switch to zImage by Igor Opaniuk · 5 years ago
  28. f7c668a apalis-tk1: add pcie_aspm=off to defargs by Igor Opaniuk · 5 years ago
  29. 11d96e1 apalis-tk1: enable user debug by default by Igor Opaniuk · 5 years ago
  30. d8f6db4 board: intel: Add new slimbootloader board by Park, Aiden · 5 years ago
  31. 68d70a1 x86: qemu: Fix non-working ramboot and nfsboot environment variables by Bin Meng · 5 years ago
  32. 00f237e qemu-x86: Use config_distro_bootcmd by Joshua Watt · 5 years ago
  33. 0b6febf Update include/android_image.h from AOSP by Alex Deymo · 5 years ago
  34. 4f3ee27 ARM: dts: add hifsys reset for MediaTek SoCs by Ryder Lee · 5 years ago
  35. b236f8c log: document the assign() macro by Heinrich Schuchardt · 5 years ago
  36. 7127151 Merge tag 'efi-2019-10-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  37. 898c40c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 5 years ago
  38. 14b9df1 autoboot: Add comments for menu_show() by Simon Glass · 5 years ago
  39. cf9803a Convert CONFIG_AUTOBOOT_MENU_SHOW to Kconfig by Simon Glass · 5 years ago
  40. e231306 autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT by Simon Glass · 5 years ago
  41. 8fc31e2 autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY by Simon Glass · 5 years ago
  42. 37304aa Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig by Simon Glass · 5 years ago
  43. b06da06 Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOT by Simon Glass · 5 years ago
  44. 9f53146 Convert CONFIG_SHOW_BOOT_PROGRESS to Kconfig by Simon Glass · 5 years ago
  45. bbaf56e Merge tag 'u-boot-amlogic-20190731' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 5 years ago
  46. 3db0989 env: ti: boot: Handle reboot reason from BCB by Sam Protsenko · 5 years ago
  47. 0d84acb ARM: dts: add support for Odroid-N2 by Neil Armstrong · 5 years ago
  48. d93757f ARM: dts: Sync Amlogic G12A with Linux 5.3-rc1 by Neil Armstrong · 5 years ago
  49. 8f611dc clk: sandbox: add composite clk by Peng Fan · 5 years ago
  50. 2b12957 clk: gate: support sandbox by Peng Fan · 5 years ago
  51. 0009763 clk: add composite clk support by Peng Fan · 5 years ago
  52. d669d1a clk-provider: include clk-uclass.h by Peng Fan · 5 years ago
  53. 4f305bf clk: fixed_rate: export clk_fixed_rate by Peng Fan · 5 years ago
  54. 1c64330 clk: add clk-gate support by Peng Fan · 5 years ago
  55. 1b0d09c clk: export mux/divider ops by Peng Fan · 5 years ago
  56. 4b04408 clk: mux: add set parent support by Peng Fan · 5 years ago
  57. 2457612 clk: introduce clk_dev_binded by Peng Fan · 5 years ago
  58. a239147 Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  59. 476a314 Merge tag 'xilinx-for-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 5 years ago
  60. dcf722e Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 5 years ago
  61. 24e6722 efi_loader: definition of efi_virtual_address_map() by Heinrich Schuchardt · 5 years ago
  62. 98a8279 global_data: enable fb_base for DM_VIDEO by Heiko Schocher · 5 years ago
  63. 5a4675a cmd: fpga: Change return value to avoid printing usage text by Alexander Dahl · 5 years ago
  64. 3b2a595 fpga: altera: Add some more device sizes by Alexander Dahl · 5 years ago
  65. 175dccd fpga: virtex2: Add slave serial programming support by Robert Hancock · 5 years ago
  66. ce7b93d ARM: zynq: delete long-dead CONFIG_USB_CABLE_CHECK by Robert P. J. Day · 6 years ago
  67. 333755e Merge branch '2019-07-29-ti-imports' by Tom Rini · 5 years ago
  68. 411c1f0 configs: omapl138_lcdk: enable NAND self-init in SPL by Bartosz Golaszewski · 5 years ago
  69. 95cffd9 davinci: da850-evm: enable driver model for NAND by Bartosz Golaszewski · 5 years ago
  70. f5a4755 davinci: omapl138-lcdk: enable driver model for NAND by Bartosz Golaszewski · 5 years ago
  71. e311482 i2c: remove i2c driver-model compatibility layer by Bartosz Golaszewski · 5 years ago
  72. ea4cc39 davinci: remove CONFIG_DM_I2C_COMPAT from defconfigs by Bartosz Golaszewski · 5 years ago
  73. 2d64a0f Merge branch '2019-07-29-master-imports' by Tom Rini · 5 years ago
  74. a7e6d0c rtc: move RTC_RX8025 to Kconfig by Heiko Schocher · 5 years ago
  75. bb4c5d6 board: mediatek: Add pumpkin board support by Fabien Parent · 5 years ago
  76. 49b10cb gpio: fixes for gpio-hog support by Heiko Schocher · 5 years ago
  77. 2090854 common: Move bootm_decomp_image() to image.c (as image_decomp()) by Julius Werner · 5 years ago
  78. 92430b8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga by Tom Rini · 5 years ago
  79. ad4a699 Merge tag 'video-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  80. c957be9 Merge tag 'u-boot-rockchip-20190729' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago
  81. 7e35ad9 rockchip: rk3328: add STIMER_BASE definition by Kever Yang · 5 years ago
  82. 60a62ac video: dw_hdmi: Add support for ddc-i2c-bus property by Niklas Schulze · 5 years ago
  83. eb4ee4e video: display: use edid_get_timing_validate() variant to filter supported EDID modes by Neil Armstrong · 5 years ago
  84. 1c1ed44 edid: add edid_get_timing_validate() variant to filter out edid modes by Neil Armstrong · 5 years ago
  85. 9de5eb2 colibri-imx6ull: support building with DM_VIDEO=y by Igor Opaniuk · 5 years ago
  86. a6eedb6 video: fsl_dcu_fb: refactor init functions by Igor Opaniuk · 5 years ago
  87. 75551c8 Merge branch '2019-07-26-ti-imports' by Tom Rini · 5 years ago
  88. adc097e env: ti: boot: Use ttyS2 instead of ttyO2 by Sam Protsenko · 5 years ago
  89. d2c9a9a arm: am57xx: Allow bootm to load larger kernels by Sam Protsenko · 5 years ago
  90. 3851f9b ARM: da850-evm: Remove dead/unneeded code by Adam Ford · 5 years ago
  91. 7f89cb2 ARM: da850evm: Remove legacy OHCI referencs and unify platform by Adam Ford · 5 years ago
  92. 02acbb9 ARM: am3517_evm: Fix pin muxing to enable EHCI Host in the future by Adam Ford · 5 years ago
  93. 25e4ff4 ARM: omap3_logic: Enable OMAP EHCI support for SOM-LV Boards by Adam Ford · 5 years ago
  94. df9a7a1 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  95. 382f1dd dt-bindings: pinctrl: k3: Introduce pinmux definitions for J721E by Lokesh Vutla · 5 years ago
  96. f818503 board: ti: j721e: Add board support for j721e evm by Lokesh Vutla · 5 years ago
  97. c163af6 dt-bindings: ti_sci_pm_domains: Add support for exclusive and shared access by Lokesh Vutla · 5 years ago
  98. fd4e7be power-domain: Add private data to power domain by Lokesh Vutla · 5 years ago
  99. 9566b77 firmware: ti_sci: Add a command for releasing all exclusive devices by Lokesh Vutla · 5 years ago
  100. 410adcc firmware: ti_sci: Add processor shutdown API method by Andreas Dannenberg · 5 years ago