1. fa287b1 x86: qemu: add the ability to load and link ACPI tables from QEMU by Miao Yan · 9 years ago
  2. a3b15a0 x86: qemu: setup PM IO base for ACPI in southbridge by Miao Yan · 9 years ago
  3. 2575722 x86: qemu: re-structure qemu_fwcfg_list_firmware() by Miao Yan · 9 years ago
  4. d521197 x86: baytrail: Add option to disable the internal UART to setup_early_uart() by Stefan Roese · 9 years ago
  5. 25d5352 x86: ivybridge: Use syscon for the GMA device by Simon Glass · 9 years ago
  6. 98655f3 x86: Set up a shared syscon numbering schema by Simon Glass · 9 years ago
  7. b2a6235 x86: ivybridge: Drop XHCI support by Simon Glass · 9 years ago
  8. 278d3a4 x86: ivybridge: Drop special EHCI init by Simon Glass · 9 years ago
  9. 1605b10 x86: ivybridge: Sort out the calls to bridge_silicon_revision() by Simon Glass · 9 years ago
  10. a5ea3a7 x86: ivybridge: Move code from pch.c to bd82x6x.c by Simon Glass · 9 years ago
  11. 9434c7a x86: ivybridge: Convert pch.c to use DM PCI API by Simon Glass · 9 years ago
  12. fad1296 x86: ivybridge: Convert report_platform to DM PCI API by Simon Glass · 9 years ago
  13. c02a424 x86: ivybridge: Convert SDRAM init to use driver model by Simon Glass · 9 years ago
  14. 4e19072 x86: ivybridge: Move LPC init into the LPC probe() method by Simon Glass · 9 years ago
  15. 865c24e x86: ivybridge: Move lpc_enable() into gma.c by Simon Glass · 9 years ago
  16. 01a6790 x86: ivybridge: Use the SATA driver to do the init by Simon Glass · 9 years ago
  17. 82935b7 x86: ivybridge: Drop the unused bd82x6x_init_extra() by Simon Glass · 9 years ago
  18. d46f2a6 x86: ivybridge: Do the SATA init before relocation by Simon Glass · 9 years ago
  19. 1a9dd22 x86: ivybridge: Use driver model PCI API in bd82x6x.c by Simon Glass · 9 years ago
  20. 9ed781a x86: ivybridge: Move northbridge and PCH init into drivers by Simon Glass · 9 years ago
  21. afd5d50 x86: Make x86_init_cpus() static by Simon Glass · 9 years ago
  22. 9d156b5 x86: ivybridge: Move CPU init code into the driver by Simon Glass · 9 years ago
  23. 2b27d20 x86: ivybridge: Rename lpc_init() to lpc_init_extra() by Simon Glass · 9 years ago
  24. 858361b x86: ivybridge: Rename bd82x6x_init() by Simon Glass · 9 years ago
  25. 788cd90 x86: ivybridge: Move lpc_early_init() to probe() by Simon Glass · 9 years ago
  26. 0bdce07 dm: x86: Drop the weak cpu_irq_init() function by Simon Glass · 9 years ago
  27. d3b884b dm: x86: Add a common PIRQ init function by Simon Glass · 9 years ago
  28. 12d6929 dm: x86: Set up interrupt routing from interrupt_init() by Simon Glass · 9 years ago
  29. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  30. 4edde96 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  31. f60df20 x86: qemu: add fw_cfg support by Miao Yan · 9 years ago
  32. 87968de x86: ivybridge: Add macros for LPC decode ranges by Bin Meng · 9 years ago
  33. 214feec x86: fsp: Set up init runtime buffer in update_fsp_configs() by Bin Meng · 9 years ago
  34. 4ce022d x86: fsp: Move struct fspinit_rtbuf definition to chipset header by Bin Meng · 9 years ago
  35. 81f84aa x86: fsp: Rename update_fsp_upd() and change its signature by Bin Meng · 9 years ago
  36. cb379a3 x86: fsp: Rename shared_data to fsp_config_data by Bin Meng · 9 years ago
  37. 57ac74f x86: fsp: Add boot_mode as a member of struct shared_data by Bin Meng · 9 years ago
  38. f0285fb x86: fsp: Avoid cast stack_top in struct shared_data by Bin Meng · 9 years ago
  39. aa02446 x86: fsp: Simplify fsp_continue() by Bin Meng · 9 years ago
  40. 9bf727f dm: x86: ivybridge: Convert graphics init to use DM PCI API by Simon Glass · 9 years ago
  41. 1d4c83c x86: tsc: Remove legacy timer codes by Bin Meng · 9 years ago
  42. 0f3176e x86: Remove MIN_PORT80_KCLOCKS_DELAY by Bin Meng · 9 years ago
  43. 902ca5b x86: Remove legacy pci codes by Bin Meng · 9 years ago
  44. e5ffa4b x86: queensbay: Really disable IGD by Bin Meng · 9 years ago
  45. da3fe24 x86: Rename pcat_ to i8254 and i8259 accordingly by Bin Meng · 9 years ago
  46. 0a2ea02 x86: Fix cosmetic issues in the i8254 and i8259 codes by Bin Meng · 9 years ago
  47. 6c50527 x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS by Bin Meng · 9 years ago
  48. 6c2f758 x86: Use the generic bitops headers by Fabio Estevam · 9 years ago
  49. 4b9f6a6 x86: Use struct mrc_region to describe a mrc region by Bin Meng · 9 years ago
  50. ed80096 x86: Add more common routines to manipulate mrc cache by Bin Meng · 9 years ago
  51. bfa95c5 x86: Add various minor tidy-ups in mrccache codes by Bin Meng · 9 years ago
  52. 2fe66db x86: Do sanity test on the cache record in mrccache_update() by Bin Meng · 9 years ago
  53. f6220f1 x86: Move mrccache.[c|h] to a common place by Bin Meng · 9 years ago
  54. 721e992 x86: Add SMBIOS table support by Bin Meng · 9 years ago
  55. 59ec719 x86: Move install_e820_map() out of zimage.c by Bin Meng · 9 years ago
  56. 1f124eb x86: Allow disabling IGD on Intel Queensbay by Bin Meng · 9 years ago
  57. c6d4705 x86: quark: Configure MTRR to enable cache by Bin Meng · 9 years ago
  58. 554778c x86: quark: Initialize thermal sensor properly by Bin Meng · 9 years ago
  59. 693b5f6 x86: quark: Lock HMBOUND register before jumping to kernel by Bin Meng · 9 years ago
  60. d0b3e3b x86: quark: Add clrbits, setbits, clrsetbits macros for message port access by Bin Meng · 9 years ago
  61. 2afb623 x86: quark: Add PCIe/USB static register programming after memory init by Bin Meng · 9 years ago
  62. b06862b x86: quark: Add USB PHY initialization support by Bin Meng · 9 years ago
  63. 316fd39 x86: Enable PCIe controller on quark/galileo by Bin Meng · 9 years ago
  64. 5750e5e x86: quark: Optimize MRC execution time by Bin Meng · 9 years ago
  65. 867bcb6 x86: Generate a valid ACPI table by Saket Sinha · 9 years ago
  66. c78dfb4 x86: superio: Add keyboard controller support to smsc_lpc47m driver by Bin Meng · 9 years ago
  67. c17ca6b x86: Remove calculate_relocation_address() by Bin Meng · 9 years ago
  68. 89b8708 x86: coreboot: Increase memrange entry number to 32 by Bin Meng · 9 years ago
  69. ecf674b x86: Drop FSP error defines and use EFI instead by Simon Glass · 9 years ago
  70. 2db9374 x86: Move the GDT into global_data by Simon Glass · 9 years ago
  71. 93afae5 x86: Remove init_gd() function by Simon Glass · 9 years ago
  72. 7e4be12 x86: Allow pirq_init() to return an error by Simon Glass · 9 years ago
  73. 412400a x86: Split out fsp_init_phase_pci() code into a new function by Simon Glass · 9 years ago
  74. da60fb7 x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG by Bin Meng · 9 years ago
  75. 42fde305 x86: Add support for passing tables into U-Boot by Simon Glass · 9 years ago
  76. 96a8d40 efi: Add 64-bit payload support by Simon Glass · 9 years ago
  77. 6f92ed8 x86: Add a way to call 32-bit code from 64-bit mode by Simon Glass · 9 years ago
  78. 7dfe8bd x86: Add an enum for some commonly-used GDT bits by Simon Glass · 9 years ago
  79. 3dcdd17 x86: Add support for U-Boot as an EFI application by Ben Stoltz · 9 years ago
  80. ed3b4d3 x86: Add asm/elf.h for x86-specific ELF definitions by Simon Glass · 9 years ago
  81. 867a6ac efi: Add start-up library code by Simon Glass · 9 years ago
  82. 8f3b969 x86: Allow use of global_data with EFI by Simon Glass · 9 years ago
  83. 0d9edd2 x86: Drop unused copy_fdt_to_ram() by Simon Glass · 9 years ago
  84. 83ec7de x86: Tidy up global_data flags by Simon Glass · 9 years ago
  85. 3e79a4a x86: baytrail: Update UPD setting for FSP Gold4 release by Bin Meng · 9 years ago
  86. 9830d2e x86: qemu: Turn on PCIe ECAM address range decoding on Q35 by Bin Meng · 9 years ago
  87. e7cd070 x86: qemu: Enable I/O APIC chip select on PIIX3 by Bin Meng · 9 years ago
  88. abab912 x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APIC by Bin Meng · 9 years ago
  89. 31a2dc6 x86: pci: Assign pci irqs to all functions by Bin Meng · 9 years ago
  90. 8ba25ee x86: Change pci option rom area MTRR setting to cacheable by Bin Meng · 9 years ago
  91. 013cf48 x86: Display correct CS/EIP/EFLAGS when there is an error code by Bin Meng · 9 years ago
  92. 5f7e310 x86: delete unneeded declarations of disable_irq() and enable_irq() by Masahiro Yamada · 9 years ago
  93. a452002 x86: Configure VESA parameters before loading Linux kernel by Bin Meng · 9 years ago
  94. 43dd22f x86: Setup fixed range MTRRs for legacy regions by Bin Meng · 9 years ago
  95. 07545d8 x86: Generate a valid MultiProcessor (MP) table by Bin Meng · 9 years ago
  96. 7f5df8d x86: Add MultiProcessor (MP) table APIs by Bin Meng · 9 years ago
  97. a2d73fd x86: Remove inline for lapic access routines by Bin Meng · 9 years ago
  98. 3d23287 x86: Add I/O APIC register access routines by Bin Meng · 9 years ago
  99. ba9091f x86: Clean up ioapic header file by Bin Meng · 9 years ago
  100. 63d54a6 x86: Clean up lapic codes by Bin Meng · 9 years ago