1. 4519668 mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  2. 285e266 arm: spear: Some changes / updates to the x600 config header by Stefan Roese · 9 years ago
  3. f49cc22 arm: spear: Enable caches on SPEAr by Stefan Roese · 9 years ago
  4. 2fbdbda arm: spear: Move to common SPL infrastructure by Stefan Roese · 9 years ago
  5. 80999a5 arm: spear: Fix booting - relocate vector table to 0 (low-vector) by Stefan Roese · 9 years ago
  6. 76b3f19 ARM: k2l: Fix device speeds by Lokesh Vutla · 9 years ago
  7. be8ce70 ARM: keystone2: Update README by Lokesh Vutla · 9 years ago
  8. 45fe4b4 ARM: keystone2: Build MLO by default by Lokesh Vutla · 9 years ago
  9. 5f586e9 ARM: keystone2: Rename u-boot-nand.gph to MLO by Lokesh Vutla · 9 years ago
  10. cd43ddc ARM: keystone2: move the custom build rules out to keystone specific makefile by Nishanth Menon · 9 years ago
  11. 401f2d9 ARM: keystone2: configs: Move SP to end of u-boot section by Lokesh Vutla · 9 years ago
  12. a85da21 env_mmc: Properly prefix mmc errors with '!' by Hans de Goede · 9 years ago
  13. 972ea53 malloc_simple: Correct the alignment logic in memalign_simple() by Simon Glass · 9 years ago
  14. 90c36d8 kconfiglib: update to the latest version by Ulf Magnusson · 9 years ago
  15. 76cff2b ARM: DRA74-evm: Use SMA_1 spare register to workaround DP83865 phy on SR2.0 by Nishanth Menon · 9 years ago
  16. 0358923 ARM: DRA74-evm: Add iodelay values for SR2.0 by Nishanth Menon · 9 years ago
  17. c1ea3be ARM: DRA7: Add detection of ES2.0 by Nishanth Menon · 9 years ago
  18. 70d39f5 Makefile: Use correct timezone for U_BOOT_TZ by Chris Packham · 9 years ago
  19. e9015b3 lib/display_options: Fix print_freq by Suriyan Ramasami · 9 years ago
  20. b3537c0 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  21. 2e88bb2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  22. 14006a5 rpi: set fdt_addr_r to 0x00000100 to match default device_tree_address by Jonathan Liu · 9 years ago
  23. 9734b97 image: Fix loop condition to avoid warning by Thierry Reding · 9 years ago
  24. 79c884d Merge git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  25. f4b5db7 dm: pci: Document binding of pci device drivers by Bin Meng · 9 years ago
  26. a1f1582 x86: crownbay: Support Topcliff integrated pci uart devices with driver model by Bin Meng · 9 years ago
  27. cdeb2ba dm: core: Fix code reentrancy issue in device_probe_child() by Bin Meng · 9 years ago
  28. 1887ed3 dm: pci: Optimize pci_uclass_post_bind() by Bin Meng · 9 years ago
  29. 3242998 video: ct69000: Remove unused codes by Bin Meng · 9 years ago
  30. 4dd02a7 x86: crownbay: Enable on-board SMSC superio keyboard controller by Bin Meng · 9 years ago
  31. 8ceb242 video: cfb_console: Allow VGA device to work without i8042 keyboard by Bin Meng · 9 years ago
  32. 7d96166 x86: i8042: Correctly initialize the controller by Bin Meng · 9 years ago
  33. 835dd00 x86: i8042: Clean up the driver per coding convention by Bin Meng · 9 years ago
  34. 3928d66 x86: i8042: Reorder static functions by Bin Meng · 9 years ago
  35. 5e653b0 x86: i8042: Remove unused codes by Bin Meng · 9 years ago
  36. df1c9eb x86: gpio: Tidy up gpio_ich6_get_base() and callers by Simon Glass · 9 years ago
  37. e7cc0b6 x86: gpio: Correct calls to _ich6_gpio_set_direction() by Simon Glass · 9 years ago
  38. 86645c8 x86: minnowmax: Correct pad-offset value for host_en1 by Simon Glass · 9 years ago
  39. dc5740d dm: pci: Add a comment to help find pci_hose_read_config_byte, etc. by Simon Glass · 9 years ago
  40. cce7e0f x86: minnowmax: Add access to GPIOs E0, E1, E2 by Simon Glass · 9 years ago
  41. bccdf1d x86: Add DSDT table for supporting ACPI on QEMU by Saket Sinha · 9 years ago
  42. e94019e x86: Add ACPI table support to QEMU by Saket Sinha · 9 years ago
  43. 867bcb6 x86: Generate a valid ACPI table by Saket Sinha · 9 years ago
  44. dce54dd dm: pci: Save devfn without bus number in pci_uclass_child_post_bind() by Bin Meng · 9 years ago
  45. bc6351e fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev() by Bin Meng · 9 years ago
  46. 19b4a33 patman: use -D option for git format-patch by Masahiro Yamada · 9 years ago
  47. c78dfb4 x86: superio: Add keyboard controller support to smsc_lpc47m driver by Bin Meng · 9 years ago
  48. 348b744 x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe() by Bin Meng · 9 years ago
  49. fa6af7b x86: baytrail: Remove the fsp_init_phase_pci() call by Bin Meng · 9 years ago
  50. 090290f x86: queensbay: Move unprotect_spi_flash() to arch_misc_init() by Bin Meng · 9 years ago
  51. 48aa6c2 x86: fsp: Add comments about U-Boot entering start.S twice by Bin Meng · 9 years ago
  52. 57b10f5 x86: fsp: Enlarge the size of malloc() pool before relocation by Bin Meng · 9 years ago
  53. a52a068e x86: fsp: Delay x86_fsp_init() call a little bit by Bin Meng · 9 years ago
  54. 08fc7b8 dm: pci: Support selected device/driver binding before relocation by Bin Meng · 9 years ago
  55. f86f0c1 x86: ifdtool: Drop microcode from the device tree when collating by Simon Glass · 9 years ago
  56. b098032 x86: ifdtool: Support collating microcode into one place by Simon Glass · 9 years ago
  57. 88cf322 x86: ifdtool: Split microcode linking into its own function by Simon Glass · 9 years ago
  58. 3c7aab2 x86: ifdtool: Check that U-Boot does not overlap other regions by Simon Glass · 9 years ago
  59. 5fb0151 x86: baytrail: Support multiple microcode copies by Bin Meng · 9 years ago
  60. 5c113ff x86: baytrail: Add microcode for BayTrail-I D0 stepping by Bin Meng · 9 years ago
  61. 03e3c31 x86: Correct microcode documentation by Simon Glass · 9 years ago
  62. 7a86760 efi: Update README.efi to clarify build and test instructions by Bin Meng · 9 years ago
  63. 1916ec1 x86: Set up video framebuffer for coreboot before loading kernel by Bin Meng · 9 years ago
  64. 153e1dd video: coreboot: Save VESA mode for future use by Bin Meng · 9 years ago
  65. 3ff2f00 x86: Enable CONFIG_PCI_CONFIG_HOST_BRIDGE for all boards by Bin Meng · 9 years ago
  66. c80ff56 x86: Only include cbfs command for coreboot by Bin Meng · 9 years ago
  67. 8744bef x86: kconfig: Hide "System tables" for coreboot by Bin Meng · 9 years ago
  68. d2f56f4 x86: kconfig: Hide "System tables" for EFI by Bin Meng · 9 years ago
  69. a25bc78 x86: coreboot: Allow >=4GiB memory bank size by Bin Meng · 9 years ago
  70. c17ca6b x86: Remove calculate_relocation_address() by Bin Meng · 9 years ago
  71. 52b7786 x86: coreboot: Correctly report E820 types by Bin Meng · 9 years ago
  72. 89b8708 x86: coreboot: Increase memrange entry number to 32 by Bin Meng · 9 years ago
  73. 330728d x86: doc: Update coreboot payload entry point address by Bin Meng · 9 years ago
  74. 1d8a078 net: e1000: Fix build warnings for 32-bit by Bin Meng · 9 years ago
  75. ad608a2 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 9 years ago
  76. ecfb876 mtd: nand: mxs invalidate dcache before DMA read by Peng Fan · 9 years ago
  77. 63b29d8 mtd: nand: mxs support oobsize bigger than 512 by Peng Fan · 9 years ago
  78. d6b6303 arm: mvebu: Enable NAND on db-mv784mp-gp by Stefan Roese · 9 years ago
  79. 873960c mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driver by Stefan Roese · 9 years ago
  80. 2580a2a mtd: nand: Increase max sizes of OOB and Page size by Siva Durga Prasad Paladugu · 9 years ago
  81. d396372 nand: Sync with Linux v4.1 by Scott Wood · 9 years ago
  82. 86a720a mtd: Introduce mtd_block_isreserved() by Ezequiel Garcia · 10 years ago
  83. 2733106 nand: Remove __UBOOT__ ifdefs by Scott Wood · 9 years ago
  84. 7d31c6a Merge git://git.denx.de/u-boot-pxa by Tom Rini · 9 years ago
  85. 3664fa1 arm: pxa: colibri_pxa270: add optional i2c support by Marcel Ziswiler · 9 years ago
  86. 4f9bbd9 arm: pxa: colibri_pxa270: add optional lcd support by Marcel Ziswiler · 9 years ago
  87. d817889 arm: pxa: colibri_pxa270: add some more nor flash details by Marcel Ziswiler · 9 years ago
  88. a9fb90d arm: pxa: palmtreo680: get rid of obsolete CONFIG_SYS_LCD_PXA_NO_L_BIAS by Marcel Ziswiler · 9 years ago
  89. ab9272f lcd: pxa: clean-up include file order by Marcel Ziswiler · 9 years ago
  90. 745e7e0 usb: pxa27x_udc: clean-up include file order by Marcel Ziswiler · 9 years ago
  91. 8648b23 serial: pxa: clean-up include file order by Marcel Ziswiler · 9 years ago
  92. 54a5cf8 arm: pxa: mmc: clean-up include file order by Marcel Ziswiler · 9 years ago
  93. 67b855f arm: pxa: clean-up include file order by Marcel Ziswiler · 9 years ago
  94. 7d211fe arm: pxa: use common timer functions by Andrew Ruder · 9 years ago
  95. 07a8e6d pxa: Fix boot hang by avoiding vector relocation by Andrew Ruder · 9 years ago
  96. a31a415 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 9 years ago
  97. c851a24 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  98. 14e7a30 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  99. 29aa439 arm: socfpga: Fix ArriaV SoCDK PLL config by Marek Vasut · 9 years ago
  100. 9238b52 arm: socfpga: Enable ethernet on ArriaV SoCDK by Marek Vasut · 9 years ago