1. 3e45222 x86: Kconfig: Move DM_SPI & DM_SPI_FLASH to arch/Kconfig by Bin Meng · 10 years ago
  2. d99b901 x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmetics by Bin Meng · 10 years ago
  3. 029194a x86: Kconfig: Move platform options forward by Bin Meng · 10 years ago
  4. 65c4ac0 x86: Kconfig: Divide the target selection to vendor/model by Bin Meng · 10 years ago
  5. f82a784 x86: quark: Turn on legacy segments decode by Bin Meng · 10 years ago
  6. 283a08e x86: Check PIRQ routing table sanity in the F segment by Bin Meng · 10 years ago
  7. 8827227 x86: minnowmax: add GPIO banks in the device tree by Gabriel Huau · 10 years ago
  8. 4a34e4b x86: baytrail: fix the GPIOBASE address by Gabriel Huau · 10 years ago
  9. 6852248 x86: Correct Minnowboard instructions to use the right descriptor by Simon Glass · 10 years ago
  10. 6e7b5f2 biosemu: Do not free vga_info->BIOSImage when it is 0xc0000 by Bin Meng · 10 years ago
  11. 81d0b35 pci: Remove parameter 'class' of pci_rom_load() by Bin Meng · 10 years ago
  12. d57c2f2 pci: Option rom class is a 24-bit number by Bin Meng · 10 years ago
  13. afbf140 x86: queensbay: Implement PIRQ routing by Bin Meng · 10 years ago
  14. b5b6b01 x86: Support platform PIRQ routing by Bin Meng · 10 years ago
  15. 5e2400e x86: Write configuration tables in last_stage_init() by Bin Meng · 10 years ago
  16. e3e7fa2 x86: Add a function to assign IRQ numbers to PCI device by Bin Meng · 10 years ago
  17. 54c6001 x86: Install a default e820 table in the __weak install_e820_map() by Bin Meng · 10 years ago
  18. 24ff8e7 x86: Clean up arch/x86/include/asm/e820.h by Bin Meng · 10 years ago
  19. 0a9bb48 x86: Add alias for SPI node in the board dts by Bin Meng · 10 years ago
  20. 1926883 x86: Set serial port IRQ for SMSC LPC47M by Bin Meng · 10 years ago
  21. d21d05f x86: Move CONFIG_ENV_IS_IN_SPI_FLASH to x86-common.h by Bin Meng · 10 years ago
  22. 9704f23 x86: queensbay: Avoid using PCH prefix by Bin Meng · 10 years ago
  23. 5098d73 x86: Remove the old VGA driver by Bin Meng · 10 years ago
  24. 4a705b1 x86: minnowmax: Remove CONFIG_VIDEO_X86 in the defconfig by Bin Meng · 10 years ago
  25. ace97d2 Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  26. 1692515 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  27. 5ca269a ARM: zynq: rename CONFIG_ZYNQ to CONFIG_ARCH_ZYNQ by Masahiro Yamada · 10 years ago
  28. 9b9c651 ARM: zynq: move SoC headers to mach-zynq/include/mach by Masahiro Yamada · 10 years ago
  29. 0107f24 ARM: zynq: move SoC sources to mach-zynq by Masahiro Yamada · 10 years ago
  30. 7472a5d ARM: zynq: pass "-mfpu=neon" only to lowlevel_init.S by Masahiro Yamada · 10 years ago
  31. 31137ac zynqmp: Enable SDHCI0 options by Michal Simek · 10 years ago
  32. 5af37bd zynqmp: Enable FS_GENERIC option by Siva Durga Prasad Paladugu · 10 years ago
  33. 48d7260 zynqmp: Add SPI driver support for ZynqMP by Siva Durga Prasad Paladugu · 10 years ago
  34. 2594e03 zynqmp: i2c: Enable i2c driver for zynqMP by Siva Durga Prasad Paladugu · 10 years ago
  35. 39c56f5 zynqmp: Add support for EMMC bootmode by Michal Simek · 10 years ago
  36. 16247d2 zynqmp: Add support for emulation platform - Veloce by Michal Simek · 10 years ago
  37. a7858f6 zynq: timer: Fix wrong timer calculation by Siva Durga Prasad Paladugu · 10 years ago
  38. eddabd1 zynqmp: sdhci: Remove the quirk SDHCI_QUIRK_NO_CD by Siva Durga Prasad Paladugu · 10 years ago
  39. 5cb2420 zynqmp: Add support for R5 sw loading by Michal Simek · 10 years ago
  40. 222b212 zynqmp: caches: Enable dcache for zynqmp by Siva Durga Prasad Paladugu · 10 years ago
  41. f25f552 zynq: slcr: Disable all level shifters by Siva Durga Prasad Paladugu · 10 years ago
  42. e7fa7d5 ARM: zynq: drop legacy ps7_init.c/h support by Masahiro Yamada · 10 years ago
  43. 7a1aec8 zynq: Add Zynq PicoZed board support by Nathan Rossi · 10 years ago
  44. 04bc5c9 serial: zynq: Add support for slow emulation platform by Michal Simek · 10 years ago
  45. caacb33 zynq: Enable GPIO driver and GPIO commands by Michal Simek · 10 years ago
  46. d37c628 gpio: add Xilinx Zynq PS GPIO driver by Andrea Scian · 10 years ago
  47. 127e8a5 microblaze: Fix EMAC Lite initialization by Nathan Rossi · 10 years ago
  48. 5362662 Merge branch 'master' of git://www.denx.de/git/u-boot-socfpga by Tom Rini · 10 years ago
  49. 4842c58 Merge branch 'master' of git://www.denx.de/git/u-boot-dm by Tom Rini · 10 years ago
  50. f66529f dm: core: Correct bug introduced in uclass_first/next_device() by Simon Glass · 10 years ago
  51. 4f60166 serial: ns16550: Remove hard-coded baud_divisor setting by Axel Lin · 10 years ago
  52. f0f932d dm: core: drop device removal error path correctly by Masahiro Yamada · 10 years ago
  53. e536ab8 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  54. cc555bd Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 10 years ago
  55. c650ca7 sf: Fix to compute proper sector_size by Jagannadha Sutradharudu Teki · 10 years ago
  56. 074eed5 dm: sf: Make SST flash write op work again by Bin Meng · 10 years ago
  57. be7be78 dm: sf: Save flash flags to struct spi_flash by Bin Meng · 10 years ago
  58. 611c9ba spi: omap3: Fix timeout handling by David Dueck · 10 years ago
  59. 205d586 mx6cuboxi: Load the correct 'fdtfile' variable by Fabio Estevam · 10 years ago
  60. 6a305f2 mx6cuboxi: Use more standard namings for fdt variables by Fabio Estevam · 10 years ago
  61. feb6cc5 mx6cuboxi: Differentiate Cubox-i and Hummingboard by Fabio Estevam · 10 years ago
  62. 8cb6817 mx6cuboxi: Introduce multi-SoC support by Fabio Estevam · 10 years ago
  63. cfdcc5f mx6cuboxi: Prepare for multi SoC support by Fabio Estevam · 10 years ago
  64. b684586 mx6cuboxi: Fix the defconfig name by Fabio Estevam · 10 years ago
  65. e5c57ee socfpga: implement arria V socdk SPI flash config in dts by Pavel Machek · 10 years ago
  66. 86e6f7e Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  67. 08442ec Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 10 years ago
  68. 3f6dcdb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  69. 90b1c9f MIPS: implement device-tree handover to Linux kernel by Daniel Schwierzeck · 10 years ago
  70. 77d7fff fdt: Fix handling of paths with options in them by Hans de Goede · 10 years ago
  71. daa23f5 socfpga: implement socdk SPI flash config in dts by Pavel Machek · 10 years ago
  72. ab10d73 armv8/fsl-lsch3: Implement workaround for I2C erratum A009203 by York Sun · 10 years ago
  73. 8b06460 ls2085a: esdhc: Add esdhc support for ls2085a by Yangbo Lu · 10 years ago
  74. 32eda7c armv8/ls2085ardb: Enable NAND SPL support by Scott Wood · 10 years ago
  75. 548cf52 freescale/qixis: Add support for booting from NAND by Scott Wood · 10 years ago
  76. b2d5ac5 armv8/ls2085aqds: NAND boot support by Scott Wood · 10 years ago
  77. 39b0bbb driver/ifc: Add 64KB page support by Jaiprakash Singh · 10 years ago
  78. e60476a board/ls2085qds: Add support ethernet by Prabhakar Kushwaha · 10 years ago
  79. d8c1d5d Merge branch 'buildman' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  80. 5f757cd Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  81. bba97cd colibri_vf: Enable USB support for Colibri Vybrid by Sanchayan Maity · 10 years ago
  82. a94bb7a usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's by Sanchayan Maity · 10 years ago
  83. e7b860f ARM: vf610: Initial integration for Colibri VF50/VF61 by Sanchayan Maity · 10 years ago
  84. 7a90a1f ARM: vf610: Enable caches by Stefan Agner · 10 years ago
  85. 1db503c ARM: vf610: Add SoC and CPU type detection by Sanchayan Maity · 10 years ago
  86. 8b4f9af ARM: vf610: Enable external 32KHz oscillator by Stefan Agner · 10 years ago
  87. c7ea243 ARM: vf610: Move DDR3 initialization to imx-common by Sanchayan Maity · 10 years ago
  88. 5db73fe cmd, nand: add more info to "nand info" by Heiko Schocher · 10 years ago
  89. 1a1fa24 rtc: Set valid date after reset by Marek Vasut · 10 years ago
  90. 23f2f43 arm: am437x: mux: Update mux names by Bryan De Faria · 10 years ago
  91. 5296cb1 m68k: add architecture-specific u-boot.lds by angelo@sysam.it · 10 years ago
  92. ecd8557 fastboot: ARM: OMAP5: Enable reboot-bootloader by Dileep Katta · 10 years ago
  93. 3871cd8 patman: check git format.subjectprefix setting when generate patches prefix by Wu, Josh · 10 years ago
  94. 1246231 buildman: Add gcc 4.9.0 with Microblaze toolchain by Michal Simek · 10 years ago
  95. f12467d ARM: DRA7: Set serial number environment variable by Dileep Katta · 10 years ago
  96. be17d39 ARM: DRA7XX: Enable Fastboot by Dileep Katta · 10 years ago
  97. 3d046f6 mvgpio: remove CONFIG_SHEEVA_88SV331xV5 dependency by Zhou Zhu · 10 years ago
  98. ee4303c gpio: mvmfp: support newer MFP bit definitions by Xiang Wang · 10 years ago
  99. a868e44 davinci: add support for omapl138-lcdk board by Peter Howard · 10 years ago
  100. e2b65ea armv8/ls2085ardb: Add support of LS2085ARDB platform by York Sun · 10 years ago