1. 2a883d7 x86: Panic if there is no relocation data by Simon Glass · 10 years ago
  2. d9de96d x86: Remove board_early_init_r() by Simon Glass · 10 years ago
  3. 6e3af1e x86: Add ivybridge directory to Makefile by Simon Glass · 10 years ago
  4. 4b3175f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  5. 36f9f1b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  6. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  7. b660ae7 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  8. b5c9ed3 arm: imx: stop sata on boot by Nikita Kiryanov · 10 years ago
  9. b9666d6 sata: implement reset_sata for dwc_ahsata by Nikita Kiryanov · 10 years ago
  10. 63659b7 arm: mx6: introduce disable_sata_clock by Nikita Kiryanov · 10 years ago
  11. 63fb548 ARM: bootm: Allow booting in secure mode on hyp capable systems by Hans de Goede · 10 years ago
  12. 8543735 ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt options by Hans de Goede · 10 years ago
  13. 378da103 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  14. 7cd60e4 tegra: do not descend into empty directories by Masahiro Yamada · 10 years ago
  15. abde127 kbuild: use SoC-specific CONFIG to descend into SoC directory by Masahiro Yamada · 10 years ago
  16. 2024319 x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory by Masahiro Yamada · 10 years ago
  17. 40e73b1 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · 10 years ago
  18. 1c5f31c ARM: bcm: Enable five Cygnus boards by Steve Rae · 10 years ago
  19. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  20. f19692c mx6: thermal: Check cpu temperature via thermal sensor by Ye.Li · 10 years ago
  21. 59f3be3 mx6: clock: Add thermal clock enable function by Nitin Garg · 10 years ago
  22. 3df10c0 dm: arm: spl: Make driver model linker lists available by Simon Glass · 10 years ago
  23. 8aaab90 dm: arm: spl: Allow simple malloc() in SPL by Simon Glass · 10 years ago
  24. 7cbab24 dm: at91: Add driver model support for the serial driver by Simon Glass · 10 years ago
  25. c210f8b dm: at91: Add platform data for GPIO on at91sam9260-based boards by Simon Glass · 10 years ago
  26. 4d71788 dm: at91: Add driver model support for atmel GPIO driver by Simon Glass · 10 years ago
  27. 26a2240 x86: Rename chromebook-x86 to coreboot by Simon Glass · 10 years ago
  28. 268eefd x86: ivybridge: Implement SDRAM init by Simon Glass · 10 years ago
  29. d22f5c9 x86: ivybridge: Add LAPIC support by Simon Glass · 10 years ago
  30. 9f0afe7 x86: Make show_boot_progress() common by Simon Glass · 10 years ago
  31. 9a44768 x86: chromebook_link: Enable GPIO support by Simon Glass · 10 years ago
  32. 60af017 x86: ivybridge: Add support for early GPIO init by Simon Glass · 10 years ago
  33. 30580fc x86: ivybridge: Add early init for PCH devices by Simon Glass · 10 years ago
  34. 0c84eec x86: dts: Add microcode updates for ivybridge CPU by Simon Glass · 10 years ago
  35. f79d538 x86: ivybridge: Perform Intel microcode update on boot by Simon Glass · 10 years ago
  36. 367077a x86: ivybridge: Check BIST value on boot by Simon Glass · 10 years ago
  37. f226c41 x86: ivybridge: Perform initial CPU setup by Simon Glass · 10 years ago
  38. f41118e x86: Add msr read/write functions that use a structure by Simon Glass · 10 years ago
  39. d57ad48 x86: Add clr/setbits functions by Simon Glass · 10 years ago
  40. 59762bc x86: Tidy up coreboot header usage by Simon Glass · 10 years ago
  41. dcfac35 x86: ivybridge: Add early LPC init so that serial works by Simon Glass · 10 years ago
  42. a205b1d x86: pci: Allow configuration before relocation by Simon Glass · 10 years ago
  43. 3274ae0 x86: ivybridge: Enable PCI in early init by Simon Glass · 10 years ago
  44. a54d981 x86: Support use of PCI before relocation by Simon Glass · 10 years ago
  45. 7680550 x86: Refactor PCI to permit alternate init by Simon Glass · 10 years ago
  46. 98f139b x86: chromebook_link: Implement CAR support (cache as RAM) by Simon Glass · 10 years ago
  47. 245561d x86: Emit post codes in startup code for Chromebooks by Simon Glass · 10 years ago
  48. 6622b34 x86: Build a .rom file which can be flashed to an x86 machine by Simon Glass · 10 years ago
  49. 0b36ecd x86: Add chromebook_link board by Simon Glass · 10 years ago
  50. 40a8c35 x86: Allow timer calibration to work on ivybridge by Simon Glass · 10 years ago
  51. 588751a x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory by Masahiro Yamada · 10 years ago
  52. 543bb14 x86: Replace fill_processor_name() with cpu_get_name() by Simon Glass · 10 years ago
  53. 2e733b1 x86: Remove unnecessary find_fdt(), prepare_fdt() functions by Simon Glass · 10 years ago
  54. be36df6 x86: Add processor functions to halt and get stack pointer by Simon Glass · 10 years ago
  55. 14a89a9 x86: Fix a warning with gcc 4.4.4 by Simon Glass · 10 years ago
  56. aed37bf x86: Save TSC frequency in the global data by Bin Meng · 10 years ago
  57. bba9705 x86: Add quick TSC calibration via PIT by Bin Meng · 10 years ago
  58. 49f7099 x86: Do TSC MSR calibration only for known/supported CPUs by Bin Meng · 10 years ago
  59. 035c1d2 x86: Do CPU identification in the early phase by Bin Meng · 10 years ago
  60. 1f4476c x86: Save the BIST value on reset by Simon Glass · 10 years ago
  61. 8337433 x86: Fix up some missing prototypes by Simon Glass · 10 years ago
  62. 19a8b12 x86: Use the standard arch_cpu_init() function by Simon Glass · 10 years ago
  63. 8aa7873 x86: Use the standard dram_init() function by Simon Glass · 10 years ago
  64. a4fd0db x86: Tidy up global descriptor table setup by Simon Glass · 10 years ago
  65. 727c414 x86: Invalidate TLB as early as possible by Simon Glass · 10 years ago
  66. cbfd7ff x86: Remove board_init16() call which is not used by Simon Glass · 10 years ago
  67. 0a50d3b x86: Remove REALMODE_BASE which is no longer used by Simon Glass · 10 years ago
  68. bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  69. eff8e68 replace DIV_ROUND with DIV_ROUND_CLOSEST by Masahiro Yamada · 10 years ago
  70. a8b4c8c ARM: remove CONFIG_ARM1136 defines by Masahiro Yamada · 10 years ago
  71. 4fb5d07 ARM: remove CONFIG_ARM926EJS defines by Masahiro Yamada · 10 years ago
  72. 7a5b292 ARM: remove CONFIG_ARM920T defines by Masahiro Yamada · 10 years ago
  73. 062f654 ARM: remove CONFIG_ARMV7 defines by Masahiro Yamada · 10 years ago
  74. ba61342 mx6: add weim registers by Fabio Estevam · 10 years ago
  75. 16e65f6 imx: consolidate set_chipselect_size function by Fabio Estevam · 10 years ago
  76. cd138af mx6: Use a common SPL configuration file by Fabio Estevam · 10 years ago
  77. bd6e56f imx: fix exception vectors relocation in imx27 by Albert ARIBAUD · 10 years ago
  78. da75866 cosmetic: arm: fix whitespace in arch/arm/lib/relocate.S by Albert ARIBAUD · 10 years ago
  79. 406c4b30 ARM: mxs: tools: Add support for boot progress display flag by Alexey Ignatov · 10 years ago
  80. aec8ca6 Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Tom Rini · 10 years ago
  81. 70a96f9 powerpc: mpc52xx: Clear GD in the main U-Boot stage for SPL usage by Stefan Roese · 10 years ago
  82. f74a027 mpc83xx: Add gdsys hrcon board by Dirk Eibach · 10 years ago
  83. 58258bd ARM: atmel: add sama5d4 xplained ultra board support by Bo Shen · 10 years ago
  84. 5864590 ARM: atmel: add sama5d4ek board support by Bo Shen · 10 years ago
  85. 25d74a3 arm, spl, at91: add spl support for the corvus board by Heiko Schocher · 10 years ago
  86. 5453c6c arm, at91, spl: add spl support for the taurus board by Heiko Schocher · 10 years ago
  87. f1e3a8c arm, spl, at91: add at91sam9260 and at91sam9g45 spl support by Heiko Schocher · 10 years ago
  88. 5834283 arm, at91: add missing ddr2 cr register MPDDRC_CR_EBISHARE define by Heiko Schocher · 10 years ago
  89. 4e3976b arm, at91: compile mpddrc ram init code also for AT91SAM9M10G45 by Heiko Schocher · 10 years ago
  90. a7f517a arm, at91, mpddrc: fix typo in ddr2_init() by Heiko Schocher · 10 years ago
  91. f676826 arm, at91: generate boot.bin file for all atmel SoC by Heiko Schocher · 10 years ago
  92. 7dc5c48 ARM: atmel: spl: make css field configurable by Bo Shen · 10 years ago
  93. bff6cc3 ARM: atmel: spl: make initialization more stable by Bo Shen · 10 years ago
  94. 9773e70 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  95. db74d8a Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  96. 3c01f36 sh: Move SH_32BIT to Kconfig by Nobuhiro Iwamatsu · 10 years ago
  97. c75f97d Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  98. e91e10a powerpc/mpc83xx: Zero boot_flags arg for calling board_init_f() by Valentin Longchamp · 10 years ago
  99. f3e12ed powerpc/mpc85xx: Use IFC accessor function by Prabhakar Kushwaha · 10 years ago
  100. 160b35b 85xx/b4:Correct USB DR controller liodn entry by ramneek mehresh · 10 years ago