1. 9e5616d Drop PCMCIA by Simon Glass · 5 years ago
  2. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  3. f030b7b env: Move TOTAL_MALLOC_LEN to environment.h by Simon Glass · 5 years ago
  4. cb2ba9d env: Drop the double underscores in search.h by Simon Glass · 5 years ago
  5. 3f0d680 env: Drop the ACTION typedef by Simon Glass · 5 years ago
  6. d3716dd env: Rename the redundancy flags by Simon Glass · 5 years ago
  7. 25e51e9 env: Drop _ENTRY by Simon Glass · 5 years ago
  8. dd2408c env: Drop the ENTRY typedef by Simon Glass · 5 years ago
  9. 02cf933 env: Move callback definitions to env.h by Simon Glass · 5 years ago
  10. db19701 env: Move env_valid to env.h by Simon Glass · 5 years ago
  11. be54ec1 env: Rename environment to embedded_environment by Simon Glass · 5 years ago
  12. c62f62b env: Move env_reloc() to env.h by Simon Glass · 5 years ago
  13. b5f449e env: Move env_get_char() to env.h by Simon Glass · 5 years ago
  14. 0ac7d72 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  15. 1f3db0c env: Drop env_crc_update() by Simon Glass · 5 years ago
  16. 4e9ce8a env: Move env import/export functions to env.h by Simon Glass · 5 years ago
  17. 4be490a env: Move env_load/save functions to env.h by Simon Glass · 5 years ago
  18. 0b9d8a0 env: Move set_default_vars to env.h by Simon Glass · 5 years ago
  19. 03ed918 env: Move env_fix_drivers() to env.h by Simon Glass · 5 years ago
  20. 36c8b14 env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
  21. b79cf1a env: Move eth_env_get/set_enetaddr() to env.h by Simon Glass · 5 years ago
  22. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  23. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  24. cdbff9f env: Move env_get_hex() to env.h by Simon Glass · 5 years ago
  25. 6bf6dbe env: Move env_get_yesno() to env.h by Simon Glass · 5 years ago
  26. 9eef56d env: Move env_get_ulong() to env.h by Simon Glass · 5 years ago
  27. 168068f env: Move env_set_ulong() to env.h by Simon Glass · 5 years ago
  28. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  29. b9ca02c env: Move envmatch() to env.h by Simon Glass · 5 years ago
  30. 3f989e7b env: Move env_relocate() to env.h by Simon Glass · 5 years ago
  31. 4bfd1f5 env: Move env_init() to env.h by Simon Glass · 5 years ago
  32. 3a7d557 env: Move env_get_f() to env.h by Simon Glass · 5 years ago
  33. f1f0ae6 env: Move get_env_id() to env.h by Simon Glass · 5 years ago
  34. af95f20 env: Create a new file for environment functions by Simon Glass · 5 years ago
  35. 9fe657d common: Remove video_setmem() by Simon Glass · 5 years ago
  36. 3c1ecde common: Move lcd_setmem() to lcd.h by Simon Glass · 5 years ago
  37. 4575a77 common: Drop the dpram_... functions by Simon Glass · 5 years ago
  38. 0c670fc common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
  39. c62c7ef board: hisilicon: Add support for Hikey960 board by Manivannan Sadhasivam · 5 years ago
  40. af8a735 arm: dts: Import HI3660 devicetree from Linux by Manivannan Sadhasivam · 5 years ago
  41. feb5a02 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 5 years ago
  42. 9fd8b2c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 5 years ago
  43. 3ebb919 ARM: renesas: Add R8A77980 V3H Condor board code by Marek Vasut · 5 years ago
  44. a811e19 ARM: dts: renesas: Add R8A77980 V3H DTs and headers by Marek Vasut · 5 years ago
  45. bd20266 apalis-tk1: configs: remove legacy usbboot command by Igor Opaniuk · 5 years ago
  46. 4c63a60 apalis-tk1: support v1.2 hardware revision by Marcel Ziswiler · 5 years ago
  47. d415eab apalis-tk1: remove default vesa vga mode from vidargs by Marcel Ziswiler · 5 years ago
  48. 8c57395 apalis-tk1: switch to zImage by Igor Opaniuk · 5 years ago
  49. f7c668a apalis-tk1: add pcie_aspm=off to defargs by Igor Opaniuk · 5 years ago
  50. 11d96e1 apalis-tk1: enable user debug by default by Igor Opaniuk · 5 years ago
  51. d8f6db4 board: intel: Add new slimbootloader board by Park, Aiden · 5 years ago
  52. 68d70a1 x86: qemu: Fix non-working ramboot and nfsboot environment variables by Bin Meng · 5 years ago
  53. 00f237e qemu-x86: Use config_distro_bootcmd by Joshua Watt · 5 years ago
  54. 0b6febf Update include/android_image.h from AOSP by Alex Deymo · 5 years ago
  55. 4f3ee27 ARM: dts: add hifsys reset for MediaTek SoCs by Ryder Lee · 5 years ago
  56. b236f8c log: document the assign() macro by Heinrich Schuchardt · 5 years ago
  57. 7127151 Merge tag 'efi-2019-10-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  58. 898c40c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 5 years ago
  59. 14b9df1 autoboot: Add comments for menu_show() by Simon Glass · 5 years ago
  60. cf9803a Convert CONFIG_AUTOBOOT_MENU_SHOW to Kconfig by Simon Glass · 5 years ago
  61. e231306 autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT by Simon Glass · 5 years ago
  62. 8fc31e2 autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY by Simon Glass · 5 years ago
  63. 37304aa Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig by Simon Glass · 5 years ago
  64. b06da06 Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOT by Simon Glass · 5 years ago
  65. 9f53146 Convert CONFIG_SHOW_BOOT_PROGRESS to Kconfig by Simon Glass · 5 years ago
  66. bbaf56e Merge tag 'u-boot-amlogic-20190731' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 5 years ago
  67. 3db0989 env: ti: boot: Handle reboot reason from BCB by Sam Protsenko · 5 years ago
  68. 0d84acb ARM: dts: add support for Odroid-N2 by Neil Armstrong · 5 years ago
  69. d93757f ARM: dts: Sync Amlogic G12A with Linux 5.3-rc1 by Neil Armstrong · 5 years ago
  70. 8f611dc clk: sandbox: add composite clk by Peng Fan · 5 years ago
  71. 2b12957 clk: gate: support sandbox by Peng Fan · 5 years ago
  72. 0009763 clk: add composite clk support by Peng Fan · 5 years ago
  73. d669d1a clk-provider: include clk-uclass.h by Peng Fan · 5 years ago
  74. 4f305bf clk: fixed_rate: export clk_fixed_rate by Peng Fan · 5 years ago
  75. 1c64330 clk: add clk-gate support by Peng Fan · 5 years ago
  76. 1b0d09c clk: export mux/divider ops by Peng Fan · 5 years ago
  77. 4b04408 clk: mux: add set parent support by Peng Fan · 5 years ago
  78. 2457612 clk: introduce clk_dev_binded by Peng Fan · 5 years ago
  79. 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
  80. 476a314 Merge tag 'xilinx-for-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 5 years ago
  81. dcf722e Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 5 years ago
  82. 24e6722 efi_loader: definition of efi_virtual_address_map() by Heinrich Schuchardt · 5 years ago
  83. 98a8279 global_data: enable fb_base for DM_VIDEO by Heiko Schocher · 5 years ago
  84. 5a4675a cmd: fpga: Change return value to avoid printing usage text by Alexander Dahl · 5 years ago
  85. 3b2a595 fpga: altera: Add some more device sizes by Alexander Dahl · 5 years ago
  86. 175dccd fpga: virtex2: Add slave serial programming support by Robert Hancock · 5 years ago
  87. ce7b93d ARM: zynq: delete long-dead CONFIG_USB_CABLE_CHECK by Robert P. J. Day · 5 years ago
  88. 333755e Merge branch '2019-07-29-ti-imports' by Tom Rini · 5 years ago
  89. 411c1f0 configs: omapl138_lcdk: enable NAND self-init in SPL by Bartosz Golaszewski · 5 years ago
  90. 95cffd9 davinci: da850-evm: enable driver model for NAND by Bartosz Golaszewski · 5 years ago
  91. f5a4755 davinci: omapl138-lcdk: enable driver model for NAND by Bartosz Golaszewski · 5 years ago
  92. e311482 i2c: remove i2c driver-model compatibility layer by Bartosz Golaszewski · 5 years ago
  93. ea4cc39 davinci: remove CONFIG_DM_I2C_COMPAT from defconfigs by Bartosz Golaszewski · 5 years ago
  94. 2d64a0f Merge branch '2019-07-29-master-imports' by Tom Rini · 5 years ago
  95. a7e6d0c rtc: move RTC_RX8025 to Kconfig by Heiko Schocher · 5 years ago
  96. bb4c5d6 board: mediatek: Add pumpkin board support by Fabien Parent · 5 years ago
  97. 49b10cb gpio: fixes for gpio-hog support by Heiko Schocher · 5 years ago
  98. 2090854 common: Move bootm_decomp_image() to image.c (as image_decomp()) by Julius Werner · 5 years ago
  99. 92430b8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga by Tom Rini · 5 years ago
  100. ad4a699 Merge tag 'video-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago