1. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 1 month ago
  2. 95966a5 arm: xea: config: Provide special defconfig for a single binary u-boot by Lukasz Majewski · 2 years, 9 months ago
  3. 8bba895 arm: xea: Modify board code to generate single binary u-boot by Lukasz Majewski · 2 years, 9 months ago
  4. 3847ba9 Finish converting CONFIG_WATCHDOG, HW_WATCHDOG and WDT to Kconfig by Tom Rini · 2 years, 9 months ago
  5. ea2ca7e spi: Rename SPI_SUPPORT to SPI by Simon Glass · 3 years, 1 month ago
  6. 103c5f1 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · 3 years, 1 month ago
  7. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 3 years, 9 months ago
  8. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  9. a062d8e xea: spl: Disable pull UP for GPIO0_2{35} by Lukasz Majewski · 3 years, 9 months ago
  10. dece774 liebherr: Drop duplicate dm.h inclusion by Simon Glass · 4 years, 2 months ago
  11. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  12. 949feef arm: Add extra boot device (UART) to run Ymodem u-boot.img boot on XEA (imx28) by Lukasz Majewski · 4 years, 2 months ago
  13. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 4 months ago
  14. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  15. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 4 months ago
  16. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 4 months ago
  17. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 4 months ago
  18. eceb4e0 arm: xea: spl: Add GPIO0_0 setup on spl_board_init by Lukasz Majewski · 4 years, 8 months ago
  19. bcd7f89 arm: xea: Provide function to set L2 switch 'local-mac-address' property by Lukasz Majewski · 4 years, 8 months ago
  20. 9a3b4ce common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 9 months ago
  21. 010e58d imx: Add support for i.MX28 based XEA board by Lukasz Majewski · 4 years, 10 months ago
  22. 5255932 common: Move some board functions out of common.h by Simon Glass · 4 years, 10 months ago
  23. b03e051 common: Move serial functions out of common.h by Simon Glass · 4 years, 10 months ago
  24. e4417ed ARM: imx: Convert mccmon6 to use fitImage instead of uImage+DTB by Lukasz Majewski · 5 years ago
  25. e0fe3dc ARM: imx: Decouple mccmon6's SPL and u-boot proper code by Lukasz Majewski · 5 years ago
  26. 8e64181 ARM: imx: Convert mccmon6 to use DM/DTS in the u-boot proper by Lukasz Majewski · 5 years ago
  27. 45aac6d imx: Rewrite display5 get_board_id() function to use dm_gpio_* API by Lukasz Majewski · 5 years ago
  28. feeff15 imx: Convert emergency pad of display5 to use dm_gpio* functions by Lukasz Majewski · 5 years ago
  29. 21c7d34 ARM: display5: Remove common.c file (after DM/DTS U-Boot proper conversion) by Lukasz Majewski · 5 years ago
  30. 1743d66 ARM: display5: Remove UART initialization code after DM/DTS conversion (non-console) by Lukasz Majewski · 5 years ago
  31. e95b4bd DM: SPI: Convert display5 to use SPI with DM/DTS (but no in SPL) by Lukasz Majewski · 5 years ago
  32. 32e0751 DM: eth: Switch display5 board to use DM_ETH by Lukasz Majewski · 5 years ago
  33. 19e874c DM: mmc: Switch display5 board to use DM_MMC and BLK (USDHC) by Lukasz Majewski · 5 years ago
  34. dac9a8f DM: I2C: Switch display5 board to use DM_I2C by Lukasz Majewski · 5 years ago
  35. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  36. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  37. 4bfd1f5 env: Move env_init() to env.h by Simon Glass · 5 years ago
  38. 3a7d557 env: Move env_get_f() to env.h by Simon Glass · 5 years ago
  39. 41d185d ARM: display5: Remove U_BOOT_DEVICE definition of serial_mxc by Lukasz Majewski · 5 years ago
  40. ad31f65 ARM: display5: Fix CS check after moving some SPI related CONFIGs to Kconfig by Lukasz Majewski · 5 years ago
  41. e37ac71 Convert to use fsl_esdhc_imx for i.MX platforms by Yangbo Lu · 5 years ago
  42. 2c09dbf display5: Add missing environment.h include to avoid warning by Lukasz Majewski · 6 years ago
  43. c451713 display5: net: Add function to read ethaddr from iMX6 fuses by Lukasz Majewski · 6 years ago
  44. ea4584d display5: ddr: Enable support for DDR3 auto calibration by Lukasz Majewski · 6 years ago
  45. 76d1d16 display5: wdt: Enable WDT support (both SPL and u-boot) by Lukasz Majewski · 6 years ago
  46. 27aede2 display5: Support for the emergency PAD pressing by Lukasz Majewski · 6 years ago
  47. e087905 display5: spl: Check return code of the env_* functions by Lukasz Majewski · 6 years ago
  48. 2dbd5cd bootcount: display5: spl: Extend DISPLAY5 board SPL to support bootcount checking by Lukasz Majewski · 6 years ago
  49. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  50. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  51. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  52. a3eec24 imx:display5: Add support for LWN's DISPLAY5 board by Lukasz Majewski · 7 years ago
  53. 30df9f7 imx6: drop duplicated bss memset and board_init_r() call by Anatolij Gustschin · 7 years ago
  54. 3aa4b70 imx: imx6: Move gpr_init() function to soc.c by Breno Lima · 7 years ago
  55. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  56. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  57. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  58. 98f705c powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  59. f1683aa board_f: Rename initdram() to dram_init() by Simon Glass · 7 years ago
  60. 088454c board_f: Drop return value from initdram() by Simon Glass · 7 years ago
  61. 52c4118 board_f: Drop board_type parameter from initdram() by Simon Glass · 7 years ago
  62. 11bd5e7 BOARD: MCCMON6: Provide support for iMX6q based mccmon6 board by Lukasz Majewski · 8 years ago
  63. 0a6eac8 video: Move video_get_info_str() prototype to a header file by Simon Glass · 8 years ago
  64. 8435179 common: Add DISPLAY_BOARDINFO by Lokesh Vutla · 8 years ago
  65. 6623aee PPC4xx: Create "liebherr" vendor directory by Wolfgang Denk · 9 years ago