1. d90f8e1 x86: Add initial video device init for Intel GMA by Simon Glass · Fri Nov 14 20:56:36 2014 -0700
  2. 9fc71c1 x86: Add GDT descriptors for option ROMs by Simon Glass · Fri Nov 14 20:56:29 2014 -0700
  3. 61612ed x86: ivybridge: Add northbridge init functions by Simon Glass · Mon Nov 24 21:18:18 2014 -0700
  4. 2b256ad x86: Drop some msr functions that we don't support by Simon Glass · Mon Nov 24 21:18:17 2014 -0700
  5. cf46d37 x86: Add init for model 206AX CPU by Simon Glass · Mon Nov 24 21:18:16 2014 -0700
  6. 3121dbd x86: Add LAPIC setup code by Simon Glass · Mon Nov 24 21:18:15 2014 -0700
  7. cb9d9cb x86: Refactor interrupt_init() by Bin Meng · Thu Nov 20 16:11:16 2014 +0800
  8. 57a6cd8 x86: Remove cpu_init_r() for x86 by Bin Meng · Thu Nov 20 16:11:00 2014 +0800
  9. e804501 x86: Add Intel speedstep and turbo mode code by Simon Glass · Fri Nov 14 18:18:43 2014 -0700
  10. 79248a1 x86: ivybridge: Set up XHCI USB by Simon Glass · Fri Nov 14 18:18:42 2014 -0700
  11. 194d757 x86: ivybridge: Set up EHCI USB by Simon Glass · Fri Nov 14 18:18:40 2014 -0700
  12. cd0adb3 x86: ivybridge: Add SATA init by Simon Glass · Fri Nov 14 18:18:38 2014 -0700
  13. f307708 x86: ivybridge: Add PCH init by Simon Glass · Fri Nov 14 18:18:34 2014 -0700
  14. 2e5bb5f x86: Add a simple header file for ACPI by Simon Glass · Fri Nov 14 18:18:33 2014 -0700
  15. 17f1c40 x86: ivybridge: Add support for BD82x6x PCH by Simon Glass · Fri Nov 14 18:18:32 2014 -0700
  16. 0e9c633 x86: Set up edge triggering on interrupt 9 by Simon Glass · Fri Nov 14 18:18:31 2014 -0700
  17. 75a042b x86: pci: Add handlers before and after a PCI hose scan by Simon Glass · Fri Nov 14 18:18:28 2014 -0700
  18. 31f88f4 x86: Add ioapic.h header by Simon Glass · Fri Nov 14 18:18:27 2014 -0700
  19. 268eefd x86: ivybridge: Implement SDRAM init by Simon Glass · Wed Nov 12 22:42:28 2014 -0700
  20. d22f5c9 x86: ivybridge: Add LAPIC support by Simon Glass · Wed Nov 12 22:42:27 2014 -0700
  21. 60af017 x86: ivybridge: Add support for early GPIO init by Simon Glass · Wed Nov 12 22:42:24 2014 -0700
  22. 30580fc x86: ivybridge: Add early init for PCH devices by Simon Glass · Wed Nov 12 22:42:23 2014 -0700
  23. f79d538 x86: ivybridge: Perform Intel microcode update on boot by Simon Glass · Wed Nov 12 22:42:21 2014 -0700
  24. f226c41 x86: ivybridge: Perform initial CPU setup by Simon Glass · Wed Nov 12 22:42:19 2014 -0700
  25. f41118e x86: Add msr read/write functions that use a structure by Simon Glass · Wed Nov 12 22:42:18 2014 -0700
  26. d57ad48 x86: Add clr/setbits functions by Simon Glass · Wed Nov 12 22:42:17 2014 -0700
  27. dcfac35 x86: ivybridge: Add early LPC init so that serial works by Simon Glass · Wed Nov 12 22:42:15 2014 -0700
  28. a205b1d x86: pci: Allow configuration before relocation by Simon Glass · Wed Nov 12 22:42:14 2014 -0700
  29. a54d981 x86: Support use of PCI before relocation by Simon Glass · Wed Nov 12 22:42:12 2014 -0700
  30. 7680550 x86: Refactor PCI to permit alternate init by Simon Glass · Wed Nov 12 22:42:11 2014 -0700
  31. 98f139b x86: chromebook_link: Implement CAR support (cache as RAM) by Simon Glass · Wed Nov 12 22:42:10 2014 -0700
  32. 245561d x86: Emit post codes in startup code for Chromebooks by Simon Glass · Wed Nov 12 22:42:09 2014 -0700
  33. 0b36ecd x86: Add chromebook_link board by Simon Glass · Wed Nov 12 22:42:07 2014 -0700
  34. 543bb14 x86: Replace fill_processor_name() with cpu_get_name() by Simon Glass · Mon Nov 10 18:00:26 2014 -0700
  35. 2e733b1 x86: Remove unnecessary find_fdt(), prepare_fdt() functions by Simon Glass · Mon Nov 10 18:00:25 2014 -0700
  36. be36df6 x86: Add processor functions to halt and get stack pointer by Simon Glass · Mon Nov 10 18:00:24 2014 -0700
  37. aed37bf x86: Save TSC frequency in the global data by Bin Meng · Sun Nov 09 22:19:35 2014 +0800
  38. bba9705 x86: Add quick TSC calibration via PIT by Bin Meng · Sun Nov 09 22:19:25 2014 +0800
  39. 035c1d2 x86: Do CPU identification in the early phase by Bin Meng · Sun Nov 09 22:18:56 2014 +0800
  40. 1f4476c x86: Save the BIST value on reset by Simon Glass · Thu Nov 06 13:20:10 2014 -0700
  41. 8337433 x86: Fix up some missing prototypes by Simon Glass · Thu Nov 06 13:20:08 2014 -0700
  42. 19a8b12 x86: Use the standard arch_cpu_init() function by Simon Glass · Thu Nov 06 13:20:06 2014 -0700
  43. 8aa7873 x86: Use the standard dram_init() function by Simon Glass · Thu Nov 06 13:20:05 2014 -0700
  44. d98a5bd x86: Move kernel boot function to arch/x86/lib/bootm.c by Simon Glass · Fri Oct 10 08:21:56 2014 -0600
  45. 463fac2 x86: Add support for starting 64-bit kernel by Simon Glass · Fri Oct 10 08:21:55 2014 -0600
  46. 2f2efbc x86: Display basic CPU information on boot by Simon Glass · Fri Oct 10 08:21:54 2014 -0600
  47. 44f4b21 x86: Bring in msr-index.h from linux 3.8 by Simon Glass · Fri Oct 10 08:21:53 2014 -0600
  48. d8d9fec x86: Move paging functions into cpu.c by Simon Glass · Fri Oct 10 08:21:52 2014 -0600
  49. 3687fe4 Provide option to avoid defining a custom version of uintptr_t. by Gabe Black · Wed Oct 15 04:38:30 2014 -0600
  50. 60cebe5 dm: x86: Convert coreboot serial to use driver model by Simon Glass · Fri Oct 10 07:49:20 2014 -0600
  51. 23815c0 dm: x86: Add a gpio header for coreboot by Simon Glass · Fri Oct 10 07:49:17 2014 -0600
  52. 9520b71 kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig by Masahiro Yamada · Fri Oct 24 01:30:43 2014 +0900
  53. 3070446 x86: set CONFIG_USE_PRIVATE_LIBGCC to y by Masahiro Yamada · Fri Oct 24 01:30:41 2014 +0900
  54. aa83f2b x86: Rewrite bootm.c to make it similar to ARM by Simon Glass · Sun Oct 19 21:11:20 2014 -0600
  55. 2a65c26 x86: Enable LMB and RAMDISK_HIGH by default by Simon Glass · Sun Oct 19 21:11:19 2014 -0600
  56. eef3ae3 x86: delete unused header files by Masahiro Yamada · Wed Jan 08 20:10:46 2014 +0900
  57. 06bc873 cosmetic: remove empty lines at the top of file by Masahiro Yamada · Tue Nov 05 11:28:48 2013 +0900
  58. c57eadc SPDX-License-Identifier: convert BSD-3-Clause files by Wolfgang Denk · Sun Jul 28 22:12:47 2013 +0200
  59. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  60. 42081ce x86: Support tracing function by Simon Glass · Tue Jun 11 11:14:52 2013 -0700
  61. 24f19b4 x86: Support adding coreboot timestanps to bootstage by Simon Glass · Wed Apr 17 16:13:47 2013 +0000
  62. 3e8b605 x86: Re-enable PCAT timer 2 for beeping by Simon Glass · Wed Apr 17 16:13:39 2013 +0000
  63. 11d7a5b x86: Add TSC timer by Simon Glass · Wed Apr 17 16:13:36 2013 +0000
  64. ace6cd8 x86: Implement panic output for coreboot by Simon Glass · Wed Apr 17 16:13:34 2013 +0000
  65. 7414d14 x86: Remove legacy board init code by Simon Glass · Wed Apr 17 16:13:32 2013 +0000
  66. 553faa4 x86: Remove unused bios/pci code by Simon Glass · Wed Apr 17 16:13:30 2013 +0000
  67. 0829896 x86: Enable generic board by Simon Glass · Tue Mar 05 14:39:57 2013 +0000
  68. 2e4622d x86: Enable generic board support by Simon Glass · Mon Mar 11 07:40:13 2013 +0000
  69. 3e93e33 x86: Use sections header to obtain link symbols by Simon Glass · Tue Mar 05 14:39:54 2013 +0000
  70. 5b92820 Change stub example to use asm-generic/sections.h by Simon Glass · Tue Mar 05 14:39:39 2013 +0000
  71. 9bce37c Introduce generic link section.h symbol files by Simon Glass · Tue Mar 05 14:39:37 2013 +0000
  72. 347c05b x86: Support relocation of FDT on start-up by Simon Glass · Thu Feb 28 19:26:15 2013 +0000
  73. 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
  74. 6fa6e4a x86: Permit bootstage and timer data to be used prior to relocation by Simon Glass · Thu Feb 28 19:26:12 2013 +0000
  75. 73368fc x86: Remove unused real mode code by Simon Glass · Thu Feb 14 17:38:30 2013 +0000
  76. b83dc58 x86: Remove sc520 cpu by Simon Glass · Thu Feb 14 04:18:52 2013 +0000
  77. e10ffab Clean up libfdt.h includes by Gerald Van Baren · Thu Feb 07 19:49:54 2013 -0500
  78. d150db6 treewide: include libfdt_env.h before fdt.h by Kim Phillips · Wed Jan 16 13:59:04 2013 +0000
  79. d388763 x86: Use generic global_data by Simon Glass · Thu Dec 13 20:49:27 2012 +0000
  80. 5e0f808 x86: Remove reset_status, relocoff from global_data by Simon Glass · Thu Dec 13 20:48:43 2012 +0000
  81. 2e4df99 x86: Move gd_addr into arch_global_data by Simon Glass · Thu Dec 13 20:48:41 2012 +0000
  82. 4e48d8a x86: Remove gdt_addr from arch_global_data by Simon Glass · Thu Dec 13 20:48:40 2012 +0000
  83. 3ac47d7 Add architecture-specific global data by Simon Glass · Thu Dec 13 20:48:30 2012 +0000
  84. 2c0ff4e x86: Remove video_init() prototype from u-boot-x86.h by Simon Glass · Sat Nov 03 11:41:41 2012 +0000
  85. ef89932 x86: Add back cold- and warm-boot flags by Gabe Black · Sat Nov 03 11:41:28 2012 +0000
  86. a97cbda x86: Initialise SPI if enabled by Gabe Black · Sat Nov 03 11:41:23 2012 +0000
  87. 8f090ca x86: Increase the size of the phys_size_t and phys_addr_t types by Gabe Black · Tue Oct 23 18:04:44 2012 +0000
  88. a0190bd x86: Import MSR/MTRR code from Linux by Graeme Russ · Sun Dec 02 04:55:11 2012 +0000
  89. 2acf848 x86: Add basic cache operations by Stefan Reinauer · Sun Dec 02 04:49:50 2012 +0000
  90. 8cd22c8 x86: Add a CBMEM timestamp generated right before the kernel startup. by Vadim Bendebury · Tue Oct 23 18:04:34 2012 +0000
  91. 5220654 x86: Enable coreboot timestamp facility support in u-boot. by Vadim Bendebury · Tue Oct 23 18:04:33 2012 +0000
  92. 1d82bac x86: Add function to read time stamp counter by Vadim Bendebury · Tue Oct 23 18:04:32 2012 +0000
  93. eece432 x86: gpio: Add GPIO driver for Intel ICH6 and later. by Bill Richardson · Sat Oct 20 11:44:34 2012 +0000
  94. 8758307 x86: Don't spam POST80 codes with slow IO functions by Stefan Reinauer · Sat Oct 20 12:33:16 2012 +0000
  95. b74308d x86: Include types.h explicitly in the i386 version of io.h by Gabe Black · Sat Oct 20 12:33:13 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. 2547dee x86: Add an fdt pointer to the global data structure by Gabe Black · Sat Oct 20 12:33:08 2012 +0000
  98. bc30b21 x86: coreboot: Decode additional coreboot sysinfo tags by Simon Glass · Fri Oct 12 18:48:46 2012 +0000
  99. 67bb7b0 x86: coreboot: Tell u-boot about PCI bus 0 when initializing by Gabe Black · Wed Oct 10 13:12:57 2012 +0000
  100. 92927ec x86: Add some missing includes by Gabe Black · Wed Oct 10 13:12:55 2012 +0000