1. 5322d62 Kconfig: Move CONFIG_BOOTSTAGE to Kconfig by Simon Glass · 10 years ago
  2. 06e694f x86: chromebook_link: dts: Add PCH and LPC devices by Simon Glass · 10 years ago
  3. 404bc5e dm: x86: Add a uclass for a Platform Controller Hub by Simon Glass · 10 years ago
  4. 35f15f6 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · 10 years ago
  5. e0e7b36 dm: x86: pci: Convert chromebook_link to use driver model for pci by Simon Glass · 10 years ago
  6. 3da658a dm: x86: pci: Convert coreboot to use driver model for pci by Simon Glass · 10 years ago
  7. 4e03781 dm: x86: pci: Add a PCI driver for driver model by Simon Glass · 10 years ago
  8. 7567f46 x86: Split up arch_cpu_init() by Simon Glass · 10 years ago
  9. 240d06d x86: Add a x86_ prefix to the x86-specific PCI functions by Simon Glass · 10 years ago
  10. 745b1d1 x86: Support machines with >4GB of RAM by Simon Glass · 10 years ago
  11. 7e96d31 x86: quark: Enable on-chip ethernet controllers by Bin Meng · 10 years ago
  12. 0ddc04b arch/x86/cpu/quark/mrc.c: Switch to U_BOOT_DATE / U_BOOT_TIME by Tom Rini · 10 years ago
  13. 15e3f28 x86: quark: MRC codes clean up by Bin Meng · 10 years ago
  14. ffdb488 remove unnecessary version.h includes by Rob Herring · 10 years ago
  15. d79593b x86: Add SD/MMC support to quark/galileo by Bin Meng · 10 years ago
  16. ba6faff x86: Add SPI support to quark/galileo by Bin Meng · 10 years ago
  17. 3446986 x86: quark: Initialize non-standard BARs by Bin Meng · 10 years ago
  18. cdffd3b x86: quark: Call MRC in dram_init() by Bin Meng · 10 years ago
  19. 72ce2af x86: quark: Enable the Memory Reference Code build by Bin Meng · 10 years ago
  20. 93b4a39 x86: quark: Add System Memory Controller support by Bin Meng · 10 years ago
  21. e159cdf x86: quark: Add utility codes needed for MRC by Bin Meng · 10 years ago
  22. 4915037 x86: quark: Add Memory Reference Code (MRC) main routines by Bin Meng · 10 years ago
  23. 06118ba x86: quark: Bypass TSC calibration by Bin Meng · 10 years ago
  24. 8ba49fe x86: Enable the Intel quark/galileo build by Bin Meng · 10 years ago
  25. 81da5a8 x86: Add basic Intel Quark processor support by Bin Meng · 10 years ago
  26. 1d3068c x86: quark: Add Cache-As-RAM initialization by Bin Meng · 10 years ago
  27. 96c05fc x86: quark: Add routines to access message bus registers by Bin Meng · 10 years ago
  28. 4a56f10 x86: Add support for Intel Minnowboard Max by Simon Glass · 10 years ago
  29. 45c083b x86: Allow FSP Kconfig settings for all x86 by Simon Glass · 10 years ago
  30. 509805b x86: mmc: Move common FSP functions into a common file by Simon Glass · 10 years ago
  31. 2cf265e x86: Make CAR and DRAM FSP code common by Simon Glass · 10 years ago
  32. b93abfc x86: Move common FSP code into a common location by Simon Glass · 10 years ago
  33. 684818d x86: video: Allow video ROM execution to fall back to the other method by Simon Glass · 10 years ago
  34. 461cebf x86: Rename MMCONF_BASE_ADDRESS and make it common across x86 by Simon Glass · 10 years ago
  35. e860ee4 x86: ivybridge: Drop the Kconfig MRC cache information by Simon Glass · 10 years ago
  36. 6f71f60 x86: config: Enable hook for saving MRC configuration by Simon Glass · 10 years ago
  37. 428dfa4 x86: Implement a cache for Memory Reference Code parameters by Simon Glass · 10 years ago
  38. f4072ee x86: Use ipchecksum from net/ by Simon Glass · 10 years ago
  39. 65db0c9 x86: Fix various code format issues in start16.S by Bin Meng · 10 years ago
  40. 80d2976 x86: Test mtrr support flag before accessing mtrr msr by Bin Meng · 10 years ago
  41. 47eac04 x86: Save mtrr support flag in global data by Bin Meng · 10 years ago
  42. 068fb35 x86: Add missing DECLARE_GLOBAL_DATA_PTR for mtrr.c by Bin Meng · 10 years ago
  43. 5390bba x86: coreboot: Configure pci memory regions by Bin Meng · 10 years ago
  44. 5d710a5 x86: coreboot: Move coreboot-specific defines from coreboot.h to Kconfig by Bin Meng · 10 years ago
  45. 4c07a84 x86: coreboot: Set up timer base correctly by Bin Meng · 10 years ago
  46. 2f848bc x86: fsp: Drop get_hob_type() and get_hob_length() by Bin Meng · 10 years ago
  47. 9281eb5 x86: ivybridge: Update microcode early in boot by Simon Glass · 10 years ago
  48. 78da72c x86: Disable CAR before relocation on platforms that need it by Simon Glass · 10 years ago
  49. e591101 x86: ivybridge: Add a way to turn off the CAR by Simon Glass · 10 years ago
  50. a754b95 x86: ivybridge: Request MTRRs for DRAM regions by Simon Glass · 10 years ago
  51. 5a530b6 x86: ivybridge: Set up an MTRR for the video frame buffer by Simon Glass · 10 years ago
  52. 7bf5b9e x86: Add support for MTRRs by Simon Glass · 10 years ago
  53. 666534f x86: ivybridge: Drop support for ROM caching by Simon Glass · 10 years ago
  54. 19ec76d x86: ivybridge: Only run the Video BIOS when video is enabled by Simon Glass · 10 years ago
  55. 2b21598 x86: Simplify the fsp hob access functions by Bin Meng · 10 years ago
  56. f1b81fc pci: Make pci apis usable before relocation by Bin Meng · 10 years ago
  57. 9634dde x86: Support pci bus scan in the early phase by Bin Meng · 10 years ago
  58. 9525645 x86: Add missing DECLARE_GLOBAL_DATA_PTR for pci.c by Bin Meng · 10 years ago
  59. db60d86 x86: Clean up the FSP support codes by Bin Meng · 10 years ago
  60. 8046aa8 x86: crownbay: Add SDHCI support by Bin Meng · 10 years ago
  61. b8b4440 x86: crownbay: Add SPI flash support by Bin Meng · 10 years ago
  62. 293f497 x86: Use consistent name XXX_ADDR for binary blob flash address by Bin Meng · 10 years ago
  63. 2f32622 x86: Add queensbay and crownbay Kconfig files by Bin Meng · 10 years ago
  64. ba73550 x86: Enable the queensbay cpu directory build by Bin Meng · 10 years ago
  65. 8bfe066 x86: Convert microcode format to device-tree-only by Simon Glass · 10 years ago
  66. 08e484c x86: Add basic support to queensbay platform and crownbay board by Bin Meng · 10 years ago
  67. c8a5c41 x86: Correct problems in the microcode loading by Simon Glass · 10 years ago
  68. 44679e7 x86: ivybridge: Update the microcode by Simon Glass · 10 years ago
  69. 005f0af x86: Support Intel FSP initialization path in start.S by Bin Meng · 10 years ago
  70. 642d248 x86: Add post failure codes for bist and car by Bin Meng · 10 years ago
  71. 01223e3 x86: queensbay: Adapt FSP support codes by Bin Meng · 10 years ago
  72. 2922b3e x86: Initial import from Intel FSP release for Queensbay platform by Bin Meng · 10 years ago
  73. 8c5acf4 x86: Clean up asm-offsets by Bin Meng · 10 years ago
  74. e722852 Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · 10 years ago
  75. d90f8e1 x86: Add initial video device init for Intel GMA by Simon Glass · 10 years ago
  76. 9fc71c1 x86: Add GDT descriptors for option ROMs by Simon Glass · 10 years ago
  77. 61612ed x86: ivybridge: Add northbridge init functions by Simon Glass · 10 years ago
  78. cf46d37 x86: Add init for model 206AX CPU by Simon Glass · 10 years ago
  79. 3121dbd x86: Add LAPIC setup code by Simon Glass · 10 years ago
  80. 2096c8f x86: Drop old CONFIG_INTEL_CORE_ARCH code by Simon Glass · 10 years ago
  81. cb9d9cb x86: Refactor interrupt_init() by Bin Meng · 10 years ago
  82. 57a6cd8 x86: Remove cpu_init_r() for x86 by Bin Meng · 10 years ago
  83. 25727c2 x86: Call cpu_init_interrupts() from interrupt_init() by Bin Meng · 10 years ago
  84. e804501 x86: Add Intel speedstep and turbo mode code by Simon Glass · 10 years ago
  85. 79248a1 x86: ivybridge: Set up XHCI USB by Simon Glass · 10 years ago
  86. 194d757 x86: ivybridge: Set up EHCI USB by Simon Glass · 10 years ago
  87. cd0adb3 x86: ivybridge: Add SATA init by Simon Glass · 10 years ago
  88. 06409c9 x86: ivybridge: Add additional LPC init by Simon Glass · 10 years ago
  89. f307708 x86: ivybridge: Add PCH init by Simon Glass · 10 years ago
  90. 17f1c40 x86: ivybridge: Add support for BD82x6x PCH by Simon Glass · 10 years ago
  91. 75a042b x86: pci: Add handlers before and after a PCI hose scan by Simon Glass · 10 years ago
  92. 20ec253 x86: Factor out common values in the link script by Simon Glass · 10 years ago
  93. 1eb8ebc x86: Ensure that all relocation data is included in the image by Simon Glass · 10 years ago
  94. d9de96d x86: Remove board_early_init_r() by Simon Glass · 10 years ago
  95. 6e3af1e x86: Add ivybridge directory to Makefile by Simon Glass · 10 years ago
  96. b660ae7 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  97. 2024319 x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory by Masahiro Yamada · 10 years ago
  98. 40e73b1 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · 10 years ago
  99. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  100. 268eefd x86: ivybridge: Implement SDRAM init by Simon Glass · 10 years ago