1. 90b6fef dm: video: test: Add tests for the video uclass by Simon Glass · 9 years ago
  2. 38a2ae2 dm: video: sandbox: Convert sandbox to use driver model for video by Simon Glass · 9 years ago
  3. 161eea7 sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig by Simon Glass · 9 years ago
  4. 0005cb2 dm: stdio: video: Plumb the video uclass into stdio by Simon Glass · 9 years ago
  5. 68b2627 dm: video: Implement the bmp command for driver model by Simon Glass · 9 years ago
  6. fce58f5 dm: common: Add memory reservation for the video uclass by Simon Glass · 9 years ago
  7. 1008da0 common: Move LCD and video memory reservation together by Simon Glass · 9 years ago
  8. 87aae88 dm: video: Add a driver for a rotated text console by Simon Glass · 9 years ago
  9. 23825a9 dm: video: Add a 'normal' text console driver by Simon Glass · 9 years ago
  10. 84c7fb3 dm: video: Add a uclass for the text console by Simon Glass · 9 years ago
  11. 68f5bf3 dm: lcd: Avoid using the lcd.h header file with driver model by Simon Glass · 9 years ago
  12. 623d28f dm: video: Add a video uclass by Simon Glass · 9 years ago
  13. 24b9c46 arm: ls1021atwr: Enable driver model lpuart serial driver by Bin Meng · 9 years ago
  14. 4951af5 arm: ls1021atwr: Split off board device tree by Bin Meng · 9 years ago
  15. 8a70d6d serial: lpuart: Add driver model serial support by Bin Meng · 9 years ago
  16. 6338fbd serial: lpuart: Prepare the driver for DM conversion by Bin Meng · 9 years ago
  17. a08d0bd serial: lpuart: Call local version of setbrg and putc directly by Bin Meng · 9 years ago
  18. a8cc172 serial: lpuart: Fix several cosmetic issues by Bin Meng · 9 years ago
  19. 4409dcf serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig by Bin Meng · 9 years ago
  20. 06229a9 arm: ls1021atwr: Convert to driver model and enable serial support by Bin Meng · 9 years ago
  21. b819911 Revert "fdt_support: Add multi-serial support for stdout fixup" by Bin Meng · 9 years ago
  22. 6818820 test/py: add a test for the sleep command by Stephen Warren · 9 years ago
  23. df278bb test/py: test the ums command by Stephen Warren · 9 years ago
  24. 47a2ca7 test/py: test the shell if command by Stephen Warren · 9 years ago
  25. 9367d4d test/py: add test of basic shell functionality by Stephen Warren · 9 years ago
  26. 819f23b test/py: test the md/mw commands by Stephen Warren · 9 years ago
  27. d631062 test/py: add test of setenv/printenv/echo by Stephen Warren · 9 years ago
  28. f8826ef test/py: test that sandbox exits when asked by Stephen Warren · 9 years ago
  29. 10e5063 test/py: Implement pytest infrastructure by Stephen Warren · 9 years ago
  30. 80c2ebc patman: Add --thread option by Mateusz Kulikowski · 9 years ago
  31. 67c2295 clk: add API to enable clock by Masahiro Yamada · 9 years ago
  32. ecf20f6 clk: add static qualifier to local functions by Masahiro Yamada · 9 years ago
  33. 53b2aec clk: add needed include and declaration to include/clk.h by Masahiro Yamada · 9 years ago
  34. cd20f58 clk: fix comments in include/clk.h by Masahiro Yamada · 9 years ago
  35. 92b8c2f clk: move Kconfig options into sub-menu by Masahiro Yamada · 9 years ago
  36. 9eb361b usb: Define USB_MAX_STOR_DEV in only one place by Simon Glass · 9 years ago
  37. 4faff28 timer: sandbox: work without device tree by Stephen Warren · 9 years ago
  38. 023ddfe dm: timer: refuse timers with zero clock_rate by Stephen Warren · 9 years ago
  39. 0a30e42 bzip2: Support compression for sandbox by Simon Glass · 9 years ago
  40. 286863d dm: core: Call uclass post_bind() after the driver's bind() method by Simon Glass · 9 years ago
  41. cd161d8 sandbox: Support the bmp command by Simon Glass · 9 years ago
  42. bdfb70b tiny-printf: Always print zeroes by Simon Glass · 9 years ago
  43. 9cefa47 pinctrl: Avoid binding all pinconfig nodes before relocation by Simon Glass · 9 years ago
  44. 63f5785 i2c: Correct command return values by Simon Glass · 9 years ago
  45. 547cb34 dm: mmc: Try to honour the sequence order by Simon Glass · 9 years ago
  46. ee8a3d9 dm: gpio: Allow the uclass to work without printf() by Simon Glass · 9 years ago
  47. 5bd9f6c tiny-printf: Avoid printing NULL strings by Simon Glass · 9 years ago
  48. 825c186 defconfig: dra74_evm: enable timer driver model by Mugunthan V N · 9 years ago
  49. 00c7f5f arm: dts: dra7-evm: add tick-timer to chosen node by Mugunthan V N · 9 years ago
  50. 1612111 defconfig: dra72_evm: enable timer driver model by Mugunthan V N · 9 years ago
  51. 80961e9 arm: dts: dra72-evm: add tick-timer to chosen node by Mugunthan V N · 9 years ago
  52. 6987f2d ti_omap5_common: timer: do not define CONFIG_TIMER for spl by Mugunthan V N · 9 years ago
  53. 8fb8189 defconfig: am335x_gp_evm: enable timer driver model by Mugunthan V N · 9 years ago
  54. 4e2b288 arm: dts: am335x-evm: add tick-timer to chosen node by Mugunthan V N · 9 years ago
  55. 25b428e defconfig: am335x_boneblack_vboot: enable timer driver model by Mugunthan V N · 9 years ago
  56. 6b29c7f arm: dts: am335x-boneblack: add tick-timer to chosen node by Mugunthan V N · 9 years ago
  57. a22e897 am335x_evm: timer: do not define CONFIG_TIMER for spl by Mugunthan V N · 9 years ago
  58. 396e093 defconfig: am437x_gp_evm: enable timer driver model by Mugunthan V N · 9 years ago
  59. f8494d4 arm: dts: am437x-gp-evm: add tick-timer to chosen node by Mugunthan V N · 9 years ago
  60. 6c97b6d defconfig: am437x_sk_evm: enable timer driver model by Mugunthan V N · 9 years ago
  61. 5877048 arm: dts: am437x-sk-evm: add tick-timer to chosen node by Mugunthan V N · 9 years ago
  62. ea62726 am43xx_evm: timer: do not define CONFIG_TIMER for spl by Mugunthan V N · 9 years ago
  63. afae370 drivers: timer: omap_timer: add timer driver for omap devices based on dm by Mugunthan V N · 9 years ago
  64. 5d0f01f dm: timer: uclass: Add flag to control sequence numbering by Mugunthan V N · 9 years ago
  65. 6f89d04 dm: timer: uclass: add timer init in uclass driver to add timer device by Mugunthan V N · 9 years ago
  66. 2b18993 arm: omap-common: do not build timer when CONFIG_TIMER defined by Mugunthan V N · 9 years ago
  67. 359c487 dm: core: Provide uclass_find_device_by_phandle() only when needed by Simon Glass · 9 years ago
  68. e3e4f7d iocon / bamboo: Drop CONFIG_SYS_LONGHELP by Tom Rini · 9 years ago
  69. 95c8919 stm32: move stm32 specific code to mach-stm32 by Vikas Manocha · 9 years ago
  70. 2d0e557 udoo:use load instead of fatload by Oscar Curero · 9 years ago
  71. 19f471e am335x: BeagleBones enable CONFIG_AUTOBOOT_KEYED by robertcnelson@gmail.com · 9 years ago
  72. 310291a powerpc/83xx: fix build failure by Shengzhou Liu · 9 years ago
  73. b9c14b4 igep00x0: Remove no-op macros from config header by Ladislav Michl · 9 years ago
  74. 06c1cd0 igep00x0: Fix config header indentation by Ladislav Michl · 9 years ago
  75. b68655c igep00x0: Do not include config_distro_defaults.h by Ladislav Michl · 9 years ago
  76. 6399e5e igep00x0: Cleanup ethernet support by Ladislav Michl · 9 years ago
  77. b3c25fd igep00x0: enable CONFIG_NET_RANDOM_ETHADDR by Enric Balletbò i Serra · 9 years ago
  78. c10b3ba armv7: Add missing newline after OMAP die ID by Ladislav Michl · 9 years ago
  79. c298526 ti_omap3_common: Do not define CONFIG_SPL_NAND_SUPPORT by Ladislav Michl · 9 years ago
  80. f729c1d kbuild: drop workaround for old style CONFIG_SYS_TEXT_BASE defines by Masahiro Yamada · 9 years ago
  81. 7d8a7ba powerpc: yucca: drop redundant CONFIG_SYS_TEXT_BASE from config.mk by Masahiro Yamada · 9 years ago
  82. 8e62a26 mips: pb1x00: move CONFIG_SYS_TEXT_BASE away from config.mk by Masahiro Yamada · 9 years ago
  83. 5d24ef5 mips: dbau1x00: move CONFIG_SYS_TEXT_BASE away from config.mk by Masahiro Yamada · 9 years ago
  84. 4976b35 mips: vct: move CONFIG_SYS_TEXT_BASE away from config.mk by Masahiro Yamada · 9 years ago
  85. 91f5d27 microblaze: move CONFIG_SYS_TEXT_BASE to defconfig by Masahiro Yamada · 9 years ago
  86. 03390c6 m68k: M54418TWR: drop board/freescale/m54418twr/config.mk by Masahiro Yamada · 9 years ago
  87. 39e48a5 m68k: move CONFIG_SYS_TEXT_BASE to defconfig files by Masahiro Yamada · 9 years ago
  88. 2e29b64 spi: ti_qspi: Use 4-byte opcode for mmap read by Vignesh R · 9 years ago
  89. 8d11b8e mmc: emmc and hw partitions partition table id bugfix. by Erik Tideman · 9 years ago
  90. 3c6392f arm, ubifs: fix gcc5.x compiler warning by Heiko Schocher · 9 years ago
  91. 708848d ARM: uniphier: remove unneeded if conditionals by Masahiro Yamada · 9 years ago
  92. 99d8098 ARM: uniphier: move UMC register macros to umc-regs.h by Masahiro Yamada · 9 years ago
  93. b12256c ARM: uniphier: set active ways to really enable outer cache by Masahiro Yamada · 9 years ago
  94. 4de74d5 ARM: uniphier: fix range invalidate for outer cache by Masahiro Yamada · 9 years ago
  95. a0150f8 ARM: uniphier: factor out outer cache sync as a helper function by Masahiro Yamada · 9 years ago
  96. 81533fc ARM: uniphier: refactor outer cache operation slightly by Masahiro Yamada · 9 years ago
  97. e3232ac ARM: uniphier: add bootm_low environment by Masahiro Yamada · 9 years ago
  98. fe1a2cf ARM: uniphier: define CONFIG_SYS_BOOTMAPSZ by Masahiro Yamada · 9 years ago
  99. 223f74d armv8: cavium: Get DRAM size from ATF by Sergey Temerkhanov · 9 years ago
  100. 62dce24 armv8: cavium: Add an implementation of ATF calling functions by Sergey Temerkhanov · 9 years ago