1. 2e88bb2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  2. 14006a5 rpi: set fdt_addr_r to 0x00000100 to match default device_tree_address by Jonathan Liu · 9 years ago
  3. 9734b97 image: Fix loop condition to avoid warning by Thierry Reding · 9 years ago
  4. 79c884d Merge git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  5. f4b5db7 dm: pci: Document binding of pci device drivers by Bin Meng · 9 years ago
  6. a1f1582 x86: crownbay: Support Topcliff integrated pci uart devices with driver model by Bin Meng · 9 years ago
  7. cdeb2ba dm: core: Fix code reentrancy issue in device_probe_child() by Bin Meng · 9 years ago
  8. 1887ed3 dm: pci: Optimize pci_uclass_post_bind() by Bin Meng · 9 years ago
  9. 3242998 video: ct69000: Remove unused codes by Bin Meng · 9 years ago
  10. 4dd02a7 x86: crownbay: Enable on-board SMSC superio keyboard controller by Bin Meng · 9 years ago
  11. 8ceb242 video: cfb_console: Allow VGA device to work without i8042 keyboard by Bin Meng · 9 years ago
  12. 7d96166 x86: i8042: Correctly initialize the controller by Bin Meng · 9 years ago
  13. 835dd00 x86: i8042: Clean up the driver per coding convention by Bin Meng · 9 years ago
  14. 3928d66 x86: i8042: Reorder static functions by Bin Meng · 9 years ago
  15. 5e653b0 x86: i8042: Remove unused codes by Bin Meng · 9 years ago
  16. df1c9eb x86: gpio: Tidy up gpio_ich6_get_base() and callers by Simon Glass · 9 years ago
  17. e7cc0b6 x86: gpio: Correct calls to _ich6_gpio_set_direction() by Simon Glass · 9 years ago
  18. 86645c8 x86: minnowmax: Correct pad-offset value for host_en1 by Simon Glass · 9 years ago
  19. dc5740d dm: pci: Add a comment to help find pci_hose_read_config_byte, etc. by Simon Glass · 9 years ago
  20. cce7e0f x86: minnowmax: Add access to GPIOs E0, E1, E2 by Simon Glass · 9 years ago
  21. bccdf1d x86: Add DSDT table for supporting ACPI on QEMU by Saket Sinha · 9 years ago
  22. e94019e x86: Add ACPI table support to QEMU by Saket Sinha · 9 years ago
  23. 867bcb6 x86: Generate a valid ACPI table by Saket Sinha · 9 years ago
  24. dce54dd dm: pci: Save devfn without bus number in pci_uclass_child_post_bind() by Bin Meng · 9 years ago
  25. bc6351e fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev() by Bin Meng · 9 years ago
  26. 19b4a33 patman: use -D option for git format-patch by Masahiro Yamada · 9 years ago
  27. c78dfb4 x86: superio: Add keyboard controller support to smsc_lpc47m driver by Bin Meng · 9 years ago
  28. 348b744 x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe() by Bin Meng · 9 years ago
  29. fa6af7b x86: baytrail: Remove the fsp_init_phase_pci() call by Bin Meng · 9 years ago
  30. 090290f x86: queensbay: Move unprotect_spi_flash() to arch_misc_init() by Bin Meng · 9 years ago
  31. 48aa6c2 x86: fsp: Add comments about U-Boot entering start.S twice by Bin Meng · 9 years ago
  32. 57b10f5 x86: fsp: Enlarge the size of malloc() pool before relocation by Bin Meng · 9 years ago
  33. a52a068e x86: fsp: Delay x86_fsp_init() call a little bit by Bin Meng · 9 years ago
  34. 08fc7b8 dm: pci: Support selected device/driver binding before relocation by Bin Meng · 9 years ago
  35. f86f0c1 x86: ifdtool: Drop microcode from the device tree when collating by Simon Glass · 9 years ago
  36. b098032 x86: ifdtool: Support collating microcode into one place by Simon Glass · 9 years ago
  37. 88cf322 x86: ifdtool: Split microcode linking into its own function by Simon Glass · 9 years ago
  38. 3c7aab2 x86: ifdtool: Check that U-Boot does not overlap other regions by Simon Glass · 9 years ago
  39. 5fb0151 x86: baytrail: Support multiple microcode copies by Bin Meng · 9 years ago
  40. 5c113ff x86: baytrail: Add microcode for BayTrail-I D0 stepping by Bin Meng · 9 years ago
  41. 03e3c31 x86: Correct microcode documentation by Simon Glass · 9 years ago
  42. 7a86760 efi: Update README.efi to clarify build and test instructions by Bin Meng · 9 years ago
  43. 1916ec1 x86: Set up video framebuffer for coreboot before loading kernel by Bin Meng · 9 years ago
  44. 153e1dd video: coreboot: Save VESA mode for future use by Bin Meng · 9 years ago
  45. 3ff2f00 x86: Enable CONFIG_PCI_CONFIG_HOST_BRIDGE for all boards by Bin Meng · 9 years ago
  46. c80ff56 x86: Only include cbfs command for coreboot by Bin Meng · 9 years ago
  47. 8744bef x86: kconfig: Hide "System tables" for coreboot by Bin Meng · 9 years ago
  48. d2f56f4 x86: kconfig: Hide "System tables" for EFI by Bin Meng · 9 years ago
  49. a25bc78 x86: coreboot: Allow >=4GiB memory bank size by Bin Meng · 9 years ago
  50. c17ca6b x86: Remove calculate_relocation_address() by Bin Meng · 9 years ago
  51. 52b7786 x86: coreboot: Correctly report E820 types by Bin Meng · 9 years ago
  52. 89b8708 x86: coreboot: Increase memrange entry number to 32 by Bin Meng · 9 years ago
  53. 330728d x86: doc: Update coreboot payload entry point address by Bin Meng · 9 years ago
  54. 1d8a078 net: e1000: Fix build warnings for 32-bit by Bin Meng · 9 years ago
  55. ad608a2 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 9 years ago
  56. ecfb876 mtd: nand: mxs invalidate dcache before DMA read by Peng Fan · 9 years ago
  57. 63b29d8 mtd: nand: mxs support oobsize bigger than 512 by Peng Fan · 9 years ago
  58. d6b6303 arm: mvebu: Enable NAND on db-mv784mp-gp by Stefan Roese · 9 years ago
  59. 873960c mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driver by Stefan Roese · 9 years ago
  60. 2580a2a mtd: nand: Increase max sizes of OOB and Page size by Siva Durga Prasad Paladugu · 9 years ago
  61. d396372 nand: Sync with Linux v4.1 by Scott Wood · 9 years ago
  62. 86a720a mtd: Introduce mtd_block_isreserved() by Ezequiel Garcia · 10 years ago
  63. 2733106 nand: Remove __UBOOT__ ifdefs by Scott Wood · 9 years ago
  64. 7d31c6a Merge git://git.denx.de/u-boot-pxa by Tom Rini · 9 years ago
  65. 3664fa1 arm: pxa: colibri_pxa270: add optional i2c support by Marcel Ziswiler · 9 years ago
  66. 4f9bbd9 arm: pxa: colibri_pxa270: add optional lcd support by Marcel Ziswiler · 9 years ago
  67. d817889 arm: pxa: colibri_pxa270: add some more nor flash details by Marcel Ziswiler · 9 years ago
  68. a9fb90d arm: pxa: palmtreo680: get rid of obsolete CONFIG_SYS_LCD_PXA_NO_L_BIAS by Marcel Ziswiler · 9 years ago
  69. ab9272f lcd: pxa: clean-up include file order by Marcel Ziswiler · 9 years ago
  70. 745e7e0 usb: pxa27x_udc: clean-up include file order by Marcel Ziswiler · 9 years ago
  71. 8648b23 serial: pxa: clean-up include file order by Marcel Ziswiler · 9 years ago
  72. 54a5cf8 arm: pxa: mmc: clean-up include file order by Marcel Ziswiler · 9 years ago
  73. 67b855f arm: pxa: clean-up include file order by Marcel Ziswiler · 9 years ago
  74. 7d211fe arm: pxa: use common timer functions by Andrew Ruder · 9 years ago
  75. 07a8e6d pxa: Fix boot hang by avoiding vector relocation by Andrew Ruder · 9 years ago
  76. a31a415 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 9 years ago
  77. c851a24 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  78. 14e7a30 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  79. 29aa439 arm: socfpga: Fix ArriaV SoCDK PLL config by Marek Vasut · 9 years ago
  80. 9238b52 arm: socfpga: Enable ethernet on ArriaV SoCDK by Marek Vasut · 9 years ago
  81. 476a360 arm: socfpga: Fix SD/MMC boot on ArriaV SoCDK by Marek Vasut · 9 years ago
  82. d418301 arm: socfpga: Fix MAINTAINERS entry for CV/AV SoCDK by Marek Vasut · 9 years ago
  83. 1bd57ff arm: socfpga: Enable DWAPB GPIO driver by Marek Vasut · 9 years ago
  84. 660f53b arm: socfpga: dts: Add bank-name property to each GPIO bank by Marek Vasut · 9 years ago
  85. e30a70c gpio: Add DW APB GPIO driver by Marek Vasut · 9 years ago
  86. cc9429a arm: socfpga: Make the pinmux table const u8 by Marek Vasut · 9 years ago
  87. f6badb0d arm: socfpga: Switch to filtered QTS files by Marek Vasut · 9 years ago
  88. e996b93 arm: socfpga: Add qts-filter.sh script by Marek Vasut · 9 years ago
  89. 37b3a30 arm: socfpga: Remove AV-specific parts from CV-SoCDK by Marek Vasut · 9 years ago
  90. c68eea0 arm: socfpga: Remove CV-specific parts from AV-SoCDK by Marek Vasut · 9 years ago
  91. f089240 arm: socfpga: Split Altera socfpga into AV and CV SoCDK by Marek Vasut · 9 years ago
  92. cd9b731 arm: socfpga: Unbind CPU type from board type by Marek Vasut · 9 years ago
  93. ca62d2e arm: socfpga: Move wrappers into platform directory by Marek Vasut · 9 years ago
  94. c262424 arm: socfpga: Do not enable gmac1 in Cyclone V dtsi by Marek Vasut · 9 years ago
  95. afe1399 arm: socfpga: Make the DT mmc node consistent by Marek Vasut · 9 years ago
  96. 7e4d2fa arm: socfpga: Fix delay in clock manager by Marek Vasut · 9 years ago
  97. a8535c3 arm: socfpga: Fix delay in freeze controller by Marek Vasut · 9 years ago
  98. 35e47b7 ddr: altera: Repair uninited variable by Marek Vasut · 9 years ago
  99. 6d7a333 ddr: altera: Replace float multiplication with integer one by Marek Vasut · 9 years ago
  100. a77fda1 net: Move CONFIG_E1000 options to Kconfig by Simon Glass · 9 years ago