1. 8ed4bc1 exynos: Enable the debug UART in SPL by Simon Glass · 9 years ago
  2. 74afb29 exynos: Add debug UART support for Samsung S5P serial by Simon Glass · 9 years ago
  3. 405fd14 exynos: serial: Refactor init code for debug UART by Simon Glass · 9 years ago
  4. eb2cc51 cros_ec: Support the LDO access method used by spring by Simon Glass · 9 years ago
  5. 9ad07af dm: cros_ec: Convert the I2C tunnel code to use driver model by Simon Glass · 9 years ago
  6. 9619944 exynos: dts: Support EC tunnel and main TPS65090 regulator by Simon Glass · 9 years ago
  7. eef15f2 exynos: dts: Add PMIC and regulator definitions by Simon Glass · 9 years ago
  8. 2a61b44 exynos: dts: Sync up I2C ports with the kernel by Simon Glass · 9 years ago
  9. e3b8c86 exynos: i2c: Tidy up the driver model code by Simon Glass · 9 years ago
  10. 824802d exynos: i2c: Fix code style with ReadWriteByte() by Simon Glass · 9 years ago
  11. e6346b0 i2c: Add a mux for GPIO-based I2C bus arbitration by Simon Glass · 9 years ago
  12. 2a80c40 dm: i2c: Add support for multiplexed I2C buses by Simon Glass · 9 years ago
  13. f281885 dm: i2c: Add a function to transfer messages by Simon Glass · 9 years ago
  14. 727ff7d dm: i2c: Move definitions to the top of the header file by Simon Glass · 9 years ago
  15. cefb0ef dm: i2c: Correct comment nits in dm_i2c_reg_read/write() by Simon Glass · 9 years ago
  16. a8e64c4 dm: i2c: Add a message debug function by Simon Glass · 9 years ago
  17. 75f00df dm: core: Support finding a device by phandle by Simon Glass · 9 years ago
  18. b1b8333 dm: usb: fix USB Ethernet without CONFIG_DM_ETH regression by Marcel Ziswiler · 9 years ago
  19. 5c35b75 configs: Remove CONFIG_SERIAL_MULTI by Stephen Warren · 9 years ago
  20. 096ee30 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  21. cdee6d9 x86: Document how to write PIRQ information in the device tree by Bin Meng · 9 years ago
  22. 9944a52 pci: Remove DEBUG from pci_compat.c by Bin Meng · 9 years ago
  23. f390874 usb: Fix device detection code by Marek Vasut · 9 years ago
  24. 7bbbb3c net: asix: fix operation without eeprom by Marcel Ziswiler · 9 years ago
  25. 35e80a4 sunxi: Drop our own copy of the USB_KEYBOARD options by Hans de Goede · 9 years ago
  26. d449dd3 usb: USB storage-specific part ifdef in uclass by Paul Kocialkowski · 9 years ago
  27. a5310eb sunxi: MUSB gadget config provisions, with fastboot and USB mass storage support by Paul Kocialkowski · 9 years ago
  28. 9634fa5 musb: sunxi: Force EP0 on re-enable by Maxime Ripard · 9 years ago
  29. 00529e3 sunxi: config update to stick with Kconfig changes by Paul Kocialkowski · 9 years ago
  30. e16ab87 sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig by Paul Kocialkowski · 9 years ago
  31. f4865f5 usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET by Paul Kocialkowski · 9 years ago
  32. f34dfcb usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
  33. 4815f8e usb: Generic USB Kconfig option, that fits both host and gadget and comments by Paul Kocialkowski · 9 years ago
  34. c580409 usb: USB_ARCH_HAS_HCD Kconfig option removal by Paul Kocialkowski · 9 years ago
  35. 4ed4cf0 usb: dwc2: Call board_usb_init() from usb_lowlevel_init() by Peter Griffin · 9 years ago
  36. 9191329 efi: Add a README to explain how things work by Simon Glass · 9 years ago
  37. be3767e x86: Gracefully disable the vesa driver when running from EFI by Simon Glass · 9 years ago
  38. 752f976 x86: qemu: Support operation as an EFI payload by Simon Glass · 9 years ago
  39. a815df7 x86: baytrail: Support operation as an EFI payload by Simon Glass · 9 years ago
  40. d2269f2 x86: Add helper code for running from EFI by Simon Glass · 9 years ago
  41. 2b6d80b x86: Handle running as EFI payload by Simon Glass · 9 years ago
  42. 2997bb4 efi: Add a command to display the memory map by Simon Glass · 9 years ago
  43. 91e24e4 efi: Add functions for decoding the EFI tables by Simon Glass · 9 years ago
  44. f95ad8c x86: Add support for passing tables into U-Boot by Simon Glass · 9 years ago
  45. ce62a25 efi: Add 64-bit payload support by Simon Glass · 9 years ago
  46. bae81c7 x86: Add a way to call 32-bit code from 64-bit mode by Simon Glass · 9 years ago
  47. d360b2f x86: Add an enum for some commonly-used GDT bits by Simon Glass · 9 years ago
  48. 9e72e64 x86: Support building the EFI stub by Simon Glass · 9 years ago
  49. 63f581f efi: Add support for loading U-Boot through an EFI stub by Simon Glass · 9 years ago
  50. 672e82c x86: Add relocation and link script for a 64-bit EFI application by Simon Glass · 9 years ago
  51. b7d47db x86: Add definitions for the x86-efi board and plumb it in by Ben Stoltz · 9 years ago
  52. 32ad3c0 x86: Allow relocation code to build without text base by Simon Glass · 9 years ago
  53. 8aea77a x86: dts: Add a device tree file for EFI by Simon Glass · 9 years ago
  54. 19c23fd x86: Add EFI board code by Ben Stoltz · 9 years ago
  55. ab76a47 x86: Add support for U-Boot as an EFI application by Ben Stoltz · 9 years ago
  56. f2bf7ad x86: Add asm/elf.h for x86-specific ELF definitions by Simon Glass · 9 years ago
  57. c615773 x86: Support skipping relocation for EFI by Simon Glass · 9 years ago
  58. 57c5d36 efi: Support building a u-boot-app.efi executable by Simon Glass · 9 years ago
  59. c24aae5 x86: Set up toolchain flags for running as EFI application by Ben Stoltz · 9 years ago
  60. b7e4124 efi: Drop CONFIG_SYS_TEXT_BASE for EFI by Ben Stoltz · 9 years ago
  61. 5a991bd efi: Add a serial driver by Simon Glass · 9 years ago
  62. 00dd17a Add a way to skip relocation by Simon Glass · 9 years ago
  63. c05168f x86: Update README to explain booting Ubuntu on Minnowmax by Simon Glass · 9 years ago
  64. 171833e x86: minnowmax: Drop the old PCI settings by Simon Glass · 9 years ago
  65. 3c5eeb9 x86: dts: Fix typo in intel,irq-router.txt by Simon Glass · 9 years ago
  66. cec16f5 x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header file by Simon Glass · 9 years ago
  67. 1c32bdb x86: Move CONFIG_X86_SERIAL to Kconfig by Simon Glass · 9 years ago
  68. dfb7c6c x86: Move Chrome OS options to defconfig by Simon Glass · 9 years ago
  69. 147a560 dm: Add a return value comment to device_get_child() by Simon Glass · 9 years ago
  70. a292d2a pci: Indicate prefetchable memory allocate when debugging by Simon Glass · 9 years ago
  71. 84f5733 pci: Add a constant for an invalid interrupt by Simon Glass · 9 years ago
  72. a459d66 efi: Display the correct initcall pre-relocation values by Simon Glass · 9 years ago
  73. 1930e8d efi: Avoid using non-existent text base by Ben Stoltz · 9 years ago
  74. 9539e69 efi: Add start-up library code by Simon Glass · 9 years ago
  75. 7f65c09 x86: Allow use of global_data with EFI by Simon Glass · 9 years ago
  76. 2b9acba pci: Fix up code for CONFIG_PCI_ENUM_ONLY by Simon Glass · 9 years ago
  77. 927c104 pci: Use debug() instead of DEBUGF() in pci_auto.c by Simon Glass · 9 years ago
  78. c4b9ef8 x86: Tidy up a few minor issues with interrupts by Simon Glass · 9 years ago
  79. daa93d9 x86: Add some missing global_data declarations in files that use gd by Simon Glass · 9 years ago
  80. f2d1a11 x86: Tidy up the 64-bit calling code by Simon Glass · 9 years ago
  81. 1ec83e8 x86: Drop unused copy_fdt_to_ram() by Simon Glass · 9 years ago
  82. 5d18dc9 x86: Tidy up global_data flags by Simon Glass · 9 years ago
  83. feb0027 Reserve the top 16 flag bits for architecture-specific use by Simon Glass · 9 years ago
  84. cecf90e x86: Use CR0 constants in CPU init by Simon Glass · 9 years ago
  85. 611f749 x86: Add various minor tidy-ups to the 32-bit startup code by Simon Glass · 9 years ago
  86. a922cb4 Bring in __aligned_u64 and friends to linux/types.h by Simon Glass · 9 years ago
  87. 68ae3f8 Allow objcopy to work without filling gaps with 0xff by Simon Glass · 9 years ago
  88. 3ed7dda elf: Add a few definitions for 64-bit relocation by Simon Glass · 9 years ago
  89. 6664077 dm: serial: Correct logic in serial_find_console_or_panic() by Simon Glass · 9 years ago
  90. 46766df dm: core: Check for empty list in uclass_find_device() by Simon Glass · 9 years ago
  91. 68b27d3 Support removing default assembler flags by Simon Glass · 9 years ago
  92. d6c09ba common: command add '\n' for debug msg by Peng Fan · 9 years ago
  93. 6cd571b lib: fdt: fix indent of #ifdef..#endif conditional by Masahiro Yamada · 9 years ago
  94. 6bd4484 common: Print nothing in the __weak checkboard() by Bin Meng · 9 years ago
  95. 6b94c42 gitignore: Add defconfig and fdtgrep by Bin Meng · 9 years ago
  96. 947391c x86: bayleybay: Configure PCI IRQ by Bin Meng · 9 years ago
  97. e1c4935 x86: Add Intel Bayley Bay board support by Bin Meng · 9 years ago
  98. 6a3de7c x86: Add microcode for BayTrail-I B0 stepping by Bin Meng · 9 years ago
  99. a43c5d9 x86: baytrail: Update UPD setting for FSP Gold4 release by Bin Meng · 9 years ago
  100. 82977a8 x86: minnowmax: Remove smsc47x superio codes by Bin Meng · 9 years ago