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