1. daa93d9 x86: Add some missing global_data declarations in files that use gd by Simon Glass · 9 years ago
  2. f2d1a11 x86: Tidy up the 64-bit calling code by Simon Glass · 9 years ago
  3. 5d18dc9 x86: Tidy up global_data flags by Simon Glass · 9 years ago
  4. cecf90e x86: Use CR0 constants in CPU init by Simon Glass · 9 years ago
  5. 611f749 x86: Add various minor tidy-ups to the 32-bit startup code by Simon Glass · 9 years ago
  6. 947391c x86: bayleybay: Configure PCI IRQ by Bin Meng · 9 years ago
  7. 33e140d x86: qemu: Turn on PCIe ECAM address range decoding on Q35 by Bin Meng · 9 years ago
  8. 354dcdd x86: qemu: Enable writing MP table by Bin Meng · 9 years ago
  9. 8972776 x86: Allow cpu-x86 driver to be probed for UP by Bin Meng · 9 years ago
  10. 8f71dc8 x86: qemu: Enable I/O APIC chip select on PIIX3 by Bin Meng · 9 years ago
  11. d0e9373 x86: Convert to use driver model pci on queensbay/crownbay by Bin Meng · 9 years ago
  12. e0a5fd9 x86: pci: Do not assign irq 0 to pci device by Bin Meng · 9 years ago
  13. da5d463 x86: pci: Assign pci irqs to all functions by Bin Meng · 9 years ago
  14. 770fd33 x86: Enable DM RTC support for all x86 boards by Bin Meng · 9 years ago
  15. 268ca83 x86: Change pci option rom area MTRR setting to cacheable by Bin Meng · 9 years ago
  16. fdebed8 x86: Simplify architecture defined exception handling in irq_llsr() by Bin Meng · 9 years ago
  17. 9ff054b x86: Display correct CS/EIP/EFLAGS when there is an error code by Bin Meng · 9 years ago
  18. 53112f2 Kill unneeded #include <linux/kconfig.h> by Masahiro Yamada · 9 years ago
  19. 5888bd2 dm: x86: baytrail: Correct PCI region 3 when driver model is used by Simon Glass · 9 years ago
  20. 0e87edc dm: x86: minnowmax: Move PCI to use driver model by Simon Glass · 9 years ago
  21. a1548b8 x86: pci: Tidy up the generic x86 PCI driver by Simon Glass · 9 years ago
  22. fcf3bdd x86: queensbay: Change CPU_ADDR_BITS to 32 by Bin Meng · 9 years ago
  23. c45a93b x86: Setup fixed range MTRRs for legacy regions by Bin Meng · 9 years ago
  24. d2f66a3 x86: queensbay: Change PCIe root ports' interrupt routing by Bin Meng · 9 years ago
  25. e5d0500 x86: Remove inline for lapic access routines by Bin Meng · 9 years ago
  26. 8fefeec x86: Add I/O APIC register access routines by Bin Meng · 9 years ago
  27. 16758a3 x86: Reduce PIRQ routing table size by Bin Meng · 9 years ago
  28. 3a531a3 x86: Ignore function number when writing PIRQ routing table by Bin Meng · 9 years ago
  29. 5ed2c5c x86: Write correct bus number for the irq router by Bin Meng · 9 years ago
  30. c9dea01 x86: Clean up lapic codes by Bin Meng · 9 years ago
  31. 6b602b2 x86: Move lapic_setup() call into init_bsp() by Bin Meng · 9 years ago
  32. f967f9a x86: Move MP initialization codes into a common place by Bin Meng · 9 years ago
  33. eb0bc56 x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONS by Bin Meng · 9 years ago
  34. 12d4105 x86: dm: Clean up cpu drivers by Bin Meng · 9 years ago
  35. d560c5c x86: fsp: Move FspInitEntry call to board_init_f() by Bin Meng · 9 years ago
  36. a3c9fb0 x86: fsp: Load GDT before calling FspInitEntry by Bin Meng · 9 years ago
  37. 51b0f62 x86: Add Kconfig options to be used by arch/x86/cpu/config.mk by Bin Meng · 9 years ago
  38. 4f5908d x86: baytrail: pci region 3 is not always mapped to end of ram by Andrew Bradford · 9 years ago
  39. ef37e7b x86: qemu: Implement PIRQ routing by Bin Meng · 10 years ago
  40. 70be096 x86: coreboot: Control I/O port 0xb2 writing via device tree by Bin Meng · 10 years ago
  41. 5949013 x86: coreboot: Fix cosmetic issues by Bin Meng · 10 years ago
  42. 8e97e29 x86: qemu: Adjust VGA initialization by Bin Meng · 10 years ago
  43. 19c7739 x86: qemu: Enable legacy IDE I/O ports decode by Bin Meng · 10 years ago
  44. a8b70a1 x86: qemu: Turn on legacy segments decode by Bin Meng · 10 years ago
  45. 4a6da30 x86: Do sanity test on pirq table before writing by Bin Meng · 10 years ago
  46. ef9e9f9 x86: quark: Implement PIRQ routing by Bin Meng · 10 years ago
  47. 51c3b1e x86: Refactor PIRQ routing support by Bin Meng · 10 years ago
  48. ceb9793 x86: qemu: Add graphics support by Bin Meng · 10 years ago
  49. 2229c4c x86: Support QEMU x86 targets by Bin Meng · 10 years ago
  50. 987214d x86: Add a CPU driver for baytrail by Simon Glass · 10 years ago
  51. 02fe5e6 x86: Allow CPUs to be set up after relocation by Simon Glass · 10 years ago
  52. a9a4426 x86: Add multi-processor init by Simon Glass · 10 years ago
  53. 98d7e98 x86: Provide access to the IDT by Simon Glass · 10 years ago
  54. 2027f2b x86: Store the GDT pointer in global_data by Simon Glass · 10 years ago
  55. 47e2021 x86: Disable -Werror by Simon Glass · 10 years ago
  56. cce93d1 x86: Remove unwanted MMC debugging by Simon Glass · 10 years ago
  57. d0963d4 x86: quark: Use reset_cpu() by Simon Glass · 10 years ago
  58. 1375e9a x86: ivybridge: Use reset_cpu() by Simon Glass · 10 years ago
  59. e0e7bd0 x86: Implement reset_cpu() correctly for modern CPUs by Simon Glass · 10 years ago
  60. 9278471 x86: link: Add PCH driver to support SPI Flash by Simon Glass · 10 years ago
  61. 6db1448 x86: quark: Turn on legacy segments decode by Bin Meng · 10 years ago
  62. 1530536 x86: queensbay: Implement PIRQ routing by Bin Meng · 10 years ago
  63. f17cea6 x86: Write configuration tables in last_stage_init() by Bin Meng · 10 years ago
  64. 363849b x86: Add a function to assign IRQ numbers to PCI device by Bin Meng · 10 years ago
  65. 80e336a x86: queensbay: Avoid using PCH prefix by Bin Meng · 10 years ago
  66. 5322d62 Kconfig: Move CONFIG_BOOTSTAGE to Kconfig by Simon Glass · 10 years ago
  67. 06e694f x86: chromebook_link: dts: Add PCH and LPC devices by Simon Glass · 10 years ago
  68. 404bc5e dm: x86: Add a uclass for a Platform Controller Hub by Simon Glass · 10 years ago
  69. 35f15f6 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · 10 years ago
  70. e0e7b36 dm: x86: pci: Convert chromebook_link to use driver model for pci by Simon Glass · 10 years ago
  71. 3da658a dm: x86: pci: Convert coreboot to use driver model for pci by Simon Glass · 10 years ago
  72. 4e03781 dm: x86: pci: Add a PCI driver for driver model by Simon Glass · 10 years ago
  73. 7567f46 x86: Split up arch_cpu_init() by Simon Glass · 10 years ago
  74. 240d06d x86: Add a x86_ prefix to the x86-specific PCI functions by Simon Glass · 10 years ago
  75. 745b1d1 x86: Support machines with >4GB of RAM by Simon Glass · 10 years ago
  76. 7e96d31 x86: quark: Enable on-chip ethernet controllers by Bin Meng · 10 years ago
  77. 0ddc04b arch/x86/cpu/quark/mrc.c: Switch to U_BOOT_DATE / U_BOOT_TIME by Tom Rini · 10 years ago
  78. 15e3f28 x86: quark: MRC codes clean up by Bin Meng · 10 years ago
  79. ffdb488 remove unnecessary version.h includes by Rob Herring · 10 years ago
  80. d79593b x86: Add SD/MMC support to quark/galileo by Bin Meng · 10 years ago
  81. ba6faff x86: Add SPI support to quark/galileo by Bin Meng · 10 years ago
  82. 3446986 x86: quark: Initialize non-standard BARs by Bin Meng · 10 years ago
  83. cdffd3b x86: quark: Call MRC in dram_init() by Bin Meng · 10 years ago
  84. 72ce2af x86: quark: Enable the Memory Reference Code build by Bin Meng · 10 years ago
  85. 93b4a39 x86: quark: Add System Memory Controller support by Bin Meng · 10 years ago
  86. e159cdf x86: quark: Add utility codes needed for MRC by Bin Meng · 10 years ago
  87. 4915037 x86: quark: Add Memory Reference Code (MRC) main routines by Bin Meng · 10 years ago
  88. 06118ba x86: quark: Bypass TSC calibration by Bin Meng · 10 years ago
  89. 8ba49fe x86: Enable the Intel quark/galileo build by Bin Meng · 10 years ago
  90. 81da5a8 x86: Add basic Intel Quark processor support by Bin Meng · 10 years ago
  91. 1d3068c x86: quark: Add Cache-As-RAM initialization by Bin Meng · 10 years ago
  92. 96c05fc x86: quark: Add routines to access message bus registers by Bin Meng · 10 years ago
  93. 4a56f10 x86: Add support for Intel Minnowboard Max by Simon Glass · 10 years ago
  94. 45c083b x86: Allow FSP Kconfig settings for all x86 by Simon Glass · 10 years ago
  95. 509805b x86: mmc: Move common FSP functions into a common file by Simon Glass · 10 years ago
  96. 2cf265e x86: Make CAR and DRAM FSP code common by Simon Glass · 10 years ago
  97. b93abfc x86: Move common FSP code into a common location by Simon Glass · 10 years ago
  98. 684818d x86: video: Allow video ROM execution to fall back to the other method by Simon Glass · 10 years ago
  99. 461cebf x86: Rename MMCONF_BASE_ADDRESS and make it common across x86 by Simon Glass · 10 years ago
  100. e860ee4 x86: ivybridge: Drop the Kconfig MRC cache information by Simon Glass · 10 years ago