1. fe5b9b4 x86: Rename chromebook-x86 to coreboot by Simon Glass · 10 years ago
  2. 65dd74a x86: ivybridge: Implement SDRAM init by Simon Glass · 10 years ago
  3. 3eafce0 x86: ivybridge: Add LAPIC support by Simon Glass · 10 years ago
  4. a49e3c7 x86: Make show_boot_progress() common by Simon Glass · 10 years ago
  5. 437c2b7 x86: chromebook_link: Enable GPIO support by Simon Glass · 10 years ago
  6. 1b4f25f x86: ivybridge: Add support for early GPIO init by Simon Glass · 10 years ago
  7. 8e0df06 x86: ivybridge: Add early init for PCH devices by Simon Glass · 10 years ago
  8. 9c678e1 x86: dts: Add microcode updates for ivybridge CPU by Simon Glass · 10 years ago
  9. 77f9b1f x86: ivybridge: Perform Intel microcode update on boot by Simon Glass · 10 years ago
  10. 94060ff x86: ivybridge: Check BIST value on boot by Simon Glass · 10 years ago
  11. f5fbbe9 x86: ivybridge: Perform initial CPU setup by Simon Glass · 10 years ago
  12. eddbad2 x86: Add msr read/write functions that use a structure by Simon Glass · 10 years ago
  13. 3f70a6f x86: Add clr/setbits functions by Simon Glass · 10 years ago
  14. 378a863 x86: Tidy up coreboot header usage by Simon Glass · 10 years ago
  15. 2b60515 x86: ivybridge: Add early LPC init so that serial works by Simon Glass · 10 years ago
  16. 6fb3b72 x86: pci: Allow configuration before relocation by Simon Glass · 10 years ago
  17. 6e5b12b x86: ivybridge: Enable PCI in early init by Simon Glass · 10 years ago
  18. 7430f10 x86: Support use of PCI before relocation by Simon Glass · 10 years ago
  19. d188b18 x86: Refactor PCI to permit alternate init by Simon Glass · 10 years ago
  20. 70a09c6 x86: chromebook_link: Implement CAR support (cache as RAM) by Simon Glass · 10 years ago
  21. d1cd045 x86: Emit post codes in startup code for Chromebooks by Simon Glass · 10 years ago
  22. fce7b27 x86: Build a .rom file which can be flashed to an x86 machine by Simon Glass · 10 years ago
  23. 8ef0757 x86: Add chromebook_link board by Simon Glass · 10 years ago
  24. 5c1b685 x86: Allow timer calibration to work on ivybridge by Simon Glass · 10 years ago
  25. a5eb04d x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory by Masahiro Yamada · 10 years ago
  26. 727c1a9 x86: Replace fill_processor_name() with cpu_get_name() by Simon Glass · 10 years ago
  27. 003504b x86: Remove unnecessary find_fdt(), prepare_fdt() functions by Simon Glass · 10 years ago
  28. 21b9b14 x86: Add processor functions to halt and get stack pointer by Simon Glass · 10 years ago
  29. 6cba6b9 x86: Fix a warning with gcc 4.4.4 by Simon Glass · 10 years ago
  30. 258b135 x86: Save TSC frequency in the global data by Bin Meng · 10 years ago
  31. 80de049 x86: Add quick TSC calibration via PIT by Bin Meng · 10 years ago
  32. 076bb44 x86: Do TSC MSR calibration only for known/supported CPUs by Bin Meng · 10 years ago
  33. 52f952b x86: Do CPU identification in the early phase by Bin Meng · 10 years ago
  34. f67cd51 x86: Save the BIST value on reset by Simon Glass · 10 years ago
  35. e1ffd81 x86: Fix up some missing prototypes by Simon Glass · 10 years ago
  36. 8b37c76 x86: Use the standard arch_cpu_init() function by Simon Glass · 10 years ago
  37. 07387d1 x86: Use the standard dram_init() function by Simon Glass · 10 years ago
  38. 76f90f3 x86: Tidy up global descriptor table setup by Simon Glass · 10 years ago
  39. 3c00695 x86: Invalidate TLB as early as possible by Simon Glass · 10 years ago
  40. 85d8732 x86: Remove board_init16() call which is not used by Simon Glass · 10 years ago
  41. bc48806 x86: Remove REALMODE_BASE which is no longer used by Simon Glass · 10 years ago
  42. f10834e Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Tom Rini · 10 years ago
  43. 5fc3494 powerpc: mpc52xx: Clear GD in the main U-Boot stage for SPL usage by Stefan Roese · 10 years ago
  44. 50dcf89 mpc83xx: Add gdsys hrcon board by Dirk Eibach · 10 years ago
  45. f196044 ARM: atmel: add sama5d4 xplained ultra board support by Bo Shen · 10 years ago
  46. 927b901 ARM: atmel: add sama5d4ek board support by Bo Shen · 10 years ago
  47. 5b15fd9 arm, spl, at91: add spl support for the corvus board by Heiko Schocher · 10 years ago
  48. 237e379 arm, at91, spl: add spl support for the taurus board by Heiko Schocher · 10 years ago
  49. 5abc00d arm, spl, at91: add at91sam9260 and at91sam9g45 spl support by Heiko Schocher · 10 years ago
  50. bd1bb3c arm, at91: add missing ddr2 cr register MPDDRC_CR_EBISHARE define by Heiko Schocher · 10 years ago
  51. 7dd5891 arm, at91: compile mpddrc ram init code also for AT91SAM9M10G45 by Heiko Schocher · 10 years ago
  52. 341f548 arm, at91, mpddrc: fix typo in ddr2_init() by Heiko Schocher · 10 years ago
  53. c001486 arm, at91: generate boot.bin file for all atmel SoC by Heiko Schocher · 10 years ago
  54. da79fa4 ARM: atmel: spl: make css field configurable by Bo Shen · 10 years ago
  55. a5f35d6 ARM: atmel: spl: make initialization more stable by Bo Shen · 10 years ago
  56. bdf790f Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  57. 256d83c Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  58. 570dd7f sh: Move SH_32BIT to Kconfig by Nobuhiro Iwamatsu · 10 years ago
  59. 2086e38 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  60. e83a7e9 powerpc/mpc83xx: Zero boot_flags arg for calling board_init_f() by Valentin Longchamp · 10 years ago
  61. aa5a3d8 powerpc/mpc85xx: Use IFC accessor function by Prabhakar Kushwaha · 10 years ago
  62. a53dd53 85xx/b4:Correct USB DR controller liodn entry by ramneek mehresh · 10 years ago
  63. ae6b458 driver/net/fm/memac_phy: set NEG bit for external MDIOs by Shaohui Xie · 11 years ago
  64. ff5fb2a Fman/mEMAC: mEMAC fix for 10G MAC and PHY by Shaohui Xie · 11 years ago
  65. 45043cf Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  66. 05d492a arm: mx6: add support for TBS2910 Matrix ARM miniPC by Soeren Moch · 10 years ago
  67. 11076f0 mx6: video_skip: Fix crash on NULL pointer by Nikolay Dimitrov · 10 years ago
  68. 0d485b9 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  69. e451e9b kconfig: imx6: add SUPPORT_SPL by John Tobias · 10 years ago
  70. 3ad207a Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  71. bdf1638 arm: mx6: Fix missing Kconfig option for Novena by Marek Vasut · 10 years ago
  72. 76946df sun6i: ehci: Add sun6i ehci support by Hans de Goede · 10 years ago
  73. 6dbfda8 sun6i: Poke magic sram controller register to avoid cache issues by Hans de Goede · 10 years ago
  74. 9a07eb0 sun6i: Add dram initialization code by Hans de Goede · 10 years ago
  75. bec72c7 sun4i: Rename dram files to dram_sun4i.x by Hans de Goede · 10 years ago
  76. 9d8a533 sun6i: Add cpucfg register definitions by Hans de Goede · 10 years ago
  77. 62c87ef sun6i: Add clock functions needed for SPL / DRAM init by Hans de Goede · 10 years ago
  78. 3b10e6e sun6i: Add new p2wi controller driver by Oliver Schinagl · 12 years ago
  79. 3deb013 Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  80. 01541ee kconfig: arm: move "armv8" define to arch/arm/Kconfig by Masahiro Yamada · 10 years ago
  81. 790f70c kconfig: arm: select CPU_V7 for some new boards by Masahiro Yamada · 10 years ago
  82. 1890040 ARM: remove unused CPU directory by Masahiro Yamada · 10 years ago
  83. f97eeba sh: define CONFIG_CPU_SH4A for some boards by Masahiro Yamada · 10 years ago
  84. 887363b sh: consolidate CONFIG_SYS_CPU defines by Masahiro Yamada · 10 years ago
  85. 7d23666 sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig by Masahiro Yamada · 10 years ago
  86. 0e29429 sh: use more descriptive prompts for board select menu by Masahiro Yamada · 10 years ago
  87. ecfdcee powerpc: remove orphaned boards mcc200 and prs200 by Nikita Kiryanov · 10 years ago
  88. f2863ff arm: imx: make bmode command work with SPL/U-Boot combo by Nikita Kiryanov · 10 years ago
  89. 25026fa ARM: cache-cp15: Use more accurate types by Thierry Reding · 10 years ago
  90. b9297c2 ARM: cache_v7: Various minor cleanups by Thierry Reding · 10 years ago
  91. c88eaea Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 10 years ago
  92. 63f7af9 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 10 years ago
  93. f888cf5 Revert "lib: bootm: add missing include" by Michal Simek · 10 years ago
  94. b67932e ARM: UniPhier: call pin_init() also in the normal boot by Masahiro Yamada · 10 years ago
  95. 4f25481 ARM: UniPhier: consolidate board_postclk_init() function by Masahiro Yamada · 10 years ago
  96. 2d5d1c9 ARM: UniPhier: add set_pinsel macro for use in assembly code by Masahiro Yamada · 10 years ago
  97. 048899b usb: UniPhier: add UniPhier on-chip EHCI host driver support by Masahiro Yamada · 10 years ago
  98. 113ef59 ARM: UniPhier: add MIO register file by Masahiro Yamada · 10 years ago
  99. f440bf2 ARM: UniPhier: add EHCI host pin settings for PH1-Pro4 by Masahiro Yamada · 10 years ago
  100. a69e037 ARM: UniPhier: move DDR related configuration to Kconfig by Masahiro Yamada · 10 years ago