1. e804501 x86: Add Intel speedstep and turbo mode code by Simon Glass · Fri Nov 14 18:18:43 2014 -0700
  2. 79248a1 x86: ivybridge: Set up XHCI USB by Simon Glass · Fri Nov 14 18:18:42 2014 -0700
  3. 194d757 x86: ivybridge: Set up EHCI USB by Simon Glass · Fri Nov 14 18:18:40 2014 -0700
  4. cd0adb3 x86: ivybridge: Add SATA init by Simon Glass · Fri Nov 14 18:18:38 2014 -0700
  5. 06409c9 x86: ivybridge: Add additional LPC init by Simon Glass · Fri Nov 14 18:18:35 2014 -0700
  6. f307708 x86: ivybridge: Add PCH init by Simon Glass · Fri Nov 14 18:18:34 2014 -0700
  7. 17f1c40 x86: ivybridge: Add support for BD82x6x PCH by Simon Glass · Fri Nov 14 18:18:32 2014 -0700
  8. 75a042b x86: pci: Add handlers before and after a PCI hose scan by Simon Glass · Fri Nov 14 18:18:28 2014 -0700
  9. 20ec253 x86: Factor out common values in the link script by Simon Glass · Fri Nov 14 18:18:25 2014 -0700
  10. 1eb8ebc x86: Ensure that all relocation data is included in the image by Simon Glass · Fri Nov 14 18:18:24 2014 -0700
  11. d9de96d x86: Remove board_early_init_r() by Simon Glass · Fri Nov 14 18:18:22 2014 -0700
  12. 6e3af1e x86: Add ivybridge directory to Makefile by Simon Glass · Mon Nov 24 21:18:20 2014 -0700
  13. b660ae7 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Mon Nov 24 12:00:00 2014 -0500
  14. 2024319 x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory by Masahiro Yamada · Thu Nov 13 12:28:41 2014 +0900
  15. 40e73b1 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · Thu Nov 13 12:28:40 2014 +0900
  16. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
  17. 268eefd x86: ivybridge: Implement SDRAM init by Simon Glass · Wed Nov 12 22:42:28 2014 -0700
  18. d22f5c9 x86: ivybridge: Add LAPIC support by Simon Glass · Wed Nov 12 22:42:27 2014 -0700
  19. 9f0afe7 x86: Make show_boot_progress() common by Simon Glass · Wed Nov 12 22:42:26 2014 -0700
  20. 30580fc x86: ivybridge: Add early init for PCH devices by Simon Glass · Wed Nov 12 22:42:23 2014 -0700
  21. f79d538 x86: ivybridge: Perform Intel microcode update on boot by Simon Glass · Wed Nov 12 22:42:21 2014 -0700
  22. 367077a x86: ivybridge: Check BIST value on boot by Simon Glass · Wed Nov 12 22:42:20 2014 -0700
  23. f226c41 x86: ivybridge: Perform initial CPU setup by Simon Glass · Wed Nov 12 22:42:19 2014 -0700
  24. 59762bc x86: Tidy up coreboot header usage by Simon Glass · Wed Nov 12 22:42:16 2014 -0700
  25. dcfac35 x86: ivybridge: Add early LPC init so that serial works by Simon Glass · Wed Nov 12 22:42:15 2014 -0700
  26. a205b1d x86: pci: Allow configuration before relocation by Simon Glass · Wed Nov 12 22:42:14 2014 -0700
  27. 3274ae0 x86: ivybridge: Enable PCI in early init by Simon Glass · Wed Nov 12 22:42:13 2014 -0700
  28. a54d981 x86: Support use of PCI before relocation by Simon Glass · Wed Nov 12 22:42:12 2014 -0700
  29. 7680550 x86: Refactor PCI to permit alternate init by Simon Glass · Wed Nov 12 22:42:11 2014 -0700
  30. 98f139b x86: chromebook_link: Implement CAR support (cache as RAM) by Simon Glass · Wed Nov 12 22:42:10 2014 -0700
  31. 245561d x86: Emit post codes in startup code for Chromebooks by Simon Glass · Wed Nov 12 22:42:09 2014 -0700
  32. 0b36ecd x86: Add chromebook_link board by Simon Glass · Wed Nov 12 22:42:07 2014 -0700
  33. 588751a x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory by Masahiro Yamada · Thu Nov 13 12:28:41 2014 +0900
  34. 543bb14 x86: Replace fill_processor_name() with cpu_get_name() by Simon Glass · Mon Nov 10 18:00:26 2014 -0700
  35. 14a89a9 x86: Fix a warning with gcc 4.4.4 by Simon Glass · Wed Nov 12 20:27:55 2014 -0700
  36. 035c1d2 x86: Do CPU identification in the early phase by Bin Meng · Sun Nov 09 22:18:56 2014 +0800
  37. 1f4476c x86: Save the BIST value on reset by Simon Glass · Thu Nov 06 13:20:10 2014 -0700
  38. 8337433 x86: Fix up some missing prototypes by Simon Glass · Thu Nov 06 13:20:08 2014 -0700
  39. 19a8b12 x86: Use the standard arch_cpu_init() function by Simon Glass · Thu Nov 06 13:20:06 2014 -0700
  40. 8aa7873 x86: Use the standard dram_init() function by Simon Glass · Thu Nov 06 13:20:05 2014 -0700
  41. a4fd0db x86: Tidy up global descriptor table setup by Simon Glass · Thu Nov 06 13:20:04 2014 -0700
  42. 727c414 x86: Invalidate TLB as early as possible by Simon Glass · Thu Nov 06 13:20:03 2014 -0700
  43. cbfd7ff x86: Remove board_init16() call which is not used by Simon Glass · Thu Nov 06 13:20:01 2014 -0700
  44. 463fac2 x86: Add support for starting 64-bit kernel by Simon Glass · Fri Oct 10 08:21:55 2014 -0600
  45. 2f2efbc x86: Display basic CPU information on boot by Simon Glass · Fri Oct 10 08:21:54 2014 -0600
  46. d8d9fec x86: Move paging functions into cpu.c by Simon Glass · Fri Oct 10 08:21:52 2014 -0600
  47. b24a951 dm: x86: Support pre-reloc malloc() by Simon Glass · Fri Oct 10 07:49:16 2014 -0600
  48. 73e44fb dm: x86: Zero global data before board_init_f() by Simon Glass · Fri Oct 10 07:49:15 2014 -0600
  49. 0f39bc0 x86: Fix GDT limit in start16.S by Bin Meng · Thu Oct 16 22:58:35 2014 +0800
  50. e4257d0 x86: Fix rom version build with CONFIG_X86_RESET_VECTOR by Bin Meng · Thu Oct 16 22:58:20 2014 +0800
  51. 4869aee kconfig: delete redundant CONFIG_${ARCH} definition by Masahiro Yamada · Wed Jul 30 14:08:23 2014 +0900
  52. 37215b7 x86: Enable 32-bit build using x86_64 multilib toolchain by Vasili Galka · Tue Jun 10 16:14:56 2014 +0300
  53. 8226dfd kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib by Masahiro Yamada · Tue Mar 18 16:38:13 2014 +0900
  54. aa96dd1 x86: convert makefiles to Kbuild style by Masahiro Yamada · Mon Oct 21 11:53:34 2013 +0900
  55. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · Mon Oct 07 13:07:26 2013 +0200
  56. c57eadc SPDX-License-Identifier: convert BSD-3-Clause files by Wolfgang Denk · Sun Jul 28 22:12:47 2013 +0200
  57. 9215e0b config: don't define CONFIG_ARCH_DEVICE_TREE by Stephen Warren · Wed Jul 24 10:09:22 2013 -0700
  58. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  59. eb2fd5c x86: Add coreboot timestamps by Simon Glass · Wed Apr 17 16:13:48 2013 +0000
  60. 24f19b4 x86: Support adding coreboot timestanps to bootstage by Simon Glass · Wed Apr 17 16:13:47 2013 +0000
  61. 6431716 x86: Remove old broken timer implementation by Simon Glass · Wed Apr 17 16:13:37 2013 +0000
  62. 11d7a5b x86: Add TSC timer by Simon Glass · Wed Apr 17 16:13:36 2013 +0000
  63. bcc28da x86: Rationalise kernel booting logic and bootstage by Simon Glass · Wed Apr 17 16:13:35 2013 +0000
  64. ace6cd8 x86: Implement panic output for coreboot by Simon Glass · Wed Apr 17 16:13:34 2013 +0000
  65. bb6306c x86: Declare global_data pointer when it is used by Simon Glass · Wed Apr 17 16:13:33 2013 +0000
  66. e168de6 x86: Remove unused portion of link script by Simon Glass · Wed Apr 17 16:13:31 2013 +0000
  67. 6dd76f6 x86: Fix DRAM bank size init with generic board by Simon Glass · Mon Apr 15 11:22:49 2013 +0000
  68. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Mon Mar 18 12:31:00 2013 -0400
  69. 3e93e33 x86: Use sections header to obtain link symbols by Simon Glass · Tue Mar 05 14:39:54 2013 +0000
  70. c24895e Refactor linker-generated arrays by Albert ARIBAUD · Mon Feb 25 00:59:00 2013 +0000
  71. 18cc2bc x86: Rearrange the output input to remove BSS by Simon Glass · Thu Feb 28 19:26:14 2013 +0000
  72. 781db8c x86: Add an __end symbol to signal the end of the U-Boot binary by Simon Glass · Thu Feb 28 19:26:13 2013 +0000
  73. 6fa6e4a x86: Permit bootstage and timer data to be used prior to relocation by Simon Glass · Thu Feb 28 19:26:12 2013 +0000
  74. 2baa3bb x86: Add basic cache operations by Simon Glass · Thu Feb 28 19:26:11 2013 +0000
  75. 3297d4d x86: Add function to get top of usable ram by Simon Glass · Thu Feb 28 19:26:10 2013 +0000
  76. bfb5980 x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR by Simon Glass · Thu Feb 14 04:18:54 2013 +0000
  77. b83dc58 x86: Remove sc520 cpu by Simon Glass · Thu Feb 14 04:18:52 2013 +0000
  78. 2e4df99 x86: Move gd_addr into arch_global_data by Simon Glass · Thu Dec 13 20:48:41 2012 +0000
  79. 2c5ca20 x86: Set up the global data pointer in C instead of asm by Simon Glass · Thu Dec 13 20:48:42 2012 +0000
  80. d1c0d2c x86: drop unused code in coreboot.c by Stefan Reinauer · Sat Nov 03 11:41:39 2012 +0000
  81. 965b90b x86: Remove coreboot_ from file name by Stefan Reinauer · Sat Nov 03 11:41:38 2012 +0000
  82. 56cee44 x86: Provide a way to throttle port80 accesses by Vadim Bendebury · Sat Nov 03 11:41:37 2012 +0000
  83. 6ab0258 x86: Provide tick counter and frequency reference for Intel core architecture by Vadim Bendebury · Mon Dec 03 13:59:20 2012 +0000
  84. 33307c4 x86: Issue SMI to finalize Coreboot in final stage by Duncan Laurie · Sat Nov 03 11:41:35 2012 +0000
  85. 115f747 x86: Fix MTRR clear to detect which MTRR to use by Duncan Laurie · Mon Dec 03 13:59:00 2012 +0000
  86. 43a2fdd x86: Emit port 80 post codes in show_boot_progress() by Stefan Reinauer · Mon Dec 03 13:58:12 2012 +0000
  87. ef4356d x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctly by Gabe Black · Sat Nov 03 11:41:31 2012 +0000
  88. ef89932 x86: Add back cold- and warm-boot flags by Gabe Black · Sat Nov 03 11:41:28 2012 +0000
  89. 7169ce3 x86: Override calculate_relocation_address to use the e820 map by Gabe Black · Mon Dec 03 14:26:08 2012 +0000
  90. 5dfabfa x86: Ignore memory >4GB when parsing Coreboot tables by Duncan Laurie · Tue Oct 23 18:04:42 2012 +0000
  91. 101e4b7 x86: Clean up MTRR 7 right before jumping to the kernel by Stefan Reinauer · Sun Dec 02 04:49:53 2012 +0000
  92. 2acf848 x86: Add basic cache operations by Stefan Reinauer · Sun Dec 02 04:49:50 2012 +0000
  93. f0c7e2a x86: Fill in the dram info using the e820 map on coreboot/x86 by Gabe Black · Tue Oct 23 18:04:35 2012 +0000
  94. 5220654 x86: Enable coreboot timestamp facility support in u-boot. by Vadim Bendebury · Tue Oct 23 18:04:33 2012 +0000
  95. 138c2be x86: Add a dummy implementation for timer_get_us by Gabe Black · Sat Oct 20 12:33:11 2012 +0000
  96. 846d08e x86: Add a default implementation for cleanup_before_linux() by Gabe Black · Sat Oct 20 12:33:10 2012 +0000
  97. bc30b21 x86: coreboot: Decode additional coreboot sysinfo tags by Simon Glass · Fri Oct 12 18:48:46 2012 +0000
  98. 9a03c91 x86: coreboot: Drop sysinfo.c by Stefan Reinauer · Fri Oct 12 18:48:45 2012 +0000
  99. 57c5574 x86: coreboot: Implement recursively scanning PCI busses by Gabe Black · Wed Oct 10 13:12:59 2012 +0000
  100. 67bb7b0 x86: coreboot: Tell u-boot about PCI bus 0 when initializing by Gabe Black · Wed Oct 10 13:12:57 2012 +0000