1. 9854a87 console: Add a console buffer by Simon Glass · 9 years ago
  2. b7b6509 Add a circular memory buffer implementation by Simon Glass · 9 years ago
  3. 7d94c49 Drop config.h header from display_options.c by Simon Glass · 9 years ago
  4. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  5. 3884c98 dm: usb: Avoid time delays in sandbox tests by Simon Glass · 9 years ago
  6. 9723563 sandbox: Add a way to skip time delays by Simon Glass · 9 years ago
  7. 3f51a77 sandbox: cros_ec: fix uninitialized use of len by Daniel Schwierzeck · 9 years ago
  8. b6ff6ce x86: qemu: Convert to use driver model keyboard by Bin Meng · 9 years ago
  9. 60fe101 x86: crownbay: Convert to use driver model keyboard by Bin Meng · 9 years ago
  10. e5f330c input: Ban digit numbers if 'Num Lock' is not on by Bin Meng · 9 years ago
  11. 377a069 input: Change LED state bits to conform i8042 compatible keyboard by Bin Meng · 9 years ago
  12. cd81091 input: Call keyboard's update_leds() method when the LEDs change by Bin Meng · 9 years ago
  13. 533c81a input: Save keyboard's LED state to correct place by Bin Meng · 9 years ago
  14. 91f8154 input: Convert 'keyboard' driver to use input library by Simon Glass · 9 years ago
  15. 39f615e video: input: Clean up after i8042 conversion by Simon Glass · 9 years ago
  16. 011d89d i8042: Handle a duplicate power-on-reset response by Simon Glass · 9 years ago
  17. dcbf825 input: Convert i8042 to driver model by Simon Glass · 9 years ago
  18. 51a8a72 Drop CONFIG_ISA_KEYBOARD by Simon Glass · 9 years ago
  19. 6b44ae6 x86: Add an i8042 device for boards that have it by Simon Glass · 9 years ago
  20. b0abfef input: Add a Kconfig option for the i8042 keyboard by Simon Glass · 9 years ago
  21. 2ec739d input: i8042: Convert to use the input library by Simon Glass · 9 years ago
  22. 3b5f6f5 input: Allow updating of keyboard LEDs by Simon Glass · 9 years ago
  23. ba42034 input: Handle caps lock by Simon Glass · 9 years ago
  24. a683d0d input: Adjust structure of code in process_modifier() by Simon Glass · 9 years ago
  25. b1d7a18 input: Support the German keymap by Simon Glass · 9 years ago
  26. 9961a0b sandbox: add a sandbox timer and basic test by Thomas Chou · 9 years ago
  27. 6752195 common/board_f.c: move mark_bootstage after arch_cpu_init_dm by Thomas Chou · 9 years ago
  28. 0b186c0 input: Allow repeat filtering to be disabled by Simon Glass · 9 years ago
  29. 3a85e43 input: Add a function to add a keycode to the existing set by Simon Glass · 9 years ago
  30. 77c7f04 input: Add a few more keyboard keycodes by Simon Glass · 9 years ago
  31. 2e5513b input: Correct keycode for Ctrl-Y by Simon Glass · 9 years ago
  32. c5d257f i8042: Adjust keyboard init to assume success by Simon Glass · 9 years ago
  33. 4f087ba i8042: Adjust kbd_reset() to collect all failures by Simon Glass · 9 years ago
  34. 31d38ee i8042: Use functions to handle register access by Simon Glass · 9 years ago
  35. 7fe0933 video: Drop unused console functions by Simon Glass · 9 years ago
  36. 1fa4bfd dm: cros_ec: Convert cros_ec keyboard driver to driver model by Simon Glass · 9 years ago
  37. f77f5e9 dm: tegra: Convert keyboard driver to driver model by Simon Glass · 9 years ago
  38. b206cd7 dm: stdio: Plumb in the new keyboard uclass by Simon Glass · 9 years ago
  39. 745009c cros_ec: Use udevice instead of cros_ec_dev for keyboard functions by Simon Glass · 9 years ago
  40. 66877b0 input: Add the keycode translation tables separately by Simon Glass · 9 years ago
  41. 92778b2 input: Return -ENOSPC when there is not space by Simon Glass · 9 years ago
  42. c9cac4c input: Add a device pointer to the input config by Simon Glass · 9 years ago
  43. e84421d dm: input: Create a keyboard uclass by Simon Glass · 9 years ago
  44. 34ab37e dm: usb: Add support for USB keyboards with driver model by Simon Glass · 9 years ago
  45. 2b24e09 rockchip: Turn on CONFIG_DEBUG_UART_NS16550 in defconfigs by Ariel D'Alessandro · 9 years ago
  46. 9ef671c Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  47. aa7077f Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  48. 4c60850 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  49. bdaeb8f common: mii: Do not allow to exceed max phy limit by Michal Simek · 9 years ago
  50. f3bd728 zynq: sdhci: Define max clock by macro by Michal Simek · 9 years ago
  51. 6777f38 net: zynq: Fix MDC setting for zynq by Michal Simek · 9 years ago
  52. 2889659 net: zynq: Remove unused MDCCLKDIV2 macro by Michal Simek · 9 years ago
  53. 242b154 net: zynq: Fix mdc clock division setting for 100Mbit/s by Michal Simek · 9 years ago
  54. e4d2318 net: zynq: Wait till packet is sent by Michal Simek · 9 years ago
  55. 603ff00 net: zynq: Disable secondary queues by Edgar E. Iglesias · 9 years ago
  56. 23a598f net: zynq: Add dummy packet to fix packet duplication issue by Michal Simek · 9 years ago
  57. 081dc2f net: zynq: Do not report TX underrun by Michal Simek · 9 years ago
  58. 45c0774 net: zynq: Setup BD when structures are filled by Michal Simek · 9 years ago
  59. ff47587 net: zynq: Allocate BD_SPACE in connection to RX_BUF by Michal Simek · 9 years ago
  60. 2588f2d dm: sf: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  61. 31e1029 dm: core: Add missing entries for manual relocation by Michal Simek · 9 years ago
  62. 281f156 dm: spi: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  63. e0f21e1 microblaze: Fix C99/gnu99 compatiblity for inline functions by Nathan Rossi · 9 years ago
  64. 7cb7373 microblaze: Fix style issues in header files by Nathan Rossi · 9 years ago
  65. 0ebf404 net: zynq: Fix clearing statistic by Michal Simek · 9 years ago
  66. 97a51a0 net: zynq: Extend register description with offsets by Michal Simek · 9 years ago
  67. 16ce6de net: zynq: Add support for different PHY interface types by Michal Simek · 9 years ago
  68. 198e9a4 net: zynq: Add debug message to phyread/phywrite by Michal Simek · 9 years ago
  69. 08598d6 ARM: zynq: Add target for building bootable SPL image for Zynq by Nathan Rossi · 9 years ago
  70. 66eef1e tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage by Nathan Rossi · 9 years ago
  71. bf14632 ARM64: zynqmp: Enable TI phy by default by Michal Simek · 9 years ago
  72. 721aed7 net: phy: Add support for Texas Instruments DP83867 by Edgar E. Iglesias · 9 years ago
  73. 8741c49 ARM: zynq: Choose boot image based on OF_SEPARATE macro by Michal Simek · 9 years ago
  74. a7bcd4c zynqmp: mp: Add support for booting R5 from any address by Michal Simek · 9 years ago
  75. a7c06cd env_ubi.c: Correct pointer error in env load by Kevin Smith · 9 years ago
  76. 736d174 itest: add missing break statements to evalexp() by Stephen Warren · 9 years ago
  77. 34a60d9 test: fat: add error-checking to non-contig test by Stephen Warren · 9 years ago
  78. 60f989a Fix sandbox build on Ubuntu 10.04 by Stephen Warren · 9 years ago
  79. 89127c5 km/powerpc: fix ft_board_setup prototype for km82xx & km83xx by Valentin Longchamp · 9 years ago
  80. 5411988 powerpc/83xx: add support for kmtegr1 board by Valentin Longchamp · 9 years ago
  81. 38467df km8309: change the default QE_FW address by Valentin Longchamp · 9 years ago
  82. 68005ea km83xx: use CONFIG_ENV_ADDR for the newenv env command by Valentin Longchamp · 9 years ago
  83. cd7255f board/keymile/km82xx: setting dip_switch 3 and 4 will run bootloader by Bagavathiannan Palanisamy · 9 years ago
  84. 22554ba powerpc/km8360: fix the ODT parameters for CS0 by Valentin Longchamp · 9 years ago
  85. fd70858 powerpc/km8309: define CONFIG_SYS_DDRCDR by Valentin Longchamp · 9 years ago
  86. d4bd2ca powerpc/km8321: define CONFIG_SYS_DDRCDR by Valentin Longchamp · 9 years ago
  87. 8b2dd8a km/powerpc82xx: remove unused function by Holger Brunck · 9 years ago
  88. fc882a3 km/powerpc: remove unneeded defines by Holger Brunck · 9 years ago
  89. bbd94a0 km/powerpc: move open firmware defines to km-powerpc.h by Holger Brunck · 9 years ago
  90. d6d8647 km/powerpc: increase space for kernel imange and FDT blob by Holger Brunck · 9 years ago
  91. d3f1d6f powerpc/82xx/km: add testpin detection for mgcoge3ne by Holger Brunck · 9 years ago
  92. 74edc60 powerpc/82xx: make set/get_pin for km82xx more flexible by Holger Brunck · 9 years ago
  93. c1e121e powerpc/83xx: add support for kmtepr2 board by Christoph Dietrich · 9 years ago
  94. ef3f2f0 km/scripts: search for kernel/DTBs at serverip:/PRODUCTNAME via TFTP in develop mode by Tobias Müller · 9 years ago
  95. 91b9db0 km/scripts: load fdt_bid_kwkey.dtb when working with tftp by Holger Brunck · 9 years ago
  96. c6d32df km: update the boot script to check for a DTB by Valentin Longchamp · 9 years ago
  97. 7f70460 km/common: stop u-boot only if someone press <SPACE> by Holger Brunck · 9 years ago
  98. 30f9ad7 arm/km_kirkwood: fix the #ifdef for KM_COGE5UN dip switch by Valentin Longchamp · 9 years ago
  99. e23fde7 arm/mgcoge3un: check dip_switch at startup by Holger Brunck · 9 years ago
  100. 9ff739e arm/km: Fix LED configuration for 88E1118R PHY (PIGGY3) by Tobias Müller · 9 years ago