1. bcb0c61 x86: Allow CPUs to be set up after relocation by Simon Glass · 9 years ago
  2. 86196c6 x86: Add functions to set and clear bits on MSRs by Simon Glass · 9 years ago
  3. 45b5a37 x86: Add multi-processor init by Simon Glass · 9 years ago
  4. 6f41e0e7b x86: Provide access to the IDT by Simon Glass · 9 years ago
  5. 5284529 x86: Store the GDT pointer in global_data by Simon Glass · 9 years ago
  6. 837a136 x86: Add an mfence macro by Simon Glass · 9 years ago
  7. 1a06d2a x86: Add defines for fixed MTRRs by Simon Glass · 9 years ago
  8. b551173 x86: Add atomic operations by Simon Glass · 9 years ago
  9. 8e2fac0 Add a 'cpu' command to print CPU information by Simon Glass · 9 years ago
  10. 6388e35 x86: Add support for the Simple Firmware Interface (SFI) by Simon Glass · 9 years ago
  11. 11f4dc1 dm: Implement a CPU uclass by Simon Glass · 9 years ago
  12. 33eac2d Add print_freq() to display frequencies nicely by Simon Glass · 9 years ago
  13. 2ea09c8 Move display_options functions to their own header by Simon Glass · 9 years ago
  14. 9a7d700 x86: Disable -Werror by Simon Glass · 9 years ago
  15. 4051386 x86: Remove unwanted MMC debugging by Simon Glass · 9 years ago
  16. 5b9000d dm: core: Add a function to bind a driver for a device tree node by Simon Glass · 9 years ago
  17. 4c50934 Fix comment nits in board_f.c by Simon Glass · 9 years ago
  18. 410b10f x86: fsp: Use reset_cpu() by Simon Glass · 9 years ago
  19. ebebf05 x86: quark: Use reset_cpu() by Simon Glass · 9 years ago
  20. 5021c81 x86: ivybridge: Use reset_cpu() by Simon Glass · 9 years ago
  21. ff6a8f3 x86: Implement reset_cpu() correctly for modern CPUs by Simon Glass · 9 years ago
  22. 87f4cd3 x86: link: Add PCH driver to support SPI Flash by Simon Glass · 9 years ago
  23. 8712af9 x86: Update chromebook_link instructions for binary blob by Simon Glass · 9 years ago
  24. 8ddb8cf x86: minnowmax: use the correct NOR in the configuration by Gabriel Huau · 9 years ago
  25. cc4c8ac x86: Correct the typo in write_tables() by Bin Meng · 9 years ago
  26. 99556d7 x86: Kconfig: Remove deprecated CONFIG_SYS_EXTRA_OPTIONS by Bin Meng · 9 years ago
  27. 3e45222 x86: Kconfig: Move DM_SPI & DM_SPI_FLASH to arch/Kconfig by Bin Meng · 9 years ago
  28. d99b901 x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmetics by Bin Meng · 9 years ago
  29. 029194a x86: Kconfig: Move platform options forward by Bin Meng · 9 years ago
  30. 65c4ac0 x86: Kconfig: Divide the target selection to vendor/model by Bin Meng · 9 years ago
  31. f82a784 x86: quark: Turn on legacy segments decode by Bin Meng · 9 years ago
  32. 283a08e x86: Check PIRQ routing table sanity in the F segment by Bin Meng · 9 years ago
  33. 8827227 x86: minnowmax: add GPIO banks in the device tree by Gabriel Huau · 9 years ago
  34. 4a34e4b x86: baytrail: fix the GPIOBASE address by Gabriel Huau · 9 years ago
  35. 6852248 x86: Correct Minnowboard instructions to use the right descriptor by Simon Glass · 9 years ago
  36. 6e7b5f2 biosemu: Do not free vga_info->BIOSImage when it is 0xc0000 by Bin Meng · 9 years ago
  37. 81d0b35 pci: Remove parameter 'class' of pci_rom_load() by Bin Meng · 9 years ago
  38. d57c2f2 pci: Option rom class is a 24-bit number by Bin Meng · 9 years ago
  39. afbf140 x86: queensbay: Implement PIRQ routing by Bin Meng · 9 years ago
  40. b5b6b01 x86: Support platform PIRQ routing by Bin Meng · 9 years ago
  41. 5e2400e x86: Write configuration tables in last_stage_init() by Bin Meng · 9 years ago
  42. e3e7fa2 x86: Add a function to assign IRQ numbers to PCI device by Bin Meng · 9 years ago
  43. 54c6001 x86: Install a default e820 table in the __weak install_e820_map() by Bin Meng · 9 years ago
  44. 24ff8e7 x86: Clean up arch/x86/include/asm/e820.h by Bin Meng · 9 years ago
  45. 0a9bb48 x86: Add alias for SPI node in the board dts by Bin Meng · 9 years ago
  46. 1926883 x86: Set serial port IRQ for SMSC LPC47M by Bin Meng · 9 years ago
  47. d21d05f x86: Move CONFIG_ENV_IS_IN_SPI_FLASH to x86-common.h by Bin Meng · 9 years ago
  48. 9704f23 x86: queensbay: Avoid using PCH prefix by Bin Meng · 9 years ago
  49. 5098d73 x86: Remove the old VGA driver by Bin Meng · 9 years ago
  50. 4a705b1 x86: minnowmax: Remove CONFIG_VIDEO_X86 in the defconfig by Bin Meng · 9 years ago
  51. ace97d2 Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  52. 1692515 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  53. 5ca269a ARM: zynq: rename CONFIG_ZYNQ to CONFIG_ARCH_ZYNQ by Masahiro Yamada · 10 years ago
  54. 9b9c651 ARM: zynq: move SoC headers to mach-zynq/include/mach by Masahiro Yamada · 10 years ago
  55. 0107f24 ARM: zynq: move SoC sources to mach-zynq by Masahiro Yamada · 10 years ago
  56. 7472a5d ARM: zynq: pass "-mfpu=neon" only to lowlevel_init.S by Masahiro Yamada · 10 years ago
  57. 31137ac zynqmp: Enable SDHCI0 options by Michal Simek · 9 years ago
  58. 5af37bd zynqmp: Enable FS_GENERIC option by Siva Durga Prasad Paladugu · 10 years ago
  59. 48d7260 zynqmp: Add SPI driver support for ZynqMP by Siva Durga Prasad Paladugu · 9 years ago
  60. 2594e03 zynqmp: i2c: Enable i2c driver for zynqMP by Siva Durga Prasad Paladugu · 10 years ago
  61. 39c56f5 zynqmp: Add support for EMMC bootmode by Michal Simek · 9 years ago
  62. 16247d2 zynqmp: Add support for emulation platform - Veloce by Michal Simek · 9 years ago
  63. a7858f6 zynq: timer: Fix wrong timer calculation by Siva Durga Prasad Paladugu · 9 years ago
  64. eddabd1 zynqmp: sdhci: Remove the quirk SDHCI_QUIRK_NO_CD by Siva Durga Prasad Paladugu · 10 years ago
  65. 5cb2420 zynqmp: Add support for R5 sw loading by Michal Simek · 9 years ago
  66. 222b212 zynqmp: caches: Enable dcache for zynqmp by Siva Durga Prasad Paladugu · 10 years ago
  67. f25f552 zynq: slcr: Disable all level shifters by Siva Durga Prasad Paladugu · 10 years ago
  68. e7fa7d5 ARM: zynq: drop legacy ps7_init.c/h support by Masahiro Yamada · 9 years ago
  69. 7a1aec8 zynq: Add Zynq PicoZed board support by Nathan Rossi · 9 years ago
  70. 04bc5c9 serial: zynq: Add support for slow emulation platform by Michal Simek · 9 years ago
  71. caacb33 zynq: Enable GPIO driver and GPIO commands by Michal Simek · 10 years ago
  72. d37c628 gpio: add Xilinx Zynq PS GPIO driver by Andrea Scian · 10 years ago
  73. 127e8a5 microblaze: Fix EMAC Lite initialization by Nathan Rossi · 9 years ago
  74. 5362662 Merge branch 'master' of git://www.denx.de/git/u-boot-socfpga by Tom Rini · 9 years ago
  75. 4842c58 Merge branch 'master' of git://www.denx.de/git/u-boot-dm by Tom Rini · 9 years ago
  76. f66529f dm: core: Correct bug introduced in uclass_first/next_device() by Simon Glass · 9 years ago
  77. 4f60166 serial: ns16550: Remove hard-coded baud_divisor setting by Axel Lin · 9 years ago
  78. f0f932d dm: core: drop device removal error path correctly by Masahiro Yamada · 9 years ago
  79. e536ab8 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  80. cc555bd Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  81. c650ca7 sf: Fix to compute proper sector_size by Jagannadha Sutradharudu Teki · 9 years ago
  82. 074eed5 dm: sf: Make SST flash write op work again by Bin Meng · 9 years ago
  83. be7be78 dm: sf: Save flash flags to struct spi_flash by Bin Meng · 9 years ago
  84. 611c9ba spi: omap3: Fix timeout handling by David Dueck · 9 years ago
  85. 205d586 mx6cuboxi: Load the correct 'fdtfile' variable by Fabio Estevam · 9 years ago
  86. 6a305f2 mx6cuboxi: Use more standard namings for fdt variables by Fabio Estevam · 9 years ago
  87. feb6cc5 mx6cuboxi: Differentiate Cubox-i and Hummingboard by Fabio Estevam · 9 years ago
  88. 8cb6817 mx6cuboxi: Introduce multi-SoC support by Fabio Estevam · 9 years ago
  89. cfdcc5f mx6cuboxi: Prepare for multi SoC support by Fabio Estevam · 9 years ago
  90. b684586 mx6cuboxi: Fix the defconfig name by Fabio Estevam · 9 years ago
  91. e5c57ee socfpga: implement arria V socdk SPI flash config in dts by Pavel Machek · 9 years ago
  92. 86e6f7e Merge branch 'master' of git://git.denx.de/u-boot-fdt by Tom Rini · 9 years ago
  93. 08442ec Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 9 years ago
  94. 3f6dcdb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  95. 90b1c9f MIPS: implement device-tree handover to Linux kernel by Daniel Schwierzeck · 10 years ago
  96. 77d7fff fdt: Fix handling of paths with options in them by Hans de Goede · 9 years ago
  97. daa23f5 socfpga: implement socdk SPI flash config in dts by Pavel Machek · 9 years ago
  98. ab10d73 armv8/fsl-lsch3: Implement workaround for I2C erratum A009203 by York Sun · 10 years ago
  99. 8b06460 ls2085a: esdhc: Add esdhc support for ls2085a by Yangbo Lu · 10 years ago
  100. 32eda7c armv8/ls2085ardb: Enable NAND SPL support by Scott Wood · 10 years ago