1. 2845ead x86: Use struct mrc_region to describe a mrc region by Bin Meng · 9 years ago
  2. 1f81b59 x86: Add more common routines to manipulate mrc cache by Bin Meng · 9 years ago
  3. 8575ab1 x86: Add various minor tidy-ups in mrccache codes by Bin Meng · 9 years ago
  4. d61a7b4 x86: Do sanity test on the cache record in mrccache_update() by Bin Meng · 9 years ago
  5. 21666cf x86: Move mrccache.[c|h] to a common place by Bin Meng · 9 years ago
  6. ae5bedb x86: Add SMBIOS table support by Bin Meng · 9 years ago
  7. a489963 x86: Move install_e820_map() out of zimage.c by Bin Meng · 9 years ago
  8. 2f0999e x86: Allow disabling IGD on Intel Queensbay by Bin Meng · 9 years ago
  9. 0244ef4 x86: quark: Configure MTRR to enable cache by Bin Meng · 9 years ago
  10. 8f578db x86: quark: Initialize thermal sensor properly by Bin Meng · 9 years ago
  11. 619c90a x86: quark: Lock HMBOUND register before jumping to kernel by Bin Meng · 9 years ago
  12. 34a3571 x86: quark: Add clrbits, setbits, clrsetbits macros for message port access by Bin Meng · 9 years ago
  13. 4e19d7c x86: quark: Add PCIe/USB static register programming after memory init by Bin Meng · 9 years ago
  14. f376372 x86: quark: Add USB PHY initialization support by Bin Meng · 9 years ago
  15. 4756cac x86: Enable PCIe controller on quark/galileo by Bin Meng · 9 years ago
  16. 7ba52a0 x86: quark: Optimize MRC execution time by Bin Meng · 9 years ago
  17. 331141a x86: Generate a valid ACPI table by Saket Sinha · 9 years ago
  18. df92cee x86: superio: Add keyboard controller support to smsc_lpc47m driver by Bin Meng · 9 years ago
  19. 535109a x86: Remove calculate_relocation_address() by Bin Meng · 9 years ago
  20. 44f621f x86: coreboot: Increase memrange entry number to 32 by Bin Meng · 9 years ago
  21. 3825229 x86: Drop FSP error defines and use EFI instead by Simon Glass · 9 years ago
  22. 9909bf3 x86: Move the GDT into global_data by Simon Glass · 9 years ago
  23. bfa90c0 x86: Remove init_gd() function by Simon Glass · 9 years ago
  24. af1c2d68 x86: Allow pirq_init() to return an error by Simon Glass · 9 years ago
  25. fa91273 x86: Split out fsp_init_phase_pci() code into a new function by Simon Glass · 9 years ago
  26. c44ed64 x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG by Bin Meng · 9 years ago
  27. f95ad8c x86: Add support for passing tables into U-Boot by Simon Glass · 9 years ago
  28. ce62a25 efi: Add 64-bit payload support by Simon Glass · 9 years ago
  29. bae81c7 x86: Add a way to call 32-bit code from 64-bit mode by Simon Glass · 9 years ago
  30. d360b2f x86: Add an enum for some commonly-used GDT bits by Simon Glass · 9 years ago
  31. ab76a47 x86: Add support for U-Boot as an EFI application by Ben Stoltz · 9 years ago
  32. f2bf7ad x86: Add asm/elf.h for x86-specific ELF definitions by Simon Glass · 9 years ago
  33. 9539e69 efi: Add start-up library code by Simon Glass · 9 years ago
  34. 7f65c09 x86: Allow use of global_data with EFI by Simon Glass · 9 years ago
  35. 1ec83e8 x86: Drop unused copy_fdt_to_ram() by Simon Glass · 9 years ago
  36. 5d18dc9 x86: Tidy up global_data flags by Simon Glass · 9 years ago
  37. a43c5d9 x86: baytrail: Update UPD setting for FSP Gold4 release by Bin Meng · 9 years ago
  38. 33e140d x86: qemu: Turn on PCIe ECAM address range decoding on Q35 by Bin Meng · 9 years ago
  39. 8f71dc8 x86: qemu: Enable I/O APIC chip select on PIIX3 by Bin Meng · 9 years ago
  40. a2def7e x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APIC by Bin Meng · 9 years ago
  41. da5d463 x86: pci: Assign pci irqs to all functions by Bin Meng · 9 years ago
  42. 268ca83 x86: Change pci option rom area MTRR setting to cacheable by Bin Meng · 9 years ago
  43. 9ff054b x86: Display correct CS/EIP/EFLAGS when there is an error code by Bin Meng · 9 years ago
  44. c9c310c x86: delete unneeded declarations of disable_irq() and enable_irq() by Masahiro Yamada · 9 years ago
  45. f6d504f x86: Configure VESA parameters before loading Linux kernel by Bin Meng · 9 years ago
  46. c45a93b x86: Setup fixed range MTRRs for legacy regions by Bin Meng · 9 years ago
  47. c4f407e x86: Generate a valid MultiProcessor (MP) table by Bin Meng · 9 years ago
  48. f91cf6b x86: Add MultiProcessor (MP) table APIs by Bin Meng · 9 years ago
  49. e5d0500 x86: Remove inline for lapic access routines by Bin Meng · 9 years ago
  50. 8fefeec x86: Add I/O APIC register access routines by Bin Meng · 9 years ago
  51. 964a3a3 x86: Clean up ioapic header file by Bin Meng · 9 years ago
  52. c9dea01 x86: Clean up lapic codes by Bin Meng · 9 years ago
  53. f967f9a x86: Move MP initialization codes into a common place by Bin Meng · 9 years ago
  54. 12d4105 x86: dm: Clean up cpu drivers by Bin Meng · 9 years ago
  55. d560c5c x86: fsp: Move FspInitEntry call to board_init_f() by Bin Meng · 9 years ago
  56. a3c9fb0 x86: fsp: Load GDT before calling FspInitEntry by Bin Meng · 9 years ago
  57. f813548 x86: gpio: add pinctrl support from the device tree by Gabriel Huau · 10 years ago
  58. 5949013 x86: coreboot: Fix cosmetic issues by Bin Meng · 9 years ago
  59. 8e97e29 x86: qemu: Adjust VGA initialization by Bin Meng · 10 years ago
  60. 19c7739 x86: qemu: Enable legacy IDE I/O ports decode by Bin Meng · 10 years ago
  61. a8b70a1 x86: qemu: Turn on legacy segments decode by Bin Meng · 10 years ago
  62. ef9e9f9 x86: quark: Implement PIRQ routing by Bin Meng · 10 years ago
  63. 51c3b1e x86: Refactor PIRQ routing support by Bin Meng · 10 years ago
  64. 2229c4c x86: Support QEMU x86 targets by Bin Meng · 10 years ago
  65. 987214d x86: Add a CPU driver for baytrail by Simon Glass · 10 years ago
  66. 02fe5e6 x86: Allow CPUs to be set up after relocation by Simon Glass · 10 years ago
  67. 699a90d x86: Add functions to set and clear bits on MSRs by Simon Glass · 10 years ago
  68. a9a4426 x86: Add multi-processor init by Simon Glass · 10 years ago
  69. 98d7e98 x86: Provide access to the IDT by Simon Glass · 10 years ago
  70. 2027f2b x86: Store the GDT pointer in global_data by Simon Glass · 10 years ago
  71. db139ab x86: Add an mfence macro by Simon Glass · 10 years ago
  72. 71ca938 x86: Add defines for fixed MTRRs by Simon Glass · 10 years ago
  73. d37de65 x86: Add atomic operations by Simon Glass · 10 years ago
  74. 07e922a x86: Add support for the Simple Firmware Interface (SFI) by Simon Glass · 10 years ago
  75. e0e7bd0 x86: Implement reset_cpu() correctly for modern CPUs by Simon Glass · 10 years ago
  76. 6db1448 x86: quark: Turn on legacy segments decode by Bin Meng · 10 years ago
  77. 995b630 x86: baytrail: fix the GPIOBASE address by Gabriel Huau · 10 years ago
  78. 1530536 x86: queensbay: Implement PIRQ routing by Bin Meng · 10 years ago
  79. 45236ad x86: Support platform PIRQ routing by Bin Meng · 10 years ago
  80. f17cea6 x86: Write configuration tables in last_stage_init() by Bin Meng · 10 years ago
  81. 363849b x86: Add a function to assign IRQ numbers to PCI device by Bin Meng · 10 years ago
  82. 27947c9 x86: Clean up arch/x86/include/asm/e820.h by Bin Meng · 10 years ago
  83. 6e0150f x86: Set serial port IRQ for SMSC LPC47M by Bin Meng · 10 years ago
  84. 80e336a x86: queensbay: Avoid using PCH prefix by Bin Meng · 10 years ago
  85. 35f15f6 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · 10 years ago
  86. e0e7b36 dm: x86: pci: Convert chromebook_link to use driver model for pci by Simon Glass · 10 years ago
  87. 4e03781 dm: x86: pci: Add a PCI driver for driver model by Simon Glass · 10 years ago
  88. 240d06d x86: Add a x86_ prefix to the x86-specific PCI functions by Simon Glass · 10 years ago
  89. 57a11eb generic-board: select SYS_GENERIC_BOARD for some architectures by Masahiro Yamada · 10 years ago
  90. fd619a8 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  91. ef932b0 common: Move dram_init() declaration to common location by Michal Simek · 10 years ago
  92. 3446986 x86: quark: Initialize non-standard BARs by Bin Meng · 10 years ago
  93. 4915037 x86: quark: Add Memory Reference Code (MRC) main routines by Bin Meng · 10 years ago
  94. 81da5a8 x86: Add basic Intel Quark processor support by Bin Meng · 10 years ago
  95. 39620f6 x86: Define macros for pci configuration space access by Bin Meng · 10 years ago
  96. 96c05fc x86: quark: Add routines to access message bus registers by Bin Meng · 10 years ago
  97. 00ffb4d x86: Add header files for Intel Quark SoC defines by Bin Meng · 10 years ago
  98. 4a56f10 x86: Add support for Intel Minnowboard Max by Simon Glass · 10 years ago
  99. 4661c2c x86: Allow a UART to be set up before the FSP is ready by Simon Glass · 10 years ago
  100. 457191e x86: Adjust the FSP types slightly by Simon Glass · 10 years ago